-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
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
WebAPI: allow to attach tags while adding torrents #13882
Conversation
Requires bumping the WebAPI version to |
No. I am not familiar with WebUI. I only use APIs. |
OK, don't forget to bump the WebAPI version though. |
Thank you! |
WebAPI: allow to attach tags while adding torrents
@jesec any chance of having a super nice extension to this functionality allowing qBittorrent to auto assign tags? |
The change may allow an API user (possibly an application) to attach tags when it adds a torrent based on the watch folder. However, no function is implemented (and I don't plan to implement one) to allow the "auto-assigning" you mentioned. |
Adds an optional (some may say
missing
) field to/torrents/add
WebAPI endpoint.Both no-tag and with-tags cases are tested manually. The change works as intended.