Kodi Community Forum

Full Version: Slideshow is ON check
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would I check if a user has started slideshow?

!Slideshow.IsPaused would return TRUE even if a user is sliding through a photos manually using arrow keys.
https://github.com/xbmc/xbmc/commit/44cb...400d17696d adds the boolean infolabel Slideshow.IsActive.
vdrfan Wrote:https://github.com/xbmc/xbmc/commit/44cb...400d17696d adds the boolean infolabel Slideshow.IsActive.

Thanks.