# Example of disabled regexp:
#!title=^(?:Movie: |Document: )(?
.*)$
# Remove "Movie: " or "Document: " from the beginning of title field for
# channels 1, 3, 5, 6 and 7:
#1,3,5-7:title=^(?:Movie: |Document: )(?.*)$
# Also channel IDs can be used:
#S19.2E-1-1089-12003-0:title=^(?:Movie: |Document: )(?.*)$
# Move parental rating from end of title to correct EPG field:
# Program title (12)
#title=^(?.*)[ ][(](?[0-9S]{1,2})[)][ ]*$
# Move parental rating from start of description:
# (12) Lorem ipsum ...
#description=^[(](?[0-9S]{1,2})[)][ ]+(?.*)