How to remove cover from music osd?
#1
Hello,
i would like to remove the cover from the music osd:

Image

Which XML file do I have to edit?
Reply
#2
MusicVisualisation.xml
it willl look some thing like this
<control type="image">
    <left>20</left>
    <top>190</top>
    <include>Visible_Left</include>
    <visible>[Player.ShowInfo | Window.IsActive(musicosd)] + !MusicPlayer.Content(livetv)</visible>
    <width>490</width>
    <height>490</height>
<!---fadetime--> <fadetime>400</fadetime>
    <aspectratio aligny="bottom">keep</aspectratio>
 <texture>overlays/cd case.png</texture>
<bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
    <bordersize>0</bordersize>-->
   </control>
Reply

Logout Mark Read Team Forum Stats Members Help
How to remove cover from music osd?0