Kodi Community Forum

Full Version: Check if list item is an image/picture
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
From one of my widgets I want to be able to start a slidshow of all the images in the widget. So is there a reliable way to check if a list item is an image/picture?

I know I can use ListItem.FileExtension but then I'd need to check every possible extension and that seems clunky, you can guarantee I'll miss one that somebody uses Big Grin

EDIT:-

Typical, just after posting I figure it out, ListItem.PicturePath is only set if the list litem is....  well a picture Blush