summaryrefslogtreecommitdiff
path: root/epgfixer/regexp.conf
blob: bf7a07d1d9741cbcda08160d40c98320b8dae0b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Example of disabled regexp:
#!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>.*)$

# Also channel IDs can be used:
#S19.2E-1-1089-12003-0:title=^(?:Movie: |Document: )(?<title>.*)$

# Move parental rating from end of title to correct EPG field:
# Program title (12)
#title=^(?<title>.*)[ ][(](?<rating>[0-9S]{1,2})[)][ ]*$