diff options
| author | Christian Wieninger <cwieninger@gmx.de> | 2012-05-12 20:23:45 +0200 |
|---|---|---|
| committer | Christian Wieninger <cwieninger@gmx.de> | 2012-05-12 20:23:45 +0200 |
| commit | 1b1912d7b080a0dfe954bac9311eafc5bb293bc3 (patch) | |
| tree | 0c9a4a7d8cbfb9596f59a439c46a644d740993c8 /scripts/timerrep.sh | |
| parent | 6c5a88ee42952c50ddca3ea965b7c728173e6f24 (diff) | |
| download | vdr-plugin-epgsearch-1b1912d7b080a0dfe954bac9311eafc5bb293bc3.tar.gz vdr-plugin-epgsearch-1b1912d7b080a0dfe954bac9311eafc5bb293bc3.tar.bz2 | |
Drop .pl suffix from svdrpsend references like VDR 1.7.23+ did, thanks to Ville Skyttä
Diffstat (limited to 'scripts/timerrep.sh')
| -rwxr-xr-x | scripts/timerrep.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/timerrep.sh b/scripts/timerrep.sh index d00ea1c..691e279 100755 --- a/scripts/timerrep.sh +++ b/scripts/timerrep.sh @@ -15,8 +15,8 @@ # adjust the following lines to your config # your plugins config dir PLUGINCONFDIR=/etc/vdr/plugins/epgsearch -# path to svdrpsend.pl -SVDRPSEND=/usr/local/src/VDR/svdrpsend.pl +# path to svdrpsend +SVDRPSEND=/usr/local/src/VDR/svdrpsend # if you are using special subfolders for some recordings, please add them here FOLDERS="Comedy,Wissen,Serien,Magazine" # the key used to call epgsearch |
