diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-04-13 23:24:02 +0300 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-04-13 23:24:02 +0300 |
commit | 827dc1da7b18c57102cff7d3785041542c3e76e4 (patch) | |
tree | 2a77dbed08a9162aec727b27a2efbb50ee7eb21a /README | |
parent | 9adbd81f5cbf42dc3fc45bad3d3376cdfbb7563f (diff) | |
download | vdr-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-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |