Request for record label icons
#1
I see there is a MOD to add record labels to the visualization screen in Alaska, but I would like to request/know if the record labels icons could be put in the actual library view. Basically just how Movies and TV Shows is able to show the studio, etc.

Thanks for the help/consideration
Reply
#2
Code:
ListItem.Property(AlbumLabel)
clearArt Concept
cdArt Concept

*If like, thank user
Reply
#3
reaven Wrote:
Code:
ListItem.Property(AlbumLabel)

Thanks. But can you tell me exactly where I would add this code??
Reply
#4
jondr13 Wrote:Thanks. But can you tell me exactly where I would add this code??

that $INFO pull the recordlabel name. you need to play with location and size.
Code:
<control type="image">
        <description></description>
        <posx>1000</posx>
        <posy>5</posy>
        <width>90</width>
        <height>80</height>
        <texture>flags/recordlabel/$INFO[ListItem.Property(AlbumLabel)].png</texture>
        <aspectratio>stretch</aspectratio>
</control>
its all about trial an error you are the one that wants that MOD and after all that I dont even know if that code would work.
MymusicNav.xml or ViewType_(the view you are using for music).xml


http://wiki.xbmc.org/index.php?title=Inf...ldid=12089

http://wiki.xbmc.org/?title=XBMC_Skinning_Tutorials

http://wiki.xbmc.org/?title=XBMC_Skinning_Manual
clearArt Concept
cdArt Concept

*If like, thank user
Reply

Logout Mark Read Team Forum Stats Members Help
Request for record label icons0