Mailing List Archive

EPG "New: "
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": ""}
]

_______________________________________________
mythtvnz mailing list
mythtvnz@lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: EPG "New: " [ In reply to ]
On Sat, Aug 27, 2016 at 6:52 PM, Stephen Worthington <
stephen_agent@jsw.gen.nz> wrote:

> It seems that Duke has decided to add "New: " to the start of the
> title for a lot of programmes this week.



Don't you bloody hate that!!!



> 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": ""}
> ]
>
> _______________________________________________
> mythtvnz mailing list
> mythtvnz@lists.linuxnut.co.nz
> http://lists.ourshack.com/mailman/listinfo/mythtvnz
> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>
Re: EPG "New: " [ In reply to ]
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": ""}
]

_______________________________________________
mythtvnz mailing list
mythtvnz@lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/