TV Studio Flag?
#1
Question 
Tried switching to IMDbTV scraper before asking this but it didnt work this time.

I have it setup like this:

Code:
<control type="image">
      <width>58</width>
      <height>25</height>
      <texture>flags\TV\showtime.png</texture>
      <colordiffuse>ff2f9be1</colordiffuse>
      <aspectratio>keep</aspectratio>
      <include>MediaFlagAnimation</include>
      <visible>substring(ListItem.Studio,Showtime)</visible>

I know Dexter is a Showtime show which is why i am testing this one.

I tried also ListItem.Director
Reply
#2
Got it working 100% for anyone curious:

Code:
<control type="image">
        <include>TVFlagLayout</include>
        <colordiffuse>ff2f9be1</colordiffuse>
        <texture>flags\networks\aande.png</texture>
        <visible>substring(ListItem.Studio,A&E)</visible>
      </control>

Is how I have it and it works like a charm.
Reply
#3
i really like the way you're documenting your progress but don't you think you should get your own subforum, to keep it all organized?
I know this is supposed to be the skin dev forum, but i'm finding that your posts are making me want to make my own skin, and i'd love to "see it all in one place". nothing important, really.
openSUSE 11.2 | SVN XBMC
I'm... dreaming... of a quiet... HTPC
Reply
#4
Well I'll probably have a sub-forums once Xperience is released, but then you wont see near as many of these as the skin will be ready for release Tongue
Reply

Logout Mark Read Team Forum Stats Members Help
TV Studio Flag?0