Band logo in skins...
#1
Hi. Is there a way for a skin to support a Band/Artist logo, exactly like a TV show logo? I would like to try and mod some skins, and for this I think a band/artist logo while browsing your music library could be extremely cool...
Image

on XBMC 10.1 Dharma
Ubuntu 10.04.1 LTS - XBMCLive
from FreeNAS 8.0-Release
Reply
#2
ameinild Wrote:Hi. Is there a way for a skin to support a Band/Artist logo, exactly like a TV show logo? I would like to try and mod some skins, and for this I think a band/artist logo while browsing your music library could be extremely cool...

Sure, just do it like logos are done atm. Place a logo.png (or whatever you feel like) in each of the folders and use something like
PHP Code:
<control type="image">
  <
posx>0</posx>
  <
posy>0</posy>
  <
width>200</width>
  <
height>100</height>
  <
texture background="true">$INFO[ListItem.FolderName]logo.png</texture>
</
control
Reply
#3
Sweet! I'll give this a go someday and come up with a Band Logo view (if someone else doesn't beat me to it)... Big Grin
Image

on XBMC 10.1 Dharma
Ubuntu 10.04.1 LTS - XBMCLive
from FreeNAS 8.0-Release
Reply
#4
Actually path variable isn't available on Artist/album level so it would only work well if you got your music on 1 drive like so:

<texture background="true">D:/Music/$INFO[ListItem.Artist]/$INFO[ListItem.Album]l/logo.png</texture>

something along those lines unfortunately...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply

Logout Mark Read Team Forum Stats Members Help
Band logo in skins...0