-
Notifications
You must be signed in to change notification settings - Fork 317
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels