PDA

View Full Version : [MOD] dfmos xTV Visualization Mod


dfmos
2009-06-02, 19:16
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
http://img197.imageshack.us/img197/6499/36802129.th.gif (http://img197.imageshack.us/my.php?image=36802129.gif)
http://img192.imageshack.us/img192/339/64442418.th.gif (http://img192.imageshack.us/my.php?image=64442418.gif)
http://img188.imageshack.us/img188/7918/98483699.th.gif (http://img188.imageshack.us/my.php?image=98483699.gif)
http://img23.imageshack.us/img23/8158/24227816.th.gif (http://img23.imageshack.us/my.php?image=24227816.gif)

hluver
2009-06-06, 10:55
Nice mod.

Grrzzz
2009-07-05, 15:01
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:

<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:
<visible>!Window.IsVisible(2004)</visible>

add

<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 (http://pastebin.com/f4c07c647)

homesnake
2009-08-31, 07:45
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).

spiff
2009-08-31, 17:37
maybe because they aren't using plex?

homesnake
2009-09-01, 04:49
ahh gotcha - damn I wish it work with Plex!