mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-03 00:26:58 -05:00
Add album import support to Custom Lists #4224
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#4224
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 @fivepencils on GitHub (Dec 11, 2025).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
Custom Lists currently only support importing by musicbrainz artist id, and doesn't use any other properties in the import file, which means that you can only monitor either all releases from an artist, or none after import, not a specific album. This makes importing recommendations for a specific playlist from e.g. listenbrainz quite difficult.
Describe the solution you'd like
I would like to be able to include a musicbrainz ReleaseGroupId in a custom import list, and monitor + import just that album.
Describe alternatives you've considered
There's no alternate way to import specific albums from a custom list that I can find.
Tubifarry has a listenbrainz recommendations import, but it uses the lidarr metadata server to look up album association, which fails regularly, and if a single track lookup fails, the whole job fails. I've got the relevant album id data already, I'd like to just import it.
Anything else?
The list format I've got and would like to have supported looks like:
Though obviously not fussed about specific property names.