mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Request: Automated Tagging: On Import List #9230
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
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: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-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/Radarr#9230
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 @Kjasi on GitHub (Jul 22, 2025).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
The problem I'm facing is having multiple import lists, each trying to tag films correctly, but only one list gets to tag a film, and only on import. My proposed method will fix that.
Describe the solution you'd like
I would like an option to be able to automatically tag movies based on if they're on an import list.
The basic idea would be to (in the automatic tagging setup) specify an import list (enabled, or disabled, it doesn't matter) and if it detects that the movie is on that list, then it can apply the tag automatically.
This would allow people to find or setup various lists (whether they importing the films or not) and apply tagging based on those lists, even to films that are already in the system.
Example: I have several import lists. One of them is for importing Disney movies, another is for importing Robin Williams movies. With the automated tagging setup, Both Aladdin and Aladdin Prince of Thieves would be tagged with "disney" and "robinwilliams", as setup in my auto-tagging, even if both were already in my collection. Even if one of my import lists grabs it, the auto-tagging will ensure all of my tags are properly applied.
Describe alternatives you've considered
Right now, I'm manually tagging films. This is untenable as my collection grows.
Anything else?
Thank you for your attention.
@Kjasi commented on GitHub (Jul 22, 2025):
No, my concept is different, but effectively solves the same problem.