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:
emeric
2025-09-15 20:50:02 +02:00
parent be75d46dc3
commit ceef661b70
3 changed files with 31 additions and 5 deletions
@@ -41,5 +41,6 @@ namespace lms::scanner
void process(ScanContext& context) override;
const std::vector<std::string> _artistFileNames;
const std::vector<std::string> _artistInfoFileNames;
};
} // namespace lms::scanner