Fixed: non-playable NPO IPTV streams.#1950
Merged
basrieter merged 1 commit intoretrospect-addon:masterfrom Mar 6, 2026
Merged
Conversation
PR retrospect-addon#1935 fixed the issues that NPO guid now includes regional channels, but caused these channels to be included in IPTV, while there are not playable by the nos2010 channel. This commit excludes non-NPO streams from the IPTV streams list.
|
basrieter
approved these changes
Mar 6, 2026
basrieter
added a commit
that referenced
this pull request
Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Functional description
Since #1935 Dutch regional channels appear in Kodi's TV section that fail to play.
Reasoning
Technical description
PR #1935 fixed the issues that NPO guide now includes regional channels. However it caused these stations to be included in IPTV channels list and EPG, while there are not playable by the nos2010 channel. This commit excludes non-nos2010 streams from the IPTV streams list.
Tasks & Activities
This PR works as a quick fix, but EPG of non-NPO stations is still being fetched, which is a bit inefficient. Dutch regional stations might benefit from EPG, but currently, they are all served by other retrospect channels.
It might be worth investigating how to implement these stations in nos2010, or find a way not to make requests for EPG of regional channels.