Questions about clearlogos
#1
Hey guys,

I have two questions regarding clearlogos-

1.) I still use the "$INFO[ListItem.path]logo.png" method of adding logos to my skin for movies and tv shows, but I keep seeing references to ListItem.Art(clearlogo). I know other skins use this and I have tried using this infolabel but to no avail. Any ideas why? (I have a feeling this is going to turn out to be a stupid question)

2.) I have been racking my brain on how to implement Music artist logos (as requested by my users). The logos are stored in the artists folders, however using "$INFO[ListItem.path]logo.png" doesn't work as artists don't seem to make use of that Infolabel. Any thoughts on the best way to implement this?

Thanks guys.
bit(ten) skin (Thread) (Project Site)
metroTV skin (Thread) (Project Site)

Reply
#2
1. Use Artwork Downloader to grab and then add them to the database.
Reply
#3
Thanks Hitcher! Okay, that solves my clearlogo issue. any body have any idea how to show artist's logos for music (not music videos)?
bit(ten) skin (Thread) (Project Site)
metroTV skin (Thread) (Project Site)

Reply
#4
Try this...
PHP Code:
<texture background="true">$INFO[ListItem.Path]$INFO[ListItem.Artist,,/logo.png]</texture

Here you can find more info about ListItem.Art Support
http://forum.xbmc.org/showthread.php?tid...pid1210964

Cheers
Nessus
Reply

Logout Mark Read Team Forum Stats Members Help
Questions about clearlogos0