mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-03 00:26:58 -05:00
Show release year in Select Album Release modal #4222
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-Lidarr#4222
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 @romanr on GitHub (Dec 12, 2025).
Is there an existing issue for this?
Current Behavior
When importing album manually and selecting Album Release the year is not displayed which typically makes multiple releases with identical names displayed with no way of knowing what is the difference.
This is a bug because it prevents selection of release, making adding album erroneous.
Expected Behavior
In Album Release select the release year is displayed (if not available then "-")
Album releases list ordered by year.
Steps To Reproduce
Environment
What branch are you running?
Master
Trace Logs?
It is a UX bug.
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.@RapsodiaVerde commented on GitHub (Feb 11, 2026):
I think the issue is that lidarr grabs Release Group Year, instead of creating a tag that grabs the release Year.
This also happens with Albums names:
This can be solved adding the tags {Album Release} and {Album Year Release} linked to the releases of musicbrainz in order to enrich the folder management.
Example:
The Lord of the Rings - The Two Towers - Original Motion Picture Soundtrack (2002) --> Release Group in musicbrainz, {Album Title} tag in lidarr
under that, there are different releases, like:
The Lord of the Rings: The Two Towers – The Complete Recordings --> Release in musicbrainz, Inexistent tag in lidarr
Thing that I can do currently:
The Lord of the Rings - The Two Towers - Original Motion Picture Soundtrack (2002)/CD X/song.flac
But I can't do this:
The Lord of the Rings: The Two Towers – The Complete Recordings (2006)/CD X/song.flac
Currently lidarr can manage releases, because you can select it in order to match the correct songs, but doesn't exist as a tag to make a granular renaming.
So it will be awesome to add the {Album Release} and {Album Year Release} tag.