add-ons / plugin.video.streamz

Kodi add-on to watch video-on-demand content from the Streamz service.
https://github.com/add-ons/plugin.video.streamz/wiki
GNU General Public License v3.0
19 stars 4 forks source link

Fix for upcoming UpNext release. #12

Closed michaelarnauts closed 4 years ago

michaelarnauts commented 4 years ago

The next UpNext version will start the following episodes with a playlist, and it seems Kodi doesn't actually stop the VideoPlayer until the next episode starts (this actually looks quite nice, since it doesn't fallback to the episode overview anymore). This needs a small change in the way we wait to send the UpNext data. We still listen to onPlaybackStopped and onPlaybackError events. These are emitted when the user invokes stop himself, or when an error occurs.

@dagwieers