diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2005-10-29 20:13:01 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2005-10-29 20:13:01 +0000 |
| commit | 03085a10a31a54796d01c4ca9ebbdcfa04f31225 (patch) | |
| tree | 4e6115c1ae5c64f9605980a1868e7717b5c157ed /README | |
| parent | b6ea051a519f01f9a8bfda7fd01dd03ca2d91a76 (diff) | |
| download | vdr-plugin-image-03085a10a31a54796d01c4ca9ebbdcfa04f31225.tar.gz vdr-plugin-image-03085a10a31a54796d01c4ca9ebbdcfa04f31225.tar.bz2 | |
- Deny VDR-EITScanner on active Live Audio
- Add plugin options to specify directory of configuration data
Diffstat (limited to 'README')
| -rw-r--r-- | README | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -71,8 +71,18 @@ as mplayer/mp3 plugin). The file ./scripts/imageplugin.sh could go to /usr/bin, or any other folder in your path. You can also use the plugin options (vdr -help after installing the plugin) to specify the path's to the files, if you don't want to those files in you system. -[ e.g.: ./vdr '-Pimage -C /path/imageplugin.sh -m /path/mount.sh' ...] -The install.sh in the examples folder will try a automatic install, give it a try if it fails else. +[ e.g.: ./vdr '-Pimage -C /usr/local/bin/imageplugin.sh -m /usr/local/bin/mount.sh' ...] + +All plugin options : + + -m CMD, --mount=CMD use CMD to mount/unmount/eject image sources + (default: "mount.sh") + -C CMD, --convert=CMD use CMD when converting images + (default: "imageplugin.sh") + -c PATH, --config=PATH to specify directory of configuration data + relative to VDR Plugin configuration directory + (default: "" ) + Manual: ------------ |
