Page 1 of 1
How do I get color MPPA icons on Diggz
Posted: Mon Jul 06, 2026 3:19 pm
by Rickh
How do I get MPPA color icons on Diggz flex skins?
. I know there are icon packs but do not know how to load them on to A skin using flavor umbrella or any of the others.
. Thank you for any and all help with thid
Re: How do I get color MPPA icons on Diggz
Posted: Mon Jul 06, 2026 6:21 pm
by The Chef
Rickh wrote: Mon Jul 06, 2026 3:19 pm
How do I get MPPA color icons on Diggz flex skins?
. I know there are icon packs but do not know how to load them on to A skin using flavor umbrella or any of the others.
. Thank you for any and all help with thid
The skin doesnt have that option.
Re: How do I get color MPPA icons on Diggz
Posted: Mon Jul 06, 2026 9:23 pm
by Rickh
I know the skin doesn't have a toggle option for that I was asking where in the file system I was asking what the file needs to be replaced this was easy to do in the old binge builds like Kodi 16 and 17 as a developer I was hoping you could give me a path path or information as to where to obtain this information is there some where I can look for the structure syntax of the Kodi skin,,?
Re: How do I get color MPPA icons on Diggz
Posted: Tue Jul 07, 2026 12:49 am
by The Chef
Rickh wrote: Mon Jul 06, 2026 9:23 pm
I know the skin doesn't have a toggle option for that I was asking where in the file system I was asking what the file needs to be replaced this was easy to do in the old binge builds like Kodi 16 and 17 as a developer I was hoping you could give me a path path or information as to where to obtain this information is there some where I can look for the structure syntax of the Kodi skin,,?
After a quick look, the template png is stored in the skin/media/textures.xbt/flags/flag_box_rating_classic.png. then it places a text rating inside the template(PG-13),etc. Then you would need to figure out where in the skin it calls for ListItem.MPAA. The only colored MPAA ratings I see in the Kodi repo is called Classification Icons - Colour. Which presents a square rating icon which IMO would look ugly in this skin. You might be able to find some better MPAA icons to use if you dig into other skins. I wont be adding this myself, but feel free to tweak.
Template used in skin:

- flag_box_rating_classic.png (1.7 KiB) Viewed 143 times
Re: How do I get color MPPA icons on Diggz
Posted: Tue Jul 07, 2026 8:31 am
by Rickh
Thank you for the reply