diff options
| author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2013-09-28 13:44:30 +0200 |
|---|---|---|
| committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2013-09-28 13:44:30 +0200 |
| commit | 1bb571ae4d12b42863a8f85969439fa1dd2655ec (patch) | |
| tree | be9ebc317ce0c7766864b251afc6f126b58bdb3c /epgfixer | |
| parent | 9685cc1271e55ef37e4039b504f52e22df7fa457 (diff) | |
| download | vdr-plugin-epgfixer-1bb571ae4d12b42863a8f85969439fa1dd2655ec.tar.gz vdr-plugin-epgfixer-1bb571ae4d12b42863a8f85969439fa1dd2655ec.tar.bz2 | |
Remember current position in setup menu. Reorganise regexp.conf. Cosmetics.
Diffstat (limited to 'epgfixer')
| -rw-r--r-- | epgfixer/regexp.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/epgfixer/regexp.conf b/epgfixer/regexp.conf index 0e3df18..a7ef68c 100644 --- a/epgfixer/regexp.conf +++ b/epgfixer/regexp.conf @@ -1,6 +1,3 @@ -# Example of disabled regexp: -#!title=m/^(?:Movie: |Document: )(?<title>.*)$/ - # Remove "Movie: " or "Document: " from the beginning of title field for # channels 1, 3, 5, 6 and 7: #1,3,5-7:title=m/^(?:Movie: |Document: )(?<title>.*)$/ @@ -21,3 +18,6 @@ # Matches 'foo' case-insensitively #description=m/foo/i + +# Example of disabled regexp: +#!title=m/^(?:Movie: |Document: )(?<title>.*)$/ |
