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:
+8
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user