chrisbevan / skin.pellucid

A skin for Kodi by theDeadMan
Other
46 stars 43 forks source link

Rating support #56

Closed ask6155 closed 4 years ago

ask6155 commented 4 years ago

Hello. I like using the pellucid skin on my TV but I would like to have a rating on the shows and movies I have. on the information page there could be a rating next to the description stating PG-13 or R or whatever. Is it possible to add this?

Thanks in advance

joaomariord commented 4 years ago

I am also interested in this, and I'm offering myself to do this. Only need guidelines from the professionals.

chrisbevan commented 4 years ago

Hi,

Sure: here's the list of labels available: https://kodi.wiki/view/InfoLabels#ListItem

I won't add this to the official release as the MPAA ratings are very US centric.

However, to add the rating label, the code is: $INFO[ListItem.Mpaa]. The file you want is 1080i/DialogVideoinfo.xml. Potential places to display this are contained in lines 109 - 190.

joaomariord commented 4 years ago

Hi,

Sure: here's the list of labels available: https://kodi.wiki/view/InfoLabels#ListItem

I won't add this to the official release as the MPAA ratings are very US centric.

However, to add the rating label, the code is: $INFO[ListItem.Mpaa]. The file you want is 1080i/DialogVideoinfo.xml. Potential places to display this are contained in lines 109 - 190.

Do I make a pull request (despite not going to the official release) or publish a patch here?