Skip to content
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

addon-sdk player behavior hints #299

Closed
anime-addon-testing opened this issue Sep 1, 2024 · 1 comment
Closed

addon-sdk player behavior hints #299

anime-addon-testing opened this issue Sep 1, 2024 · 1 comment

Comments

@anime-addon-testing
Copy link

I have a custom add-on I'm using to stream a series provided in m3u8 , currently the behaviorHints.bingewatch parameter allows episodes to play one after another from the same source without me getting up which is great. I have intro/outro start/finish times for every episode and I want to skip it without touching the keyboard or mouse. I can fetch these times for every episode no problem just using them I cant. The add-on is for the desktop client and that's all I'm using at the moment.
I see a similar feature that's a WIP, though I don't think I need a playerHandler,.
#241
Would it be possible for you to extend behavior hints to achieve a similar effect, skipping the first xxx seconds of the video and ending the video at xxx would also work - or is it already possible to do this some other way? again I have no idea how to implement it as I'm a complete novice, pointers are appreciated.

@dexter21767-dev
Copy link
Member

stremio doesn't support this.
but u can manipulate the m3u8 to make it start the streams at xxx seconds
https://datatracker.ietf.org/doc/html/draft-pantos-http-live-streaming-23#section-4.3.5.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants