how to edit ?
#1
i try to edit the view in fullscreen mode with music i wanna add cd case around the albumcover can any point me to the direction i can not get it to work Image
Reply
#2
MusicVisualisation.xml
visualisation 3 find <!-- Layout 3 -->
add case after cover image $INFO[MusicPlayer.Cover]
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#3
(2016-04-07, 19:20)Angelinas Wrote: MusicVisualisation.xml
visualisation 3 find <!-- Layout 3 -->
add case after cover image $INFO[MusicPlayer.Cover]
thanks for help i have try only i think i do something wrong
line 617 and 627 <texture fallback="DefaultAudio.png" diffuse="thumb_cdcover_mask_cdart.png" background="true">$INFO[MusicPlayer.Cover]</texture>
i have $INFO[MusicPlayer.Covercase]
i have $INFO[MusicPlayer.CoverCase]
i have $INFO[MusicPlayer.Cover case] try only no different can you tell me where add the case?
Reply
#4
add after
PHP Code:
            <texture flipy="true" fallback="DefaultAudio.png" diffuse="thumb_reflect.png" background="true">$INFO[MusicPlayer.Cover]</texture>
                <
aspectratio align="left" aligny="top">keep</aspectratio>
            </
control

,but must move cover to right.
PHP Code:
                <control type="image">
                        <
left>-10</left>
                        <
top>-80</top>
                        <
width>330</width>
                        <
height>310</height>
                        <
texture>thumb_box_cd.png</texture>
                        <
colordiffuse>DEFFFFFF</colordiffuse>
                    </
control
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#5
thanks working know Nod
Reply

Logout Mark Read Team Forum Stats Members Help
how to edit ?0