summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-04-13 23:24:02 +0300
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-04-13 23:24:02 +0300
commit827dc1da7b18c57102cff7d3785041542c3e76e4 (patch)
tree2a77dbed08a9162aec727b27a2efbb50ee7eb21a /README
parent9adbd81f5cbf42dc3fc45bad3d3376cdfbb7563f (diff)
downloadvdr-plugin-epgfixer-827dc1da7b18c57102cff7d3785041542c3e76e4.tar.gz
vdr-plugin-epgfixer-827dc1da7b18c57102cff7d3785041542c3e76e4.tar.bz2
Add support for channel IDs. Cleaning up code.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index f75fbff..d7e8c11 100644
--- a/README
+++ b/README
@@ -33,6 +33,8 @@ Syntax of regexp.conf line is "Channel_list:Parsed_epg_field=Regexp" with:
- Channel_list is optional comma separated list of channels for which the
regular expression is used. If no list of channels is given the regular
expression is used for all channels.
+- Channel_list for a regular expression can contain either channel IDs
+ (e.g. S19.2E-1-1089-12003-0) or numbers but not both.
- Parsed_epg_field is the EPG field for which the regular expression is applied
with available field names title, shorttext and description.
- Regular expressions use named backreferences with either title, shorttext,