From f1717857da8db98772c7a807befe2426ff2ed133 Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Tue, 30 Oct 2012 11:40:27 +0100 Subject: added helper scripts for generation of eepg.equiv updated documentation --- scripts/README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 scripts/README (limited to 'scripts/README') diff --git a/scripts/README b/scripts/README new file mode 100644 index 0000000..22e2835 --- /dev/null +++ b/scripts/README @@ -0,0 +1,28 @@ +extract_vdr_chan_ids.pl +The script extract_vdr_chan_ids.pl can be used along with grep to extract the IDs +of required channel i.e.: + +USAGE: + extract_vdr_chan_ids.pl [/path/to/channels.conf] + +EXAMPES: + extract_vdr_chan_ids.pl /path/to/channels.conf | grep -i Chanel Name + +makeequiv.sh thanks to VDR User +The makeequiv.sh bash script can be used to generate an eepg.equiv +file based on SID matching. You may optionally require channel name +matching as well. + +USAGE: + makeequiv.sh [channels.conf] [listsources|source to map epg from] + +EXAMPES: + makequiv.sh /video/channels.conf listsources + * shows a list of all available sources in channels.conf + + makeequiv.sh /video/channels.conf S72.7W + * map epg from S72.7W channels based on SID match + + makeequiv.sh /video/channels.conf S72.7W matchname + * map epg from S72.7W channels based on SID and channel name match + -- cgit v1.2.3