"ClearArt" concept - overlay type artwork for ex. 'episode poster/fanart on paused'

  Thread Rating:
  • 5 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
humferier Offline
Member
Posts: 86
Joined: Oct 2009
Reputation: 3
Location: Belgium
Post: #551
Hello,

I've made the followings ones :
Eureka
[Image: eureka.png]
[Image: eureka2.png]
[Image: eureka3.png]

Rome
[Image: Rome.png]

The Unit
[Image: The Unit.png]

hope you like them Smile
find quote
ppic Offline
Skilled Python Coder
Posts: 2,662
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #552
please post them on http://www.xbmcstuff.com

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find quote
markiz Offline
Senior Member
Posts: 270
Joined: Feb 2008
Reputation: 0
Location: Sweden
Post: #553
Has anyone made a default clearart. One that could be used if there isn't a clearart for a certain tv show/movie?

If so. Could you please post it? Maby as a .psd so that we could change text etc...?
find quote
reaven Offline
Skilled Skinner
Posts: 1,101
Joined: May 2009
Reputation: 20
Post: #554
markiz Wrote:Has anyone made a default clearart. One that could be used if there isn't a clearart for a certain tv show/movie?

If so. Could you please post it? Maby as a .psd so that we could change text etc...?

there is no such thing but if you create one please post it...

anyway what could be a default clearArt, which show could use it ?

more important what are you watching that you need it ?
find quote
DuMbGuM Offline
Fan
Posts: 448
Joined: Sep 2008
Reputation: 1
Location: Ireland
Post: #555
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: Documentaries.png]

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.

[Image: watched-clearlogo.jpg]
(This post was last modified: 2009-11-01 17:57 by DuMbGuM.)
find quote
reaven Offline
Skilled Skinner
Posts: 1,101
Joined: May 2009
Reputation: 20
Post: #556
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: Documentaries.png]

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.
(This post was last modified: 2009-11-05 21:38 by reaven.)
find quote
mnegrisoli Offline
Junior Member
Posts: 29
Joined: Jul 2009
Reputation: 0
Location: Brasil / SC
Post: #557
Please !

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

Thanks !
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #558
There's one already....http://www.xbmcstuff.com/?x=1&id=384
find quote
reaven Offline
Skilled Skinner
Posts: 1,101
Joined: May 2009
Reputation: 20
Post: #559
mcborzu Wrote:There's one already....http://www.xbmcstuff.com/?x=1&id=384

yep I already make one ...did you check before posting ?
find quote
mnegrisoli Offline
Junior Member
Posts: 29
Joined: Jul 2009
Reputation: 0
Location: Brasil / SC
Post: #560
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 ?
find quote
Post Reply