diff options
Diffstat (limited to 'epgfixer')
-rw-r--r-- | epgfixer/blacklist.conf | 3 | ||||
-rw-r--r-- | epgfixer/charset.conf | 10 | ||||
-rw-r--r-- | epgfixer/epgclone.conf | 2 |
3 files changed, 11 insertions, 4 deletions
diff --git a/epgfixer/blacklist.conf b/epgfixer/blacklist.conf new file mode 100644 index 0000000..7cd9ced --- /dev/null +++ b/epgfixer/blacklist.conf @@ -0,0 +1,3 @@ +# Ignore EPG data for channels 1, 2 and 3 +#1,2,3 + diff --git a/epgfixer/charset.conf b/epgfixer/charset.conf index 18788c8..d2b14b3 100644 --- a/epgfixer/charset.conf +++ b/epgfixer/charset.conf @@ -1,6 +1,8 @@ # Convert character set of channels 1, 2 and 3 from iso8859-1 to character set -# used by VDR -#1,2,3:iso8859-1 +# used by VDR. Used for channels which broadcast incorrect character set +# (in this example iso8859-9). +#1,2,3:iso8859-9=iso8859-1 # Convert character set of all channels from iso8859-1 to character set -# used by VDR -#iso8859-1 +# used by VDR. Used for channels which do not broadcast any character set but +# use a non-standard character set. +#1,2,3:iso8859-1 diff --git a/epgfixer/epgclone.conf b/epgfixer/epgclone.conf new file mode 100644 index 0000000..11ba183 --- /dev/null +++ b/epgfixer/epgclone.conf @@ -0,0 +1,2 @@ +# Copy EPG data from channel 1 to 3 +#1=3 |