Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 2750e46da7bf7df45c1c775ad3c582c4 > files > 62

vdr-plugin-epgsearch-0.9.24-4mdv2010.0.i586.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