Kodi Community Forum

Full Version: Questions about clearlogos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
1. Use Artwork Downloader to grab and then add them to the database.
Thanks Hitcher! Okay, that solves my clearlogo issue. any body have any idea how to show artist's logos for music (not music videos)?
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