summaryrefslogtreecommitdiff
path: root/scripts/README
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-10-30 11:40:27 +0100
committerDimitar Petrovski <dimeptr@gmail.com>2012-10-30 11:40:27 +0100
commitf1717857da8db98772c7a807befe2426ff2ed133 (patch)
treecacafe715187e1f1074ac7ba9be4847dc29c2b2d /scripts/README
parentd723bdc772b60190af39a256bffc33c27cfb9575 (diff)
downloadvdr-plugin-eepg-f1717857da8db98772c7a807befe2426ff2ed133.tar.gz
vdr-plugin-eepg-f1717857da8db98772c7a807befe2426ff2ed133.tar.bz2
added helper scripts for generation of eepg.equiv
updated documentation
Diffstat (limited to 'scripts/README')
-rw-r--r--scripts/README28
1 files changed, 28 insertions, 0 deletions
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] <matchname>
+
+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
+