From 6b488dcedf24cf9b4890505eba992d683eedecac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Sat, 12 May 2012 14:42:01 +0300 Subject: =?UTF-8?q?Support=20for=20ignoring=20and=20copying=20EPG=20data.?= =?UTF-8?q?=20Bug=20fixes.=20Fix=20character=20set=20conversion=20for=20se?= =?UTF-8?q?lected=20channels.=20Fix=20and=20improve=20Makefile=20(thanks?= =?UTF-8?q?=20to=20Ville=20Skytt=C3=A4=20and=20Rolf=20Ahrenberg).=20Fix=20?= =?UTF-8?q?compiling=20with=20g++-4.7.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epgfixer/blacklist.conf | 3 +++ epgfixer/charset.conf | 10 ++++++---- epgfixer/epgclone.conf | 2 ++ 3 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 epgfixer/blacklist.conf create mode 100644 epgfixer/epgclone.conf (limited to 'epgfixer') 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 -- cgit v1.2.3