I M wrote:
>
> Ok, both attached now.
Thanks for the data, here are some observations:
You can probably scrape some more information if you want to.
Look at the PNG names: They can tell you the raw parental rating. I’m guessing that you are already using this for HD and if it has hearing-impaired options.
The augmented parental rating is prepended to the programme description in for format of <rating><dash><augmentation>.
You can’t just scrape out the first word from the description because a programme without a rating just has the descriptions. There would have to be a test for valid rating prefixes before committing to extracting the rating.
Valid ratings from your sample set seem to be:
G, G-CV
PG, PG-C, PG-CL, PG-L, PG-LC, PG-LS, PG-LSC, PG-S, PG-SC, PG-V, PG-VC, PG-VL, PG-VLC
16, 16-C, 16-CV, 16-L, 16-LC, 16-LS, 16-LSC, 16-VC, 16-VL, 16-VLC, 16-VLS, 16-VLSC
18, 18-VLC
M, M-C, M-CV, M-L, M-LC, M-LS, M-LSC, M-SC, M-V, M-VC, M-VL, M-VLC, M-VLS, M-VLSC
With the base ratings being: G, PG, M, 13, 16, 18, and advisory comments being C, L, S, V.
Perhaps you could look for <base><space> or <base><dash><something><space>
I’d be happy to do some python code for you if that would help.
>
> > Would you be willing to change your system name from "Freeview" to "Freeview-NZ" or even "FVLB"? There are multiple regions that use the "Freeview" name.
>
> Sure, I really don't mind, it's very easy to change.
Thanks, I think that "FVLB" would be best.
>
> > The EIT data has a country code, in your case NZL, and then a number representing the age. The receiver then uses the age to display a label. This is why I was keen to see what the now/next looks like.
>
> It may be that Pete is able to output this for you, if that's what he's using presently. I'm loath to mess with my setup too much while I'm still experimenting with this code. Maybe later if no-one else is able to help.
@PeteHodd - Once you are done, if you are willing to help I would be grateful.