mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
Release Group ignored when manually importing #4163
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
Area: Update API
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Don't Merge
Status: Help Wanted
Status: In Progress
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: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
conflict
no-conflict
not-pulled
radarr-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/Lidarr#4163
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 @retiolus on GitHub (Feb 5, 2025).
Is there an existing issue for this?
Current Behavior
When I manually import an album, even if I manually set release group for all tracks, this is changed to "Lidarr" for all tracks.
Expected Behavior
Release group set when manually importing should be respected.
Steps To Reproduce
No response
Environment
What branch are you running?
Master
Trace Logs?
.
Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.
trace- that are relevant and show this issue.@github-actions[bot] commented on GitHub (Feb 5, 2025):
👋 @retiolus, In order to help you further we'll need to see logs. You'll need to enable trace logging and replicate the problem that you encountered. Guidance on how to enable trace logging can be found in our troubleshooting guide.
@Unspec7 commented on GitHub (Jun 3, 2025):
Can confirm this is still an existing issue.
@bakerboy448 commented on GitHub (Sep 6, 2025):
Logs not provided; invalid bug report, closing.
This is most likely caused by your naming schema requiring group even if it does not exist thus Lidarr is the default
For support and inquiries, please use our Discord channel. GitHub is designated solely for bug reports and feature requests. It seems that this issue may fall under a support request, so we kindly ask you to visit our Discord for assistance. Thank you.
@Unspec7 commented on GitHub (Sep 18, 2025):
@bakerboy448
This should be reopened, as it's an actual bug and not just a support issue. The problem here is that in ManualImportService.cs, release group is flat out ignored. Adding this single line:
Makes manual imports go from this:
To this:
(Forgive the ugly redactions)
The import window actually now uses the release group. However, this line only fixes the visual aspect. During the manual importing process, the release group isn't used once more and isn't passed on:
I am currently working on fixing this, and would appreciate it if this issue could be reopened :)