Updated readme + sanitize subtitle file names before matching, ref #699

This commit is contained in:
emeric
2025-08-04 22:35:26 +02:00
parent 9f13742a5a
commit 9ae425a800
6 changed files with 67 additions and 7 deletions
+5
View File
@@ -21,6 +21,8 @@
#include <filesystem>
#include <span>
#include <string>
#include <string_view>
#include <Wt/WDateTime.h>
@@ -54,4 +56,7 @@ namespace lms::core::pathUtils
return longestCommonPath;
}
// A method that sanitize a file stem, removing any illegal chars
std::string sanitizeFileStem(std::string_view fileStem);
} // namespace lms::core::pathUtils