We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v3.3.10 and Windows
If a torrent contains 100 files, and if you want to skip 98 files of them, current you need to call "Set file priority" 98 times.
How about allowing multiple ID's separated by "|" for id? I mean,
id
POST /command/setFilePrio HTTP/1.1 User-Agent: Fiddler Host: 127.0.0.1 Cookie: SID=your_sid Content-Type: application/x-www-form-urlencoded Content-Length: length hash=8c212779b4abde7c6bc608063a0d008b7e40ce32&id=0|1|2|3|4|5|6|7|8&priority=7
The text was updated successfully, but these errors were encountered:
Set priority for multiple files in one WebAPI request
c5b8f62
Closes qbittorrent#6259.
120965f
Closes #6259.
No branches or pull requests
qBittorrent version and Operating System:
v3.3.10 and Windows
What is the problem:
If a torrent contains 100 files, and if you want to skip 98 files of them, current you need to call "Set file priority" 98 times.
How about allowing multiple ID's separated by "|" for
id
? I mean,The text was updated successfully, but these errors were encountered: