Skip to content
Dag Wieers edited this page Nov 12, 2020 · 1 revision

Actively starting playback at the end of playback

Implemented before v1.1.3

Known issues:

  • Playback of the next episode may infer delays (up to a few seconds) causing Kodi to return to the menu before the new playback starts
  • Skipping to the end (in order to mark the current episode as watched) caused issues with timing

Adding the next item to the playlist early

Implemented in v1.1.3

Known issues:

  • Since the next episode is added to the playlist, a default action to stop playback no longer works

Adding the next item to the playlist just-in-time

This may become the implementation for the future release.

  • When the user selects to play the next episode, start it right away (since the current episode is still running, there is no gap)
  • When playback nears the end of the episode and default action is to play next, only then add next episode to the playlist