Introduced an option to use a release image when no artist image is available, fixes #639

This commit is contained in:
emeric
2025-06-23 22:37:05 +02:00
parent 57692fd8f4
commit 2429888c53
14 changed files with 105 additions and 13 deletions
@@ -45,7 +45,8 @@ namespace lms::scanner
std::vector<std::string> artistsToNotSplit;
std::vector<std::string> defaultTagDelimiters;
bool skipSingleReleasePlayLists{};
bool allowArtistMBIDFallback{ true }; // TODO false?
bool allowArtistMBIDFallback{ true };
bool artistImageFallbackToRelease{};
std::vector<MediaLibraryInfo> mediaLibraries;