[MOD] ClearArt on pause

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Galefury Offline
Fan
Posts: 315
Joined: Dec 2009
Reputation: 8
Location: Bucharest, EU
Post: #1
This is a small mod that adds ClearArt and movie cover on pause. Backup DialogSeekBar.xml from 720p folder before replacing it with this file.
Download

[Image: screenshot000pv.png]
[Image: screenshot002bc.png]
find quote
esteyo Offline
Junior Member
Posts: 18
Joined: Jul 2009
Reputation: 0
Location: Sweden
Post: #2
is there anyway i could get the tvshow poster instead of the clearart on tvshows?
find quote
D0nR0s4 Offline
Senior Member
Posts: 270
Joined: Nov 2009
Reputation: 0
Location: Germany
Post: #3
First, thanks, second, is that Burn Notice in the second picture and if yes why does it have the lie to me clearart?
find quote
Galefury Offline
Fan
Posts: 315
Joined: Dec 2009
Reputation: 8
Location: Bucharest, EU
Post: #4
@ Donrosa: you're welcome and you're right, is burn notice with lie to me clearart. Actually, in the first picture, the movie is not the crazies, but gta4 trailer. Big Grin Why ? Because I like that clearart, I made it.

@ esteyo: I'm not sure, i will try.
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #5
This is what I do to have the skin automatically detect clearART and fallback to a thumb if none:


PHP Code:
<control type ="image" id="7657"
                <
texture background="true">$INFO[Player.FolderPath]../clearart.png</texture>
                <
visible>VideoPlayer.Content(episodes)</visible>
            </
control>
            <
control type ="image" id="7658"
                <
texture background="true">$INFO[Player.FolderPath]clearart.png</texture>
                <
visible>VideoPlayer.Content(episodes)</visible>
            </
control>
            <
control type ="image"
                <
texture diffuse="movie-poster/Movie_Thumb_Mask.png">$INFO[VideoPlayer.Cover]</texture>
                <
visible>IsEmpty(Control.GetLabel(7657)) + IsEmpty(Control.GetLabel(7658)) + VideoPlayer.Content(episodes)</visible>
            </
control

Obviously you need posx, posy, width, etc... but I cut it down just to get my point accross...

[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
DustyBakerUK Offline
Junior Member
Posts: 13
Joined: Oct 2011
Reputation: 0
Post: #6
Sorry to dig up an old thread...

is this still possible. The link to the files suggests that is has been removed.

Please help.
find quote
Galefury Offline
Fan
Posts: 315
Joined: Dec 2009
Reputation: 8
Location: Bucharest, EU
Post: #7
Yes, is still possible. I'll see what I can do when I'll have a little time.

XWMM - a complete, web based, cross platform, media manager
reFocus - Simply the best
find quote
Galefury Offline
Fan
Posts: 315
Joined: Dec 2009
Reputation: 8
Location: Bucharest, EU
Post: #8
Here you go, ClearArt for reFocus 0.9.3. Backup the original file and replace with this one. It will add clearart for tv shows and movie cover for movies, but only on pause. Enjoy.

Download

XWMM - a complete, web based, cross platform, media manager
reFocus - Simply the best
find quote
DustyBakerUK Offline
Junior Member
Posts: 13
Joined: Oct 2011
Reputation: 0
Post: #9
Cheers for this, much appreciated.
find quote
darkeyes33 Offline
Junior Member
Posts: 3
Joined: Jan 2012
Reputation: 0
Post: #10
Hi,

I use refocus 0.8.9.6 and I want to keep the grey OSD but I would display the movies cover above description.
How can I do this ?

Thanks for your help.
find quote
Post Reply