summaryrefslogtreecommitdiff
path: root/epgfixer/regexp.conf
blob: 8b868c8ffed16419524cba917f55019a5a30225b (plain)
1
2
3
4
5
6
7
8
9
10
# 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>.*)$

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