Page 1 of 1

[Request] setArt() for python listitems

Posted: Thu Apr 16, 2020 9:56 am
by PPlayerxx
Hi guys, i know these days popped up some issues with video scrapers, but i'm trying to port a plugin from Kodi to the xbox, and on Kodi they have removed all the SetIconImage, GetIconImage and SetThumbnailImage (see here https://github.com/xbmc/xbmc/pull/16444), in favor of setart, wich can set varius strings (thumbs, fanarts,...).
I'm not saying to remove our fuctions, but to add a new one, wich can handle all of them, and can improve compatibility with a lot (all from matrix?) of plugins.
Here is the pull request= https://github.com/xbmc/xbmc/pull/3842
There is also the getart function, never used it but seems cool, maybe have a look at it (https://github.com/xbmc/xbmc/pull/9627/ ... 7f103b0e03)
Stay safe,
PPlayerxx