2024-08-29, 11:52
(2024-08-29, 11:19)realcopacetic Wrote: 1) My main confusion is around what is relating to Kodi features and what is relating to Estuary design, as reading along, from a purely outside perspective, it feels like these two separate conversations have become a bit entwined.You are right, the 2 conversations have been intertwined.
There are 2 parts:
Getting the parental rating data into Kodi and available to skins. This is now complete.
Displaying the parental rating data in Estuary. This is where we are up to now and the current focus of the discussion.
(2024-08-29, 11:19)realcopacetic Wrote: 2) I'm still not fully clear how this works. In terms of choosing the user's preferred classification system, is that all going to be handled by the user in their PVR backend?
For now, the PVR addon needs to provide Kodi with one or more parental rating fields (age, code, icon, source). The code is like 'PG' and the icon is a graphical representation hosted by the PVR backend. The PVR backend is currently responsible for working out the users' classification system, etc.
The ParentalRatingSource field was added to allow Kodi to eventually work out the classification system for itself and display the appropriate icon. There has been talk of a 'central addon' to do this, and I already have some ideas, but this is still in the future. The 'central addon' should be able to serve parental rating for TV, movies, games, music, whatever…
pvr.hts and pvr.demo have been updated to provide these extra fields and I am pretty sure that pvr.nextpvr is being updated too.