music info on home page disappeared
#1
I had made a few mods to the music info on the home page and it all worked perfectly. Now it has all disappeared. Here is the modification.

<!-- Music Info -->
<control type="group">
<posx>0</posx>
<posy>20</posy>
<visible>Player.HasAudio + !Skin.HasSetting(homepageMusicinfo) + ![Container(9000).HasFocus(2) + ![Skin.HasSetting(HomeMenuNoMoviesButton) | Skin.HasSetting(HomeMenuNoTVShowsButton)] + Skin.HasSetting(homepageShowRecentlyAdded)]</visible>
<include>VisibleFadeEffect</include>
<include>Window_OpenClose_Animation</include>

<control type="image">
<description>BackDrop</description>
<posx>5</posx>
<posy>15</posy>
<width>177</width>
<height>182</height>
<texture>BackDrop.png</texture>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="image">
<!--spinning cd -->
<description>cd disc</description>
<posx>78</posx>
<posy>25</posy>
<width>161</width>
<height>161</height>
<animation effect="slide" start="-73" end="7" time="1500" tween="cubic" easing="out" delay="2000">WindowOpen</animation>
<animation type="WindowClose">
<effect type="slide" start="7" end="-73" time="800" tween="cubic" easing="in" delay="0"/>
<effect type="fade" start="100" end="0" time="1300"/>
<condition type="!Player.Playing"/>
</animation>
<animation effect="rotate" end="-360" center="auto" time="2000" loop="true" reversible="false" condition="!Player.Paused + !Skin.HasSetting(zombie_osd)">Conditional</animation>
<animation effect="rotate" end="-360" center="auto" time="5000" loop="true" reversible="false" condition="!Player.Paused + Skin.HasSetting(zombie_osd)">Conditional</animation>

<aspectratio aligny="bottom">keep</aspectratio>
<texture>CD Discs/default2.png</texture>

<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="image">
<!--spinning album cd -->
<description>cd disc</description>
<posx>78</posx>
<posy>25</posy>
<width>161</width>
<height>161</height>
<animation effect="slide" start="-73" end="7" time="1500" tween="cubic" easing="out" delay="2000">WindowOpen</animation>
<animation type="WindowClose">
<effect type="slide" start="7" end="-73" time="800" tween="cubic" easing="in" delay="0"/>
<effect type="fade" start="100" end="0" time="1300"/>
<condition type="!Player.Playing"/>
</animation>
<animation effect="rotate" end="-360" center="auto" time="2000" loop="true" reversible="false" condition="!Player.Paused + !Skin.HasSetting(zombie_osd)">Conditional</animation>
<animation effect="rotate" end="-360" center="auto" time="5000" loop="true" reversible="false" condition="!Player.Paused + Skin.HasSetting(zombie_osd)">Conditional</animation>

<aspectratio aligny="bottom">keep</aspectratio>
<texture>$INFO[MusicPlayer.Album,CD Discs/,.png]</texture>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="image">

<description>Cover image</description>
<posx>11</posx>
<posy>23</posy>
<width>165</width>
<height>165</height>
<aspectratio aligny="bottom">keep</aspectratio>
<texture>$INFO[MusicPlayer.Cover]</texture>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="image">

<description>plastic cover</description>
<posx>11</posx>
<posy>23</posy>
<width>166</width>
<height>169</height>
<aspectratio aligny="bottom">keep</aspectratio>
<texture>cd_shadow_light.png</texture>


</control>
<control type="label">

<description>Artist Label</description>
<posx>12</posx>
<posy>190</posy>
<height>80</height>
<width>1000</width>
<label>$INFO[MusicPlayer.Artist]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>bisque</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">

<description>Album Label</description>
<posx>12</posx>
<posy>215</posy>
<height>80</height>
<width>1000</width>
<label>Album: $INFO[MusicPlayer.Album]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>bisque</textcolor>
<shadowcolor>black</shadowcolor>
</control>

<control type="label">
<description>Title label</description>
<posx>8</posx>
<posy>190</posy>
<height>30</height>
<width>1000</width>
<label>'$INFO[MusicPlayer.Title]'</label>
<align>left</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>bisque</textcolor>
<shadowcolor>black</shadowcolor>

</control>
<control type="label">
<description>Time Label</description>
<posx>12</posx>
<posy>265</posy>
<height>30</height>
<width>300</width>
<label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>bisque</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
I have it running on my computer to test mods and also on my media player. All works fine on the media player but not on my computer. Any suggestions most welcome
Reply
#2
anybody?
Reply

Logout Mark Read Team Forum Stats Members Help
music info on home page disappeared0