diff options
| author | Daniel Meyerholt <dxm523@googlemail.com> | 2011-02-06 18:20:58 +0100 |
|---|---|---|
| committer | Daniel Meyerholt <dxm523@googlemail.com> | 2011-02-06 18:20:58 +0100 |
| commit | 81d1a6d6608cd5841873cbc727150e643602eeba (patch) | |
| tree | 00ac2ca6ab033817883510dc61b72d5faa9fbcf6 /INSTALL | |
| parent | 1992d5222ff28d13269eb45187351bdef69e3bcd (diff) | |
| download | vdr-plugin-vdrrip-81d1a6d6608cd5841873cbc727150e643602eeba.tar.gz vdr-plugin-vdrrip-81d1a6d6608cd5841873cbc727150e643602eeba.tar.bz2 | |
* Changed support recording format to .ts present in vdr>=1.7 currently old recordings are not supported anymore
* removed some bashisms in queuehandler.sh
* renamed queuehandler.sh to queuehandler, removed sh in conf name as well
Diffstat (limited to 'INSTALL')
| -rwxr-xr-x | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -285,12 +285,12 @@ And don't forget to give read-privileges to the user which starts vdr. > cd vdr/PLUGINS/src > tar xzvf vdr-vdrrip-X.X.X.tgz > ln -s vdrrip-X.X.X vdrrip - > cp vdrrip/scripts/queuehandler.sh /usr/local/bin (or e.g. /usr/bin) - > cp vdrrip/scripts/queuehandler.sh.conf /usr/local/bin (or e.g. /usr/bin) + > cp vdrrip/scripts/queuehandler /usr/local/bin (or e.g. /usr/bin) + > cp vdrrip/scripts/queuehandler.conf /usr/local/bin (or e.g. /usr/bin) > cd ../.. > make plugins - Now you have to adjust the settings in the file queuehandler.sh.conf + Now you have to adjust the settings in the file queuehandler.conf See the README and FAQ how to use the queuehandler. |
