You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is the right place to address this, but I'm facing an issue with my addon (subtitles provider).
I rely on the filename provided in the extraArgs of the URL to match subtitles. This method works great, except when the user is using Real Debrid. For some reason, the filename doesn't exist in the extraArgs when Real Debrid is used.
Is there a way to obtain the filename in this scenario? When not using Real Debrid, the filename is present, but with Real Debrid, it isn't.
Note: If it's relevant, I'm using Torrentio.
The text was updated successfully, but these errors were encountered:
Is it common issue for HTTP streams (such as Debrid services) and not direct torrents streaming?
Example: filename=The.Avengers.2012.720p.BluRay.x264.YIFY.mp4
through Real Debrid the stream URL / filename should be: https://download.real-debrid.com/d/<USER_API_KEY>/The.Avengers.2012.720p.BluRay.x264.YIFY.mp4
Hi,
I'm not sure if this is the right place to address this, but I'm facing an issue with my addon (subtitles provider).
I rely on the filename provided in the extraArgs of the URL to match subtitles. This method works great, except when the user is using Real Debrid. For some reason, the filename doesn't exist in the extraArgs when Real Debrid is used.
Is there a way to obtain the filename in this scenario? When not using Real Debrid, the filename is present, but with Real Debrid, it isn't.
Note: If it's relevant, I'm using Torrentio.
The text was updated successfully, but these errors were encountered: