mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
Map categories based on priv/public trackers and choose download client based on categories #782
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#782
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 @Brandoskey on GitHub (Feb 9, 2023).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
I run two instances of deluge, one for movies and one for tv due to libraries being split between devices and the desire to utilize hardlinks/atomic moves on both libraries. These instances of deluge also have labels based on private and public trackers
examples: tv for public trackers and tv-ipt for private trackers for seed ratio purposes. Same thing for the movies client
Describe the solution you'd like
A dropdown or dialog popup that could be displayed when selecting items to download that allows me to specify which download client to use and catagory to use
Alternatively beefing up the current category mapping to choose the download client based on category tags and to alter those tags based on private/public trackers
Describe alternatives you've considered
Running a third client just for prowlarr grabs, but that wouldn't solve the hardlinks/atomic moves issue for both data stores
Anything else?
Here's the workflow I'm thinking to automate the process
example:
Tracker > Grab cat. > Download client cat. > Download client
Private tracker > tv > priv-tv > Deluge TV <--Private tracker alters category and that category determines download client
Public tracker > movie > movie > Deluge Movie <--category unaltered for public tracker and category determines download client
Also, thanks for your consideration
AB#4889
@bakerboy448 commented on GitHub (Feb 9, 2023):
Duplicate of https://github.com/Prowlarr/Prowlarr/issues/1005