stremio-addon-sdk icon indicating copy to clipboard operation
stremio-addon-sdk copied to clipboard

Subtitles passed in stream response does not work

Open alesmach opened this issue 3 months ago • 1 comments

Hello,

I'm trying to pass subtitles together with streams url in stream response in my addon, but it does not work and subtitles are not loaded in streamio.

Accoring https://github.com/Stremio/stremio-addon-sdk/blob/master/docs/api/responses/stream.md it should be possible.

What am I doing wrong? Or is it something obsolete?

Example: { "streams": [ { "behaviorHints": { "filename": "dfgdfgdfg541564" }, "name": "TEST VID HD", "subtitles": [ { "id": "EN", "lang": "en", "url": "https://test.test/video/1234556?test=subtitles&id=16541564" } ], "title": "test vid in HD", "url": "https://test.test/vid/test.mp4" } ] }

I also tried to set my addon to provide subtitles as resource and it works (separate subtitle request) but in stream response no luck.. Any idea?

alesmach avatar Sep 21 '25 15:09 alesmach

Interesting is that in web version of Streamia it works... subtitles are loaded as "Exclusive subtitles" but in deasktop version of stremio it does not work...

web and desktop apps are same version and build (5.0.0-beta.27, 872243fc5c4f680e5235fd49d81e0754a073867d)

alesmach avatar Oct 16 '25 15:10 alesmach