Kodi Community Forum

Full Version: How to set a listitem to type=image in video addon?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In my image-addon FlickrExplorer (function ShowPhotoObject) I have made a xbmcgui.ListItem for every picture and set the type to image: li.setInfo(type='image')
This method make it possible, to download via  task in background and to start a slideshow from every position in the pic list.

Now I wanted to made the same in may video addon Kodi-Addon-ARDundZDF but I got the error "ListItem type must be audio or video".
How can I set a listitem to type=image in a video addon without to extend the provides-field in addon.xml with "image"?
/R