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 /README | |
| 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 'README')
| -rwxr-xr-x | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ movie-boarders with the green key. All settings are saved in the file save.vdrrip in the movie directory. After this you can add the movie with the red key to the encoding queue (this is the file queue.vdrrip in the plugins-directory) and select between preview or full encoding-mode. -The script queuehandler.sh reads the data from the queue, joins +The script queuehandler reads the data from the queue, joins or demuxes the vdr-files and encodes the movie. Some parameters of vdrrip can be adjusted in the setup menu. @@ -89,7 +89,7 @@ templates.vdrrip in the dir <vdr-config-dir>/PLUGINS. usage of the quehandler-script: =============================== -queuehandler.sh queuefile tempdir +queuehandler queuefile tempdir The queuefile is the file queue.vdrrip in the dir <vdr-config-dir>/PLUGINS. This file is only created, if you add a movie to the queue. After the |
