(Request) Option to hide fanart for specific views
#1
First off thanks Hitcher for all the work you've put in on this great skin.

Would it be possible to add an option to enable or disable fanart specifically for each view instead of a global fanart on or off option. IMO some views look better with fanart and some look better without. If your not interested in adding it could you please point me in the right direction so I could ATTEMPT to do it myself. I dont know much about coding but if its not to involved I may be able to stumble my way through it.
Reply
#2
That ones easy

MyVideoNav.xml:

Quote:<control type="largeimage">
<include>Dimensions_Fullscreen</include>
<fadetime>400</fadetime>
<texture>$INFO[ListItem.Property(Fanart_Image)]</texture>
<include>Animation_CommonFade</include>
<visible>!Skin.HasSetting(hidefanart)</visible>
</control>

Then find the id, it'll look something like this of the view you want hidden and add this to the bolded part:

Quote:<visible>![Skin.HasSetting(hidefanart) | Control.IsVisible(52)]</visible>
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#3
Sounds easy enough. Thanks for the help.
Reply
#4
Worked like a charm. Thanks again.
Reply

Logout Mark Read Team Forum Stats Members Help
(Request) Option to hide fanart for specific views0