Always seeing art of playing song when view current playlist
#9
Thanks for the info, my surprise though was that the original code does not seem to display the genre in the right hand column (note my mistake above when I said left hand, (I don't seem to be able to edit my posts))

the original code in  ViewsMusicLibrary.xml

is as follows

<code>
    <control type="label">
                    <left>10</left>
                    <top>420</top>
                    <width>290</width>
                    <height>25</height>
                    <label>$INFO[ListItem.Genre]</label>
                    <scroll>true</scroll>
                    <align>center</align>
                    <aligny>top</aligny>
                    <font>font13_title</font>
                    <textcolor>white</textcolor>
                    <shadowcolor>black</shadowcolor>
                    <wrapmultiline>true</wrapmultiline>
                    <visible>Container.Content(Albums)</visible>                    
           </control>
</code>

and I don't know why this does not display the Genre of the track above the track number
Reply


Messages In This Thread
RE: Music library extended artwork support - by tkgafs - 2018-02-17, 01:03
Logout Mark Read Team Forum Stats Members Help
Always seeing art of playing song when view current playlist0