LANCommander/LANCommander.Launcher.Services/Import
Pat Hartl 232f86ba85 Refactor launcher game importing
- Game importing happens on a separate thread to avoid UI blocking
- Server requests per-game are done in parallel to cut down on import times
- Media downloading is done in parallel
- Library import progress shown in title bar
- Enabled WAL mode for SQLite for better performance
- Fix potential issues with deferred imports causing infinite loops or lockups
2026-04-27 22:45:02 -05:00
..
Factories Fixing media importer and adding importer robustness 2025-12-19 11:14:43 +11:00
Importers Refactor launcher game importing 2026-04-27 22:45:02 -05:00
IImporter.cs Refactor launcher import (again) 2025-12-05 21:04:01 -06:00
IImportItemInfo.cs Refactor launcher game importing 2026-04-27 22:45:02 -05:00
ImportContext.cs Refactor launcher game importing 2026-04-27 22:45:02 -05:00
ImportItemInfo.cs Refactor launcher game importing 2026-04-27 22:45:02 -05:00
ImportStatusUpdate.cs Refactor launcher import (again) 2025-12-05 21:04:01 -06:00
PendingMediaDownload.cs Refactor launcher game importing 2026-04-27 22:45:02 -05:00