summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-06-05 21:59:57 +0300
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-06-05 21:59:57 +0300
commitca254b2a135566a4b666b1c27af9a125b77e4302 (patch)
tree7c38152ea3eade64c9267f7c4d1da89e6e3b3fd4
parentae3c7313c1dc1e57f2965186e4fde3ee4f89d00c (diff)
downloadvdr-plugin-epgfixer-ca254b2a135566a4b666b1c27af9a125b77e4302.tar.gz
vdr-plugin-epgfixer-ca254b2a135566a4b666b1c27af9a125b77e4302.tar.bz2
Add new example to regexp.conf, thanks to Ville Skyttä.
-rw-r--r--epgfixer/regexp.conf4
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>.*)