mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #11314] Add jacket to the list of music images #12844
Reference in New Issue
Block a user
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11314
State: closed
Merged: Yes
Changes
This adds "jacket" to the list of paths searched for the default image of music media types. This is a very common name for the cover art of albums that is often found even in official digital releases of albums. Without this change, users often need to either use an online metadata provider or rename the file, even though their copy of the album already contained a proper cover art. This is also supported by other media clients.
I'm not sure if an issue / feature request was needed for such a small change, if so I'll gladly make one if asked to.
An update to the docs at https://github.com/jellyfin/jellyfin.org/blob/master/docs/general/server/media/music.md must also be made if this change is merged.