Added a new setting 'artist-info-image-file-names' to specify the artist image files to lookup alongside artist.nfo files, fixes #750

This commit is contained in:
emeric
2025-09-15 20:50:02 +02:00
parent be75d46dc3
commit ceef661b70
3 changed files with 31 additions and 5 deletions
+8 -1
View File
@@ -101,10 +101,17 @@ cover-jpeg-quality = 75;
# Preferred file names for covers (order is important, accept wildcards)
cover-preferred-file-names = ("cover", "front", "folder", "default");
# Image file names searched alongside the artist info file (artist.nfo)
# Note: files whose name is the artist's MBID are always searched first. You can place the MBID files anywhere in your libraries.
artist-info-image-file-names = ("thumb", "folder", "fanart");
# File names for artist images (order is important, accept wildcards)
# Note: files whose name is the artist's MBID are always searched before the names in this list. You can place the MBID files anywhere in your libraries.
# Note: files next to artist info files are searched first.
artist-image-file-names = ("artist");
# File names for artist.nfo files
XXX = ("thumb", "folder", "fanart");
# File names for medium images (order is important, accept wildcards)
# Note: files named after the disc itself are always searched before the names in this list.
medium-image-file-names = ("discsubtitle");