Files
2025-12-12 15:53:31 +00:00

2633 lines
241 KiB
Plaintext

2025-12-05 20:04:25.0|Debug|ProcessProvider|Found 0 processes with the name: Lidarr.Console
2025-12-05 20:04:25.0|Debug|ProcessProvider|Found 1 processes with the name: Lidarr
2025-12-05 20:04:25.0|Debug|ProcessProvider| - [136] Lidarr
2025-12-05 20:04:25.0|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2025-12-05 20:04:25.1|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0081179s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0083335s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000594s
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006357s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007521s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008088s
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029767s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005356s
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025646s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.1|Info|InitialSetup|Starting migration of Log DB to 1
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Logs
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007955s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Logs (Time)
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000575s
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2025-12-05T20:04:25', 'InitialSetup')
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036447s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|2: add_reason_to_pending_releases migrating
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.1|Info|add_reason_to_pending_releases|Starting migration of Log DB to 2
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2025-12-05T20:04:25', 'add_reason_to_pending_releases')
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|2: add_reason_to_pending_releases migrated
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035488s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|3: add_medium_support migrating
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.1|Info|add_medium_support|Starting migration of Log DB to 3
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2025-12-05T20:04:25', 'add_medium_support')
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|3: add_medium_support migrated
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044472s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|4: add_various_qualites_in_profile migrating
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.1|Info|add_various_qualites_in_profile|Starting migration of Log DB to 4
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2025-12-05T20:04:25', 'add_various_qualites_in_profile')
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|4: add_various_qualites_in_profile migrated
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0045981s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|5: metadata_profiles migrating
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.1|Info|metadata_profiles|Starting migration of Log DB to 5
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2025-12-05T20:04:25', 'metadata_profiles')
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|5: metadata_profiles migrated
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034533s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|6: separate_automatic_and_interactive_search migrating
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.1|Info|separate_automatic_and_interactive_search|Starting migration of Log DB to 6
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2025-12-05T20:04:25', 'separate_automatic_and_interactive_search')
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|6: separate_automatic_and_interactive_search migrated
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036988s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|7: change_album_path_to_relative migrating
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.1|Info|change_album_path_to_relative|Starting migration of Log DB to 7
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2025-12-05T20:04:25', 'change_album_path_to_relative')
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|7: change_album_path_to_relative migrated
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035794s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|8: change_quality_size_mb_to_kb migrating
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.1|Info|change_quality_size_mb_to_kb|Starting migration of Log DB to 8
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2025-12-05T20:04:25', 'change_quality_size_mb_to_kb')
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|8: change_quality_size_mb_to_kb migrated
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0052611s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|9: album_releases migrating
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.1|Info|album_releases|Starting migration of Log DB to 9
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (9, '2025-12-05T20:04:25', 'album_releases')
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|9: album_releases migrated
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043689s
2025-12-05 20:04:25.1|Info|FluentMigrator.Runner.MigrationRunner|10: album_releases_fix migrating
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.1|Info|album_releases_fix|Starting migration of Log DB to 10
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2025-12-05T20:04:25', 'album_releases_fix')
2025-12-05 20:04:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|10: album_releases_fix migrated
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0108665s
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|11: import_lists migrating
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.2|Info|import_lists|Starting migration of Log DB to 11
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2025-12-05T20:04:25', 'import_lists')
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|11: import_lists migrated
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051334s
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|12: add_release_status migrating
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.2|Info|add_release_status|Starting migration of Log DB to 12
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (12, '2025-12-05T20:04:25', 'add_release_status')
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|12: add_release_status migrated
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066892s
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|13: album_download_notification migrating
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.2|Info|album_download_notification|Starting migration of Log DB to 13
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2025-12-05T20:04:25', 'album_download_notification')
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|13: album_download_notification migrated
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041597s
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|14: fix_language_metadata_profiles migrating
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.2|Info|fix_language_metadata_profiles|Starting migration of Log DB to 14
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2025-12-05T20:04:25', 'fix_language_metadata_profiles')
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|14: fix_language_metadata_profiles migrated
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067434s
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|15: remove_fanzub migrating
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.2|Info|remove_fanzub|Starting migration of Log DB to 15
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2025-12-05T20:04:25', 'remove_fanzub')
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|15: remove_fanzub migrated
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064672s
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|16: update_artist_history_indexes migrating
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.2|Info|update_artist_history_indexes|Starting migration of Log DB to 16
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2025-12-05T20:04:25', 'update_artist_history_indexes')
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|16: update_artist_history_indexes migrated
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0116429s
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|17: remove_nma migrating
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.2|Info|remove_nma|Starting migration of Log DB to 17
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2025-12-05T20:04:25', 'remove_nma')
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|17: remove_nma migrated
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073269s
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|18: album_disambiguation migrating
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.2|Info|album_disambiguation|Starting migration of Log DB to 18
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2025-12-05T20:04:25', 'album_disambiguation')
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|18: album_disambiguation migrated
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074361s
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|19: add_ape_quality_in_profiles migrating
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.2|Info|add_ape_quality_in_profiles|Starting migration of Log DB to 19
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2025-12-05T20:04:25', 'add_ape_quality_in_profiles')
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|19: add_ape_quality_in_profiles migrated
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074761s
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|20: remove_pushalot migrating
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.2|Info|remove_pushalot|Starting migration of Log DB to 20
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2025-12-05T20:04:25', 'remove_pushalot')
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|20: remove_pushalot migrated
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032356s
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|21: add_custom_filters migrating
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.2|Info|add_custom_filters|Starting migration of Log DB to 21
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2025-12-05T20:04:25', 'add_custom_filters')
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|21: add_custom_filters migrated
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039929s
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|22: import_list_tags migrating
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.2|Info|import_list_tags|Starting migration of Log DB to 22
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2025-12-05T20:04:25', 'import_list_tags')
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|22: import_list_tags migrated
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038426s
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|23: add_release_groups_etc migrating
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.2|Info|add_release_groups_etc|Starting migration of Log DB to 23
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2025-12-05T20:04:25', 'add_release_groups_etc')
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|23: add_release_groups_etc migrated
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0053604s
2025-12-05 20:04:25.2|Info|FluentMigrator.Runner.MigrationRunner|24: NewMediaInfoFormat migrating
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.2|Info|NewMediaInfoFormat|Starting migration of Log DB to 24
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2025-12-05T20:04:25', 'NewMediaInfoFormat')
2025-12-05 20:04:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|24: NewMediaInfoFormat migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044828s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|25: rename_restrictions_to_release_profiles migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|rename_restrictions_to_release_profiles|Starting migration of Log DB to 25
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2025-12-05T20:04:25', 'rename_restrictions_to_release_profiles')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|25: rename_restrictions_to_release_profiles migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040665s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|26: rename_quality_profiles_add_upgrade_allowed migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|rename_quality_profiles_add_upgrade_allowed|Starting migration of Log DB to 26
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2025-12-05T20:04:25', 'rename_quality_profiles_add_upgrade_allowed')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|26: rename_quality_profiles_add_upgrade_allowed migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002887s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|27: add_import_exclusions migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|add_import_exclusions|Starting migration of Log DB to 27
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2025-12-05T20:04:25', 'add_import_exclusions')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|27: add_import_exclusions migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029434s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|28: clean_artist_metadata_table migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|clean_artist_metadata_table|Starting migration of Log DB to 28
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2025-12-05T20:04:25', 'clean_artist_metadata_table')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|28: clean_artist_metadata_table migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031082s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|29: health_issue_notification migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|health_issue_notification|Starting migration of Log DB to 29
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2025-12-05T20:04:25', 'health_issue_notification')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|29: health_issue_notification migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002883s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|30: add_mediafilerepository_mtime migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|add_mediafilerepository_mtime|Starting migration of Log DB to 30
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2025-12-05T20:04:25', 'add_mediafilerepository_mtime')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|30: add_mediafilerepository_mtime migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036388s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|31: add_artistmetadataid_constraint migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|add_artistmetadataid_constraint|Starting migration of Log DB to 31
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2025-12-05T20:04:25', 'add_artistmetadataid_constraint')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|31: add_artistmetadataid_constraint migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003533s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|32: old_ids_and_artist_alias migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|old_ids_and_artist_alias|Starting migration of Log DB to 32
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2025-12-05T20:04:25', 'old_ids_and_artist_alias')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|32: old_ids_and_artist_alias migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00339s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|33: download_propers_config migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|download_propers_config|Starting migration of Log DB to 33
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2025-12-05T20:04:25', 'download_propers_config')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|33: download_propers_config migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034477s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|34: remove_language_profiles migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|remove_language_profiles|Starting migration of Log DB to 34
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (34, '2025-12-05T20:04:25', 'remove_language_profiles')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|34: remove_language_profiles migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034633s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|35: multi_disc_naming_format migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|multi_disc_naming_format|Starting migration of Log DB to 35
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2025-12-05T20:04:25', 'multi_disc_naming_format')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|35: multi_disc_naming_format migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044585s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|36: add_download_client_priority migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|add_download_client_priority|Starting migration of Log DB to 36
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2025-12-05T20:04:25', 'add_download_client_priority')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|36: add_download_client_priority migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039141s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|37: remove_growl_prowl migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|remove_growl_prowl|Starting migration of Log DB to 37
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2025-12-05T20:04:25', 'remove_growl_prowl')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|37: remove_growl_prowl migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031076s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|38: remove_plex_hometheatre migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|remove_plex_hometheatre|Starting migration of Log DB to 38
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2025-12-05T20:04:25', 'remove_plex_hometheatre')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|38: remove_plex_hometheatre migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002832s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|39: add_root_folder_add_defaults migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|add_root_folder_add_defaults|Starting migration of Log DB to 39
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2025-12-05T20:04:25', 'add_root_folder_add_defaults')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|39: add_root_folder_add_defaults migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002905s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|40: task_duration migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|task_duration|Starting migration of Log DB to 40
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2025-12-05T20:04:25', 'task_duration')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|40: task_duration migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028361s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|41: add_indexer_and_enabled_to_release_profiles migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|add_indexer_and_enabled_to_release_profiles|Starting migration of Log DB to 41
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (41, '2025-12-05T20:04:25', 'add_indexer_and_enabled_to_release_profiles')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|41: add_indexer_and_enabled_to_release_profiles migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028483s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|42: remove_album_folders migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|remove_album_folders|Starting migration of Log DB to 42
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (42, '2025-12-05T20:04:25', 'remove_album_folders')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|42: remove_album_folders migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002692s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|44: add_priority_to_indexers migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|add_priority_to_indexers|Starting migration of Log DB to 44
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (44, '2025-12-05T20:04:25', 'add_priority_to_indexers')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|44: add_priority_to_indexers migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027259s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|45: remove_chown_and_folderchmod_config migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|remove_chown_and_folderchmod_config|Starting migration of Log DB to 45
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (45, '2025-12-05T20:04:25', 'remove_chown_and_folderchmod_config')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|45: remove_chown_and_folderchmod_config migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026992s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|47: update_notifiarr migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|update_notifiarr|Starting migration of Log DB to 47
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (47, '2025-12-05T20:04:25', 'update_notifiarr')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|47: update_notifiarr migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026481s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|49: email_multiple_addresses migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|email_multiple_addresses|Starting migration of Log DB to 49
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (49, '2025-12-05T20:04:25', 'email_multiple_addresses')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|49: email_multiple_addresses migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030804s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|50: rename_blacklist_to_blocklist migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|rename_blacklist_to_blocklist|Starting migration of Log DB to 50
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (50, '2025-12-05T20:04:25', 'rename_blacklist_to_blocklist')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|50: rename_blacklist_to_blocklist migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033718s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|51: cdh_per_downloadclient migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|cdh_per_downloadclient|Starting migration of Log DB to 51
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (51, '2025-12-05T20:04:25', 'cdh_per_downloadclient')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|51: cdh_per_downloadclient migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028607s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|52: download_history migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.3|Info|download_history|Starting migration of Log DB to 52
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (52, '2025-12-05T20:04:25', 'download_history')
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|52: download_history migrated
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031193s
2025-12-05 20:04:25.3|Info|FluentMigrator.Runner.MigrationRunner|53: add_update_history migrating
2025-12-05 20:04:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|add_update_history|Starting migration of Log DB to 53
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable UpdateHistory
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL)
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006258s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex UpdateHistory (Date)
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004107s
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (53, '2025-12-05T20:04:25', 'add_update_history')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|53: add_update_history migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029771s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|54: add_on_update_to_notifications migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|add_on_update_to_notifications|Starting migration of Log DB to 54
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (54, '2025-12-05T20:04:25', 'add_on_update_to_notifications')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|54: add_on_update_to_notifications migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030533s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|55: download_client_per_indexer migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|download_client_per_indexer|Starting migration of Log DB to 55
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (55, '2025-12-05T20:04:25', 'download_client_per_indexer')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|55: download_client_per_indexer migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030961s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|56: AddNewItemMonitorType migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|AddNewItemMonitorType|Starting migration of Log DB to 56
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (56, '2025-12-05T20:04:25', 'AddNewItemMonitorType')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|56: AddNewItemMonitorType migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0099545s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|57: ImportListSearch migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|ImportListSearch|Starting migration of Log DB to 57
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (57, '2025-12-05T20:04:25', 'ImportListSearch')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|57: ImportListSearch migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038033s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|58: ImportListMonitorExisting migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|ImportListMonitorExisting|Starting migration of Log DB to 58
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (58, '2025-12-05T20:04:25', 'ImportListMonitorExisting')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|58: ImportListMonitorExisting migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031909s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|59: add_indexer_tags migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|add_indexer_tags|Starting migration of Log DB to 59
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (59, '2025-12-05T20:04:25', 'add_indexer_tags')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|59: add_indexer_tags migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028161s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|60: update_audio_types migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|update_audio_types|Starting migration of Log DB to 60
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (60, '2025-12-05T20:04:25', 'update_audio_types')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|60: update_audio_types migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029531s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|61: postgres_update_timestamp_columns_to_with_timezone migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Log DB to 61
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Logs
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Logs Time DateTimeOffset
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Logs_temp" ("Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level") SELECT "Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level" FROM "Logs"
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs"
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Logs_temp" RENAME TO "Logs"
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037024s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable UpdateHistory
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn UpdateHistory Date DateTimeOffset
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL)
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "UpdateHistory_temp" ("Id", "Date", "Version", "EventType") SELECT "Id", "Date", "Version", "EventType" FROM "UpdateHistory"
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "UpdateHistory"
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "UpdateHistory_temp" RENAME TO "UpdateHistory"
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003266s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT)
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo"
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo"
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo"
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034401s
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (61, '2025-12-05T20:04:25', 'postgres_update_timestamp_columns_to_with_timezone')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|61: postgres_update_timestamp_columns_to_with_timezone migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0063315s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|62: add_on_delete_to_notifications migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|add_on_delete_to_notifications|Starting migration of Log DB to 62
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (62, '2025-12-05T20:04:25', 'add_on_delete_to_notifications')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|62: add_on_delete_to_notifications migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029773s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|63: add_custom_formats migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|add_custom_formats|Starting migration of Log DB to 63
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (63, '2025-12-05T20:04:25', 'add_custom_formats')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|63: add_custom_formats migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035746s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|64: add_result_to_commands migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|add_result_to_commands|Starting migration of Log DB to 64
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (64, '2025-12-05T20:04:25', 'add_result_to_commands')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|64: add_result_to_commands migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031658s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|65: health_restored_notification migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|health_restored_notification|Starting migration of Log DB to 65
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (65, '2025-12-05T20:04:25', 'health_restored_notification')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|65: health_restored_notification migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029167s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|66: remove_uc migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|remove_uc|Starting migration of Log DB to 66
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (66, '2025-12-05T20:04:25', 'remove_uc')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|66: remove_uc migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027257s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|67: download_clients_rename_tv_to_music migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|download_clients_rename_tv_to_music|Starting migration of Log DB to 67
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (67, '2025-12-05T20:04:25', 'download_clients_rename_tv_to_music')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|67: download_clients_rename_tv_to_music migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029861s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|68: add_colon_replacement_to_naming_config migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|add_colon_replacement_to_naming_config|Starting migration of Log DB to 68
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (68, '2025-12-05T20:04:25', 'add_colon_replacement_to_naming_config')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|68: add_colon_replacement_to_naming_config migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003236s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|69: list_sync_time migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|list_sync_time|Starting migration of Log DB to 69
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (69, '2025-12-05T20:04:25', 'list_sync_time')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|69: list_sync_time migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036233s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|70: add_download_client_tags migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|add_download_client_tags|Starting migration of Log DB to 70
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (70, '2025-12-05T20:04:25', 'add_download_client_tags')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|70: add_download_client_tags migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028604s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|71: add_notification_status migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|add_notification_status|Starting migration of Log DB to 71
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (71, '2025-12-05T20:04:25', 'add_notification_status')
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|71: add_notification_status migrated
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028853s
2025-12-05 20:04:25.4|Info|FluentMigrator.Runner.MigrationRunner|72: add_alac_24_quality_in_profiles migrating
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.4|Info|add_alac_24_quality_in_profiles|Starting migration of Log DB to 72
2025-12-05 20:04:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (72, '2025-12-05T20:04:25', 'add_alac_24_quality_in_profiles')
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|72: add_alac_24_quality_in_profiles migrated
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033558s
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|73: add_salt_to_users migrating
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.5|Info|add_salt_to_users|Starting migration of Log DB to 73
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (73, '2025-12-05T20:04:25', 'add_salt_to_users')
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|73: add_salt_to_users migrated
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029713s
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|74: add_auto_tagging migrating
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.5|Info|add_auto_tagging|Starting migration of Log DB to 74
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (74, '2025-12-05T20:04:25', 'add_auto_tagging')
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|74: add_auto_tagging migrated
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027831s
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|75: quality_definition_preferred_size migrating
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.5|Info|quality_definition_preferred_size|Starting migration of Log DB to 75
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (75, '2025-12-05T20:04:25', 'quality_definition_preferred_size')
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|75: quality_definition_preferred_size migrated
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002861s
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|76: add_on_artist_add_to_notifications migrating
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.5|Info|add_on_artist_add_to_notifications|Starting migration of Log DB to 76
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (76, '2025-12-05T20:04:25', 'add_on_artist_add_to_notifications')
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|76: add_on_artist_add_to_notifications migrated
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026604s
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|77: album_last_searched_time migrating
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.5|Info|album_last_searched_time|Starting migration of Log DB to 77
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (77, '2025-12-05T20:04:25', 'album_last_searched_time')
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|77: album_last_searched_time migrated
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027423s
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|78: add_indexer_flags migrating
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.5|Info|add_indexer_flags|Starting migration of Log DB to 78
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (78, '2025-12-05T20:04:25', 'add_indexer_flags')
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|78: add_indexer_flags migrated
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031568s
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|79: add_indexes_album_statistics migrating
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.5|Info|add_indexes_album_statistics|Starting migration of Log DB to 79
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (79, '2025-12-05T20:04:25', 'add_indexes_album_statistics')
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|79: add_indexes_album_statistics migrated
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072623s
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|80: update_redacted_baseurl migrating
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:25.5|Info|update_redacted_baseurl|Starting migration of Log DB to 80
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (80, '2025-12-05T20:04:25', 'update_redacted_baseurl')
2025-12-05 20:04:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|80: update_redacted_baseurl migrated
2025-12-05 20:04:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028061s
2025-12-05 20:04:25.5|Debug|MigrationController|Took: 00:00:00.4605985
2025-12-05 20:04:25.8|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:8686
2025-12-05 20:04:25.8|Info|UpdaterConfigProvider|Update mechanism BuiltIn not supported in the current configuration, changing to Docker.
2025-12-05 20:04:25.9|Debug|QualityDefinitionService|Setting up default quality config
2025-12-05 20:04:25.9|Info|QualityProfileService|Setting up default quality profiles
2025-12-05 20:04:26.0|Info|MetadataProfileService|Setting up standard metadata profile
2025-12-05 20:04:26.0|Info|MetadataProfileService|Setting up empty metadata profile
2025-12-05 20:04:26.0|Debug|NotificationFactory|Initializing Providers. Count 25
2025-12-05 20:04:26.1|Debug|IndexerFactory|Initializing Providers. Count 10
2025-12-05 20:04:26.1|Debug|ImportListFactory|Initializing Providers. Count 10
2025-12-05 20:04:26.1|Debug|MetadataFactory|Initializing Providers. Count 3
2025-12-05 20:04:26.1|Debug|DownloadClientFactory|Initializing Providers. Count 18
2025-12-05 20:04:26.1|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2025-12-05 20:04:26.1|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2025-12-05 20:04:26.1|Info|Microsoft.Hosting.Lifetime|Content root path: /app/lidarr/bin
2025-12-05 20:04:26.2|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2025-12-05 20:09:26.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 20:14:26.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 20:19:26.2|Info|RssSyncService|Starting RSS Sync
2025-12-05 20:19:26.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-05 20:19:26.2|Info|DownloadDecisionMaker|No results found
2025-12-05 20:19:26.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-05 20:19:26.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-05 20:19:56.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 20:25:26.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 20:30:26.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 20:34:26.3|Info|RssSyncService|Starting RSS Sync
2025-12-05 20:34:26.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-05 20:34:26.3|Info|DownloadDecisionMaker|No results found
2025-12-05 20:34:26.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-05 20:34:26.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-05 20:35:26.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 20:40:26.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 20:45:26.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 20:49:26.4|Info|RssSyncService|Starting RSS Sync
2025-12-05 20:49:26.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-05 20:49:26.4|Info|DownloadDecisionMaker|No results found
2025-12-05 20:49:26.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-05 20:49:26.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-05 20:50:26.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 20:55:26.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 21:00:26.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 21:02:30.4|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2025-12-05 21:02:30.5|Info|ConsoleApp|Exiting main.
2025-12-05 21:04:33.8|Debug|ProcessProvider|Found 0 processes with the name: Lidarr.Console
2025-12-05 21:04:33.8|Debug|ProcessProvider|Found 1 processes with the name: Lidarr
2025-12-05 21:04:33.8|Debug|ProcessProvider| - [134] Lidarr
2025-12-05 21:04:33.9|Info|MigrationController|*** Migrating data source=/config/lidarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2025-12-05 21:04:34.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2025-12-05 21:04:34.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2025-12-05 21:04:34.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2025-12-05 21:04:34.1|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2025-12-05 21:04:34.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0758858s
2025-12-05 21:04:34.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2025-12-05 21:04:34.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0824916s
2025-12-05 21:04:34.2|Debug|MigrationController|Took: 00:00:00.2671748
2025-12-05 21:04:34.2|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2025-12-05 21:04:34.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2025-12-05 21:04:34.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2025-12-05 21:04:34.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2025-12-05 21:04:34.3|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2025-12-05 21:04:34.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0087247s
2025-12-05 21:04:34.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2025-12-05 21:04:34.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0090202s
2025-12-05 21:04:34.3|Debug|MigrationController|Took: 00:00:00.0577517
2025-12-05 21:04:34.5|Debug|FingerprintingService|fpcalc version: 1.5.1
2025-12-05 21:04:34.9|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:8686
2025-12-05 21:04:35.0|Debug|QualityDefinitionService|Setting up default quality config
2025-12-05 21:04:35.4|Debug|NotificationFactory|Initializing Providers. Count 25
2025-12-05 21:04:35.5|Debug|IndexerFactory|Initializing Providers. Count 10
2025-12-05 21:04:35.5|Debug|ImportListFactory|Initializing Providers. Count 10
2025-12-05 21:04:35.5|Debug|MetadataFactory|Initializing Providers. Count 3
2025-12-05 21:04:35.6|Debug|DownloadClientFactory|Initializing Providers. Count 18
2025-12-05 21:04:35.6|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2025-12-05 21:04:35.6|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2025-12-05 21:04:35.6|Info|Microsoft.Hosting.Lifetime|Content root path: /app/lidarr/bin
2025-12-05 21:04:35.6|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2025-12-05 21:05:05.6|Info|RssSyncService|Starting RSS Sync
2025-12-05 21:05:05.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-05 21:05:05.6|Info|DownloadDecisionMaker|No results found
2025-12-05 21:05:05.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-05 21:05:05.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-05 21:05:35.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 21:10:35.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 21:15:35.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 21:20:35.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 21:20:35.7|Info|RssSyncService|Starting RSS Sync
2025-12-05 21:20:35.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-05 21:20:35.7|Info|DownloadDecisionMaker|No results found
2025-12-05 21:20:35.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-05 21:20:35.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-05 21:25:35.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 21:30:35.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 21:35:35.8|Info|RssSyncService|Starting RSS Sync
2025-12-05 21:35:35.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-05 21:35:35.8|Info|DownloadDecisionMaker|No results found
2025-12-05 21:35:35.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-05 21:35:35.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-05 21:35:35.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-05 21:39:11.3|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2025-12-05 21:39:11.4|Info|ConsoleApp|Exiting main.
2025-12-06 15:25:48.3|Debug|ProcessProvider|Found 0 processes with the name: Lidarr.Console
2025-12-06 15:25:48.3|Debug|ProcessProvider|Found 1 processes with the name: Lidarr
2025-12-06 15:25:48.3|Debug|ProcessProvider| - [133] Lidarr
2025-12-06 15:25:48.4|Info|MigrationController|*** Migrating data source=/config/lidarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2025-12-06 15:25:48.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2025-12-06 15:25:48.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2025-12-06 15:25:48.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2025-12-06 15:25:48.5|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2025-12-06 15:25:48.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0370418s
2025-12-06 15:25:48.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2025-12-06 15:25:48.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0405049s
2025-12-06 15:25:48.5|Debug|MigrationController|Took: 00:00:00.1335445
2025-12-06 15:25:48.5|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2025-12-06 15:25:48.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2025-12-06 15:25:48.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2025-12-06 15:25:48.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2025-12-06 15:25:48.5|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2025-12-06 15:25:48.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039852s
2025-12-06 15:25:48.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2025-12-06 15:25:48.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004174s
2025-12-06 15:25:48.5|Debug|MigrationController|Took: 00:00:00.0285994
2025-12-06 15:25:48.6|Debug|FingerprintingService|fpcalc version: 1.5.1
2025-12-06 15:25:48.8|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:8686
2025-12-06 15:25:48.9|Debug|QualityDefinitionService|Setting up default quality config
2025-12-06 15:25:49.0|Debug|NotificationFactory|Initializing Providers. Count 25
2025-12-06 15:25:49.1|Debug|IndexerFactory|Initializing Providers. Count 10
2025-12-06 15:25:49.1|Debug|ImportListFactory|Initializing Providers. Count 10
2025-12-06 15:25:49.1|Debug|MetadataFactory|Initializing Providers. Count 3
2025-12-06 15:25:49.1|Debug|DownloadClientFactory|Initializing Providers. Count 18
2025-12-06 15:25:49.1|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2025-12-06 15:25:49.1|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2025-12-06 15:25:49.1|Info|Microsoft.Hosting.Lifetime|Content root path: /app/lidarr/bin
2025-12-06 15:25:49.2|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2025-12-06 15:26:19.1|Debug|InstallUpdateService|Checking for updates
2025-12-06 15:26:19.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 15:26:19.2|Info|RssSyncService|Starting RSS Sync
2025-12-06 15:26:19.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 15:26:19.2|Info|DownloadDecisionMaker|No results found
2025-12-06 15:26:19.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 15:26:19.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 15:26:19.2|Debug|InstallUpdateService|No update available
2025-12-06 15:31:19.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 15:36:19.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 15:41:19.3|Info|RssSyncService|Starting RSS Sync
2025-12-06 15:41:19.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 15:41:19.3|Info|DownloadDecisionMaker|No results found
2025-12-06 15:41:19.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 15:41:19.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 15:41:49.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 15:46:49.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 15:51:49.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 15:56:19.4|Info|RssSyncService|Starting RSS Sync
2025-12-06 15:56:19.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 15:56:19.4|Info|DownloadDecisionMaker|No results found
2025-12-06 15:56:19.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 15:56:19.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 15:56:49.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 16:01:49.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 16:06:49.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 16:11:19.5|Info|RssSyncService|Starting RSS Sync
2025-12-06 16:11:19.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 16:11:19.5|Info|DownloadDecisionMaker|No results found
2025-12-06 16:11:19.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 16:11:19.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 16:11:49.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 16:16:49.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 16:21:49.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 16:26:19.6|Info|RssSyncService|Starting RSS Sync
2025-12-06 16:26:19.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 16:26:19.7|Info|DownloadDecisionMaker|No results found
2025-12-06 16:26:19.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 16:26:19.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 16:26:49.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 16:31:49.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 16:36:49.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 16:41:19.8|Info|RssSyncService|Starting RSS Sync
2025-12-06 16:41:19.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 16:41:19.8|Info|DownloadDecisionMaker|No results found
2025-12-06 16:41:19.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 16:41:19.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 16:41:49.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 16:46:49.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 16:51:49.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 16:56:19.9|Info|RssSyncService|Starting RSS Sync
2025-12-06 16:56:19.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 16:56:19.9|Info|DownloadDecisionMaker|No results found
2025-12-06 16:56:19.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 16:56:19.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 16:56:50.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 17:01:50.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 17:06:50.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 17:11:20.1|Info|RssSyncService|Starting RSS Sync
2025-12-06 17:11:20.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 17:11:20.1|Info|DownloadDecisionMaker|No results found
2025-12-06 17:11:20.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 17:11:20.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 17:11:50.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 17:16:50.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 17:21:50.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 17:26:20.2|Info|RssSyncService|Starting RSS Sync
2025-12-06 17:26:20.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 17:26:20.2|Info|DownloadDecisionMaker|No results found
2025-12-06 17:26:20.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 17:26:20.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 17:26:50.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 17:31:50.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 17:36:50.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 17:41:20.4|Info|RssSyncService|Starting RSS Sync
2025-12-06 17:41:20.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 17:41:20.4|Info|DownloadDecisionMaker|No results found
2025-12-06 17:41:20.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 17:41:20.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 17:41:50.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 17:46:50.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 17:51:50.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 17:56:20.5|Info|RssSyncService|Starting RSS Sync
2025-12-06 17:56:20.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 17:56:20.5|Info|DownloadDecisionMaker|No results found
2025-12-06 17:56:20.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 17:56:20.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 17:56:50.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 18:01:50.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 18:06:50.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 18:11:20.7|Info|RssSyncService|Starting RSS Sync
2025-12-06 18:11:20.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 18:11:20.7|Info|DownloadDecisionMaker|No results found
2025-12-06 18:11:20.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 18:11:20.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 18:11:50.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 18:16:50.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 18:21:50.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 18:26:20.8|Info|RssSyncService|Starting RSS Sync
2025-12-06 18:26:20.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 18:26:20.8|Info|DownloadDecisionMaker|No results found
2025-12-06 18:26:20.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 18:26:20.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 18:26:50.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 18:31:50.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 18:36:50.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 18:41:21.0|Info|RssSyncService|Starting RSS Sync
2025-12-06 18:41:21.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 18:41:21.0|Info|DownloadDecisionMaker|No results found
2025-12-06 18:41:21.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 18:41:21.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 18:41:51.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 18:46:51.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 18:51:51.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 18:56:21.1|Info|RssSyncService|Starting RSS Sync
2025-12-06 18:56:21.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 18:56:21.1|Info|DownloadDecisionMaker|No results found
2025-12-06 18:56:21.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 18:56:21.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 18:56:51.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 19:01:51.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 19:06:51.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 19:11:21.2|Info|RssSyncService|Starting RSS Sync
2025-12-06 19:11:21.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 19:11:21.2|Info|DownloadDecisionMaker|No results found
2025-12-06 19:11:21.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 19:11:21.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 19:11:51.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 19:16:51.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 19:21:51.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 19:26:21.3|Info|RssSyncService|Starting RSS Sync
2025-12-06 19:26:21.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 19:26:21.3|Info|DownloadDecisionMaker|No results found
2025-12-06 19:26:21.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 19:26:21.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 19:26:51.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 19:31:51.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 19:36:51.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 19:41:21.5|Info|RssSyncService|Starting RSS Sync
2025-12-06 19:41:21.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 19:41:21.5|Info|DownloadDecisionMaker|No results found
2025-12-06 19:41:21.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 19:41:21.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 19:41:51.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 19:46:51.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 19:51:51.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 19:56:21.6|Info|RssSyncService|Starting RSS Sync
2025-12-06 19:56:21.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 19:56:21.6|Info|DownloadDecisionMaker|No results found
2025-12-06 19:56:21.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 19:56:21.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 19:56:51.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 20:01:51.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 20:04:51.7|Debug|MediaFileService|Filtering 0 files for unchanged files
2025-12-06 20:04:51.7|Info|HousekeepingService|Running housecleaning tasks
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupAbsolutePathMetadataFiles
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupAbsolutePathMetadataFiles
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupAdditionalNamingSpecs
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupAdditionalNamingSpecs
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupAdditionalUsers
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupAdditionalUsers
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupCommandQueue
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupCommandQueue
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupDownloadClientUnavailablePendingReleases
2025-12-06 20:04:51.7|Debug|ImportDecisionMaker|Analyzing 0/0 files.
2025-12-06 20:04:51.7|Debug|IdentificationService|Starting track identification
2025-12-06 20:04:51.7|Info|TrackGroupingService|Grouping 0 tracks
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupDownloadClientUnavailablePendingReleases
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupDuplicateMetadataFiles
2025-12-06 20:04:51.7|Debug|IdentificationService|Sorted 0 tracks into 0 releases in 2ms
2025-12-06 20:04:51.7|Debug|IdentificationService|Track identification for 0 tracks took 2ms
2025-12-06 20:04:51.7|Debug|DiskScanService|Import decisions complete [00:00:00.0122616]
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupDuplicateMetadataFiles
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupOrphanedAlbums
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupOrphanedAlbums
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupOrphanedArtistMetadata
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupOrphanedArtistMetadata
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupOrphanedBlocklist
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupOrphanedBlocklist
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupOrphanedDownloadClientStatus
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupOrphanedDownloadClientStatus
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupOrphanedHistoryItems
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupOrphanedHistoryItems
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupOrphanedImportListStatus
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupOrphanedImportListStatus
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupOrphanedIndexerStatus
2025-12-06 20:04:51.7|Info|ImportApprovedTracks|Importing 0 tracks
2025-12-06 20:04:51.7|Debug|ImportApprovedTracks|Importing 0 files. replaceExisting: False
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupOrphanedIndexerStatus
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupOrphanedMetadataFiles
2025-12-06 20:04:51.7|Debug|ImportApprovedTracks|Inserted new trackfiles in 0ms
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupOrphanedMetadataFiles
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupOrphanedNotificationStatus
2025-12-06 20:04:51.7|Debug|ImportApprovedTracks|TrackFileIds updated, total 1ms
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupOrphanedNotificationStatus
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupOrphanedPendingReleases
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupOrphanedPendingReleases
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupOrphanedReleases
2025-12-06 20:04:51.7|Debug|DiskScanService|Inserted 0 new unmatched trackfiles
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupOrphanedReleases
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupOrphanedTrackFiles
2025-12-06 20:04:51.7|Debug|DiskScanService|Updated info for 0 known files
2025-12-06 20:04:51.7|Debug|DiskScanService|Track import complete for:
[00:00:00.0068071]
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupOrphanedTrackFiles
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupOrphanedTracks
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupOrphanedTracks
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupQualityProfileFormatItems
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupQualityProfileFormatItems
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupTemporaryUpdateFiles
2025-12-06 20:04:51.7|Debug|HousekeepingService|Completed CleanupTemporaryUpdateFiles
2025-12-06 20:04:51.7|Debug|HousekeepingService|Starting CleanupUnusedTags
2025-12-06 20:04:51.8|Debug|HousekeepingService|Completed CleanupUnusedTags
2025-12-06 20:04:51.8|Debug|HousekeepingService|Starting DeleteBadMediaCovers
2025-12-06 20:04:51.8|Debug|HousekeepingService|Completed DeleteBadMediaCovers
2025-12-06 20:04:51.8|Debug|HousekeepingService|Starting FixFutureDownloadClientStatusTimes
2025-12-06 20:04:51.8|Debug|HousekeepingService|Completed FixFutureDownloadClientStatusTimes
2025-12-06 20:04:51.8|Debug|HousekeepingService|Starting FixFutureImportListStatusTimes
2025-12-06 20:04:51.8|Debug|HousekeepingService|Completed FixFutureImportListStatusTimes
2025-12-06 20:04:51.8|Debug|HousekeepingService|Starting FixFutureIndexerStatusTimes
2025-12-06 20:04:51.8|Debug|HousekeepingService|Completed FixFutureIndexerStatusTimes
2025-12-06 20:04:51.8|Debug|HousekeepingService|Starting FixFutureNotificationStatusTimes
2025-12-06 20:04:51.8|Debug|HousekeepingService|Completed FixFutureNotificationStatusTimes
2025-12-06 20:04:51.8|Debug|HousekeepingService|Starting FixFutureRunScheduledTasks
2025-12-06 20:04:51.8|Debug|HousekeepingService|Completed FixFutureRunScheduledTasks
2025-12-06 20:04:51.8|Debug|HousekeepingService|Starting TrimLogDatabase
2025-12-06 20:04:51.8|Info|Database|Vacuuming Log database
2025-12-06 20:04:51.8|Info|Database|Log database compressed
2025-12-06 20:04:51.8|Debug|HousekeepingService|Completed TrimLogDatabase
2025-12-06 20:04:51.8|Debug|HousekeepingService|Starting UpdateCleanTitleForArtist
2025-12-06 20:04:51.8|Debug|HousekeepingService|Completed UpdateCleanTitleForArtist
2025-12-06 20:04:51.8|Debug|HousekeepingService|Compressing main database after housekeeping
2025-12-06 20:04:51.8|Info|Database|Vacuuming Main database
2025-12-06 20:04:51.8|Info|Database|Main database compressed
2025-12-06 20:06:51.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 20:11:21.8|Info|RssSyncService|Starting RSS Sync
2025-12-06 20:11:21.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 20:11:21.8|Info|DownloadDecisionMaker|No results found
2025-12-06 20:11:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 20:11:21.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 20:11:51.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 20:16:51.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 20:21:28.3|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2025-12-06 20:21:28.4|Info|ConsoleApp|Exiting main.
2025-12-06 20:22:04.6|Debug|ProcessProvider|Found 0 processes with the name: Lidarr.Console
2025-12-06 20:22:04.6|Debug|ProcessProvider|Found 1 processes with the name: Lidarr
2025-12-06 20:22:04.6|Debug|ProcessProvider| - [133] Lidarr
2025-12-06 20:22:04.7|Info|MigrationController|*** Migrating data source=/config/lidarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2025-12-06 20:22:04.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2025-12-06 20:22:04.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2025-12-06 20:22:04.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2025-12-06 20:22:04.9|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2025-12-06 20:22:04.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0718598s
2025-12-06 20:22:04.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2025-12-06 20:22:04.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0777069s
2025-12-06 20:22:04.9|Debug|MigrationController|Took: 00:00:00.2000196
2025-12-06 20:22:04.9|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2025-12-06 20:22:05.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2025-12-06 20:22:05.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2025-12-06 20:22:05.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2025-12-06 20:22:05.0|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2025-12-06 20:22:05.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0080827s
2025-12-06 20:22:05.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2025-12-06 20:22:05.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0084099s
2025-12-06 20:22:05.0|Debug|MigrationController|Took: 00:00:00.0549230
2025-12-06 20:22:05.2|Debug|FingerprintingService|fpcalc version: 1.5.1
2025-12-06 20:22:05.5|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:8686
2025-12-06 20:22:05.7|Debug|QualityDefinitionService|Setting up default quality config
2025-12-06 20:22:06.0|Debug|NotificationFactory|Initializing Providers. Count 25
2025-12-06 20:22:06.1|Debug|IndexerFactory|Initializing Providers. Count 10
2025-12-06 20:22:06.1|Debug|ImportListFactory|Initializing Providers. Count 10
2025-12-06 20:22:06.1|Debug|MetadataFactory|Initializing Providers. Count 3
2025-12-06 20:22:06.1|Debug|DownloadClientFactory|Initializing Providers. Count 18
2025-12-06 20:22:06.1|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2025-12-06 20:22:06.1|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2025-12-06 20:22:06.1|Info|Microsoft.Hosting.Lifetime|Content root path: /app/lidarr/bin
2025-12-06 20:22:06.3|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2025-12-06 20:22:36.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 20:26:36.5|Info|RssSyncService|Starting RSS Sync
2025-12-06 20:26:36.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 20:26:36.6|Info|DownloadDecisionMaker|No results found
2025-12-06 20:26:36.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 20:26:36.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 20:27:36.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 20:32:36.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 20:37:36.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 20:41:36.7|Info|RssSyncService|Starting RSS Sync
2025-12-06 20:41:36.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 20:41:36.7|Info|DownloadDecisionMaker|No results found
2025-12-06 20:41:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 20:41:36.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 20:42:36.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 20:47:36.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 20:52:36.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 20:56:37.0|Info|RssSyncService|Starting RSS Sync
2025-12-06 20:56:37.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 20:56:37.0|Info|DownloadDecisionMaker|No results found
2025-12-06 20:56:37.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 20:56:37.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 20:57:36.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 21:02:37.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 21:07:37.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 21:11:37.1|Info|RssSyncService|Starting RSS Sync
2025-12-06 21:11:37.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 21:11:37.1|Info|DownloadDecisionMaker|No results found
2025-12-06 21:11:37.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 21:11:37.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 21:12:37.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 21:17:37.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 21:22:37.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 21:26:37.3|Debug|InstallUpdateService|Checking for updates
2025-12-06 21:26:37.3|Info|RssSyncService|Starting RSS Sync
2025-12-06 21:26:37.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 21:26:37.3|Info|DownloadDecisionMaker|No results found
2025-12-06 21:26:37.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 21:26:37.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 21:26:37.5|Debug|InstallUpdateService|No update available
2025-12-06 21:27:37.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 21:32:37.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 21:37:37.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 21:41:37.4|Info|RssSyncService|Starting RSS Sync
2025-12-06 21:41:37.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 21:41:37.5|Info|DownloadDecisionMaker|No results found
2025-12-06 21:41:37.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 21:41:37.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 21:42:37.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 21:47:37.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 21:52:37.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 21:56:37.6|Info|RssSyncService|Starting RSS Sync
2025-12-06 21:56:37.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 21:56:37.6|Info|DownloadDecisionMaker|No results found
2025-12-06 21:56:37.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 21:56:37.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 21:57:37.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 22:02:37.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 22:07:37.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 22:11:37.7|Info|RssSyncService|Starting RSS Sync
2025-12-06 22:11:37.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 22:11:37.7|Info|DownloadDecisionMaker|No results found
2025-12-06 22:11:37.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 22:11:37.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 22:12:37.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 22:17:37.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 22:22:37.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 22:26:37.9|Info|RssSyncService|Starting RSS Sync
2025-12-06 22:26:37.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 22:26:37.9|Info|DownloadDecisionMaker|No results found
2025-12-06 22:26:37.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 22:26:37.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 22:27:37.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 22:32:37.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 22:37:38.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 22:41:38.0|Info|RssSyncService|Starting RSS Sync
2025-12-06 22:41:38.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 22:41:38.0|Info|DownloadDecisionMaker|No results found
2025-12-06 22:41:38.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 22:41:38.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 22:42:38.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 22:47:38.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 22:52:38.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 22:56:38.2|Info|RssSyncService|Starting RSS Sync
2025-12-06 22:56:38.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 22:56:38.2|Info|DownloadDecisionMaker|No results found
2025-12-06 22:56:38.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 22:56:38.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 22:57:38.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 23:02:38.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 23:08:08.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 23:11:38.2|Info|RssSyncService|Starting RSS Sync
2025-12-06 23:11:38.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 23:11:38.2|Info|DownloadDecisionMaker|No results found
2025-12-06 23:11:38.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 23:11:38.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 23:13:08.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 23:18:08.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 23:23:08.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 23:26:38.3|Info|RssSyncService|Starting RSS Sync
2025-12-06 23:26:38.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 23:26:38.3|Info|DownloadDecisionMaker|No results found
2025-12-06 23:26:38.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 23:26:38.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 23:28:08.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 23:33:08.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 23:38:38.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 23:41:38.5|Info|RssSyncService|Starting RSS Sync
2025-12-06 23:41:38.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 23:41:38.5|Info|DownloadDecisionMaker|No results found
2025-12-06 23:41:38.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 23:41:38.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 23:43:38.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 23:48:38.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 23:53:38.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-06 23:56:38.6|Info|RssSyncService|Starting RSS Sync
2025-12-06 23:56:38.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-06 23:56:38.6|Info|DownloadDecisionMaker|No results found
2025-12-06 23:56:38.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-06 23:56:38.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-06 23:58:38.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 00:03:38.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 00:08:38.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 00:11:38.7|Info|RssSyncService|Starting RSS Sync
2025-12-07 00:11:38.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 00:11:38.8|Info|DownloadDecisionMaker|No results found
2025-12-07 00:11:38.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 00:11:38.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 00:13:38.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 00:18:38.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 00:23:38.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 00:26:38.9|Info|RssSyncService|Starting RSS Sync
2025-12-07 00:26:38.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 00:26:38.9|Info|DownloadDecisionMaker|No results found
2025-12-07 00:26:38.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 00:26:38.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 00:28:38.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 00:33:38.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 00:38:38.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 00:41:38.9|Info|RssSyncService|Starting RSS Sync
2025-12-07 00:41:38.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 00:41:38.9|Info|DownloadDecisionMaker|No results found
2025-12-07 00:41:38.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 00:41:38.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 00:43:38.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 00:48:39.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 00:53:39.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 00:56:39.0|Info|RssSyncService|Starting RSS Sync
2025-12-07 00:56:39.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 00:56:39.0|Info|DownloadDecisionMaker|No results found
2025-12-07 00:56:39.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 00:56:39.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 00:58:39.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 01:03:39.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 01:08:39.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 01:11:39.1|Info|RssSyncService|Starting RSS Sync
2025-12-07 01:11:39.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 01:11:39.1|Info|DownloadDecisionMaker|No results found
2025-12-07 01:11:39.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 01:11:39.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 01:13:39.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 01:18:39.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 01:23:39.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 01:26:39.2|Info|RssSyncService|Starting RSS Sync
2025-12-07 01:26:39.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 01:26:39.2|Info|DownloadDecisionMaker|No results found
2025-12-07 01:26:39.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 01:26:39.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 01:28:39.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 01:33:39.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 01:38:39.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 01:41:39.3|Info|RssSyncService|Starting RSS Sync
2025-12-07 01:41:39.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 01:41:39.3|Info|DownloadDecisionMaker|No results found
2025-12-07 01:41:39.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 01:41:39.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 01:43:39.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 01:48:39.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 01:53:39.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 01:56:39.5|Info|RssSyncService|Starting RSS Sync
2025-12-07 01:56:39.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 01:56:39.5|Info|DownloadDecisionMaker|No results found
2025-12-07 01:56:39.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 01:56:39.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 01:58:39.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 02:03:39.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 02:08:39.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 02:11:39.6|Info|RssSyncService|Starting RSS Sync
2025-12-07 02:11:39.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 02:11:39.6|Info|DownloadDecisionMaker|No results found
2025-12-07 02:11:39.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 02:11:39.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 02:13:39.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 02:19:09.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 02:24:09.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 02:26:39.8|Info|RssSyncService|Starting RSS Sync
2025-12-07 02:26:39.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 02:26:39.8|Info|DownloadDecisionMaker|No results found
2025-12-07 02:26:39.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 02:26:39.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 02:29:09.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 02:34:09.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 02:39:09.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 02:41:39.9|Info|RssSyncService|Starting RSS Sync
2025-12-07 02:41:39.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 02:41:39.9|Info|DownloadDecisionMaker|No results found
2025-12-07 02:41:39.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 02:41:39.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 02:44:09.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 02:49:10.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 02:54:10.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 02:56:40.0|Info|RssSyncService|Starting RSS Sync
2025-12-07 02:56:40.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 02:56:40.0|Info|DownloadDecisionMaker|No results found
2025-12-07 02:56:40.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 02:56:40.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 02:59:10.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 03:04:10.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 03:09:10.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 03:11:40.1|Info|RssSyncService|Starting RSS Sync
2025-12-07 03:11:40.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 03:11:40.1|Info|DownloadDecisionMaker|No results found
2025-12-07 03:11:40.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 03:11:40.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 03:14:10.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 03:19:10.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 03:24:10.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 03:26:40.3|Debug|InstallUpdateService|Checking for updates
2025-12-07 03:26:40.6|Debug|InstallUpdateService|No update available
2025-12-07 03:27:10.3|Info|RssSyncService|Starting RSS Sync
2025-12-07 03:27:10.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 03:27:10.3|Info|DownloadDecisionMaker|No results found
2025-12-07 03:27:10.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 03:27:10.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 03:29:10.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 03:34:10.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 03:39:10.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 03:42:10.4|Info|RssSyncService|Starting RSS Sync
2025-12-07 03:42:10.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 03:42:10.4|Info|DownloadDecisionMaker|No results found
2025-12-07 03:42:10.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 03:42:10.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 03:44:10.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 03:49:10.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 03:54:10.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 03:57:10.5|Info|RssSyncService|Starting RSS Sync
2025-12-07 03:57:10.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 03:57:10.5|Info|DownloadDecisionMaker|No results found
2025-12-07 03:57:10.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 03:57:10.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 03:59:10.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 04:04:10.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 04:09:10.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 04:12:10.6|Info|RssSyncService|Starting RSS Sync
2025-12-07 04:12:10.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 04:12:10.6|Info|DownloadDecisionMaker|No results found
2025-12-07 04:12:10.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 04:12:10.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 04:14:10.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 04:19:10.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 04:24:10.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 04:27:10.7|Info|RssSyncService|Starting RSS Sync
2025-12-07 04:27:10.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 04:27:10.7|Info|DownloadDecisionMaker|No results found
2025-12-07 04:27:10.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 04:27:10.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 04:29:10.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 04:34:10.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 04:39:10.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 04:42:10.8|Info|RssSyncService|Starting RSS Sync
2025-12-07 04:42:10.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 04:42:10.8|Info|DownloadDecisionMaker|No results found
2025-12-07 04:42:10.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 04:42:10.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 04:44:10.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 04:49:10.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 04:54:10.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 04:57:11.0|Info|RssSyncService|Starting RSS Sync
2025-12-07 04:57:11.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 04:57:11.0|Info|DownloadDecisionMaker|No results found
2025-12-07 04:57:11.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 04:57:11.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 04:59:11.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 05:04:11.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 05:09:11.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 05:12:11.1|Info|RssSyncService|Starting RSS Sync
2025-12-07 05:12:11.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 05:12:11.1|Info|DownloadDecisionMaker|No results found
2025-12-07 05:12:11.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 05:12:11.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 05:14:11.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 05:19:11.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 05:24:11.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 05:27:11.1|Info|RssSyncService|Starting RSS Sync
2025-12-07 05:27:11.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 05:27:11.1|Info|DownloadDecisionMaker|No results found
2025-12-07 05:27:11.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 05:27:11.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 05:29:11.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 05:34:11.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 05:39:11.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 05:42:11.3|Info|RssSyncService|Starting RSS Sync
2025-12-07 05:42:11.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 05:42:11.3|Info|DownloadDecisionMaker|No results found
2025-12-07 05:42:11.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 05:42:11.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 05:44:11.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 05:49:11.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 05:54:11.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 05:57:11.4|Info|RssSyncService|Starting RSS Sync
2025-12-07 05:57:11.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 05:57:11.4|Info|DownloadDecisionMaker|No results found
2025-12-07 05:57:11.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 05:57:11.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 05:59:11.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 06:04:11.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 06:09:11.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 06:12:11.5|Info|RssSyncService|Starting RSS Sync
2025-12-07 06:12:11.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 06:12:11.5|Info|DownloadDecisionMaker|No results found
2025-12-07 06:12:11.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 06:12:11.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 06:14:11.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 06:19:41.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 06:24:41.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 06:27:11.6|Info|RssSyncService|Starting RSS Sync
2025-12-07 06:27:11.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 06:27:11.6|Info|DownloadDecisionMaker|No results found
2025-12-07 06:27:11.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 06:27:11.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 06:29:41.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 06:34:41.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 06:39:41.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 06:42:11.7|Info|RssSyncService|Starting RSS Sync
2025-12-07 06:42:11.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 06:42:11.8|Info|DownloadDecisionMaker|No results found
2025-12-07 06:42:11.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 06:42:11.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 06:44:41.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 06:49:41.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 06:54:41.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 06:57:11.8|Info|RssSyncService|Starting RSS Sync
2025-12-07 06:57:11.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 06:57:11.9|Info|DownloadDecisionMaker|No results found
2025-12-07 06:57:11.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 06:57:11.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 06:59:41.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 07:04:41.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 07:09:42.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 07:12:12.0|Info|RssSyncService|Starting RSS Sync
2025-12-07 07:12:12.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 07:12:12.0|Info|DownloadDecisionMaker|No results found
2025-12-07 07:12:12.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 07:12:12.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 07:14:42.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 07:19:42.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 07:24:42.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 07:27:12.1|Info|RssSyncService|Starting RSS Sync
2025-12-07 07:27:12.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 07:27:12.1|Info|DownloadDecisionMaker|No results found
2025-12-07 07:27:12.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 07:27:12.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 07:29:42.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 07:34:42.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 07:39:42.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 07:42:12.2|Info|RssSyncService|Starting RSS Sync
2025-12-07 07:42:12.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 07:42:12.2|Info|DownloadDecisionMaker|No results found
2025-12-07 07:42:12.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 07:42:12.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 07:44:42.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 07:49:42.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 07:54:42.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 07:57:12.4|Info|RssSyncService|Starting RSS Sync
2025-12-07 07:57:12.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 07:57:12.4|Info|DownloadDecisionMaker|No results found
2025-12-07 07:57:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 07:57:12.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 07:59:42.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 08:04:42.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 08:09:42.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 08:12:12.5|Info|RssSyncService|Starting RSS Sync
2025-12-07 08:12:12.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 08:12:12.5|Info|DownloadDecisionMaker|No results found
2025-12-07 08:12:12.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 08:12:12.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 08:14:42.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 08:19:42.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 08:24:42.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 08:27:12.7|Info|RssSyncService|Starting RSS Sync
2025-12-07 08:27:12.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 08:27:12.7|Info|DownloadDecisionMaker|No results found
2025-12-07 08:27:12.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 08:27:12.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 08:29:42.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 08:34:42.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 08:39:42.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 08:42:12.8|Info|RssSyncService|Starting RSS Sync
2025-12-07 08:42:12.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 08:42:12.8|Info|DownloadDecisionMaker|No results found
2025-12-07 08:42:12.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 08:42:12.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 08:44:42.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 08:49:42.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 08:54:42.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 08:57:12.9|Info|RssSyncService|Starting RSS Sync
2025-12-07 08:57:12.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 08:57:12.9|Info|DownloadDecisionMaker|No results found
2025-12-07 08:57:12.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 08:57:12.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 08:59:43.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 09:04:43.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 09:09:43.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 09:12:13.0|Info|RssSyncService|Starting RSS Sync
2025-12-07 09:12:13.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 09:12:13.0|Info|DownloadDecisionMaker|No results found
2025-12-07 09:12:13.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 09:12:13.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 09:14:43.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 09:19:43.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 09:24:43.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 09:26:43.2|Debug|InstallUpdateService|Checking for updates
2025-12-07 09:26:43.4|Debug|InstallUpdateService|No update available
2025-12-07 09:27:13.2|Info|RssSyncService|Starting RSS Sync
2025-12-07 09:27:13.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 09:27:13.2|Info|DownloadDecisionMaker|No results found
2025-12-07 09:27:13.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 09:27:13.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 09:29:43.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 09:34:43.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 09:39:43.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 09:42:13.3|Info|RssSyncService|Starting RSS Sync
2025-12-07 09:42:13.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 09:42:13.3|Info|DownloadDecisionMaker|No results found
2025-12-07 09:42:13.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 09:42:13.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 09:44:43.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 09:49:43.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 09:54:43.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 09:57:13.5|Info|RssSyncService|Starting RSS Sync
2025-12-07 09:57:13.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 09:57:13.5|Info|DownloadDecisionMaker|No results found
2025-12-07 09:57:13.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 09:57:13.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 09:59:43.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 10:04:43.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 10:09:43.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 10:12:13.6|Info|RssSyncService|Starting RSS Sync
2025-12-07 10:12:13.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 10:12:13.6|Info|DownloadDecisionMaker|No results found
2025-12-07 10:12:13.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 10:12:13.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 10:14:43.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 10:19:43.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 10:24:43.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 10:27:13.7|Info|RssSyncService|Starting RSS Sync
2025-12-07 10:27:13.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 10:27:13.7|Info|DownloadDecisionMaker|No results found
2025-12-07 10:27:13.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 10:27:13.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 10:29:43.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 10:34:43.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 10:39:43.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 10:42:13.8|Info|RssSyncService|Starting RSS Sync
2025-12-07 10:42:13.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 10:42:13.8|Info|DownloadDecisionMaker|No results found
2025-12-07 10:42:13.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 10:42:13.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 10:44:43.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 10:49:43.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 10:54:43.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 10:57:13.9|Info|RssSyncService|Starting RSS Sync
2025-12-07 10:57:13.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 10:57:13.9|Info|DownloadDecisionMaker|No results found
2025-12-07 10:57:13.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 10:57:13.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 10:59:44.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 11:04:44.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 11:09:44.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 11:12:14.1|Info|RssSyncService|Starting RSS Sync
2025-12-07 11:12:14.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 11:12:14.1|Info|DownloadDecisionMaker|No results found
2025-12-07 11:12:14.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 11:12:14.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 11:14:44.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 11:19:44.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 11:24:44.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 11:27:14.2|Info|RssSyncService|Starting RSS Sync
2025-12-07 11:27:14.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 11:27:14.2|Info|DownloadDecisionMaker|No results found
2025-12-07 11:27:14.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 11:27:14.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 11:29:44.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 11:34:44.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 11:39:44.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 11:42:14.3|Info|RssSyncService|Starting RSS Sync
2025-12-07 11:42:14.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 11:42:14.3|Info|DownloadDecisionMaker|No results found
2025-12-07 11:42:14.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 11:42:14.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 11:44:44.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 11:49:44.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 11:54:44.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 11:57:14.4|Info|RssSyncService|Starting RSS Sync
2025-12-07 11:57:14.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 11:57:14.4|Info|DownloadDecisionMaker|No results found
2025-12-07 11:57:14.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 11:57:14.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 11:59:44.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 12:04:44.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 12:09:44.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 12:12:14.6|Info|RssSyncService|Starting RSS Sync
2025-12-07 12:12:14.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 12:12:14.6|Info|DownloadDecisionMaker|No results found
2025-12-07 12:12:14.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 12:12:14.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 12:14:44.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 12:19:44.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 12:24:44.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 12:27:14.7|Info|RssSyncService|Starting RSS Sync
2025-12-07 12:27:14.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 12:27:14.7|Info|DownloadDecisionMaker|No results found
2025-12-07 12:27:14.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 12:27:14.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 12:30:14.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 12:35:14.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 12:40:44.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 12:42:14.8|Info|RssSyncService|Starting RSS Sync
2025-12-07 12:42:14.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 12:42:14.8|Info|DownloadDecisionMaker|No results found
2025-12-07 12:42:14.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 12:42:14.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 12:45:44.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 12:50:44.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 12:55:44.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 12:57:14.9|Info|RssSyncService|Starting RSS Sync
2025-12-07 12:57:14.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 12:57:15.0|Info|DownloadDecisionMaker|No results found
2025-12-07 12:57:15.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 12:57:15.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 13:00:45.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 13:05:45.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 13:10:45.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 13:12:15.1|Info|RssSyncService|Starting RSS Sync
2025-12-07 13:12:15.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 13:12:15.1|Info|DownloadDecisionMaker|No results found
2025-12-07 13:12:15.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 13:12:15.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 13:15:45.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 13:20:45.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 13:25:45.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 13:27:15.3|Info|RssSyncService|Starting RSS Sync
2025-12-07 13:27:15.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 13:27:15.3|Info|DownloadDecisionMaker|No results found
2025-12-07 13:27:15.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 13:27:15.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 13:30:45.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 13:35:45.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 13:40:45.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 13:42:15.4|Info|RssSyncService|Starting RSS Sync
2025-12-07 13:42:15.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 13:42:15.4|Info|DownloadDecisionMaker|No results found
2025-12-07 13:42:15.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 13:42:15.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 13:45:45.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 13:50:45.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 13:55:45.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 13:57:15.5|Info|RssSyncService|Starting RSS Sync
2025-12-07 13:57:15.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 13:57:15.5|Info|DownloadDecisionMaker|No results found
2025-12-07 13:57:15.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 13:57:15.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 14:00:45.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 14:05:45.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 14:10:45.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 14:12:15.7|Info|RssSyncService|Starting RSS Sync
2025-12-07 14:12:15.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 14:12:15.7|Info|DownloadDecisionMaker|No results found
2025-12-07 14:12:15.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 14:12:15.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 14:15:45.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 14:20:45.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 14:25:45.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 14:27:15.8|Info|RssSyncService|Starting RSS Sync
2025-12-07 14:27:15.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 14:27:15.8|Info|DownloadDecisionMaker|No results found
2025-12-07 14:27:15.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 14:27:15.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 14:30:45.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 14:35:45.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 14:40:45.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 14:42:15.9|Info|RssSyncService|Starting RSS Sync
2025-12-07 14:42:15.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 14:42:15.9|Info|DownloadDecisionMaker|No results found
2025-12-07 14:42:15.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 14:42:15.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 14:45:46.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 14:50:46.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 14:55:46.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 14:57:16.1|Info|RssSyncService|Starting RSS Sync
2025-12-07 14:57:16.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 14:57:16.1|Info|DownloadDecisionMaker|No results found
2025-12-07 14:57:16.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 14:57:16.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 15:00:46.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 15:05:46.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 15:10:46.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 15:12:16.2|Info|RssSyncService|Starting RSS Sync
2025-12-07 15:12:16.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 15:12:16.2|Info|DownloadDecisionMaker|No results found
2025-12-07 15:12:16.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 15:12:16.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 15:15:46.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 15:20:46.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 15:25:46.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 15:26:46.3|Debug|InstallUpdateService|Checking for updates
2025-12-07 15:26:46.6|Debug|InstallUpdateService|No update available
2025-12-07 15:27:16.4|Info|RssSyncService|Starting RSS Sync
2025-12-07 15:27:16.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 15:27:16.4|Info|DownloadDecisionMaker|No results found
2025-12-07 15:27:16.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 15:27:16.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 15:30:46.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 15:35:46.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 15:40:46.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 15:42:16.5|Info|RssSyncService|Starting RSS Sync
2025-12-07 15:42:16.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 15:42:16.5|Info|DownloadDecisionMaker|No results found
2025-12-07 15:42:16.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 15:42:16.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 15:46:16.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 15:51:16.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 15:56:16.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 15:57:16.6|Info|RssSyncService|Starting RSS Sync
2025-12-07 15:57:16.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 15:57:16.6|Info|DownloadDecisionMaker|No results found
2025-12-07 15:57:16.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 15:57:16.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 16:01:16.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 16:06:46.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 16:11:46.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 16:12:16.7|Info|RssSyncService|Starting RSS Sync
2025-12-07 16:12:16.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 16:12:16.7|Info|DownloadDecisionMaker|No results found
2025-12-07 16:12:16.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 16:12:16.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 16:16:46.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 16:21:46.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 16:26:46.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 16:27:16.8|Info|RssSyncService|Starting RSS Sync
2025-12-07 16:27:16.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 16:27:16.8|Info|DownloadDecisionMaker|No results found
2025-12-07 16:27:16.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 16:27:16.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 16:31:46.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 16:36:46.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 16:41:47.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 16:42:17.0|Info|RssSyncService|Starting RSS Sync
2025-12-07 16:42:17.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 16:42:17.0|Info|DownloadDecisionMaker|No results found
2025-12-07 16:42:17.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 16:42:17.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 16:46:47.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 16:51:47.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 16:56:47.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 16:57:17.1|Info|RssSyncService|Starting RSS Sync
2025-12-07 16:57:17.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 16:57:17.1|Info|DownloadDecisionMaker|No results found
2025-12-07 16:57:17.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 16:57:17.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 17:01:47.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 17:06:47.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 17:11:47.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 17:12:17.3|Info|RssSyncService|Starting RSS Sync
2025-12-07 17:12:17.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 17:12:17.3|Info|DownloadDecisionMaker|No results found
2025-12-07 17:12:17.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 17:12:17.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 17:16:47.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 17:21:47.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 17:26:47.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 17:27:17.4|Info|RssSyncService|Starting RSS Sync
2025-12-07 17:27:17.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 17:27:17.4|Info|DownloadDecisionMaker|No results found
2025-12-07 17:27:17.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 17:27:17.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 17:31:47.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 17:36:47.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 17:41:47.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 17:42:17.5|Info|RssSyncService|Starting RSS Sync
2025-12-07 17:42:17.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 17:42:17.6|Info|DownloadDecisionMaker|No results found
2025-12-07 17:42:17.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 17:42:17.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 17:46:47.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 17:51:47.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 17:56:47.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 17:57:17.7|Info|RssSyncService|Starting RSS Sync
2025-12-07 17:57:17.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 17:57:17.7|Info|DownloadDecisionMaker|No results found
2025-12-07 17:57:17.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 17:57:17.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 18:01:47.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 18:06:47.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 18:11:47.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 18:12:17.8|Info|RssSyncService|Starting RSS Sync
2025-12-07 18:12:17.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 18:12:17.8|Info|DownloadDecisionMaker|No results found
2025-12-07 18:12:17.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 18:12:17.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 18:16:47.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 18:21:47.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 18:26:47.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 18:27:17.9|Info|RssSyncService|Starting RSS Sync
2025-12-07 18:27:17.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 18:27:17.9|Info|DownloadDecisionMaker|No results found
2025-12-07 18:27:17.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 18:27:17.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 18:31:48.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 18:36:48.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 18:41:48.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 18:42:18.1|Info|RssSyncService|Starting RSS Sync
2025-12-07 18:42:18.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 18:42:18.1|Info|DownloadDecisionMaker|No results found
2025-12-07 18:42:18.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 18:42:18.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 18:46:48.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 18:51:48.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 18:56:48.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 18:57:18.2|Info|RssSyncService|Starting RSS Sync
2025-12-07 18:57:18.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 18:57:18.3|Info|DownloadDecisionMaker|No results found
2025-12-07 18:57:18.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 18:57:18.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 19:01:48.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 19:06:48.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 19:11:48.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 19:12:18.4|Info|RssSyncService|Starting RSS Sync
2025-12-07 19:12:18.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 19:12:18.4|Info|DownloadDecisionMaker|No results found
2025-12-07 19:12:18.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 19:12:18.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 19:16:48.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 19:21:48.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 19:26:48.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 19:27:18.5|Info|RssSyncService|Starting RSS Sync
2025-12-07 19:27:18.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 19:27:18.5|Info|DownloadDecisionMaker|No results found
2025-12-07 19:27:18.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 19:27:18.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 19:31:48.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 19:36:48.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 19:41:48.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 19:42:18.7|Info|RssSyncService|Starting RSS Sync
2025-12-07 19:42:18.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 19:42:18.7|Info|DownloadDecisionMaker|No results found
2025-12-07 19:42:18.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 19:42:18.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 19:46:48.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 19:52:18.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 19:57:18.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 19:57:18.8|Info|RssSyncService|Starting RSS Sync
2025-12-07 19:57:18.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 19:57:18.8|Info|DownloadDecisionMaker|No results found
2025-12-07 19:57:18.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 19:57:18.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 20:02:18.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 20:05:19.0|Debug|MediaFileService|Filtering 0 files for unchanged files
2025-12-07 20:05:19.0|Info|HousekeepingService|Running housecleaning tasks
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupAbsolutePathMetadataFiles
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupAbsolutePathMetadataFiles
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupAdditionalNamingSpecs
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupAdditionalNamingSpecs
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupAdditionalUsers
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupAdditionalUsers
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupCommandQueue
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupCommandQueue
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupDownloadClientUnavailablePendingReleases
2025-12-07 20:05:19.0|Debug|ImportDecisionMaker|Analyzing 0/0 files.
2025-12-07 20:05:19.0|Debug|IdentificationService|Starting track identification
2025-12-07 20:05:19.0|Info|TrackGroupingService|Grouping 0 tracks
2025-12-07 20:05:19.0|Debug|IdentificationService|Sorted 0 tracks into 0 releases in 4ms
2025-12-07 20:05:19.0|Debug|IdentificationService|Track identification for 0 tracks took 5ms
2025-12-07 20:05:19.0|Debug|DiskScanService|Import decisions complete [00:00:00.0233996]
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupDownloadClientUnavailablePendingReleases
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupDuplicateMetadataFiles
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupDuplicateMetadataFiles
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupOrphanedAlbums
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupOrphanedAlbums
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupOrphanedArtistMetadata
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupOrphanedArtistMetadata
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupOrphanedBlocklist
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupOrphanedBlocklist
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupOrphanedDownloadClientStatus
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupOrphanedDownloadClientStatus
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupOrphanedHistoryItems
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupOrphanedHistoryItems
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupOrphanedImportListStatus
2025-12-07 20:05:19.0|Info|ImportApprovedTracks|Importing 0 tracks
2025-12-07 20:05:19.0|Debug|ImportApprovedTracks|Importing 0 files. replaceExisting: False
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupOrphanedImportListStatus
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupOrphanedIndexerStatus
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupOrphanedIndexerStatus
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupOrphanedMetadataFiles
2025-12-07 20:05:19.0|Debug|ImportApprovedTracks|Inserted new trackfiles in 1ms
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupOrphanedMetadataFiles
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupOrphanedNotificationStatus
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupOrphanedNotificationStatus
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupOrphanedPendingReleases
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupOrphanedPendingReleases
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupOrphanedReleases
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupOrphanedReleases
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupOrphanedTrackFiles
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupOrphanedTrackFiles
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupOrphanedTracks
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupOrphanedTracks
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupQualityProfileFormatItems
2025-12-07 20:05:19.0|Debug|ImportApprovedTracks|TrackFileIds updated, total 7ms
2025-12-07 20:05:19.0|Debug|DiskScanService|Inserted 0 new unmatched trackfiles
2025-12-07 20:05:19.0|Debug|DiskScanService|Updated info for 0 known files
2025-12-07 20:05:19.0|Debug|DiskScanService|Track import complete for:
[00:00:00.0187974]
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupQualityProfileFormatItems
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupTemporaryUpdateFiles
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupTemporaryUpdateFiles
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting CleanupUnusedTags
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed CleanupUnusedTags
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting DeleteBadMediaCovers
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed DeleteBadMediaCovers
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting FixFutureDownloadClientStatusTimes
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed FixFutureDownloadClientStatusTimes
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting FixFutureImportListStatusTimes
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed FixFutureImportListStatusTimes
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting FixFutureIndexerStatusTimes
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed FixFutureIndexerStatusTimes
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting FixFutureNotificationStatusTimes
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed FixFutureNotificationStatusTimes
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting FixFutureRunScheduledTasks
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed FixFutureRunScheduledTasks
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting TrimLogDatabase
2025-12-07 20:05:19.0|Info|Database|Vacuuming Log database
2025-12-07 20:05:19.0|Info|Database|Log database compressed
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed TrimLogDatabase
2025-12-07 20:05:19.0|Debug|HousekeepingService|Starting UpdateCleanTitleForArtist
2025-12-07 20:05:19.0|Debug|HousekeepingService|Completed UpdateCleanTitleForArtist
2025-12-07 20:05:19.0|Debug|HousekeepingService|Compressing main database after housekeeping
2025-12-07 20:05:19.0|Info|Database|Vacuuming Main database
2025-12-07 20:05:19.0|Info|Database|Main database compressed
2025-12-07 20:07:19.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 20:12:19.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 20:12:19.0|Info|RssSyncService|Starting RSS Sync
2025-12-07 20:12:19.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 20:12:19.0|Info|DownloadDecisionMaker|No results found
2025-12-07 20:12:19.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 20:12:19.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 20:17:19.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 20:22:19.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 20:27:19.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 20:27:19.2|Info|RssSyncService|Starting RSS Sync
2025-12-07 20:27:19.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 20:27:19.2|Info|DownloadDecisionMaker|No results found
2025-12-07 20:27:19.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 20:27:19.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 20:32:19.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 20:37:19.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 20:42:19.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 20:42:19.3|Info|RssSyncService|Starting RSS Sync
2025-12-07 20:42:19.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 20:42:19.3|Info|DownloadDecisionMaker|No results found
2025-12-07 20:42:19.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 20:42:19.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 20:47:19.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 20:52:19.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 20:57:19.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 20:57:19.4|Info|RssSyncService|Starting RSS Sync
2025-12-07 20:57:19.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 20:57:19.4|Info|DownloadDecisionMaker|No results found
2025-12-07 20:57:19.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 20:57:19.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 21:02:19.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 21:07:19.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 21:12:19.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 21:12:19.6|Info|RssSyncService|Starting RSS Sync
2025-12-07 21:12:19.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 21:12:19.6|Info|DownloadDecisionMaker|No results found
2025-12-07 21:12:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 21:12:19.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 21:17:19.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 21:22:49.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 21:26:49.7|Debug|InstallUpdateService|Checking for updates
2025-12-07 21:26:49.9|Debug|InstallUpdateService|No update available
2025-12-07 21:27:19.7|Info|RssSyncService|Starting RSS Sync
2025-12-07 21:27:19.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 21:27:19.7|Info|DownloadDecisionMaker|No results found
2025-12-07 21:27:19.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 21:27:19.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 21:27:49.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 21:32:49.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 21:37:49.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 21:42:19.9|Info|RssSyncService|Starting RSS Sync
2025-12-07 21:42:19.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 21:42:19.9|Info|DownloadDecisionMaker|No results found
2025-12-07 21:42:19.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 21:42:19.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 21:42:49.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 21:47:49.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 21:52:49.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 21:57:20.0|Info|RssSyncService|Starting RSS Sync
2025-12-07 21:57:20.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 21:57:20.0|Info|DownloadDecisionMaker|No results found
2025-12-07 21:57:20.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 21:57:20.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 21:57:50.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 22:02:50.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 22:07:50.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 22:12:20.1|Info|RssSyncService|Starting RSS Sync
2025-12-07 22:12:20.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 22:12:20.1|Info|DownloadDecisionMaker|No results found
2025-12-07 22:12:20.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 22:12:20.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 22:12:50.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 22:17:50.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 22:22:50.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 22:27:20.2|Info|RssSyncService|Starting RSS Sync
2025-12-07 22:27:20.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 22:27:20.2|Info|DownloadDecisionMaker|No results found
2025-12-07 22:27:20.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 22:27:20.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 22:27:50.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 22:32:50.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 22:37:50.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 22:42:20.4|Info|RssSyncService|Starting RSS Sync
2025-12-07 22:42:20.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 22:42:20.4|Info|DownloadDecisionMaker|No results found
2025-12-07 22:42:20.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 22:42:20.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 22:42:50.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 22:47:50.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 22:52:50.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 22:57:20.5|Info|RssSyncService|Starting RSS Sync
2025-12-07 22:57:20.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 22:57:20.5|Info|DownloadDecisionMaker|No results found
2025-12-07 22:57:20.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 22:57:20.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 22:57:50.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 23:02:50.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 23:07:50.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 23:12:20.6|Info|RssSyncService|Starting RSS Sync
2025-12-07 23:12:20.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 23:12:20.6|Info|DownloadDecisionMaker|No results found
2025-12-07 23:12:20.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 23:12:20.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 23:12:50.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 23:17:50.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 23:22:50.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 23:27:20.7|Info|RssSyncService|Starting RSS Sync
2025-12-07 23:27:20.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 23:27:20.8|Info|DownloadDecisionMaker|No results found
2025-12-07 23:27:20.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 23:27:20.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 23:27:50.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 23:32:50.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 23:37:50.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 23:42:20.9|Info|RssSyncService|Starting RSS Sync
2025-12-07 23:42:20.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 23:42:20.9|Info|DownloadDecisionMaker|No results found
2025-12-07 23:42:20.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 23:42:20.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 23:42:50.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 23:47:50.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 23:52:50.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-07 23:57:21.0|Info|RssSyncService|Starting RSS Sync
2025-12-07 23:57:21.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-07 23:57:21.0|Info|DownloadDecisionMaker|No results found
2025-12-07 23:57:21.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-07 23:57:21.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-07 23:57:51.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 00:02:51.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 00:07:51.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 00:12:21.2|Info|RssSyncService|Starting RSS Sync
2025-12-08 00:12:21.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 00:12:21.2|Info|DownloadDecisionMaker|No results found
2025-12-08 00:12:21.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 00:12:21.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 00:12:51.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 00:17:51.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 00:22:51.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 00:27:21.3|Info|RssSyncService|Starting RSS Sync
2025-12-08 00:27:21.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 00:27:21.3|Info|DownloadDecisionMaker|No results found
2025-12-08 00:27:21.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 00:27:21.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 00:27:51.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 00:32:51.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 00:37:51.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 00:42:21.4|Info|RssSyncService|Starting RSS Sync
2025-12-08 00:42:21.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 00:42:21.4|Info|DownloadDecisionMaker|No results found
2025-12-08 00:42:21.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 00:42:21.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 00:42:51.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 00:48:21.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 00:53:21.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 00:57:21.5|Info|RssSyncService|Starting RSS Sync
2025-12-08 00:57:21.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 00:57:21.5|Info|DownloadDecisionMaker|No results found
2025-12-08 00:57:21.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 00:57:21.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 00:58:21.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 01:03:21.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 01:08:21.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 01:12:21.6|Info|RssSyncService|Starting RSS Sync
2025-12-08 01:12:21.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 01:12:21.7|Info|DownloadDecisionMaker|No results found
2025-12-08 01:12:21.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 01:12:21.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 01:13:21.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 01:18:21.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 01:23:21.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 01:27:21.8|Info|RssSyncService|Starting RSS Sync
2025-12-08 01:27:21.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 01:27:21.8|Info|DownloadDecisionMaker|No results found
2025-12-08 01:27:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 01:27:21.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 01:28:21.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 01:33:21.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 01:38:21.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 01:42:21.9|Info|RssSyncService|Starting RSS Sync
2025-12-08 01:42:21.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 01:42:21.9|Info|DownloadDecisionMaker|No results found
2025-12-08 01:42:21.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 01:42:21.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 01:43:21.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 01:48:22.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 01:53:22.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 01:57:22.0|Info|RssSyncService|Starting RSS Sync
2025-12-08 01:57:22.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 01:57:22.0|Info|DownloadDecisionMaker|No results found
2025-12-08 01:57:22.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 01:57:22.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 01:58:22.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 02:03:22.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 02:08:22.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 02:12:22.1|Info|RssSyncService|Starting RSS Sync
2025-12-08 02:12:22.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 02:12:22.1|Info|DownloadDecisionMaker|No results found
2025-12-08 02:12:22.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 02:12:22.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 02:13:22.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 02:18:22.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 02:23:22.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 02:27:22.3|Info|RssSyncService|Starting RSS Sync
2025-12-08 02:27:22.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 02:27:22.3|Info|DownloadDecisionMaker|No results found
2025-12-08 02:27:22.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 02:27:22.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 02:28:22.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 02:33:22.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 02:38:22.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 02:42:22.4|Info|RssSyncService|Starting RSS Sync
2025-12-08 02:42:22.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 02:42:22.4|Info|DownloadDecisionMaker|No results found
2025-12-08 02:42:22.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 02:42:22.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 02:43:22.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 02:48:22.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 02:53:22.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 02:57:22.5|Info|RssSyncService|Starting RSS Sync
2025-12-08 02:57:22.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 02:57:22.5|Info|DownloadDecisionMaker|No results found
2025-12-08 02:57:22.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 02:57:22.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 02:58:22.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 03:03:22.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 03:08:22.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 03:12:22.7|Info|RssSyncService|Starting RSS Sync
2025-12-08 03:12:22.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 03:12:22.7|Info|DownloadDecisionMaker|No results found
2025-12-08 03:12:22.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 03:12:22.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 03:13:22.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 03:18:22.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 03:23:22.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 03:26:52.8|Debug|InstallUpdateService|Checking for updates
2025-12-08 03:26:53.0|Debug|InstallUpdateService|No update available
2025-12-08 03:27:22.8|Info|RssSyncService|Starting RSS Sync
2025-12-08 03:27:22.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 03:27:22.8|Info|DownloadDecisionMaker|No results found
2025-12-08 03:27:22.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 03:27:22.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 03:28:22.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 03:33:22.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 03:38:22.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 03:42:22.9|Info|RssSyncService|Starting RSS Sync
2025-12-08 03:42:22.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 03:42:22.9|Info|DownloadDecisionMaker|No results found
2025-12-08 03:42:22.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 03:42:22.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 03:43:22.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 03:48:23.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 03:53:23.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 03:57:23.1|Info|RssSyncService|Starting RSS Sync
2025-12-08 03:57:23.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 03:57:23.1|Info|DownloadDecisionMaker|No results found
2025-12-08 03:57:23.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 03:57:23.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 03:58:23.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 04:03:23.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 04:08:23.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 04:12:23.2|Info|RssSyncService|Starting RSS Sync
2025-12-08 04:12:23.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 04:12:23.2|Info|DownloadDecisionMaker|No results found
2025-12-08 04:12:23.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 04:12:23.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 04:13:23.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 04:18:23.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 04:23:23.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 04:27:23.3|Info|RssSyncService|Starting RSS Sync
2025-12-08 04:27:23.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 04:27:23.3|Info|DownloadDecisionMaker|No results found
2025-12-08 04:27:23.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 04:27:23.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 04:28:23.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 04:33:23.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 04:38:23.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 04:42:23.5|Info|RssSyncService|Starting RSS Sync
2025-12-08 04:42:23.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 04:42:23.5|Info|DownloadDecisionMaker|No results found
2025-12-08 04:42:23.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 04:42:23.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 04:43:23.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 04:48:23.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 04:53:23.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 04:57:23.6|Info|RssSyncService|Starting RSS Sync
2025-12-08 04:57:23.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 04:57:23.6|Info|DownloadDecisionMaker|No results found
2025-12-08 04:57:23.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 04:57:23.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 04:58:23.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 05:03:23.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 05:08:23.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 05:12:23.7|Info|RssSyncService|Starting RSS Sync
2025-12-08 05:12:23.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 05:12:23.7|Info|DownloadDecisionMaker|No results found
2025-12-08 05:12:23.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 05:12:23.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 05:13:23.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 05:18:23.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 05:23:23.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 05:27:23.9|Info|RssSyncService|Starting RSS Sync
2025-12-08 05:27:23.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 05:27:23.9|Info|DownloadDecisionMaker|No results found
2025-12-08 05:27:23.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 05:27:23.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 05:28:23.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 05:33:23.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 05:38:24.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 05:42:24.0|Info|RssSyncService|Starting RSS Sync
2025-12-08 05:42:24.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 05:42:24.0|Info|DownloadDecisionMaker|No results found
2025-12-08 05:42:24.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 05:42:24.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 05:43:24.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 05:48:24.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 05:53:24.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 05:57:24.2|Info|RssSyncService|Starting RSS Sync
2025-12-08 05:57:24.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 05:57:24.2|Info|DownloadDecisionMaker|No results found
2025-12-08 05:57:24.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 05:57:24.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 05:58:24.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 06:03:24.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 06:08:24.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 06:12:24.3|Info|RssSyncService|Starting RSS Sync
2025-12-08 06:12:24.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 06:12:24.3|Info|DownloadDecisionMaker|No results found
2025-12-08 06:12:24.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 06:12:24.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 06:13:24.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 06:18:24.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 06:23:24.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 06:27:24.4|Info|RssSyncService|Starting RSS Sync
2025-12-08 06:27:24.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 06:27:24.4|Info|DownloadDecisionMaker|No results found
2025-12-08 06:27:24.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 06:27:24.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 06:28:24.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 06:33:24.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 06:38:24.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 06:42:24.6|Info|RssSyncService|Starting RSS Sync
2025-12-08 06:42:24.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 06:42:24.6|Info|DownloadDecisionMaker|No results found
2025-12-08 06:42:24.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 06:42:24.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 06:43:24.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 06:48:24.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 06:53:24.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 06:57:24.7|Info|RssSyncService|Starting RSS Sync
2025-12-08 06:57:24.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 06:57:24.7|Info|DownloadDecisionMaker|No results found
2025-12-08 06:57:24.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 06:57:24.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 06:58:24.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 07:03:24.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 07:08:24.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 07:12:24.8|Info|RssSyncService|Starting RSS Sync
2025-12-08 07:12:24.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 07:12:24.8|Info|DownloadDecisionMaker|No results found
2025-12-08 07:12:24.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 07:12:24.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 07:13:24.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 07:18:24.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 07:23:24.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 07:27:25.0|Info|RssSyncService|Starting RSS Sync
2025-12-08 07:27:25.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 07:27:25.0|Info|DownloadDecisionMaker|No results found
2025-12-08 07:27:25.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 07:27:25.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 07:28:25.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 07:33:25.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 07:38:25.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 07:42:25.1|Info|RssSyncService|Starting RSS Sync
2025-12-08 07:42:25.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 07:42:25.1|Info|DownloadDecisionMaker|No results found
2025-12-08 07:42:25.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 07:42:25.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 07:43:25.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 07:48:25.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 07:53:25.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 07:57:25.2|Info|RssSyncService|Starting RSS Sync
2025-12-08 07:57:25.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 07:57:25.3|Info|DownloadDecisionMaker|No results found
2025-12-08 07:57:25.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 07:57:25.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 07:58:25.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 08:03:25.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 08:08:25.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 08:12:25.4|Info|RssSyncService|Starting RSS Sync
2025-12-08 08:12:25.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 08:12:25.4|Info|DownloadDecisionMaker|No results found
2025-12-08 08:12:25.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 08:12:25.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 08:13:25.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 08:18:25.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 08:23:25.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 08:27:25.5|Info|RssSyncService|Starting RSS Sync
2025-12-08 08:27:25.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 08:27:25.5|Info|DownloadDecisionMaker|No results found
2025-12-08 08:27:25.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 08:27:25.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 08:28:25.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 08:33:25.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 08:38:25.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 08:42:25.7|Info|RssSyncService|Starting RSS Sync
2025-12-08 08:42:25.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 08:42:25.7|Info|DownloadDecisionMaker|No results found
2025-12-08 08:42:25.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 08:42:25.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 08:43:25.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 08:48:25.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 08:53:25.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 08:57:25.8|Info|RssSyncService|Starting RSS Sync
2025-12-08 08:57:25.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 08:57:25.8|Info|DownloadDecisionMaker|No results found
2025-12-08 08:57:25.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 08:57:25.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 08:58:25.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 09:03:25.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 09:08:25.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 09:12:25.9|Info|RssSyncService|Starting RSS Sync
2025-12-08 09:12:25.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 09:12:25.9|Info|DownloadDecisionMaker|No results found
2025-12-08 09:12:25.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 09:12:25.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 09:13:25.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 09:18:26.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 09:23:26.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 09:26:56.0|Debug|InstallUpdateService|Checking for updates
2025-12-08 09:26:56.2|Debug|InstallUpdateService|No update available
2025-12-08 09:27:26.0|Info|RssSyncService|Starting RSS Sync
2025-12-08 09:27:26.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 09:27:26.0|Info|DownloadDecisionMaker|No results found
2025-12-08 09:27:26.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 09:27:26.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 09:28:26.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 09:33:26.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 09:38:26.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 09:42:26.2|Info|RssSyncService|Starting RSS Sync
2025-12-08 09:42:26.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 09:42:26.2|Info|DownloadDecisionMaker|No results found
2025-12-08 09:42:26.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 09:42:26.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 09:43:26.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 09:48:26.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 09:53:26.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 09:57:26.3|Info|RssSyncService|Starting RSS Sync
2025-12-08 09:57:26.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 09:57:26.3|Info|DownloadDecisionMaker|No results found
2025-12-08 09:57:26.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 09:57:26.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 09:58:26.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 10:03:26.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 10:08:26.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 10:12:26.5|Info|RssSyncService|Starting RSS Sync
2025-12-08 10:12:26.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 10:12:26.5|Info|DownloadDecisionMaker|No results found
2025-12-08 10:12:26.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 10:12:26.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 10:13:26.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 10:18:26.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 10:23:26.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 10:27:26.6|Info|RssSyncService|Starting RSS Sync
2025-12-08 10:27:26.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 10:27:26.6|Info|DownloadDecisionMaker|No results found
2025-12-08 10:27:26.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 10:27:26.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 10:28:26.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 10:33:26.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 10:38:26.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 10:42:26.7|Info|RssSyncService|Starting RSS Sync
2025-12-08 10:42:26.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 10:42:26.7|Info|DownloadDecisionMaker|No results found
2025-12-08 10:42:26.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 10:42:26.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 10:43:26.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 10:48:26.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 10:53:26.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 10:57:26.8|Info|RssSyncService|Starting RSS Sync
2025-12-08 10:57:26.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 10:57:26.8|Info|DownloadDecisionMaker|No results found
2025-12-08 10:57:26.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 10:57:26.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 10:58:26.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 11:03:26.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 11:08:26.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 11:12:27.0|Info|RssSyncService|Starting RSS Sync
2025-12-08 11:12:27.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 11:12:27.0|Info|DownloadDecisionMaker|No results found
2025-12-08 11:12:27.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 11:12:27.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 11:13:27.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 11:18:27.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 11:23:27.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 11:27:27.1|Info|RssSyncService|Starting RSS Sync
2025-12-08 11:27:27.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 11:27:27.1|Info|DownloadDecisionMaker|No results found
2025-12-08 11:27:27.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 11:27:27.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 11:28:27.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 11:33:27.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 11:38:27.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 11:42:27.3|Info|RssSyncService|Starting RSS Sync
2025-12-08 11:42:27.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 11:42:27.3|Info|DownloadDecisionMaker|No results found
2025-12-08 11:42:27.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 11:42:27.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 11:43:27.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 11:48:27.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 11:53:27.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 11:57:27.4|Info|RssSyncService|Starting RSS Sync
2025-12-08 11:57:27.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 11:57:27.4|Info|DownloadDecisionMaker|No results found
2025-12-08 11:57:27.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 11:57:27.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 11:58:27.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 12:03:27.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 12:08:27.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 12:12:27.5|Info|RssSyncService|Starting RSS Sync
2025-12-08 12:12:27.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 12:12:27.5|Info|DownloadDecisionMaker|No results found
2025-12-08 12:12:27.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 12:12:27.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 12:13:27.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 12:18:27.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 12:23:27.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 12:27:27.7|Info|RssSyncService|Starting RSS Sync
2025-12-08 12:27:27.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 12:27:27.7|Info|DownloadDecisionMaker|No results found
2025-12-08 12:27:27.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 12:27:27.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 12:28:27.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 12:33:27.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 12:38:27.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 12:42:27.8|Info|RssSyncService|Starting RSS Sync
2025-12-08 12:42:27.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 12:42:27.8|Info|DownloadDecisionMaker|No results found
2025-12-08 12:42:27.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 12:42:27.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 12:43:27.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 12:48:27.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 12:53:27.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 12:57:28.0|Info|RssSyncService|Starting RSS Sync
2025-12-08 12:57:28.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 12:57:28.0|Info|DownloadDecisionMaker|No results found
2025-12-08 12:57:28.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 12:57:28.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 12:58:28.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 13:03:28.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 13:08:28.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 13:12:28.1|Info|RssSyncService|Starting RSS Sync
2025-12-08 13:12:28.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 13:12:28.1|Info|DownloadDecisionMaker|No results found
2025-12-08 13:12:28.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 13:12:28.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 13:13:28.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 13:18:28.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 13:23:28.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 13:27:28.2|Info|RssSyncService|Starting RSS Sync
2025-12-08 13:27:28.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 13:27:28.2|Info|DownloadDecisionMaker|No results found
2025-12-08 13:27:28.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 13:27:28.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 13:28:28.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 13:33:28.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 13:38:28.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 13:42:28.3|Info|RssSyncService|Starting RSS Sync
2025-12-08 13:42:28.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 13:42:28.3|Info|DownloadDecisionMaker|No results found
2025-12-08 13:42:28.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 13:42:28.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 13:43:28.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 13:48:28.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 13:53:28.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 13:57:28.4|Info|RssSyncService|Starting RSS Sync
2025-12-08 13:57:28.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 13:57:28.4|Info|DownloadDecisionMaker|No results found
2025-12-08 13:57:28.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 13:57:28.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 13:58:28.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 14:03:28.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 14:08:28.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 14:12:28.6|Info|RssSyncService|Starting RSS Sync
2025-12-08 14:12:28.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 14:12:28.6|Info|DownloadDecisionMaker|No results found
2025-12-08 14:12:28.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 14:12:28.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 14:13:28.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 14:18:28.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 14:23:28.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 14:27:28.7|Info|RssSyncService|Starting RSS Sync
2025-12-08 14:27:28.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 14:27:28.7|Info|DownloadDecisionMaker|No results found
2025-12-08 14:27:28.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 14:27:28.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 14:28:28.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 14:33:28.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 14:38:28.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 14:42:28.8|Info|RssSyncService|Starting RSS Sync
2025-12-08 14:42:28.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 14:42:28.8|Info|DownloadDecisionMaker|No results found
2025-12-08 14:42:28.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 14:42:28.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 14:43:28.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 14:48:28.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 14:53:28.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 14:57:28.9|Info|RssSyncService|Starting RSS Sync
2025-12-08 14:57:28.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 14:57:28.9|Info|DownloadDecisionMaker|No results found
2025-12-08 14:57:29.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 14:57:29.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 14:58:29.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 15:03:29.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 15:08:29.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 15:12:29.1|Info|RssSyncService|Starting RSS Sync
2025-12-08 15:12:29.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 15:12:29.1|Info|DownloadDecisionMaker|No results found
2025-12-08 15:12:29.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 15:12:29.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 15:13:29.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 15:18:29.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 15:23:29.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 15:26:59.2|Debug|InstallUpdateService|Checking for updates
2025-12-08 15:26:59.4|Debug|InstallUpdateService|No update available
2025-12-08 15:27:29.2|Info|RssSyncService|Starting RSS Sync
2025-12-08 15:27:29.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 15:27:29.2|Info|DownloadDecisionMaker|No results found
2025-12-08 15:27:29.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 15:27:29.2|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 15:28:29.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 15:33:29.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 15:38:29.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 15:42:29.3|Info|RssSyncService|Starting RSS Sync
2025-12-08 15:42:29.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 15:42:29.3|Info|DownloadDecisionMaker|No results found
2025-12-08 15:42:29.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 15:42:29.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 15:43:29.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 15:48:29.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 15:53:29.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 15:57:29.4|Info|RssSyncService|Starting RSS Sync
2025-12-08 15:57:29.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 15:57:29.4|Info|DownloadDecisionMaker|No results found
2025-12-08 15:57:29.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 15:57:29.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 15:58:29.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 16:03:29.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 16:08:29.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 16:12:29.6|Info|RssSyncService|Starting RSS Sync
2025-12-08 16:12:29.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 16:12:29.6|Info|DownloadDecisionMaker|No results found
2025-12-08 16:12:29.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 16:12:29.6|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 16:13:29.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 16:18:29.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 16:23:29.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 16:27:29.7|Info|RssSyncService|Starting RSS Sync
2025-12-08 16:27:29.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 16:27:29.7|Info|DownloadDecisionMaker|No results found
2025-12-08 16:27:29.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 16:27:29.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 16:28:29.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 16:33:29.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 16:38:29.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 16:42:29.8|Info|RssSyncService|Starting RSS Sync
2025-12-08 16:42:29.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 16:42:29.8|Info|DownloadDecisionMaker|No results found
2025-12-08 16:42:29.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 16:42:29.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 16:43:29.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 16:48:29.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 16:53:29.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 16:57:29.9|Info|RssSyncService|Starting RSS Sync
2025-12-08 16:57:29.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 16:57:29.9|Info|DownloadDecisionMaker|No results found
2025-12-08 16:57:29.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 16:57:29.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 16:58:29.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 17:03:30.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 17:08:30.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 17:12:30.0|Info|RssSyncService|Starting RSS Sync
2025-12-08 17:12:30.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 17:12:30.0|Info|DownloadDecisionMaker|No results found
2025-12-08 17:12:30.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 17:12:30.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 17:13:30.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 17:18:30.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 17:23:30.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 17:27:30.1|Info|RssSyncService|Starting RSS Sync
2025-12-08 17:27:30.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 17:27:30.1|Info|DownloadDecisionMaker|No results found
2025-12-08 17:27:30.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 17:27:30.1|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 17:28:30.1|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 17:33:30.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 17:38:30.2|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 17:42:30.3|Info|RssSyncService|Starting RSS Sync
2025-12-08 17:42:30.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 17:42:30.3|Info|DownloadDecisionMaker|No results found
2025-12-08 17:42:30.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 17:42:30.3|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 17:43:30.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 17:48:30.3|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 17:53:30.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 17:57:30.4|Info|RssSyncService|Starting RSS Sync
2025-12-08 17:57:30.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 17:57:30.4|Info|DownloadDecisionMaker|No results found
2025-12-08 17:57:30.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 17:57:30.4|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 17:58:30.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 18:03:30.4|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 18:08:30.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 18:12:30.5|Info|RssSyncService|Starting RSS Sync
2025-12-08 18:12:30.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 18:12:30.5|Info|DownloadDecisionMaker|No results found
2025-12-08 18:12:30.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 18:12:30.5|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 18:13:30.5|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 18:18:30.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 18:23:30.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 18:27:30.6|Info|RssSyncService|Starting RSS Sync
2025-12-08 18:27:30.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 18:27:30.6|Info|DownloadDecisionMaker|No results found
2025-12-08 18:27:30.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 18:27:30.7|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 18:28:30.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 18:33:30.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 18:38:30.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 18:42:30.8|Info|RssSyncService|Starting RSS Sync
2025-12-08 18:42:30.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 18:42:30.8|Info|DownloadDecisionMaker|No results found
2025-12-08 18:42:30.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 18:42:30.8|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 18:44:00.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 18:49:00.8|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 18:54:00.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 18:57:30.9|Info|RssSyncService|Starting RSS Sync
2025-12-08 18:57:30.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 18:57:30.9|Info|DownloadDecisionMaker|No results found
2025-12-08 18:57:30.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 18:57:30.9|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 18:59:00.9|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 19:04:01.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 19:09:01.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 19:12:31.0|Info|RssSyncService|Starting RSS Sync
2025-12-08 19:12:31.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2025-12-08 19:12:31.0|Info|DownloadDecisionMaker|No results found
2025-12-08 19:12:31.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2025-12-08 19:12:31.0|Debug|PendingReleaseService|Removing failed releases from pending
2025-12-08 19:14:01.0|Debug|ImportListSyncService|No import lists with automatic add enabled
2025-12-08 19:17:21.6|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2025-12-08 19:17:21.7|Info|ConsoleApp|Exiting main.