2019-01-10, 04:58
first create images






Rated G.png
Rated NR.png
Rated PG.png
Rated PG-13.png
Rated R.png
i am using images from http://www.classification.gov.au/Pages/Home.aspx
in \AppData\Roaming\Kodi\addons\skin.estuary\extras
create new folder mpaa
now edit Includes.xml find
and after </control>add











Rated G.png
Rated NR.png
Rated PG.png
Rated PG-13.png
Rated R.png
i am using images from http://www.classification.gov.au/Pages/Home.aspx
in \AppData\Roaming\Kodi\addons\skin.estuary\extras
create new folder mpaa
now edit Includes.xml find
xml:<include content="MediaFlag">
<param name="texture" value="flags/flag.png" />
</include>
and after </control>add
xml:<include content="MediaFlag">
<param name="texture" value="$INFO[$PARAM[infolabel_prefix]ListItem.Mpaa,special://skin/extras/Mpaa/,.png]" />
<param name="visible" value="!String.IsEmpty($PARAM[infolabel_prefix]ListItem.Mpaa)" />
</include>
