Slideshow.IsPaused and Slideshow.IsRandom Slideshow.IsVideo bools not cleared on
#1
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.
.
Reply
#2
Post in this thread as it's possibly related. - https://forum.kodi.tv/showthread.php?tid=330696
Reply
#3
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
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
That was my thought, but I didn't know what triggers the GUI to (re)eval the booleans.

scott s.
.
Reply

Logout Mark Read Team Forum Stats Members Help
Slideshow.IsPaused and Slideshow.IsRandom Slideshow.IsVideo bools not cleared on0