Added an option to skip playlists that are refering to a single album + skip playlists that are empty, fixes #577

This commit is contained in:
emeric
2025-01-15 21:14:18 +01:00
parent 4a75e5220e
commit 1d15be1e6c
15 changed files with 154 additions and 35 deletions
@@ -100,6 +100,7 @@ namespace lms::scanner
stats.deletions++;
}
context.stats.errors.emplace_back(_file, ScanErrorType::CannotReadPlayListFile);
LMS_LOG(DBUPDATER, DEBUG, "Removed playlist file " << _file);
return;
}