diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-06-05 21:59:57 +0300 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-06-05 21:59:57 +0300 |
commit | ca254b2a135566a4b666b1c27af9a125b77e4302 (patch) | |
tree | 7c38152ea3eade64c9267f7c4d1da89e6e3b3fd4 /epgfixer | |
parent | ae3c7313c1dc1e57f2965186e4fde3ee4f89d00c (diff) | |
download | vdr-plugin-epgfixer-ca254b2a135566a4b666b1c27af9a125b77e4302.tar.gz vdr-plugin-epgfixer-ca254b2a135566a4b666b1c27af9a125b77e4302.tar.bz2 |
Add new example to regexp.conf, thanks to Ville Skyttä.
Diffstat (limited to 'epgfixer')
-rw-r--r-- | epgfixer/regexp.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/epgfixer/regexp.conf b/epgfixer/regexp.conf index bf7a07d..ab8bb77 100644 --- a/epgfixer/regexp.conf +++ b/epgfixer/regexp.conf @@ -11,3 +11,7 @@ # Move parental rating from end of title to correct EPG field: # Program title (12) #title=^(?<title>.*)[ ][(](?<rating>[0-9S]{1,2})[)][ ]*$ + +# Move parental rating from start of description: +# (12) Lorem ipsum ... +#description=^[(](?<rating>[0-9S]{1,2})[)][ ]+(?<description>.*) |