Allow wildcards in file names to search for images, fixes #697
This commit is contained in:
+3
-3
@@ -99,14 +99,14 @@ cover-max-cache-size = 30;
|
||||
# JPEG quality for covers (range is 1-100)
|
||||
cover-jpeg-quality = 75;
|
||||
|
||||
# Preferred file names for covers (order is important)
|
||||
# Preferred file names for covers (order is important, accept wildcards)
|
||||
cover-preferred-file-names = ("cover", "front", "folder", "default");
|
||||
|
||||
# File names for artist images (order is important)
|
||||
# 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.
|
||||
artist-image-file-names = ("artist");
|
||||
|
||||
# File names for medium images (order is important)
|
||||
# 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