How should I do to add rating, ie "Rating 6.1 (11,647 votes)" and "Rated: Rated PG" down to the right among time, sound format and resolution?
Rated: Rated PG" down to the right among time,
the way i did it was in Includes.xml
look for <include content="MediaFlag">
xml:
<include content="MediaFlag">
<param name="texture" value="$INFO[$PARAM[infolabel_prefix]ListItem.Mpaa,flags/Mpaa/,.png]" />
<param name="visible" value="!String.IsEmpty($PARAM[infolabel_prefix]ListItem.Mpaa)" />
</include>
you may need to unpack Textures.xbt in to media folder
or
https://kodi.wiki/view/Path_substitution
<param name="texture" value="$INFO[$PARAM[infolabel_prefix]ListItem.Mpaa,Path_substitution/,.png]" />