Get rid of genre in Showcase View
#1
When viewing my movies in the Showcase view, underneath the movie poster it lists the genre for the movie in small letters and then in slightly larger letters it lists the movie title. Anyone know if there's a quick and easy way to get rid of the genre part? I just like the look of only having the movie title ... nothing against the skin, just personal preference.

I'm assuming it's just a matter of deleting a line or two from one of the xml files for the skin, but if someone could guide me to which line and from which file that would be highly appreciated.

Thanks,
Harry
Reply
#2
Delete this from your Viewtype_Showcase.xml -
Code:
<control type="label" id="72">
                    <label>[UPPERCASE]$INFO[ListItem.Genre][/UPPERCASE]</label>
                    <include>ShowcaseDetailLabel</include>
                    <visible>Container.Content(movies) + !IsEmpty(ListItem.Genre)</visible>
                </control>
Reply
#3
Worked perfectly. Thanks.

Harry
Reply
#4
If you had of done a search you would have found that this was already done and in a handy place to find.. plus it makes the text of the movie bigger

http://forum.xbmc.org/showpost.php?p=321...stcount=23
Reply

Logout Mark Read Team Forum Stats Members Help
Get rid of genre in Showcase View0