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


- reaven - 2009-11-05

DuMbGuM Wrote:Hmm, I can see how for documentaries you might have a logo and then the text 'documentary' as a default ClearArt for that genre, but I don't know how you would make that appear for completely different file names, if that's what you're trying to do.

Not a bad suggestion though.

Here's an example of what I mean from a google search:

Image

It could work for lots of things like sport etc, I have no idea how you would implement it though, maybe if the clearart pulled info from the genre tag in the .nfo or something.

that looks cool but a default one is the same one for all genres, unless a boolean can be add to show a default clearart depending on the show genre but i dont know am just rambling here.

Code:
    <control type ="image">
        <description>tv show image</description>
        <posx>1049</posx>    
        <posy>-108</posy>    
        <width>230</width>    
        <height>115</height>
        <texture fallback="clearart/$INFO[VideoPlayer.Genre].png">clearart/$INFO[VideoPlayer.TVShowTitle].png</texture>
        <aspectratio>keep</aspectratio>
        <visible>VideoPlayer.Content(episodes)</visible>
    </control>
*well I have already foreseen a problem, almost all series are tags with more than one genre..(Ex. action/drama)

also now that i have more than one HTPC running XBMC am in the middle of changing the code to read the clearArt from the corresponding (local or remote)show source folder instead of a folder inside the media skin folder. already made the changes for the music fanart and cdarts.


- mnegrisoli - 2009-11-11

Please !

Can somebody make clearart for "The Vampire Diaries" TV Show ?

Thanks !


- mcborzu - 2009-11-11

There's one already....http://www.xbmcstuff.com/?x=1&id=384


- reaven - 2009-11-11

mcborzu Wrote:There's one already....http://www.xbmcstuff.com/?x=1&id=384

yep I already make one ...did you check before posting ?


- mnegrisoli - 2009-11-11

The xbmcstuff is down last week ... just on day that I could use XBMC again ...
And donĀ“t search again until yesterday ....

Thank you everyone !


reaven Wrote:yep I already make one ...did you check before posting ?



- reaven - 2009-11-12

DuMbGuM Wrote:Hmm, I can see how for documentaries you might have a logo and then the text 'documentary' as a default ClearArt for that genre, but I don't know how you would make that appear for completely different file names, if that's what you're trying to do.

Not a bad suggestion though.

Here's an example of what I mean from a google search:

Image

It could work for lots of things like sport etc, I have no idea how you would implement it though, maybe if the clearart pulled info from the genre tag in the .nfo or something.


So, are you in for this DuMbGuM ??


- DuMbGuM - 2009-11-14

I'd like to see it happen but It seems like the whole double-genre thing is a problem with stuff like 'action/drama' as you said, maybe if it was changed manually it could work?

Heres another quick example of a properly sized one for any testing purposes. I like this colour scheme because it suits the red curtain backdrop that DJH introduced some time ago.

Image


- reaven - 2009-11-18

it would be nice if all of them include a movie clapper on the back and on front the related icon/logo/image..so they all can be seen like a theme.

BTW, porting to Alaska...
Image


- ppic - 2009-11-18

nice view Wink


- Ram2000 - 2009-11-18

reaven Wrote:it would be nice if all of them include a movie clapper on the back and on front the related icon/logo/image..so they all can be seen like a theme.
Do you mean like the ones I was creating for Movie Genres HERE these could be easily adapted but I cant see how it would be picked up if there isnt a clearart to display ?

looks good on alsaka...


- reaven - 2009-11-18

exactly the idea....


- DuMbGuM - 2009-11-20

Even something as simple as a standard clapperboard & text could work..

/mockup

Image


- Ram2000 - 2009-11-20

I still dont see the point I think it looks better if theres no clearart if the file doesn't exist then you dont have all these horrible default images showing up left right and center.
that said its a mute point for me as All my shows have Clearart :p but would be good if it could pull the image from the tvshow folder though...


- reaven - 2009-11-20

Ram2000 Wrote:I still dont see the point I think it looks better if theres no clearart if the file doesn't exist then you dont have all these horrible default images showing up left right and center.
that said its a mute point for me as All my shows have Clearart :p but would be good if it could pull the image from the tvshow folder though...

my clearArts, cdArts and music fanart are all pull from the source folder all remote shares.

clearArt -> tvshow folder
cdArts -> album folder
music fanart -> artist folder


- Ram2000 - 2009-11-21

reaven Wrote:my clearArts, cdArts and music fanart are all pull from the source folder all remote shares.

clearArt -> tvshow folder
cdArts -> album folder
music fanart -> artist folder

And thats using the NEW FIX DialogSeekBar.xml: from the front page ? did I miss something?