How do I remove/hide the TV episode ratings from the skin? Specifically for widelist
#1
I assume it's somewhere in View_55_WideList.xml but I can't find the correct entry, I'd appreciate the help as I don't like being "influenced" by the rating of an episode before I start watching it
Reply
#2
Nevermind, I found how to do it, you just remove all mentions of the following entries in View_55_WideList.xml :
Code:
                    <control type="label">
                        <left>105</left>
                        <top>0</top>
                        <bottom>0</bottom>
                        <right>40</right>
                        <align>right</align>
                        <aligny>center</aligny>
                        <label>$VAR[ListLabel2Var]</label>
                        <shadowcolor>text_shadow</shadowcolor>
                    </control>
Reply

Logout Mark Read Team Forum Stats Members Help
How do I remove/hide the TV episode ratings from the skin? Specifically for widelist0