remote-torrent-adder icon indicating copy to clipboard operation
remote-torrent-adder copied to clipboard

Feature Request: Ability to also add a tag to torrents when using qBittorrent

Open varoOP opened this issue 3 years ago • 1 comments

In my use case I make good use of the tags in qBittorrent for sorting purposes. I always manually go and set the tag if I use Remote Torrent Adder so it would be great if RTA itself had the ability to speficy the tag.

varoOP avatar Nov 04 '21 11:11 varoOP

just did some research whether it's possible; it is. the API docs for this are here: https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#add-new-torrent

i'm currently not interested in adding this myself (sorry), but might get to it at some point given sufficient downtime.

in case anyone else takes this on and wants to submit a pull request, or if that aforementioned time arrives: it probably makes sense to add tags as an element in the label/directory interactivity dialog. given that multiple tags can be set, a UI element other than dropdowns should probably be used.

bogenpirat avatar Nov 04 '21 12:11 bogenpirat