summaryrefslogtreecommitdiff
path: root/epgfixer/regexp.conf
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-08-31 12:42:02 +0300
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-08-31 12:42:02 +0300
commit745d6c415c56826ad2ae700beeb1f22341258bab (patch)
treeac621e56103992f204e12cb54f7d9994e705879d /epgfixer/regexp.conf
parentca254b2a135566a4b666b1c27af9a125b77e4302 (diff)
downloadvdr-plugin-epgfixer-745d6c415c56826ad2ae700beeb1f22341258bab.tar.gz
vdr-plugin-epgfixer-745d6c415c56826ad2ae700beeb1f22341258bab.tar.bz2
Support for channel intervals for channel numbers.
Optimisations when using channel IDs.
Diffstat (limited to 'epgfixer/regexp.conf')
-rw-r--r--epgfixer/regexp.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/epgfixer/regexp.conf b/epgfixer/regexp.conf
index ab8bb77..ab36f5d 100644
--- a/epgfixer/regexp.conf
+++ b/epgfixer/regexp.conf
@@ -2,8 +2,8 @@
#!title=^(?:Movie: |Document: )(?<title>.*)$
# Remove "Movie: " or "Document: " from the beginning of title field for
-# channels 1, 3 and 5:
-#1,3,5:title=^(?:Movie: |Document: )(?<title>.*)$
+# channels 1, 3, 5, 6 and 7:
+#1,3,5-7:title=^(?:Movie: |Document: )(?<title>.*)$
# Also channel IDs can be used:
#S19.2E-1-1089-12003-0:title=^(?:Movie: |Document: )(?<title>.*)$