Recursively import files in the import directory. Duplicates are now moved to the same path, but in the import errors directory (#159)

This commit is contained in:
Michael Green
2023-10-14 21:45:50 -07:00
committed by GitHub
parent a8bf5a9412
commit 7c504ba8fd
3 changed files with 78 additions and 70 deletions

View File

@@ -116,6 +116,8 @@ namespace gaseous_server
Logging.Log(Logging.LogType.Debug, "Timered Event", "Starting Title Ingestor");
Classes.ImportGames importGames = new Classes.ImportGames(Config.LibraryConfiguration.LibraryImportDirectory);
Classes.ImportGame.DeleteOrphanedDirectories(Config.LibraryConfiguration.LibraryImportDirectory);
_SaveLastRunTime = true;
break;