[mythtvnz] EPG "New: "
Stephen Worthington
stephen_agent at jsw.gen.nz
Sun Aug 28 09:12:26 BST 2016
On Sat, 27 Aug 2016 18:52:38 +1200, you wrote:
>It seems that Duke has decided to add "New: " to the start of the
>title for a lot of programmes this week. I have a rule to fix this
>for my local EPG, but would it be possible to have it added to the
>downloaded EPG?
>
>This is currently what is in the /title-replacements/+json file for
>xmltv-proc-nz:
>
>[
> {"search": "^All New ", "replace": "", "description_match": ""}
>]
>
>I have changed my local copy to:
>
>[
> {"search": "^All New ", "replace": "", "description_match": ""},
> {"search": "^New: ", "replace": "", "description_match": ""}
>]
The /title-replacements/+json file has been updated, thank you:
[
{"search": "^All New ", "replace": "", "description_match": ""}
{"search": "^New ", "replace": "", "description_match": ""}
]
Unfortunately that does not quite match the problem Duke listings. A
colon character is needed after the ^New, like this:
[
{"search": "^All New ", "replace": "", "description_match": ""}
{"search": "^New: ", "replace": "", "description_match": ""}
]
More information about the mythtvnz
mailing list