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
<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
<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