[MOD] clearArt and Poster on Paused

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
reaven Offline
Skilled Skinner
Posts: 1,101
Joined: May 2009
Reputation: 20
Post: #1
Recovering thread due to data loss, Google original thread cache

MOD to get clearArts on tvshows and poster on movies when paused.
* ClearArt its been pulled from the source tvshow folder.
* You need to be at r27711 or later.
* Depend on your tv shows folder structure you would need to edit this line
Code:
<texture>$INFO[Player.FolderPath]../clearart.png</texture>
by removing the (../) depending if your clearArt reside out of the Season# folder or not, the default looks out of the Season# folder if yours reside along with the episodes remove(../)

*for clearArts check XBMCStuff .

TVShows
[Image: screenshot002.png]

Movies
[Image: screenshot003-5.png]


MOD v1.2 HERE
Backup-Replace-Test
find quote
UnisonRuss Offline
Senior Member
Posts: 247
Joined: Jan 2009
Reputation: 0
Location: Los Angeles
Post: #2
Thanks for re-posting... I love this mod Big Grin

I love my Mac Mini :;):
find quote
macshield Offline
Member
Posts: 58
Joined: Mar 2010
Reputation: 0
Post: #3
Hi guys I'm a noob so sorry if I'm being stupid. This is a very cool mod but I can't figure out how to apply it. I replaced the dialogseekbar.xml but nothing happens. What am I missing? Any help would be appreciated.
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #4
@reaven

Instead of having people dig into the .xml's would it just be easier to just use two blocks of code:
PHP Code:
<control type ="image"
                <
description>tv show image</description>
                <
posx>948</posx>     
                <
posy>-26</posy>    
                <
width>330</width>     
                <
height>185</height
                <
texture>$INFO[Player.FolderPath]../clearart.png</texture>
                <
aspectratio>keep</aspectratio>
                <
visible>VideoPlayer.Content(episodes) + Skin.HasSetting(clearART)</visible>
            </
control>
            <
control type ="image"
                <
description>tv show image</description>
                <
posx>948</posx>     
                <
posy>-26</posy>    
                <
width>330</width>     
                <
height>185</height
                <
texture>$INFO[Player.FolderPath]/clearart.png</texture>
                <
aspectratio>keep</aspectratio>
                <
visible>VideoPlayer.Content(episodes) + Skin.HasSetting(clearART)</visible>
            </
control

*that code was from my skin not this mod

[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
reaven Offline
Skilled Skinner
Posts: 1,101
Joined: May 2009
Reputation: 20
Post: #5
you mean adding both condition to look for clearArts inside the folder where the episode reside and inside the folder where the folder with the episode reside(one folder back).

I don't know I don't like to much unnecessary code unless is really necessary, is just one line you have to edit depend how you episodes are organize. But is a good idea I was already using that in my music fanart slideshow mod to look for fanart inside the source music folder and for multiple images inside a local artist folder.
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #6
Your call, while all this seems simple for us many new users have trouble just installing skins correctly let alone any type of mods even simple ones.

Plus all it will do is spit out a "error: texture blah blah not found"

[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
muggi Offline
Senior Member
Posts: 142
Joined: Nov 2009
Reputation: 3
Post: #7
Hi,


nice clearart mod.....

But how i can get it in the DialogFullScreenInfo.xml (i think it is this, the screen when i hit the info button while playing) ..... that it shows clear art on th shows and the cover thumbs in the movies section....

can someone post me the modded .xml for thisConfused

_______________________________________________
CASE: Silverstone with Imon LCD/ Harmony ONE
BOARD: Zotac IONITX 330 D-E / 6 Terrabytes
NAS: Synology Diskstation 8TB RAID5
Software: XBMC Live Skin: Modded Confluence AppleTV2: XBMC....rocks
KARATELIGHT
find quote
muggi Offline
Senior Member
Posts: 142
Joined: Nov 2009
Reputation: 3
Post: #8
Hi,

i got it.... Here is my modded Dialogfullscreeninfo.
It makes the same as the Dialogseekbar but it shows clearart if you it the Info Key.

Warning: I use the Big Alaska MOD. I don“t know if it works with the normal Alaska.


Dialogfullscreeninfo.xml
Code:
<!--Alaska-->
<window id="142">
    <defaultcontrol>2</defaultcontrol>
    <controls>
        <include>OSDHeading</include>
        <include>OSDSeekbar</include>
        <control type="group">
            <include>Animation_SlideUpFadeOut</include>
            <posx>0</posx>
            <posy>630</posy>
            <control type="image">
                <width>1280</width>
                <height>100</height>
                <texture>common/white.png</texture>
                <colordiffuse>OSDBackground</colordiffuse>
            </control>
<!-- tvshows -->
            <control type="largeimage">
                <posx>30</posx>
                <posy>-130</posy>
                <width>280</width>
                <height>280</height>
                <texture>$INFO[Player.FolderPath]../clearart.png</texture>
                <aspectratio>keep</aspectratio>
                <visible>VideoPlayer.Content(episodes)</visible>
            </control>
<!-- movies -->
            <control type="image">
                <posx>30</posx>
                <posy>-210</posy>
                <width>280</width>
                <height>280</height>
                <texture>$INFO[VideoPlayer.Cover]</texture>
                <bordertexture border="8">common/thumb_border.png</bordertexture>
                <bordersize>8</bordersize>
                <aspectratio align="left" aligny="bottom">keep</aspectratio>
                <visible>!VideoPlayer.Content(episodes)</visible>
            </control>
            <control type="label">
                <posx>300</posx>
                <posy>650</posy>
                <height>50</height>
                <width>1280</width>
                <font>Font_Time</font>
                <textcolor>FF525252</textcolor>
                <label>$LOCALIZE[20339][COLOR FFb70303] $INFO[VideoPlayer.Director][/COLOR]   $LOCALIZE[562][COLOR FFb70303] $INFO[VideoPlayer.Year][/COLOR]</label>
                <visible>VideoPlayer.Content(movies)</visible>
            </control>
            <control type="textbox">
                <description>Plot Info</description>
                <posx>300</posx>
                <posy>2</posy>
                <width>550</width>
                <height>80</height>
                <align>left</align>
                <font>Font_Date</font>
                <textcolor>Date</textcolor>
                <label>$INFO[VideoPlayer.Tagline]</label>
                <autoscroll time="3200" delay="6000" repeat="6000">Skin.HasSetting(autoscroll)</autoscroll>
            </control>
            <control type="label">
                <description>Year Info</description>
                <posx>1250</posx>
                <posy>10</posy>
                <width>360</width>
                <height>18</height>
                <aligny>center</aligny>
                <align>right</align>
                <font>Font_Date</font>
                <textcolor>Date</textcolor>
                <label>$INFO[VideoPlayer.Year,[b]$LOCALIZE[40124] [/b]]</label>
                <animation effect="slide" end="0,22" condition="IsEmpty(VideoPlayer.Rating)">Conditional</animation>
                <animation effect="slide" end="0,22" condition="IsEmpty(VideoPlayer.Director)">Conditional</animation>
            </control>
            <control type="label">
                <description>Rating Info</description>
                <posx>1250</posx>
                <posy>32</posy>
                <width>360</width>
                <height>18</height>
                <aligny>center</aligny>
                <align>right</align>
                <font>Font_Date</font>
                <textcolor>Date</textcolor>
                <label>$INFO[VideoPlayer.Rating,[b]$LOCALIZE[563]: [/b]]</label>
                <animation effect="slide" end="0,22" condition="IsEmpty(VideoPlayer.Director)">Conditional</animation>
            </control>
            <control type="label">
                <description>Director Info</description>
                <posx>1250</posx>
                <posy>54</posy>
                <width>360</width>
                <height>18</height>
                <aligny>center</aligny>
                <align>right</align>
                <font>Font_Date</font>
                <textcolor>Date</textcolor>
                <label>$INFO[VideoPlayer.Director,[b]$LOCALIZE[40125] [/b]]</label>
            </control>
        </control>
        <include>Object_DebugGrid</include>
        <control type="group">
            <include>Debug</include>
            <visible>Skin.HasSetting(debugmode)</visible>
        </control>
    </controls>
</window>



Have fun

_______________________________________________
CASE: Silverstone with Imon LCD/ Harmony ONE
BOARD: Zotac IONITX 330 D-E / 6 Terrabytes
NAS: Synology Diskstation 8TB RAID5
Software: XBMC Live Skin: Modded Confluence AppleTV2: XBMC....rocks
KARATELIGHT
find quote
DuMbGuM Offline
Fan
Posts: 448
Joined: Sep 2008
Reputation: 1
Location: Ireland
Post: #9
Repost:

ClearArt without bottom-bar:

[Image: Alaska_ClearArt_Mod_by_DuMbGuM.png]

Download:

http://dumbgum.deviantart.com/art/Alaska...-154083788

[Image: watched-clearlogo.jpg]
find quote
Muskyinoz Offline
Member
Posts: 84
Joined: Mar 2010
Reputation: 0
Location: Sydney
Post: #10
probably a longshot but would this mod work with Alaska revisited on Dharma? I just upgraded and I miss seeing my cleararts Smile
find quote
Post Reply