• 1
  • 36
  • 37
  • 38
  • 39(current)
  • 40
"ClearArt" concept - overlay type artwork for ex. 'episode poster/fanart on paused'
Hi, just got a Q, have look all around but can't find an answer.

When configuring Transparecy skin to work with clearart i can ONLY choose 1 HDD but ive got my shows on 2. is there anything i can do?

Am I the only person with this problem?
Reply
Just add an extra control type to your dialogueseekbar.xml, so it looks *something* like this (directory in bold):

Code:
<control type="largeimage">
                <posx>-10</posx>
                <posy>25</posy>
                <width>275</width>
                <height>145</height>
                [b]<texture>F:/1- TV/$INFO[VideoPlayer.TVShowTitle]/clearart.png</texture>[/b]
                
                    <aspectratio>keep</aspectratio>
                <visible>VideoPlayer.Content(episodes)</visible>
            </control>
            <control type="largeimage">
                <posx>-10</posx>
                <posy>25</posy>
                <width>275</width>
                <height>145</height>
                [b]<texture>E:/1- TV/$INFO[VideoPlayer.TVShowTitle]/clearart.png</texture>[/b]
                
                <aspectratio>keep</aspectratio>
                <visible>VideoPlayer.Content(episodes)</visible>
            </control>

Don't copy & paste because this example is for a different skin
Image
Reply
Thx for the quick reply, but had changed on the advancedsettings.ml but no luck. What file do i need to change?

thx
Reply
DialogueSeekbar.xml located at Aeon/720p.

Press ctrl+f and search for 'clearart' within the file or go to line 270 of the code, this should show you where the change I mentioned above needs to be made, at least that's how it is on my normal Aeon one.
Image
Reply
Ram2000 Wrote:And thats using the NEW FIX DialogSeekBar.xml: from the front page ? did I miss something?

you didnt miss anything the MOD post is the way it is but the way am using right now is another, DumbGum is right .

just need to change the image path to load from the source folder. look for the clearArt control inside DialogSeekBar.xml and change the path to:

Code:
<texture>[b][i]yourpath[/i][/b]/$INFO[VideoPlayer.TVShowTitle]/clearart.png</texture>

and it will load the clearArt.png form the source tvshow folder.
also the clearArt is rename to "clearart.png" since none of them reside in the same folder they all can be named "clearart.png"
clearArt Concept
cdArt Concept

*If like, thank user
Reply
Thanks
I see and If i have two Dirs I can had the same line twice but with different paths ?
Reply
Thanks, have managed to configure it, but with the skin i' ungits done in a complete difrent way.
Any Chances of 2 Shows?

Cougar Town and Modern Family cleararts? These are really great shows.
Reply
reaven Wrote:you didnt miss anything the MOD post is the way it is but the way am using right now is another, DumbGum is right .

just need to change the image path to load from the source folder. look for the clearArt control inside DialogSeekBar.xml and change the path to:

Code:
<texture>[b][i]yourpath[/i][/b]/$INFO[VideoPlayer.TVShowTitle]/clearart.png</texture>

and it will load the clearArt.png form the source tvshow folder.
also the clearArt is rename to "clearart.png" since none of them reside in the same folder they all can be named "clearart.png"

Sorry Reaven I have changed it to
Quote:<texture>C:/Media Center/TV Episodes/$INFO[VideoPlayer.TVShowTitle]/clearart.png</texture>
but its not picking up the clearart from the source can you see what im doing wrong ?

Thanks
Reply
Just spotted thsi Line in the transparency Includes_workarouns.xml

Quote:<texture>$INFO[Skin.String(TVShows_Folder_Path)]$INFO[VideoPlayer.TVShowTitle]/clearart.png</texture>

But doesnt seem to want to work :-9
Reply
Ram2000 Wrote:Just spotted thsi Line in the transparency Includes_workarouns.xml



But doesnt seem to want to work :-9

because that is skin related exclusively for "transparency" .

Quote:Sorry Reaven I have changed it to
Quote:
<texture>C:/Media Center/TV Episodes/$INFO[VideoPlayer.TVShowTitle]/clearart.png</texture>
but its not picking up the clearart from the source can you see what im doing wrong ?

Thanks
from where you are trying to pull the clearArt? a remote share or local ?
*check the control type in the xml it suppose to be
Code:
<control type="largeimage">
clearArt Concept
cdArt Concept

*If like, thank user
Reply
It's been a while.. here's a few tho..

Image
http://i563.photobucket.com/albums/ss80/...arTown.png

Image
http://i563.photobucket.com/albums/ss80/...usiasm.png

Image
http://i563.photobucket.com/albums/ss80/...ndDown.png

Image
http://i563.photobucket.com/albums/ss80/...Family.png
Reply
Image
http://i563.photobucket.com/albums/ss80/...heShow.png
Reply
you can upload them on http://www.xbmcstuff.com
Reply
Yah I beleive I'm just waiting on my creator account... nothing yet.
Reply
requests !

Life (2009)
Planet Earth
P90X
...
clearArt Concept
cdArt Concept

*If like, thank user
Reply
  • 1
  • 36
  • 37
  • 38
  • 39(current)
  • 40

Logout Mark Read Team Forum Stats Members Help
"ClearArt" concept - overlay type artwork for ex. 'episode poster/fanart on paused'5