Request for record label icons

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jondr13 Offline
Senior Member
Posts: 200
Joined: Apr 2009
Reputation: 0
Post: #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
find quote
reaven Offline
Skilled Skinner
Posts: 1,101
Joined: May 2009
Reputation: 20
Post: #2
Code:
ListItem.Property(AlbumLabel)
find quote
jondr13 Offline
Senior Member
Posts: 200
Joined: Apr 2009
Reputation: 0
Post: #3
reaven Wrote:
Code:
ListItem.Property(AlbumLabel)

Thanks. But can you tell me exactly where I would add this code??
find quote
reaven Offline
Skilled Skinner
Posts: 1,101
Joined: May 2009
Reputation: 20
Post: #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
(This post was last modified: 2010-02-06 07:46 by reaven.)
find quote