mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
Add option to allow MediaCover files to be added to artist dir directly. #4345
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#4345
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 @StephenArg on GitHub (Dec 25, 2025).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
Currently, all artist images are location in the dir
lidarr/config/MediaCover(something like this), inside a dir named after the number id (under the hood) for an artist.When fanart.tv doesn't have the artist images, there isn't a straightforward way to manually add art for an artist to lidarr, since knowing which number the id of an artist is isn't obvious, placing images into that dir can be tedious.
I figured that I could overwrite the artist images by placing them with a specific name directly into the artist dir, but that doesn't work.
Describe the solution you'd like
I would like to add a feature that allows me to have images present in the artist folder directly override the ones present (or absent) in the associated MediaCover dir.
The media files are under these names:
Stretch goal would also be to add an option to add that specific type of media through the ui for the artist page, (poster, fanart, banner, or clearlogo) with that upload also processing and creating the appropriately sized file formats.
Describe alternatives you've considered
I considered just manually hunting down which MediaCover dir belongs to which artist and putting the images directly in there, but I'm pretty sure these would get replaced by future metadata updates.
Anything else?
Button and ui for adding images should be somewhere on the artist page, and only show if the option to override artist images which manually placed images are present. This option should maybe be placed somewhere in Settings/Media Management.
If images are present and being used to override images for that artist, then they should be listed on the artist page somewhere (with a delete button?)
@StephenArg commented on GitHub (Dec 25, 2025):
If anyone has any recommendations, additions, or considerations, please let me know.
I'm not even sure how straightforward something like this is.