diff options
Diffstat (limited to 'epgfixer/regexp.conf')
-rw-r--r-- | epgfixer/regexp.conf | 4 |
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>.*)$ |