im85288 / service.upnext

GNU General Public License v2.0
81 stars 42 forks source link

Pops up when using playlist with "Enable on playlists" set to false with RandomTV Plugin #225

Closed jtitosky closed 3 years ago

jtitosky commented 3 years ago

When using a playlist generated by Random TV "RandomTV", Up Next does not respect that I have "Enable on playlists" set to false. This causes the popup to come up and effectively means the same TV show will play indefinitely instead of following the random playlist.

RandomTV's initialization of the playlist appears to me to be a native Kodi playlist and not some custom implementation: # Create Playlist myPlaylist = xbmc.PlayList(xbmc.PLAYLIST_VIDEO)

jtitosky commented 3 years ago

I see this has already been brought to your attention in issue 224