~99% of the log is some variation of this: SELECT EXISTS ( SELECT 1 FROM "Songs" AS "s" WHERE "s"."DirectoryPath" = @normalizedPath OR "s"."DirectoryPath" LIKE @p_startswith ESCAPE '\' OR "s"."DirectoryPath" LIKE @p0_startswith ESCAPE '\') 2026-01-17 11:50:16.748 -06:00 [INF] [] Executed DbCommand (0ms) [Parameters=[@normalizedPath='?' (Size = 73), @p_startswith='?' (Size = 81), @p0_startswith='?' (Size = 80)], CommandType='"Text"', CommandTimeout='30'] Startup process: 2026-01-17 11:50:09.465 -06:00 [INF] [] Acquiring an exclusive lock for migration application. See https://aka.ms/efcore-docs-migrations-lock for more information if this takes too long. 2026-01-17 11:50:09.490 -06:00 [INF] [] Executed DbCommand (11ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30'] SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsLock' AND "type" = 'table'; 2026-01-17 11:50:09.493 -06:00 [INF] [] Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30'] INSERT OR IGNORE INTO "__EFMigrationsLock"("Id", "Timestamp") VALUES(1, '2026-01-17 17:50:09.4913735+00:00'); SELECT changes(); 2026-01-17 11:50:09.516 -06:00 [INF] [] Executed DbCommand (0ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30'] CREATE TABLE IF NOT EXISTS "__EFMigrationsHistory" ( "MigrationId" TEXT NOT NULL CONSTRAINT "PK___EFMigrationsHistory" PRIMARY KEY, "ProductVersion" TEXT NOT NULL ); 2026-01-17 11:50:09.517 -06:00 [INF] [] Executed DbCommand (0ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30'] SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table'; 2026-01-17 11:50:09.517 -06:00 [INF] [] Executed DbCommand (0ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30'] SELECT "MigrationId", "ProductVersion" FROM "__EFMigrationsHistory" ORDER BY "MigrationId"; 2026-01-17 11:50:09.518 -06:00 [INF] [] No migrations were applied. The database is already up to date. 2026-01-17 11:50:09.520 -06:00 [INF] [] Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30'] DELETE FROM "__EFMigrationsLock"; 2026-01-17 11:50:09.524 -06:00 [INF] [] Application starting up. 2026-01-17 11:50:09.552 -06:00 [INF] [] Initializing LibVLC core. 2026-01-17 11:50:09.600 -06:00 [INF] [] Initializing MusicPlaybackService... 2026-01-17 11:50:09.623 -06:00 [INF] [] Attempting to restore previous playback state. 2026-01-17 11:50:09.623 -06:00 [INF] [] MusicPlaybackService initialized successfully. Session restored: false 2026-01-17 11:50:09.624 -06:00 [INF] [] Initializing Presence Manager. 2026-01-17 11:50:09.625 -06:00 [INF] [] Initializing new Discord RPC client. 2026-01-17 11:50:09.626 -06:00 [INF] [] Activated 'Discord' presence service. 2026-01-17 11:50:09.629 -06:00 [INF] [] Initialized. HideToTray: true, IsWindowVisible: false 2026-01-17 11:50:09.629 -06:00 [INF] [] Starting offline scrobble service background loop. 2026-01-17 11:50:09.630 -06:00 [INF] [] Scrobbling is disabled; skipping queue processing. 2026-01-17 11:50:09.711 -06:00 [INF] [] Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30'] Shutdown process: 2026-01-17 11:50:16.798 -06:00 [INF] [] Saving window size... 2026-01-17 11:50:16.803 -06:00 [INF] [] Window is closing. Shutting down services. 2026-01-17 11:50:16.803 -06:00 [INF] [] Shutting down Presence Manager. 2026-01-17 11:50:16.803 -06:00 [INF] [] Clearing Discord presence due to playback stop. 2026-01-17 11:50:16.803 -06:00 [INF] [] Disposing Discord RPC client.