summaryrefslogtreecommitdiff
path: root/scripts/epg2taste.sh
blob: 0a6f9e76f2ab2ed82267ed8f4c6f9fa9e22cd4b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/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