From 3edad9d50e13e140dc0fa1ef1323c7b80e325a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Sat, 5 May 2012 12:30:22 +0300 Subject: Several bugs fixes. Code cleanup. Update history. --- README | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 9521d28..4ee0b5c 100644 --- a/README +++ b/README @@ -48,7 +48,7 @@ Syntax of regexp.conf line is "Channel_list:Parsed_epg_field=Regexp" with: All character set conversions are placed to VDRPLUGINCONFDIR/epgfixer/charset.conf. -Syntax of charset.conf line is "Channel_list=OriginalCharSet" with: +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: @@ -61,6 +61,17 @@ Examples of regexp.conf: 1,3,5:title=^(?:Movie: |Document: )(?.*)$ # Move parental rating from end of title to correct EPG field: +# Program title (12) title=^(?<title>.*)[ ][(](?<rating>[0-9S]{1,2})[)][ ]*$ +Examples of charset.conf: + +# Convert character set of channels 1, 2 and 3 from iso8859-1 to character set +# used by VDR +1,2,3:iso8859-1 + +# Convert character set of all channels from iso8859-1 to character set +# used by VDR +iso8859-1 + -- cgit v1.2.3