Changed the way album covers are associated, fixes #503
This commit is contained in:
+1
-4
@@ -74,9 +74,6 @@ api-open-subsonic-disabled-clients = ("DSub");
|
||||
# Turn on this option to allow the demo account creation/use
|
||||
demo = false;
|
||||
|
||||
# Max external cover file size in MBytes
|
||||
cover-max-file-size = 10;
|
||||
|
||||
# Max cover cache size in MBytes
|
||||
cover-max-cache-size = 30;
|
||||
|
||||
@@ -84,7 +81,7 @@ cover-max-cache-size = 30;
|
||||
cover-jpeg-quality = 75;
|
||||
|
||||
# Preferred file names for covers (order is important)
|
||||
cover-preferred-file-names = ("cover", "front");
|
||||
cover-preferred-file-names = ("cover", "front", "folder", "default");
|
||||
|
||||
# File names for artist images (order is important)
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user