(Request) Option to hide fanart for specific views

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
IamLegend Offline
Member
Posts: 53
Joined: Jul 2009
Reputation: 0
Location: California
Post: #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.
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #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: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
IamLegend Offline
Member
Posts: 53
Joined: Jul 2009
Reputation: 0
Location: California
Post: #3
Sounds easy enough. Thanks for the help.
find quote
IamLegend Offline
Member
Posts: 53
Joined: Jul 2009
Reputation: 0
Location: California
Post: #4
Worked like a charm. Thanks again.
find quote