Kodi Community Forum
Solved Music record labels - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Solved Music record labels (/showthread.php?tid=305883)



Music record labels - KODser - 2017-02-04

I'm putting studio logos and label logos on the videos and music dialog windows. for the video studio logos I used the skinhelper because of the multiple studios on the movies. and the skin helper has a good solution for that.
for music, I'm using this
PHP Code:
<texture colordiffuse="Dark1">resource://resource.images.studios.white/$INFO[ListItem.Property(Album_Label),,.png]</texture> 
The problem is that some logos don't appear, and I know for a fact that the "resource.images.studios.white" has those .pngs.
some examples-ones that work, and others that don't but they should. What is the problem? hope you guys with more experience know what it is.

If i extract the textures to a folder and insert a path to that folder all the logos work
PHP Code:
<texture colordiffuse="Dark1">D:/KODI/labels/$INFO[ListItem.Property(Album_Label),,.png]</texture
Is there any way i can solve the problem without the need of texture extraction?

Thanks


RE: Music record labels - KODser - 2017-02-04

Already know how to solve it
Can't delete the thread. Sorry