Artist Logo in fullscreen playback
#1
First of all, congrats to Big Noid on creating such a fantastic skin, and apologies if this has already been covered, but does anyone know if it is possible to have the artist logo show up in music fullscreen playback?
I'm using the Dharma version of the skin and have some, limited experience of editing xmls etc, so hoping there's a simple workaround.
Thanks in advance.
Reply
#2
Only through hacking xml. Find Includes_Visualization.xml and paste this code on line 321, between <animation and <control
Code:
<control type="image">
          <!--logo-->
          <posx>50</posx>
          <posy>-309</posy>
          <width>230</width>
          <height>156</height>
          <aligny>center</aligny>
          <texture>$INFO[Skin.String(ArtistsLogosPath)]$INFO[MusicPlayer.Artist,,/logo.png]</texture>
          <fadetime>300</fadetime>
          <aspectratio>keep</aspectratio>
        </control>
Reply
#3
Thanks Man. That did it!
Reply
#4
Not sure if this is related -

How do I get this view to work in music ? i have the spinning CD but how about the fan art in the background?
Reply

Logout Mark Read Team Forum Stats Members Help
Artist Logo in fullscreen playback0