2023-12-25, 19:17
Example
Let's say the guide for a live channel looks like:
Current Behaviour
If select Programme A from the pop-up guide, the programme is played in the video player and the player quits after 30 mins as it reached the end of the programme.
Desired Behaviour
After programme A is finished, Programme B should start playing.
This could be implemented as a user setting (eg: a checkbox for "Continue playing next programme when finished" under Catchup settings). But IMO this should be the default behavior. The user will stop watching whenever he wants. But if he doesn't stop watching it means he wants to keep watching, so the addon should add the next programme to the playlist so that the player doesn't close. The assumption that only the selected programme must be played is undesirable.
What I've tried
With the following M3U playlist entry
I've tried enabling and disabling the option "Play from EPG as live TV (...)". I've also tried the same after changing the
Let's say the guide for a live channel looks like:
Code:
10:30 Programme A
11:00 Programme B
12:00 Programme C
Current Behaviour
If select Programme A from the pop-up guide, the programme is played in the video player and the player quits after 30 mins as it reached the end of the programme.
Desired Behaviour
After programme A is finished, Programme B should start playing.
This could be implemented as a user setting (eg: a checkbox for "Continue playing next programme when finished" under Catchup settings). But IMO this should be the default behavior. The user will stop watching whenever he wants. But if he doesn't stop watching it means he wants to keep watching, so the addon should add the next programme to the playlist so that the player doesn't close. The assumption that only the selected programme must be played is undesirable.
What I've tried
With the following M3U playlist entry
Code:
#EXTINF:0 catchup="vod" catchup-source="plugin://plugin.video.xyz/?channel_id=123&showtime={H}{M}{S}&srno={Y}{m}{d}&programId={catchup-id}" catchup-days="7",Channel Name plugin://plugin.video.xyz/?channel_id=123
I've tried enabling and disabling the option "Play from EPG as live TV (...)". I've also tried the same after changing the
catchup
parameter to catchup="default"
. But in all cases it doesn't do what I want. So a separate option would be needed.