2022-03-17, 01:19
(2022-03-17, 00:42)routir Wrote: PVR playback is not properly identified when switching channels without stopping the currrent one. I don't get the logic. Shouldn't it count each stream as a different media? Now I just get sudden stops.
Ironically this is the opposite of the previous question. Kodi does not provide a simple video stopped indication when you switch PVR channels so the counter continues like it is a single stream. You should be getting the notification popup that playback will be stopping if you have the notification option enabled in the addon settings.. That will give you the option of extending the stop timer vs. the sudden stop. I have looked and I could do something like query the PVR stream which is playing when I check for playback and save the current stream. Then the next time I check for playback (every 10 seconds) I could compare the current PVR stream to the previous one. If they match the stop counter continues on. If they don't match then reset the stop counter, like video playback currently operates. If you could check your notification settings and let me know if it is working, that would be great.
Thanks,
Jeff