Scan for audio properties, metadata, and embedded images in one single pass. Removed now useless lmsmetadata library + reworked code accordingly

This commit is contained in:
emeric
2025-11-02 16:23:10 +01:00
parent 8e554b258c
commit b25e3b9b1e
112 changed files with 4005 additions and 3379 deletions
+2 -2
View File
@@ -37,10 +37,10 @@ namespace lms::core::logging
{
case Module::API_SUBSONIC:
return "API_SUBSONIC";
case Module::AUDIO:
return "AUDIO";
case Module::AUTH:
return "AUTH";
case Module::AV:
return "AV";
case Module::CHILDPROCESS:
return "CHILDPROC";
case Module::COVER: