mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
Priority per downloaded category #936
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Tooling
Area: UI
Area: Update API
Priority: High
Priority: Low
Priority: Medium
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
lidarr-pull
radarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Prowlarr#936
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @scottrus on GitHub (Sep 19, 2023).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
The SABnzb downloader works in serial grabbing each item off the queue. When there are many download requests of different categories the download queue can be sorted by category based on priority assigned in SABnzbd.
Prowlaar only allows for setting download priority on the defined default category, typically prowlarr by default. For mapped categories there is no way to specify a priority. A large request, such as a UHD remux from the “movie” category will take significantly longer than a series of 30 minute episodes from the “shows” category.
Describe the solution you'd like
Add a priority setting to the categories definitions for SABnzbd downloader
Describe alternatives you've considered
Attempted to make a duplicate downloader with specific categories at LOW priority but the primary downloader was picked up with the default Prowlarr category instead of matching downloader by available category mapped.
Anything else?
N/A