Stream failed to load
It seems that single-file .torrent files have the following structure:
array (size=4)
'announce' => string 'http://some.tracker/announce.php?passkey=some_pass' (length=75)
'created by' => string 'qBittorrent v4.6.5' (length=18)
'creation date' => int 1751301840
'info' =>
array (size=4)
'length' => int 23647347314
'name' => string 'some.video.mkv' (length=14)
'piece length' => int 16777216
'pieces' => string 'some binary info' (length=28200)
Stremio complains: Stream failed to load I don't know what fileIdx to pass. I tried with fileIdx=0, fileIdx=null, without fileIdx and the result was one and the same. The documentation reads: if fileIdx is not specified, the largest file in the torrent will be selected. The file from torrent loads perfectly in uTorrent. Any help will be appreciated!
Edit: It happens on Samsung Tizen OS
I don't think that tizen os supports torrents. U can test using other addons to confirm.
Stremio only supports magnet links, it does not support torrent file URLs, torrent files from private trackers (that have the private flag in the torrent metadata) can't be converted to magnet links
fileIdx is the absolute index of the file that you want streamed from inside the torrent files list, the list of files from inside a torrent is in a specific order, if you are parsing the torrent data on the addon's side then you could specify exactly which file you want streamed from the torrent, if you do not set this, then it will automatically choose the largest video file from the torrent and try to play that