Wishlist: Multiple files for Set file priority WebUI API #5141

Closed
opened 2026-02-21 17:41:26 -05:00 by deekerman · 0 comments
Owner

Originally created by @github184 on GitHub (Jan 18, 2017).

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,

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
Originally created by @github184 on GitHub (Jan 18, 2017). ### 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, ``` 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 ```
deekerman 2026-02-21 17:41:26 -05:00
  • closed this issue
  • added the
    WebAPI
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/qBittorrent#5141
No description provided.