Why is KODI not displaying listitem icons?
#1
Hello. I have tried to add icons to my listitem using python. I have created a 128x128 image called "test.png" which is located in the addon folder in resources/media/. I have tried .setArt({'fanart': "test.png"}) and I activated activated useDetails but my icon isn't getting displayed. Thanks in advance!
Reply
#2
You would need to check your skin xml file to see what Art is displayed and where.
Reply
#3
(2020-07-17, 18:24)V8MEM Wrote: You would need to check your skin xml file to see what Art is displayed and where.
I do not have a skin.xml file. Is it really needed? And btw even after I have replaced 'fanart' with 'icon' it's still not working.
Reply
#4
as you mentioned 'useDetails', i'm going to assume you're adding listitems to the select dialog.
if you want to add icons those listitems, you'll have to use
python:
.setArt({'icon': "test.png"})
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
Why is KODI not displaying listitem icons?0