Kodi Community Forum

Full Version: How can I add rating to the Shift viewtype?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]" />