Kodi Community Forum

Full Version: Remove IMDB ratings from Movies
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Guys,

I want to have the IMDB rating removed from my Estuary skin in Kodi 19.1. 

So for instance if I go to Movies -> Options -> Viewtype -> List.. I see at the right side of the list the user rating. I don't want to see this. I can't figure out how to remove that from the skin. So for all the Viewtypes.

I was already looking in the Includes.xml and have commented out this whole section:
xml:
<include name="RatingCircle">
        <param name="animation">False</param>
        <definition>
            <control type="group">
                <animation effect="fade" time="0" condition="$PARAM[animation]">VisibleChange</animation>
                <include content="UserRatingContent" condition="Skin.HasSetting(circle_userrating)">
                    <param name="infolabel" value="ListItem.UserRating" />
                </include>
                <include content="UserRatingContent" condition="Skin.HasSetting(circle_rating)">
                    <param name="infolabel" value="ListItem.Rating" />
                </include>
            </control>
        </definition>
    </include>
    <include name="UserRatingContent">
        <visible>!String.IsEmpty($PARAM[infolabel])</visible>
        <control type="image">
            <left>3</left>
            <top>-3</top>
            <width>44</width>
            <height>44</height>
            <aspectratio>keep</aspectratio>
            <texture colordiffuse="button_focus">overlays/badge.png</texture>
        </control>
        <control type="label">
            <left>3</left>
            <top>-3</top>
            <align>center</align>
            <aligny>center</aligny>
            <width>44</width>
            <height>44</height>
            <font>font20_title</font>
            <label>$INFO[$PARAM[infolabel]]</label>
        </control>
    </include>

I looked in the seperate view_xxx.XML files for userratings .. but whatever I do.. all the ratings keep showing. 

Can somebody please help me? So many thx in advance!
Disable it in skin settings

Image