Kodi Community Forum

Full Version: Slideshow.IsPaused and Slideshow.IsRandom Slideshow.IsVideo bools not cleared on
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When slideshow is playing, if any GUI bools Slideshow.IsPaused, Slideshow.IsRandom, and/or Slideshow.IsVideo evaluate TRUE, then slideshow is stopped, the bools remain TRUE.  It seems like they should be FALSE if Slideshow.IsActive is FALSE.

scott s.
.
Post in this thread as it's possibly related. - https://forum.kodi.tv/showthread.php?tid=330696
as far as i can tell, it's always been like that.

should be easy to change by adding a slideShow->InSlideShow() check to these conditions:
https://github.com/xbmc/xbmc/blob/773ed3...#L250-L273
That was my thought, but I didn't know what triggers the GUI to (re)eval the booleans.

scott s.
.