[MOD] ClearART on pause

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #11
Did you decide to go with two <controls> like this:
PHP Code:
<control type ="image">  
                <
description>tv show image</description
                <
posx>948</posx>      
                <
posy>-26</posy>     
                <
width>330</width>      
                <
height>185</height>  
                <
texture>$INFO[Player.FolderPath]../clearart.png</texture
                <
aspectratio>keep</aspectratio
                <
visible>VideoPlayer.Content(episodes) + Skin.HasSetting(clearART)</visible
            </
control
            <
control type ="image">  
                <
description>tv show image</description
                <
posx>948</posx>      
                <
posy>-26</posy>     
                <
width>330</width>      
                <
height>185</height>  
                <
texture>$INFO[Player.FolderPath]/clearart.png</texture
                <
aspectratio>keep</aspectratio
                <
visible>VideoPlayer.Content(episodes) + Skin.HasSetting(clearART)</visible
            </
control

*above code was from my skin

That way both bases are covered, both store all files in TV show folder or seperated by Season folders.

[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
XBMCG33K Offline
Skilled Skinner
Posts: 1,252
Joined: Dec 2008
Reputation: 4
Location: 4 8 15 16 23 42
Post: #12
This is the code:

Code:
<!-- Clear Art Code Revisions 27711 needed or higher -->
                        <control type="image">
                            <description>ClearART</description>
                            <posx>950</posx>    
                            <posy>534</posy>    
                            <width>330</width>    
                            <height>185</height>
                            <texture>$INFO[Player.FolderPath]/clearart.png</texture>
                            <aspectratio>keep</aspectratio>
                            <visible>VideoPlayer.Content(episodes)</visible>
                        </control>
                        <control type="image">
                            <description>ClearART</description>
                            <posx>950</posx>    
                            <posy>534</posy>    
                            <width>330</width>    
                            <height>185</height>
                            <texture>$INFO[Player.FolderPath]../clearart.png</texture>
                            <aspectratio>keep</aspectratio>
                            <visible>VideoPlayer.Content(episodes)</visible>
                        </control>
find quote
jakks Offline
Member
Posts: 96
Joined: Jun 2009
Reputation: 0
Post: #13
Looks great, will be adding this to my HTPC soon

Hardware - HP Proliant MicroServer N36L 5TB / Raspberry Pi 512mb
Software - SABnzbd / CouchPotato / Sickbeard / Headphones / NZBDrone / MySQL / uTorrent
Extras - NZB 360
find quote
DuMbGuM Offline
Fan
Posts: 448
Joined: Sep 2008
Reputation: 1
Location: Ireland
Post: #14
Thanks man, glad someone added support for it Wink

[Image: watched-clearlogo.jpg]
find quote
Post Reply