Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 28e6cb8a482d374a63300277a13d247b > files > 62

vdr-plugin-epgsearch-0.9.24-2mdv2009.1.x86_64.rpm

#!/bin/sh
#
# epg2taste.sh - v.0.1
#
# add this line to your epgsearchcmds.conf:
# folgende zeile in die epgsearchcmds.conf eintragen:
#
# epg2taste : /usr/local/bin/epg2taste.sh

# CONFIG START
  TASTE_FILE="/etc/vdr/plugins/taste.conf"

# default taste settings
  REGULAR_EXPRESSION=0 # Regular Expression / Regulärer Ausdruck
  IGNORE_CASE=0        # Ignore Case / Groß/Kleinschreibung ignorieren
# CONFIG END

# add taste
echo "${REGULAR_EXPRESSION}:${IGNORE_CASE}:${1}" >> "${TASTE_FILE}"
echo "Done..."

# jump back
at now <<EOF
perl -l -e "printf \"\n/usr/local/bin/svdrpsend.pl HITK BACK\" x 2" | sh
EOF