diff options
| author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-05-04 00:20:23 +0300 |
|---|---|---|
| committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-05-04 00:20:23 +0300 |
| commit | 8877487555503d3615a4b17f9a9809fec2e28944 (patch) | |
| tree | 42b7ecf8ce45923217d9403475d9c83e6ed4bd7d /README | |
| parent | 5fb133a99f38083a421dc0a33acb58a1fa674876 (diff) | |
| download | vdr-plugin-epgfixer-8877487555503d3615a4b17f9a9809fec2e28944.tar.gz vdr-plugin-epgfixer-8877487555503d3615a4b17f9a9809fec2e28944.tar.bz2 | |
Fix last commit.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -25,16 +25,17 @@ Requirements: Usage: +General syntax of configuration files: +- Lines beginning with # are regarded as comments. +- Lines beginning with ! are regarded as disabled lines. +- Channel_list is optional comma separated list of channels for which the line + is used. If no list of channels is given the line is used for all channels. +- Channel_list can contain either channel IDs (e.g. S19.2E-1-1089-12003-0) or + numbers but not both. + All regular expressions are placed to VDRPLUGINCONFDIR/epgfixer/regexp.conf. Syntax of regexp.conf line is "Channel_list:Parsed_epg_field=Regexp" with: -- Lines beginning with # are regarded as comments. -- Lines beginning with ! are regarded as disabled regular expressions. -- 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, @@ -44,6 +45,12 @@ Syntax of regexp.conf line is "Channel_list:Parsed_epg_field=Regexp" with: content of the target EPG field, respectively. - Several regular expressions may be applied to same field. +All character set conversions are placed to +VDRPLUGINCONFDIR/epgfixer/charset.conf. + +Syntax of charset.conf line is "Channel_list=OriginalCharSet" with: +- OriginalCharSet is a name of a character set (e.g. iso8859-1). + Examples of regexp.conf: # Example of disabled regexp: |
