XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Skin Help and Support > xTV

xTV Subforum for the xTV take one skin (and mods for/of it).

Reply
 
Thread Tools Search this Thread Display Modes
Old 2009-06-02, 19:16   #1
dfmos
Member
 
dfmos's Avatar
 
Join Date: Aug 2005
Location: Ireland
Posts: 43
dfmos is on a distinguished road
Send a message via Yahoo to dfmos
Wink [MOD] dfmos xTV Visualization Mod

Little Visualization mod

I use this skin on Pc running at 1080P, sweet!
Just the visualization wasn't to my liking so I changed it a little, took some of the overlay from my old x-cite skin.

Just download the file, put the .png files into the XTV media folder.
And then add the 2 .xml files into the PAL folder thats it.

http://www.megaupload.com/?d=GIT0ZRCV

Chief dude still love ur skin, peace out bro.

Screenshots



__________________

Download X-cite_V0.3 - 13th June 2007
Download from Rapidshare
Or
Download from Megaupload
dfmos is offline   Reply With Quote
Old 2009-06-06, 10:55   #2
hluver
Junior Member
 
Join Date: May 2009
Posts: 9
hluver is on a distinguished road
Default

Nice mod.
hluver is offline   Reply With Quote
Old 2009-07-05, 15:01   #3
Grrzzz
Junior Member
 
Join Date: Feb 2009
Posts: 4
Grrzzz is on a distinguished road
Default

Great Mod. Loving it!
I added some stuff to display the current playing state, and also removed the seekbar.

If you guys also want this, do the following:

PAL\DialogSeekBar.xml:
Change the 3rd line to:
Code:
<visible>!Window.IsActive(2006) + [Player.Seeking | Player.DisplayAfterSeek | Window.IsActive(VideoOSD) | Window.IsActive(MusicOSD) | Player.Paused | Player.Forwarding | Player.Rewinding]</visible>
PAL\MusicVisualisation:

Below line 4:
Code:
<visible>!Window.IsVisible(2004)</visible>
add
Code:
<controls>
               <!-- time and date -->
               <control type="label">
                <description>Time and Date</description>
                <posx>700</posx>
                <posy>20</posy>
                <width>322</width>
                <height>20</height>
                <label>$INFO[system.Date] | $INFO[system.Time]</label>
                <align>right</align>
                <font>font12</font>
               </control>
               

<!-- playstate labels -->
                <control type="label">
                        <description>playing</description>
                        <posx>358</posx>
                        <posy>428</posy>
                        <font>font10</font>
                        <label>31046</label>
                        <align>right</align>
                        <width>322</width>
                        <animation effect="fade" time="400">VisibleChange</animation>
                        <textcolor>button-text</textcolor>
                        <visible>![Player.Paused | Player.Rewinding | Player.Forwarding]</visible>
                        <visible>[Window.IsActive(2005) | Window.IsActive(2006)]</visible>
                </control>
                <control type="label">
                        <description>paused</description>
                        <posx>358</posx>
                        <posy>428</posy>
                        <font>font10</font>
                        <label>31045</label>
                        <align>right</align>
                        <width>322</width>
                        <animation effect="fade" time="400">VisibleChange</animation>
                        <textcolor>button-text</textcolor>
                        <visible>Player.Paused</visible>
                        <visible>[Window.IsActive(2005) | Window.IsActive(2006)]</visible>
                </control>
                <control type="label">
                        <description>rewind 2x</description>
                        <posx>358</posx>
                        <posy>428</posy>
                        <font>font10</font>
                        <label>31053</label>
                        <align>right</align>
                        <width>322</width>
                        <animation effect="fade" time="400">VisibleChange</animation>
                        <textcolor>button-text</textcolor>
                        <visible>Player.Rewinding2x</visible>
                        <visible>[Window.IsActive(2005) | Window.IsActive(2006)]</visible>
                </control>
                <control type="label">
                        <description>forward 2x</description>
                        <posx>358</posx>
                        <posy>428</posy>
                        <font>font10</font>
                        <label>31059</label>
                        <align>right</align>
                        <width>322</width>
                        <animation effect="fade" time="400">VisibleChange</animation>
                        <textcolor>button-text</textcolor>
                        <visible>Player.Forwarding2x</visible>
                        <visible>[Window.IsActive(2005) | Window.IsActive(2006)]</visible>
                </control>
                <control type="label">
                        <description>rewind 4x</description>
                        <posx>358</posx>
                        <posy>428</posy>
                        <font>font10</font>
                        <label>31054</label>
                        <align>right</align>
                        <width>322</width>
                        <animation effect="fade" time="400">VisibleChange</animation>
                        <textcolor>button-text</textcolor>
                        <visible>Player.Rewinding4x</visible>
                        <visible>[Window.IsActive(2005) | Window.IsActive(2006)]</visible>
                </control>
                <control type="label">
                        <description>forward 4x</description>
                        <posx>358</posx>
                        <posy>428</posy>
                        <font>font10</font>
                        <label>31060</label>
                        <align>right</align>
                        <width>322</width>
                        <animation effect="fade" time="400">VisibleChange</animation>
                        <textcolor>button-text</textcolor>
                        <visible>Player.Forwarding4x</visible>
                        <visible>[Window.IsActive(2005) | Window.IsActive(2006)]</visible>
                </control>
                <control type="label">
                        <description>rewind 8x</description>
                        <posx>358</posx>
                        <posy>428</posy>
                        <font>font10</font>
                        <label>31055</label>
                        <align>right</align>
                        <width>322</width>
                        <animation effect="fade" time="400">VisibleChange</animation>
                        <textcolor>button-text</textcolor>
                        <visible>Player.Rewinding8x</visible>
                        <visible>[Window.IsActive(2005) | Window.IsActive(2006)]</visible>
                </control>
                <control type="label">
                        <description>forward 8x</description>
                        <posx>358</posx>
                        <posy>428</posy>
                        <font>font10</font>
                        <label>31061</label>
                        <align>right</align>
                        <width>322</width>
                        <animation effect="fade" time="400">VisibleChange</animation>
                        <textcolor>button-text</textcolor>
                        <visible>Player.Forwarding8x</visible>
                        <visible>[Window.IsActive(2005) | Window.IsActive(2006)]</visible>
                </control>
                <control type="label">
                        <description>rewind 16x</description>
                        <posx>358</posx>
                        <posy>428</posy>
                        <font>font10</font>
                        <label>31056</label>
                        <align>right</align>
                        <width>322</width>
                        <animation effect="fade" time="400">VisibleChange</animation>
                        <textcolor>button-text</textcolor>
                        <visible>Player.Rewinding16x</visible>
                        <visible>[Window.IsActive(2005) | Window.IsActive(2006)]</visible>
                </control>
                <control type="label">
                        <description>forward 16x</description>
                        <posx>358</posx>
                        <posy>428</posy>
                        <font>font10</font>
                        <label>31062</label>
                        <align>right</align>
                        <width>322</width>
                        <animation effect="fade" time="400">VisibleChange</animation>
                        <textcolor>button-text</textcolor>
                        <visible>Player.Forwarding16x</visible>
                        <visible>[Window.IsActive(2005) | Window.IsActive(2006)]</visible>
                </control>
                <control type="label">
                        <description>rewind 32x</description>
                        <posx>358</posx>
                        <posy>428</posy>
                        <font>font10</font>
                        <label>31057</label>
                        <align>right</align>
                        <width>322</width>
                        <animation effect="fade" time="400">VisibleChange</animation>
                        <textcolor>button-text</textcolor>
                        <visible>Player.Rewinding32x</visible>
                        <visible>[Window.IsActive(2005) | Window.IsActive(2006)]</visible>
                </control>
                <control type="label">
                        <description>forward 32x</description>
                        <posx>358</posx>
                        <posy>428</posy>
                        <font>font10</font>
                        <label>31063</label>
                        <align>right</align>
                        <width>322</width>
                        <animation effect="fade" time="400">VisibleChange</animation>
                        <textcolor>button-text</textcolor>
                        <visible>Player.Forwarding32x</visible>
                        <visible>[Window.IsActive(2005) | Window.IsActive(2006)]</visible>
                </control>
This plays out nicely Will add screenshot, if wanted.

Do a BACKUP before. And just in case, here is my full MusicVisualisation.xml

Last edited by Grrzzz; 2009-07-05 at 15:04. Reason: added stuff
Grrzzz is offline   Reply With Quote
Old 2009-08-31, 07:45   #4
homesnake
Junior Member
 
Join Date: Nov 2008
Posts: 13
homesnake is on a distinguished road
Default

Can I ask what version of Plex and what version of the xTV skin you guys are using? I would love this mod but I'm missing some basic menu functionality from my skins (ie can't get into settings, just displays a black screen).
homesnake is offline   Reply With Quote
Old 2009-08-31, 17:37   #5
spiff
Grumpy Bastard Developer
 
spiff's Avatar
 
Join Date: Nov 2003
Posts: 7,714
spiff is on a distinguished road
Default

maybe because they aren't using plex?
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
spiff is offline   Reply With Quote
Old 2009-09-01, 04:49   #6
homesnake
Junior Member
 
Join Date: Nov 2008
Posts: 13
homesnake is on a distinguished road
Default

ahh gotcha - damn I wish it work with Plex!
homesnake is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 12:13.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project