Skip to content
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

Downloader updateCategory and getCategories endpoints #571

Closed
davidnewhall opened this issue Aug 21, 2023 · 2 comments · Fixed by #663
Closed

Downloader updateCategory and getCategories endpoints #571

davidnewhall opened this issue Aug 21, 2023 · 2 comments · Fixed by #663
Labels
enhancement New feature or application improvement integ req Third party integration request premium This request supports a premium feature upstream Requires dependency updates

Comments

@davidnewhall
Copy link
Contributor

Add updateCategory(downloadID) and getAllCategories() API endpoints for all supported downloader applications.

This is new as we have no API paths for downloaders now.

@davidnewhall davidnewhall added enhancement New feature or application improvement integ req Third party integration request upstream Requires dependency updates premium This request supports a premium feature labels Aug 21, 2023
@austinwbest
Copy link
Member

I would suggest taking a look at autobrr as i think they have built a go library for qbt to some extent

@davidnewhall
Copy link
Contributor Author

  • Transmission can't decide if it's groups or labels, and apparently it's different if you're on Mac vs Linux. Retrieving a list of Groups or Labels is not documented in the API spec. Without a list, how do you set a label? And labels do not appear anywhere in the latest version of Transmission on my Mac, so it's rather confusing all around.
  • rTorrent also has no API method to return all labels. I do have a method to set a label on a torrent, but how do you get the list? I asked the library dev if he knows.
  • Qbit was easy.
  • Deluge was easy.

Do we need to set labels/categories in NZBGet or SABnzb?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or application improvement integ req Third party integration request premium This request supports a premium feature upstream Requires dependency updates
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants