From 1b1912d7b080a0dfe954bac9311eafc5bb293bc3 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sat, 12 May 2012 20:23:45 +0200 Subject: =?UTF-8?q?Drop=20.pl=20suffix=20from=20svdrpsend=20references=20l?= =?UTF-8?q?ike=20VDR=201.7.23+=20did,=20thanks=20to=20Ville=20Skytt=C3=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/convert_epgsearchdone_data.pl | 2 +- scripts/epg2autotimer.sh | 3 ++- scripts/epg2taste.sh | 3 ++- scripts/mtdone2epgsearchdone.sh | 4 ++-- scripts/recordingdone.sh | 4 ++-- scripts/recrep.sh | 2 +- scripts/rememberevent.sh | 9 +++++---- scripts/timerrep.sh | 4 ++-- scripts/undoneepgsearch.sh | 2 +- 9 files changed, 18 insertions(+), 15 deletions(-) (limited to 'scripts') diff --git a/scripts/convert_epgsearchdone_data.pl b/scripts/convert_epgsearchdone_data.pl index 719b456..25c7607 100755 --- a/scripts/convert_epgsearchdone_data.pl +++ b/scripts/convert_epgsearchdone_data.pl @@ -18,7 +18,7 @@ # # z.B. convert_epgsearchdone_data.pl /etc/vdr/plugins/ # -# "svdrpsend.pl plug epgsearch updd" nicht vergesssen. +# "svdrpsend plug epgsearch updd" nicht vergesssen. # # Backup erstellen? # diff --git a/scripts/epg2autotimer.sh b/scripts/epg2autotimer.sh index dd07879..524720b 100755 --- a/scripts/epg2autotimer.sh +++ b/scripts/epg2autotimer.sh @@ -11,6 +11,7 @@ # CONFIG START AUTOTIMER_FILE="$SOURCEDIR/vdradmin/vdradmind.at" + SVDRPSEND=/usr/local/bin/svdrpsend # default autotimer settings STATUS=1 # 0 = inactive (by default) / 1 = active @@ -27,6 +28,6 @@ echo "Done..." # jump back at now </dev/null" | at now + echo "$SVDRPSEND MESG '$2 already runs!' >/dev/null" | at now else if [ -z "$(find $ATD_SPOOL -exec grep -qs "^$entry$" \{} \; -exec rm -v \{} \;)" ]; then at $(date -d "1970-01-01 $FORMAT $secs seconds" +"%H:%M %m/%d/%Y") </dev/null + $SVDRPSEND MESG '${switch_time#* }: $2' >/dev/null sleep $(($MINSBEFORE*60))s if [ $1 -eq 1 ] ; then - svdrpsend.pl CHAN $5 >/dev/null + $SVDRPSEND CHAN $5 >/dev/null else - svdrpsend.pl MESG '$2 starts!' >/dev/null + $SVDRPSEND MESG '$2 starts!' >/dev/null fi $entry EOT 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 diff --git a/scripts/undoneepgsearch.sh b/scripts/undoneepgsearch.sh index 8716ec8..98cdbbc 100755 --- a/scripts/undoneepgsearch.sh +++ b/scripts/undoneepgsearch.sh @@ -32,7 +32,7 @@ EPGSEARCHDONE_FILE="/etc/vdr/plugins/epgsearch/epgsearchdone.data" # Backup epgsearchdone.data before changing it (only once a day) BACKUP=yes -SVDRPSEND=svdrpsend.pl +SVDRPSEND=svdrpsend # For some debugging infos, set to yes DEBUG=no -- cgit v1.2.3