-
Notifications
You must be signed in to change notification settings - Fork 182
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
The extra.filename
property is missing from the callback argument of the defineSubtitlesHandler
method.
#289
Comments
what stremio client app are you using for tests? what platform is it from? what version is the app? the extra properties may or may not be included depending on the app and its capabilities, wether it is connected to a local streaming server or not, this is why it is called "extra", but we cannot assist or investigate without knowing the exact platform and app version that is making the requests to the addon |
// EDIT: |
@wujekbogdan the desktop app has built-in local streaming server. Torrentio / public domain movies addons provide torrents. |
Does it mean then it is technically impossible to retrieve files names from HTTP streams or is it just outside Streamio control and has to be addressed by the plugin developer? |
Let me bump the thread. I found a similar issue here: mhdzumair/MediaFusion#214. From what I understand, it's not that HTTP streams can't provide the file name; it seems that this feature is missing in stremio-core, but it’s technically feasible. Am I right? Should I report the issue on |
According to the
defineSubtitlesHandler
docs documentation, the callback function's argument should include anextra.filename
property. While the extra object is present, it only containsvideoHash
andvideoSize
, vut filename is alwaysundefined
.The text was updated successfully, but these errors were encountered: