Kodi Community Forum
"ClearArt" concept - overlay type artwork for ex. 'episode poster/fanart on paused' - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Meta-Data provider and Artwork Packs (https://forum.kodi.tv/forumdisplay.php?fid=71)
+--- Thread: "ClearArt" concept - overlay type artwork for ex. 'episode poster/fanart on paused' (/showthread.php?tid=51705)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40


- DuMbGuM - 2009-07-10

Nice Reaven man will try it. Mod is growing nicely Smile

*Edit:

Ok, anyone who has the old style clearart folder named "Cleararts" needs to change it to "Clearart".

Other problem is the size of my clearart has been squashed:

Image

It used to be taller, I think this is the effect the new bar at the top is having on it.


- reaven - 2009-07-10

yes I noticed that, you think is the top bar


- reaven - 2009-07-10

get it just add the <aspectratio>keep</aspectratio> tag to this control

Code:
<control type="group">
    <control type ="image">
        <description>tv show image</description>
        <posx>1049</posx>    
        <posy>-108</posy>    
        <width>230</width>    
        <height>115</height>
        <texture>clearart/$INFO[VideoPlayer.TVShowTitle].png</texture>
        [color=Red]<aspectratio>keep</aspectratio>[/color]
        <visible>VideoPlayer.Content(episodes) + !Skin.HasSetting(yesclearart)</visible>
    </control>

I will be updating the dialogseekbar.xml


- DuMbGuM - 2009-07-10

Works perfect now, thanks Wink


- reaven - 2009-07-10

no, thank you !
lol

I now want to add another rss ticker, to be able to see 2 at the same time its killing waiting to the rss ends so you can see the next one


- eQUIV - 2009-07-11

A few of my gf's shows...

Image
http://i563.photobucket.com/albums/ss80/equiv/30Rock.png

Image
http://i563.photobucket.com/albums/ss80/equiv/AllyMcBeal.png

Image
http://i563.photobucket.com/albums/ss80/equiv/AmericasNextTopModel.png

Image
http://i563.photobucket.com/albums/ss80/equiv/AustraliasNextTopModel.png

Image
http://i563.photobucket.com/albums/ss80/equiv/BritainsNextTopModel.png

Image
http://i563.photobucket.com/albums/ss80/equiv/CanadasNextTopModel.png


- eQUIV - 2009-07-11

Image
http://i563.photobucket.com/albums/ss80/equiv/NewZealandsNextTopModel.png


- bidossessi - 2009-07-11

hi folks.

so how are you guys dealing with the multi-language/cross-skin issue?
ronie's come up with quite an ingenious (and obvious if you think of how xbmc handles all other artwork) solution that could be easily implemented in a media companion (MIP/EMM) if a website offers an API for it.


- bidossessi - 2009-07-11

@Imaginos
where do you scrape your nfos from since your shows are in french. do you use imdb or thetvdb?
I'm wondering what the hierarchy for storing cleararts should look like, and what would be the best way to make it language-agnostic.
the only solution that seems to pop up is : use imdb id number if available, then branch down to locale, like so:
show id number/:
-en/
--file1.png
--file2.png
--[...]
-fr/
--file1.png
--file2.png
--[...]

what do you guys think?


- Ram2000 - 2009-07-11

Ok i have a few shows seems no-one else has :p
again im no expert with PS but here's my next attempt love this mod and would love to feel im helping towards its success :p
Image

I know it was stated in this thread regarding no amputations so heres the full one aswell
Image

This one is pretty bad looked better when I was doing it but I know posting this will inspire someone with more PS skill to do a better one :p

Image


- reaven - 2009-07-12

Quote:Ok i have a few shows seems no-one else has
again im no expert with PS but here's my next attempt love this mod and would love to feel im helping towards its success
thanks, any help is very appreciated !

Gallery updated !


- reaven - 2009-07-12

The Mentalist
Image


- Imaginos - 2009-07-12

bidossessi Wrote:@Imaginos
where do you scrape your nfos from since your shows are in french. do you use imdb or thetvdb?
I'm wondering what the hierarchy for storing cleararts should look like, and what would be the best way to make it language-agnostic.
the only solution that seems to pop up is : use imdb id number if available, then branch down to locale, like so:
show id number/:
-en/
--file1.png
--file2.png
--[...]
-fr/
--file1.png
--file2.png
--[...]

what do you guys think?
I scrapp from thetvdb, I don't know if your suggestion is usable, but it may be a good idea...
Don't have the time for now to check this but in several days maybe ... Smile


- eQUIV - 2009-07-13

I've noticed my clearart doesn't appear all the way on the right hand side for some reason. There's maybe a 50-100 pixel gap. Anyone else having this problem?

Also I wouldn't mind my clearart to appear a bit larger on the screen, how hard would that be to code it in a little larger?


- reaven - 2009-07-13

this is the clearArt control play with it
Code:
<control type ="image">
        <description>tv show image</description>
        <posx>1049</posx>    
        <posy>-108</posy>    
        <width>230</width>    
        <height>115</height>
        <texture>clearart/$INFO[VideoPlayer.TVShowTitle].png</texture>
        <aspectratio>keep</aspectratio>
        <visible>VideoPlayer.Content(episodes) + !Skin.HasSetting(yesclearart)</visible>
    </control>
play with the posx and width..