0.2rc2 My music -> Cover art not displayed (1 Viewer)

ronilse

Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    You can edit the musicOverlay.xml (MCE skin)
    Find these lines:
    <control>
    <description>music logo</description>
    <type>image</type>
    <id>1</id>
    <posX>90</posX>
    <posY>425</posY>
    <width>100</width>
    <height>100</height>
    <keepaspectratio>yes</keepaspectratio>
    <centered>yes</centered>
    <texture>#thumb</texture>
    </control>

    Should be (#thumb replaced with #Play.Current.Thumb):
    <control>
    <description>music logo</description>
    <type>image</type>
    <id>1</id>
    <posX>90</posX>
    <posY>425</posY>
    <width>100</width>
    <height>100</height>
    <keepaspectratio>yes</keepaspectratio>
    <centered>yes</centered>
    <texture>#Play.Current.Thumb</texture>
    </control>

    Regards
    Roy
     

    Users who are viewing this thread

    Top Bottom