summaryrefslogtreecommitdiff
path: root/epgfixer
diff options
context:
space:
mode:
Diffstat (limited to 'epgfixer')
-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>.*)