notifiarr icon indicating copy to clipboard operation
notifiarr copied to clipboard

Downloader updateCategory and getCategories endpoints

Open davidnewhall opened this issue 1 year ago • 2 comments

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 avatar Aug 21 '23 02:08 davidnewhall

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

austinwbest avatar Aug 30 '23 16:08 austinwbest

  • 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?

davidnewhall avatar Feb 07 '24 20:02 davidnewhall