-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Stremio web support #23
Comments
The |
WIP: Although the current solution introduced in this commit works, it can result in a very slow stream list response depending on the number of returned search results. Alternative approaches: - Limit the amount of search results - Add an option to toggle Stremio web support (disabled by default) with the mention that it comes with a speed penalty - Add an extra endpoint to resolve the stream location on demand (i.e. when the user clicks on it). This is the approach the original Easynews addon takes. I'm currently in favor of this approach but it'll be some extra work to add this endpoint (addon needs conversion to express.js)
Important tot note that the inner public stream should be extracted on a per-stream basis. Resolving all of them beforehand (before returning the We likely need to convert from the |
web interface support would be awesome |
https://www.reddit.com/r/StremioAddons/s/J63gc8jrld
The text was updated successfully, but these errors were encountered: