Allow wildcards in file names to search for images, fixes #697

This commit is contained in:
emeric
2025-08-05 22:33:03 +02:00
parent 9ae425a800
commit 35ba66099f
16 changed files with 142 additions and 26 deletions
+3 -3
View File
@@ -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");