Kodi Community Forum

Full Version: Request for record label icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Code:
ListItem.Property(AlbumLabel)
reaven Wrote:
Code:
ListItem.Property(AlbumLabel)

Thanks. But can you tell me exactly where I would add this code??
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