Files

8213 lines
1022 KiB
Plaintext

2024-12-14 01:14:11.4|Info|Bootstrap|Starting Sonarr - /app/sonarr/bin/Sonarr - Version 4.0.11.2680
2024-12-14 01:14:11.4|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-12-14 01:14:11.5|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-12-14 01:14:11.7|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-12-14 01:14:11.7|Warn|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {f8f606df-d80c-42d4-b766-043008eca8ce} may be persisted to storage in unencrypted form.
2024-12-14 01:14:11.8|Info|MigrationController|*** Migrating data source=/config/sonarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-12-14 01:14:11.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-12-14 01:14:11.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:11.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.0|Info|DatabaseEngineVersionCheck|SQLite 3.45.3
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0484499s
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0498474s
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
2024-12-14 01:14:12.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
2024-12-14 01:14:12.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0199272s
2024-12-14 01:14:12.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0403131s
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
2024-12-14 01:14:12.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
2024-12-14 01:14:12.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001315s
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001348s
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
2024-12-14 01:14:12.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009298s
2024-12-14 01:14:12.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072658s
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
2024-12-14 01:14:12.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.14E-05s
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
2024-12-14 01:14:12.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
2024-12-14 01:14:12.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003275s
2024-12-14 01:14:12.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0118928s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.1|Info|InitialSetup|Starting migration of Main DB to 1
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Config
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Config" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Key" TEXT NOT NULL, "Value" TEXT NOT NULL)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003454s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Config (Key)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Config_Key" ON "Config" ("Key" ASC)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001746s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable RootFolders
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "RootFolders" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Path" TEXT NOT NULL)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000184s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex RootFolders (Path)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_RootFolders_Path" ON "RootFolders" ("Path" ASC)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001624s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Series
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT NOT NULL, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "BacklogSetting" INTEGER NOT NULL, "Network" TEXT, "CustomStartDate" DATETIME, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004737s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Series (TvdbId)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001543s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Series (TvRageId)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001557s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Series (ImdbId)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_ImdbId" ON "Series" ("ImdbId" ASC)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001502s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Series (TitleSlug)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001521s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Seasons
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Seasons" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "Ignored" INTEGER NOT NULL)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002225s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Episodes
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Episodes" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvDbEpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeNumber" INTEGER NOT NULL, "Title" TEXT, "Overview" TEXT, "Ignored" INTEGER, "EpisodeFileId" INTEGER, "AirDate" DATETIME, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003353s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Episodes (TvDbEpisodeId)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Episodes_TvDbEpisodeId" ON "Episodes" ("TvDbEpisodeId" ASC)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000162s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable EpisodeFiles
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "EpisodeFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Path" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SeasonNumber" INTEGER NOT NULL, "SceneName" TEXT, "ReleaseGroup" TEXT)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002956s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex EpisodeFiles (Path)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_EpisodeFiles_Path" ON "EpisodeFiles" ("Path" ASC)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001705s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable History
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "NzbTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Quality" TEXT NOT NULL, "Indexer" TEXT NOT NULL, "NzbInfoUrl" TEXT, "ReleaseGroup" TEXT)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002878s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Notifications
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Notifications" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "OnGrab" INTEGER NOT NULL, "OnDownload" INTEGER NOT NULL, "Settings" TEXT NOT NULL, "Implementation" TEXT NOT NULL)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004538s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ScheduledTasks
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002447s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ScheduledTasks (TypeName)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001687s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Indexers
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enable" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002158s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Indexers (Name)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001724s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable QualityProfiles
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "QualityProfiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Allowed" TEXT NOT NULL)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002078s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualityProfiles (Name)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "QualityProfiles" ("Name" ASC)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001488s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable QualitySizes
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "QualitySizes" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "QualityId" INTEGER NOT NULL, "Name" TEXT NOT NULL, "MinSize" INTEGER NOT NULL, "MaxSize" INTEGER NOT NULL)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000228s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualitySizes (QualityId)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualitySizes_QualityId" ON "QualitySizes" ("QualityId" ASC)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000165s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualitySizes (Name)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualitySizes_Name" ON "QualitySizes" ("Name" ASC)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000152s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable SceneMappings
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SceneMappings" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CleanTitle" TEXT NOT NULL, "SceneName" TEXT NOT NULL, "TvdbId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002417s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NamingConfig
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "UseSceneName" INTEGER NOT NULL, "Separator" TEXT NOT NULL, "NumberStyle" INTEGER NOT NULL, "IncludeSeriesTitle" INTEGER NOT NULL, "MultiEpisodeStyle" INTEGER NOT NULL, "IncludeEpisodeTitle" INTEGER NOT NULL, "IncludeQuality" INTEGER NOT NULL, "ReplaceSpaces" INTEGER NOT NULL, "SeasonFolderFormat" TEXT NOT NULL)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003016s
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2024-12-14T01:14:12', 'InitialSetup')
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0101501s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|2: remove_tvrage_imdb_unique_constraint migrating
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.1|Info|remove_tvrage_imdb_unique_constraint|Starting migration of Main DB to 2
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|DeleteIndex Series (TvRageId)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX "IX_Series_TvRageId"
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004173s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|DeleteIndex Series (ImdbId)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX "IX_Series_ImdbId"
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001947s
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2024-12-14T01:14:12', 'remove_tvrage_imdb_unique_constraint')
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|2: remove_tvrage_imdb_unique_constraint migrated
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006664s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|3: remove_renamed_scene_mapping_columns migrating
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.1|Info|remove_renamed_scene_mapping_columns|Starting migration of Main DB to 3
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable SceneMappings
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SceneMappings"
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00034s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable SceneMappings
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SceneMappings" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "SearchTerm" TEXT NOT NULL, "ParseTerm" TEXT NOT NULL)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002394s
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2024-12-14T01:14:12', 'remove_renamed_scene_mapping_columns')
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|3: remove_renamed_scene_mapping_columns migrated
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065703s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|4: updated_history migrating
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.1|Info|updated_history|Starting migration of Main DB to 4
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable History
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History"
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002774s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable History
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Quality" TEXT NOT NULL, "Data" TEXT NOT NULL)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002884s
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2024-12-14T01:14:12', 'updated_history')
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|4: updated_history migrated
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066848s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|5: added_eventtype_to_history migrating
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.1|Info|added_eventtype_to_history|Starting migration of Main DB to 5
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn History EventType Int32
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History" ADD COLUMN "EventType" INTEGER
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003755s
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2024-12-14T01:14:12', 'added_eventtype_to_history')
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|5: added_eventtype_to_history migrated
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067553s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|6: add_index_to_log_time migrating
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.1|Info|add_index_to_log_time|Starting migration of Main DB to 6
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2024-12-14T01:14:12', 'add_index_to_log_time')
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|6: add_index_to_log_time migrated
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065083s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|7: add_renameEpisodes_to_naming migrating
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.1|Info|add_renameEpisodes_to_naming|Starting migration of Main DB to 7
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig RenameEpisodes Boolean
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "RenameEpisodes" INTEGER
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002956s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "NamingConfig" SET "RenameEpisodes" = NOT "UseSceneName"
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "RenameEpisodes" = NOT "UseSceneName"
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00029s
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2024-12-14T01:14:12', 'add_renameEpisodes_to_naming')
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|7: add_renameEpisodes_to_naming migrated
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066752s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|8: remove_backlog migrating
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.1|Info|remove_backlog|Starting migration of Main DB to 8
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Series BacklogSetting
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT NOT NULL, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "CustomStartDate" DATETIME, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Series_temp" ("Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "CustomStartDate", "UseSceneNumbering", "FirstAired", "NextAiring") SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "CustomStartDate", "UseSceneNumbering", "FirstAired", "NextAiring" FROM "Series"
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Series"
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series_temp" RENAME TO "Series"
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0133433s
2024-12-14 01:14:12.1|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn NamingConfig UseSceneName
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Separator" TEXT NOT NULL, "NumberStyle" INTEGER NOT NULL, "IncludeSeriesTitle" INTEGER NOT NULL, "MultiEpisodeStyle" INTEGER NOT NULL, "IncludeEpisodeTitle" INTEGER NOT NULL, "IncludeQuality" INTEGER NOT NULL, "ReplaceSpaces" INTEGER NOT NULL, "SeasonFolderFormat" TEXT NOT NULL, "RenameEpisodes" INTEGER)
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "NamingConfig_temp" ("Id", "Separator", "NumberStyle", "IncludeSeriesTitle", "MultiEpisodeStyle", "IncludeEpisodeTitle", "IncludeQuality", "ReplaceSpaces", "SeasonFolderFormat", "RenameEpisodes") SELECT "Id", "Separator", "NumberStyle", "IncludeSeriesTitle", "MultiEpisodeStyle", "IncludeEpisodeTitle", "IncludeQuality", "ReplaceSpaces", "SeasonFolderFormat", "RenameEpisodes" FROM "NamingConfig"
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "NamingConfig"
2024-12-14 01:14:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020143s
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2024-12-14T01:14:12', 'remove_backlog')
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|8: remove_backlog migrated
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0085387s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|9: fix_rename_episodes migrating
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.2|Info|fix_rename_episodes|Starting migration of Main DB to 9
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn NamingConfig SeasonFolderFormat
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Separator" TEXT NOT NULL, "NumberStyle" INTEGER NOT NULL, "IncludeSeriesTitle" INTEGER NOT NULL, "MultiEpisodeStyle" INTEGER NOT NULL, "IncludeEpisodeTitle" INTEGER NOT NULL, "IncludeQuality" INTEGER NOT NULL, "ReplaceSpaces" INTEGER NOT NULL, "RenameEpisodes" INTEGER)
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "NamingConfig_temp" ("Id", "Separator", "NumberStyle", "IncludeSeriesTitle", "MultiEpisodeStyle", "IncludeEpisodeTitle", "IncludeQuality", "ReplaceSpaces", "RenameEpisodes") SELECT "Id", "Separator", "NumberStyle", "IncludeSeriesTitle", "MultiEpisodeStyle", "IncludeEpisodeTitle", "IncludeQuality", "ReplaceSpaces", "RenameEpisodes" FROM "NamingConfig"
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "NamingConfig"
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019649s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "RenameEpisodes" = 1 WHERE "RenameEpisodes" = -1
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "RenameEpisodes" = 0 WHERE "RenameEpisodes" = -2
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001356s
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (9, '2024-12-14T01:14:12', 'fix_rename_episodes')
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|9: fix_rename_episodes migrated
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067331s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|10: add_monitored migrating
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.2|Info|add_monitored|Starting migration of Main DB to 10
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Episodes
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Episodes Monitored Boolean
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes" ADD COLUMN "Monitored" INTEGER
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00038s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Seasons
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Seasons Monitored Boolean
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Seasons" ADD COLUMN "Monitored" INTEGER
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002951s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Episodes" SET "Monitored" = 1 WHERE "Ignored" = 0
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002054s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Episodes" SET "Monitored" = 0 WHERE "Ignored" = 1
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001281s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Seasons" SET "Monitored" = 1 WHERE "Ignored" = 0
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001263s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Seasons" SET "Monitored" = 0 WHERE "Ignored" = 1
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001244s
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2024-12-14T01:14:12', 'add_monitored')
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|10: add_monitored migrated
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064889s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|11: remove_ignored migrating
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.2|Info|remove_ignored|Starting migration of Main DB to 11
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Seasons Ignored
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Seasons_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "Monitored" INTEGER)
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Seasons_temp" ("Id", "SeriesId", "SeasonNumber", "Monitored") SELECT "Id", "SeriesId", "SeasonNumber", "Monitored" FROM "Seasons"
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Seasons"
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Seasons_temp" RENAME TO "Seasons"
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021007s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Episodes Ignored
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Episodes_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvDbEpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeNumber" INTEGER NOT NULL, "Title" TEXT, "Overview" TEXT, "EpisodeFileId" INTEGER, "AirDate" DATETIME, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER, "Monitored" INTEGER)
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Episodes_temp" ("Id", "TvDbEpisodeId", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AirDate", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored") SELECT "Id", "TvDbEpisodeId", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AirDate", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored" FROM "Episodes"
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Episodes"
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes_temp" RENAME TO "Episodes"
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Episodes_TvDbEpisodeId" ON "Episodes" ("TvDbEpisodeId" ASC)
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027147s
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2024-12-14T01:14:12', 'remove_ignored')
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|11: remove_ignored migrated
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0092962s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|12: remove_custom_start_date migrating
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.2|Info|remove_custom_start_date|Starting migration of Main DB to 12
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Series CustomStartDate
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT NOT NULL, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME)
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Series_temp" ("Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring") SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring" FROM "Series"
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Series"
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series_temp" RENAME TO "Series"
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032255s
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (12, '2024-12-14T01:14:12', 'remove_custom_start_date')
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|12: remove_custom_start_date migrated
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097523s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|13: add_air_date_utc migrating
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.2|Info|add_air_date_utc|Starting migration of Main DB to 13
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Episodes
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Episodes AirDateUtc DateTime
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes" ADD COLUMN "AirDateUtc" DATETIME
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000326s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Episodes" SET "AirDateUtc" = "AirDate"
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Episodes" SET "AirDateUtc" = "AirDate"
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001477s
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2024-12-14T01:14:12', 'add_air_date_utc')
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|13: add_air_date_utc migrated
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065994s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|14: drop_air_date migrating
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.2|Info|drop_air_date|Starting migration of Main DB to 14
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Episodes AirDate
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Episodes_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvDbEpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeNumber" INTEGER NOT NULL, "Title" TEXT, "Overview" TEXT, "EpisodeFileId" INTEGER, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER, "Monitored" INTEGER, "AirDateUtc" DATETIME)
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Episodes_temp" ("Id", "TvDbEpisodeId", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored", "AirDateUtc") SELECT "Id", "TvDbEpisodeId", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored", "AirDateUtc" FROM "Episodes"
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Episodes"
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes_temp" RENAME TO "Episodes"
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Episodes_TvDbEpisodeId" ON "Episodes" ("TvDbEpisodeId" ASC)
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002917s
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2024-12-14T01:14:12', 'drop_air_date')
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|14: drop_air_date migrated
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0093185s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|15: add_air_date_as_string migrating
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.2|Info|add_air_date_as_string|Starting migration of Main DB to 15
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Episodes
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Episodes AirDate String
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes" ADD COLUMN "AirDate" TEXT
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003226s
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2024-12-14T01:14:12', 'add_air_date_as_string')
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|15: add_air_date_as_string migrated
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071498s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|16: updated_imported_history_item migrating
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.2|Info|updated_imported_history_item|Starting migration of Main DB to 16
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "History" SET "Data" = replace( "Data", '"Path"', '"ImportedPath"' ) WHERE "EventType" = 3
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "History" SET "Data" = replace( "Data", '"Path"', '"ImportedPath"' ) WHERE "EventType" = 3
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001687s
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2024-12-14T01:14:12', 'updated_imported_history_item')
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|16: updated_imported_history_item migrated
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066503s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|17: reset_scene_names migrating
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.2|Info|reset_scene_names|Starting migration of Main DB to 17
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "EpisodeFiles" SET "SceneName" = NULL where "SceneName" != NULL
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "EpisodeFiles" SET "SceneName" = NULL where "SceneName" != NULL
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001848s
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2024-12-14T01:14:12', 'reset_scene_names')
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|17: reset_scene_names migrated
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066134s
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|18: remove_duplicates migrating
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.2|Info|remove_duplicates|Starting migration of Main DB to 18
2024-12-14 01:14:12.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0076483s
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2024-12-14T01:14:12', 'remove_duplicates')
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|18: remove_duplicates migrated
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0125658s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|19: restore_unique_constraints migrating
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.3|Info|restore_unique_constraints|Starting migration of Main DB to 19
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DROP INDEX IF EXISTS "IX_Series_TvdbId"
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX IF EXISTS "IX_Series_TvdbId"
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002607s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DROP INDEX IF EXISTS "IX_Series_TitleSlug"
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX IF EXISTS "IX_Series_TitleSlug"
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002027s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DROP INDEX IF EXISTS "IX_Episodes_TvDbEpisodeId"
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX IF EXISTS "IX_Episodes_TvDbEpisodeId"
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001928s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Series (TvdbId)
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000184s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Series (TitleSlug)
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001677s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Episodes (TvDbEpisodeId)
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Episodes_TvDbEpisodeId" ON "Episodes" ("TvDbEpisodeId" ASC)
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001801s
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2024-12-14T01:14:12', 'restore_unique_constraints')
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|19: restore_unique_constraints migrated
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066901s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|20: add_year_and_seasons_to_series migrating
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.3|Info|add_year_and_seasons_to_series|Starting migration of Main DB to 20
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series Year Int32
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "Year" INTEGER
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003669s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series Seasons String
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "Seasons" TEXT
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003406s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028675s
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2024-12-14T01:14:12', 'add_year_and_seasons_to_series')
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|20: add_year_and_seasons_to_series migrated
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0093719s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|21: drop_seasons_table migrating
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.3|Info|drop_seasons_table|Starting migration of Main DB to 21
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable Seasons
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Seasons"
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000234s
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2024-12-14T01:14:12', 'drop_seasons_table')
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|21: drop_seasons_table migrated
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066475s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|22: move_indexer_to_generic_provider migrating
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.3|Info|move_indexer_to_generic_provider|Starting migration of Main DB to 22
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers ConfigContract String
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "ConfigContract" TEXT
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003261s
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2024-12-14T01:14:12', 'move_indexer_to_generic_provider')
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|22: move_indexer_to_generic_provider migrated
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068134s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|23: add_config_contract_to_indexers migrating
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.3|Info|add_config_contract_to_indexers|Starting migration of Main DB to 23
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NewznabSettings' WHERE "Implementation" = 'Newznab'
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001723s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'OmgwtfnzbsSettings' WHERE "Implementation" = 'Omgwtfnzbs'
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001845s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NullConfig' WHERE "Implementation" = 'Wombles'
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001838s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NullConfig' WHERE "Implementation" = 'Eztv'
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001389s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "ConfigContract" IS NULL
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018062s
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2024-12-14T01:14:12', 'add_config_contract_to_indexers')
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|23: add_config_contract_to_indexers migrated
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0081438s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|24: drop_tvdb_episodeid migrating
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.3|Info|drop_tvdb_episodeid|Starting migration of Main DB to 24
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Episodes TvDbEpisodeId
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Episodes_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeNumber" INTEGER NOT NULL, "Title" TEXT, "Overview" TEXT, "EpisodeFileId" INTEGER, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER, "Monitored" INTEGER, "AirDateUtc" DATETIME, "AirDate" TEXT)
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Episodes_temp" ("Id", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored", "AirDateUtc", "AirDate") SELECT "Id", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored", "AirDateUtc", "AirDate" FROM "Episodes"
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Episodes"
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes_temp" RENAME TO "Episodes"
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024449s
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2024-12-14T01:14:12', 'drop_tvdb_episodeid')
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|24: drop_tvdb_episodeid migrated
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0088584s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|25: move_notification_to_generic_provider migrating
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.3|Info|move_notification_to_generic_provider|Starting migration of Main DB to 25
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications ConfigContract String
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "ConfigContract" TEXT
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002824s
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2024-12-14T01:14:12', 'move_notification_to_generic_provider')
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|25: move_notification_to_generic_provider migrated
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0126905s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|26: add_config_contract_to_notifications migrating
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.3|Info|add_config_contract_to_notifications|Starting migration of Main DB to 26
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "ConfigContract" = 'EmailSettings' WHERE "Implementation" = 'Email'
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001554s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "ConfigContract" = 'GrowlSettings' WHERE "Implementation" = 'Growl'
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001512s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "ConfigContract" = 'NotifyMyAndroidSettings' WHERE "Implementation" = 'NotifyMyAndroid'
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001487s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "ConfigContract" = 'PlexClientSettings' WHERE "Implementation" = 'PlexClient'
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001645s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "ConfigContract" = 'PlexServerSettings' WHERE "Implementation" = 'PlexServer'
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001478s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "ConfigContract" = 'ProwlSettings' WHERE "Implementation" = 'Prowl'
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001512s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "ConfigContract" = 'PushBulletSettings' WHERE "Implementation" = 'PushBullet'
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001547s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "ConfigContract" = 'PushoverSettings' WHERE "Implementation" = 'Pushover'
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000153s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "ConfigContract" = 'XbmcSettings' WHERE "Implementation" = 'Xbmc'
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001392s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "ConfigContract" IS NULL
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001544s
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2024-12-14T01:14:12', 'add_config_contract_to_notifications')
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|26: add_config_contract_to_notifications migrated
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.008654s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|27: fix_omgwtfnzbs migrating
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.3|Info|fix_omgwtfnzbs|Starting migration of Main DB to 27
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'OmgwtfnzbsSettings' WHERE "Implementation" = 'Omgwtfnzbs'
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001443s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "Settings" = '{}' WHERE "Implementation" = 'Omgwtfnzbs' AND "Settings" IS NULL
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001525s
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "Settings" = '{}' WHERE "Implementation" = 'Omgwtfnzbs' AND "Settings" = ''
2024-12-14 01:14:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001384s
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2024-12-14T01:14:12', 'fix_omgwtfnzbs')
2024-12-14 01:14:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|27: fix_omgwtfnzbs migrated
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0100562s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|28: add_blacklist_table migrating
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.4|Info|add_blacklist_table|Starting migration of Main DB to 28
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Blacklist
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blacklist" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "EpisodeIds" TEXT NOT NULL, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL)
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002564s
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2024-12-14T01:14:12', 'add_blacklist_table')
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|28: add_blacklist_table migrated
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.010082s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|29: add_formats_to_naming_config migrating
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.4|Info|add_formats_to_naming_config|Starting migration of Main DB to 29
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig StandardEpisodeFormat String
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "StandardEpisodeFormat" TEXT
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003222s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig DailyEpisodeFormat String
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "DailyEpisodeFormat" TEXT
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003059s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040445s
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2024-12-14T01:14:12', 'add_formats_to_naming_config')
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|29: add_formats_to_naming_config migrated
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0161097s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|30: add_season_folder_format_to_naming_config migrating
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.4|Info|add_season_folder_format_to_naming_config|Starting migration of Main DB to 30
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig SeasonFolderFormat String
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "SeasonFolderFormat" TEXT
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003177s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004996s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" = 'seasonfolderformat'
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'seasonfolderformat'
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000116s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" = 'useseasonfolder'
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'useseasonfolder'
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001083s
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2024-12-14T01:14:12', 'add_season_folder_format_to_naming_config')
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|30: add_season_folder_format_to_naming_config migrated
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0095069s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|31: delete_old_naming_config_columns migrating
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.4|Info|delete_old_naming_config_columns|Starting migration of Main DB to 31
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn NamingConfig Separator, NumberStyle, IncludeSeriesTitle, IncludeEpisodeTitle, IncludeQuality, ReplaceSpaces
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MultiEpisodeStyle" INTEGER NOT NULL, "RenameEpisodes" INTEGER, "StandardEpisodeFormat" TEXT, "DailyEpisodeFormat" TEXT, "SeasonFolderFormat" TEXT)
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "NamingConfig_temp" ("Id", "MultiEpisodeStyle", "RenameEpisodes", "StandardEpisodeFormat", "DailyEpisodeFormat", "SeasonFolderFormat") SELECT "Id", "MultiEpisodeStyle", "RenameEpisodes", "StandardEpisodeFormat", "DailyEpisodeFormat", "SeasonFolderFormat" FROM "NamingConfig"
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "NamingConfig"
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021271s
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2024-12-14T01:14:12', 'delete_old_naming_config_columns')
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|31: delete_old_naming_config_columns migrated
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0111863s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|32: set_default_release_group migrating
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.4|Info|set_default_release_group|Starting migration of Main DB to 32
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "EpisodeFiles" SET "ReleaseGroup" = 'DRONE' WHERE "ReleaseGroup" IS NULL
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000138s
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2024-12-14T01:14:12', 'set_default_release_group')
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|32: set_default_release_group migrated
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0114652s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|33: add_api_key_to_pushover migrating
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.4|Info|add_api_key_to_pushover|Starting migration of Main DB to 33
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005618s
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2024-12-14T01:14:12', 'add_api_key_to_pushover')
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|33: add_api_key_to_pushover migrated
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0096491s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|34: remove_series_contraints migrating
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.4|Info|remove_series_contraints|Starting migration of Main DB to 34
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Series ImdbId String
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT)
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Series_temp" ("Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons") SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons" FROM "Series"
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Series"
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series_temp" RENAME TO "Series"
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0129537s
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Series TitleSlug String
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT)
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Series_temp" ("Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons") SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons" FROM "Series"
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Series"
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series_temp" RENAME TO "Series"
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
2024-12-14 01:14:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025637s
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (34, '2024-12-14T01:14:12', 'remove_series_contraints')
2024-12-14 01:14:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|34: remove_series_contraints migrated
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.010094s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|35: add_series_folder_format_to_naming_config migrating
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.5|Info|add_series_folder_format_to_naming_config|Starting migration of Main DB to 35
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 4.3E-06s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig SeriesFolderFormat String
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "SeriesFolderFormat" TEXT
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002705s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "SeriesFolderFormat" = '{Series Title}' WHERE 1 = 1
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001138s
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2024-12-14T01:14:12', 'add_series_folder_format_to_naming_config')
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|35: add_series_folder_format_to_naming_config migrated
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0103206s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|36: update_with_quality_converters migrating
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.5|Info|update_with_quality_converters|Starting migration of Main DB to 36
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityProfiles
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityProfiles Items String
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles" ADD COLUMN "Items" TEXT
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002765s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0014841s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009071s
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2024-12-14T01:14:12', 'update_with_quality_converters')
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|36: update_with_quality_converters migrated
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0089536s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|37: add_configurable_qualities migrating
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.5|Info|add_configurable_qualities|Starting migration of Main DB to 37
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn QualityProfiles Allowed
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "QualityProfiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT)
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "QualityProfiles_temp" ("Id", "Name", "Cutoff", "Items") SELECT "Id", "Name", "Cutoff", "Items" FROM "QualityProfiles"
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "QualityProfiles"
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles_temp" RENAME TO "QualityProfiles"
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "QualityProfiles" ("Name" ASC)
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018426s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn QualityProfiles Items String
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "QualityProfiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL)
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "QualityProfiles_temp" ("Id", "Name", "Cutoff", "Items") SELECT "Id", "Name", "Cutoff", "Items" FROM "QualityProfiles"
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "QualityProfiles"
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles_temp" RENAME TO "QualityProfiles"
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "QualityProfiles" ("Name" ASC)
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018226s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable QualityDefinitions
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "QualityDefinitions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL, "Title" TEXT NOT NULL, "Weight" INTEGER NOT NULL, "MinSize" INTEGER NOT NULL, "MaxSize" INTEGER NOT NULL)
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002082s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualityDefinitions (Quality)
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001651s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualityDefinitions (Title)
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC)
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001554s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualityDefinitions (Weight)
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Weight" ON "QualityDefinitions" ("Weight" ASC)
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001557s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006314s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable QualitySizes
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "QualitySizes"
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002499s
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2024-12-14T01:14:12', 'add_configurable_qualities')
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|37: add_configurable_qualities migrated
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0077294s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|38: add_on_upgrade_to_notifications migrating
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.5|Info|add_on_upgrade_to_notifications|Starting migration of Main DB to 38
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnUpgrade Boolean
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnUpgrade" INTEGER
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002924s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Notifications" SET "OnUpgrade" = "OnDownload"
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "OnUpgrade" = "OnDownload"
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001117s
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2024-12-14T01:14:12', 'add_on_upgrade_to_notifications')
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|38: add_on_upgrade_to_notifications migrated
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0107127s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|39: add_metadata_tables migrating
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.5|Info|add_metadata_tables|Starting migration of Main DB to 39
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Metadata
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Metadata" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enable" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT NOT NULL, "ConfigContract" TEXT NOT NULL)
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002108s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MetadataFiles
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "SeasonNumber" INTEGER, "EpisodeFileId" INTEGER)
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002326s
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2024-12-14T01:14:12', 'add_metadata_tables')
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|39: add_metadata_tables migrated
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097948s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|40: add_metadata_to_episodes_and_series migrating
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.5|Info|add_metadata_to_episodes_and_series|Starting migration of Main DB to 40
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series Actors String
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "Actors" TEXT
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003306s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series Ratings String
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "Ratings" TEXT
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002876s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series Genres String
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "Genres" TEXT
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002951s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series Certification String
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "Certification" TEXT
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002954s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Episodes
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Episodes Ratings String
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes" ADD COLUMN "Ratings" TEXT
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002769s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Episodes Images String
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes" ADD COLUMN "Images" TEXT
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002862s
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2024-12-14T01:14:12', 'add_metadata_to_episodes_and_series')
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|40: add_metadata_to_episodes_and_series migrated
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0087725s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|41: fix_xbmc_season_images_metadata migrating
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.5|Info|fix_xbmc_season_images_metadata|Starting migration of Main DB to 41
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MetadataFiles" SET "Type" = 4 WHERE "Consumer" = 'XbmcMetadata' AND "SeasonNumber" IS NOT NULL
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MetadataFiles" SET "Type" = 4 WHERE "Consumer" = 'XbmcMetadata' AND "SeasonNumber" IS NOT NULL
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001319s
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (41, '2024-12-14T01:14:12', 'fix_xbmc_season_images_metadata')
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|41: fix_xbmc_season_images_metadata migrated
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0114547s
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|42: add_download_clients_table migrating
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.5|Info|add_download_clients_table|Starting migration of Main DB to 42
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClients
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClients" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enable" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT NOT NULL, "ConfigContract" TEXT NOT NULL, "Protocol" INTEGER NOT NULL)
2024-12-14 01:14:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005595s
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (42, '2024-12-14T01:14:12', 'add_download_clients_table')
2024-12-14 01:14:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|42: add_download_clients_table migrated
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0113471s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|43: convert_config_to_download_clients migrating
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.6|Info|convert_config_to_download_clients|Starting migration of Main DB to 43
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0053143s
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (43, '2024-12-14T01:14:12', 'convert_config_to_download_clients')
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|43: convert_config_to_download_clients migrated
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.017164s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|44: fix_xbmc_episode_metadata migrating
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.6|Info|fix_xbmc_episode_metadata|Starting migration of Main DB to 44
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MetadataFiles" SET "Type" = 2 WHERE "Consumer" = 'XbmcMetadata' AND "EpisodeFileId" IS NOT NULL AND "Type" = 4 AND "RelativePath" LIKE '%.nfo'
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MetadataFiles" SET "Type" = 2 WHERE "Consumer" = 'XbmcMetadata' AND "EpisodeFileId" IS NOT NULL AND "Type" = 4 AND "RelativePath" LIKE '%.nfo'
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00028s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MetadataFiles" SET "Type" = 5 WHERE "Consumer" = 'XbmcMetadata' AND "EpisodeFileId" IS NOT NULL AND "Type" = 4
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MetadataFiles" SET "Type" = 5 WHERE "Consumer" = 'XbmcMetadata' AND "EpisodeFileId" IS NOT NULL AND "Type" = 4
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002497s
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (44, '2024-12-14T01:14:12', 'fix_xbmc_episode_metadata')
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|44: fix_xbmc_episode_metadata migrated
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.010619s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|45: add_indexes migrating
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.6|Info|add_indexes|Starting migration of Main DB to 45
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Blacklist (SeriesId)
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Blacklist_SeriesId" ON "Blacklist" ("SeriesId" ASC)
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002273s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex EpisodeFiles (SeriesId)
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_EpisodeFiles_SeriesId" ON "EpisodeFiles" ("SeriesId" ASC)
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002159s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Episodes (EpisodeFileId)
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Episodes_EpisodeFileId" ON "Episodes" ("EpisodeFileId" ASC)
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002784s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Episodes (SeriesId)
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Episodes_SeriesId" ON "Episodes" ("SeriesId" ASC)
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002836s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (EpisodeId)
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_EpisodeId" ON "History" ("EpisodeId" ASC)
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001904s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (Date)
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002232s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Series (Path)
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_Path" ON "Series" ("Path" ASC)
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002882s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Series (CleanTitle)
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_CleanTitle" ON "Series" ("CleanTitle" ASC)
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003342s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Series (TvRageId)
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003232s
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (45, '2024-12-14T01:14:12', 'add_indexes')
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|45: add_indexes migrated
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074671s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|46: fix_nzb_su_url migrating
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.6|Info|fix_nzb_su_url|Starting migration of Main DB to 46
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "Settings" = replace("Settings", '//nzb.su', '//api.nzb.su')WHERE "Implementation" = 'Newznab'AND "Settings" LIKE '%//nzb.su%'
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "Settings" = replace("Settings", '//nzb.su', '//api.nzb.su')WHERE "Implementation" = 'Newznab'AND "Settings" LIKE '%//nzb.su%'
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003201s
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (46, '2024-12-14T01:14:12', 'fix_nzb_su_url')
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|46: fix_nzb_su_url migrated
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0110455s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|47: add_temporary_blacklist_columns migrating
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.6|Info|add_temporary_blacklist_columns|Starting migration of Main DB to 47
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist PublishedDate DateTime
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "PublishedDate" DATETIME
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008549s
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (47, '2024-12-14T01:14:12', 'add_temporary_blacklist_columns')
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|47: add_temporary_blacklist_columns migrated
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0108729s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|48: add_title_to_scenemappings migrating
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.6|Info|add_title_to_scenemappings|Starting migration of Main DB to 48
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SceneMappings
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SceneMappings Title String
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SceneMappings" ADD COLUMN "Title" TEXT
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008053s
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (48, '2024-12-14T01:14:12', 'add_title_to_scenemappings')
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|48: add_title_to_scenemappings migrated
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0108957s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|49: fix_dognzb_url migrating
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.6|Info|fix_dognzb_url|Starting migration of Main DB to 49
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "Settings" = replace("Settings", '//dognzb.cr', '//api.dognzb.cr')WHERE "Implementation" = 'Newznab'AND "Settings" LIKE '%//dognzb.cr%'
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "Settings" = replace("Settings", '//dognzb.cr', '//api.dognzb.cr')WHERE "Implementation" = 'Newznab'AND "Settings" LIKE '%//dognzb.cr%'
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003432s
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (49, '2024-12-14T01:14:12', 'fix_dognzb_url')
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|49: fix_dognzb_url migrated
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0111302s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|50: add_hash_to_metadata_files migrating
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.6|Info|add_hash_to_metadata_files|Starting migration of Main DB to 50
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataFiles
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MetadataFiles Hash String
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles" ADD COLUMN "Hash" TEXT
2024-12-14 01:14:12.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006403s
2024-12-14 01:14:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (50, '2024-12-14T01:14:12', 'add_hash_to_metadata_files')
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|50: add_hash_to_metadata_files migrated
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.010754s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|51: download_client_import migrating
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.7|Info|download_client_import|Starting migration of Main DB to 51
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006485s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038926s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0061773s
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (51, '2024-12-14T01:14:12', 'download_client_import')
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|51: download_client_import migrated
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128157s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|52: add_columns_for_anime migrating
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.7|Info|add_columns_for_anime|Starting migration of Main DB to 52
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SceneMappings
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SceneMappings Type String
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SceneMappings" ADD COLUMN "Type" TEXT
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007885s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "SceneMappings"
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "SceneMappings"
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001318s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig AnimeEpisodeFormat String
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "AnimeEpisodeFormat" TEXT
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004017s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "NamingConfig" SET "AnimeEpisodeFormat" = "StandardEpisodeFormat"
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "AnimeEpisodeFormat" = "StandardEpisodeFormat"
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002532s
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (52, '2024-12-14T01:14:12', 'add_columns_for_anime')
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|52: add_columns_for_anime migrated
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072571s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|53: add_series_sorttitle migrating
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.7|Info|add_series_sorttitle|Starting migration of Main DB to 53
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series SortTitle String
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "SortTitle" TEXT
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006655s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009129s
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (53, '2024-12-14T01:14:12', 'add_series_sorttitle')
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|53: add_series_sorttitle migrated
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072922s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|54: rename_profiles migrating
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.7|Info|rename_profiles|Starting migration of Main DB to 54
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|RenameTable QualityProfiles Profiles
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles" RENAME TO "Profiles"
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013389s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles Language Int32
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "Language" INTEGER
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005985s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles GrabDelay Int32
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "GrabDelay" INTEGER
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005848s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles GrabDelayMode Int32
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "GrabDelayMode" INTEGER
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004965s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Profiles" SET "Language" = 1, "GrabDelay" = 0, "GrabDelayMode" = 0 WHERE 1 = 1
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000195s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series ProfileId Int32
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "ProfileId" INTEGER
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004768s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Series" SET "ProfileId" = "QualityProfileId"
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Series" SET "ProfileId" = "QualityProfileId"
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001673s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable PendingReleases
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "ParsedEpisodeInfo" TEXT NOT NULL, "Release" TEXT NOT NULL)
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004215s
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (54, '2024-12-14T01:14:12', 'rename_profiles')
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|54: rename_profiles migrated
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00894s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|55: drop_old_profile_columns migrating
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.7|Info|drop_old_profile_columns|Starting migration of Main DB to 55
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Series QualityProfileId
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Certification" TEXT, "SortTitle" TEXT, "ProfileId" INTEGER)
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Series_temp" ("Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "ProfileId") SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "ProfileId" FROM "Series"
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Series"
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series_temp" RENAME TO "Series"
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_Path" ON "Series" ("Path" ASC)
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_CleanTitle" ON "Series" ("CleanTitle" ASC)
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067441s
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (55, '2024-12-14T01:14:12', 'drop_old_profile_columns')
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|55: drop_old_profile_columns migrated
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0178336s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|56: add_mediainfo_to_episodefile migrating
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.7|Info|add_mediainfo_to_episodefile|Starting migration of Main DB to 56
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable EpisodeFiles
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn EpisodeFiles MediaInfo String
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "EpisodeFiles" ADD COLUMN "MediaInfo" TEXT
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008082s
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (56, '2024-12-14T01:14:12', 'add_mediainfo_to_episodefile')
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|56: add_mediainfo_to_episodefile migrated
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0107577s
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|57: convert_episode_file_path_to_relative migrating
2024-12-14 01:14:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.7|Info|convert_episode_file_path_to_relative|Starting migration of Main DB to 57
2024-12-14 01:14:12.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn EpisodeFiles RelativePath String
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "EpisodeFiles" ADD COLUMN "RelativePath" TEXT
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006514s
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009892s
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (57, '2024-12-14T01:14:12', 'convert_episode_file_path_to_relative')
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|57: convert_episode_file_path_to_relative migrated
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0105206s
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|58: drop_episode_file_path migrating
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.8|Info|drop_episode_file_path|Starting migration of Main DB to 58
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn EpisodeFiles Path
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "EpisodeFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SeasonNumber" INTEGER NOT NULL, "SceneName" TEXT, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "RelativePath" TEXT)
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "EpisodeFiles_temp" ("Id", "SeriesId", "Quality", "Size", "DateAdded", "SeasonNumber", "SceneName", "ReleaseGroup", "MediaInfo", "RelativePath") SELECT "Id", "SeriesId", "Quality", "Size", "DateAdded", "SeasonNumber", "SceneName", "ReleaseGroup", "MediaInfo", "RelativePath" FROM "EpisodeFiles"
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "EpisodeFiles"
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "EpisodeFiles_temp" RENAME TO "EpisodeFiles"
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_EpisodeFiles_SeriesId" ON "EpisodeFiles" ("SeriesId" ASC)
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041699s
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (58, '2024-12-14T01:14:12', 'drop_episode_file_path')
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|58: drop_episode_file_path migrated
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0114659s
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|59: add_enable_options_to_indexers migrating
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.8|Info|add_enable_options_to_indexers|Starting migration of Main DB to 59
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers EnableRss Boolean
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "EnableRss" INTEGER
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005122s
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers EnableSearch Boolean
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "EnableSearch" INTEGER
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004962s
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "EnableRss" = "Enable", "EnableSearch" = "Enable"
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "EnableRss" = "Enable", "EnableSearch" = "Enable"
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002015s
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "EnableSearch" = 0 WHERE "Implementation" = 'Wombles'
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001516s
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (59, '2024-12-14T01:14:12', 'add_enable_options_to_indexers')
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|59: add_enable_options_to_indexers migrated
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0119229s
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|60: remove_enable_from_indexers migrating
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.8|Info|remove_enable_from_indexers|Starting migration of Main DB to 60
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Indexers Enable
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableSearch" INTEGER)
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Indexers_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableSearch") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableSearch" FROM "Indexers"
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers"
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033715s
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn DownloadClients Protocol
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClients_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enable" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT NOT NULL, "ConfigContract" TEXT NOT NULL)
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadClients_temp" ("Id", "Enable", "Name", "Implementation", "Settings", "ConfigContract") SELECT "Id", "Enable", "Name", "Implementation", "Settings", "ConfigContract" FROM "DownloadClients"
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClients"
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients_temp" RENAME TO "DownloadClients"
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026966s
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (60, '2024-12-14T01:14:12', 'remove_enable_from_indexers')
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|60: remove_enable_from_indexers migrated
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0141949s
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|61: clear_bad_scene_names migrating
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.8|Info|clear_bad_scene_names|Starting migration of Main DB to 61
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "EpisodeFiles" SET "ReleaseGroup" = NULL , "SceneName" = NULL WHERE "ReleaseGroup" IS NULL OR "SceneName" IS NULL OR "ReleaseGroup" = 'DRONE' OR LENGTH("SceneName") <10 OR LENGTH("ReleaseGroup") > 20 OR "SceneName" NOT LIKE '%.%'
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "EpisodeFiles" SET "ReleaseGroup" = NULL , "SceneName" = NULL WHERE "ReleaseGroup" IS NULL OR "SceneName" IS NULL OR "ReleaseGroup" = 'DRONE' OR LENGTH("SceneName") <10 OR LENGTH("ReleaseGroup") > 20 OR "SceneName" NOT LIKE '%.%'
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000271s
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (61, '2024-12-14T01:14:12', 'clear_bad_scene_names')
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|61: clear_bad_scene_names migrated
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0095216s
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|62: convert_quality_models migrating
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.8|Info|convert_quality_models|Starting migration of Main DB to 62
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0014676s
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (62, '2024-12-14T01:14:12', 'convert_quality_models')
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|62: convert_quality_models migrated
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0112474s
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|63: add_remotepathmappings migrating
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.8|Info|add_remotepathmappings|Starting migration of Main DB to 63
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable RemotePathMappings
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "RemotePathMappings" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Host" TEXT NOT NULL, "RemotePath" TEXT NOT NULL, "LocalPath" TEXT NOT NULL)
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003636s
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (63, '2024-12-14T01:14:12', 'add_remotepathmappings')
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|63: add_remotepathmappings migrated
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0060865s
2024-12-14 01:14:12.8|Info|FluentMigrator.Runner.MigrationRunner|64: remove_method_from_logs migrating
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.8|Info|remove_method_from_logs|Starting migration of Main DB to 64
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (64, '2024-12-14T01:14:12', 'remove_method_from_logs')
2024-12-14 01:14:12.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|64: remove_method_from_logs migrated
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0059458s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|65: make_scene_numbering_nullable migrating
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.9|Info|make_scene_numbering_nullable|Starting migration of Main DB to 65
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Episodes" SET "AbsoluteEpisodeNumber" = NULL WHERE "AbsoluteEpisodeNumber" = 0
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001708s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Episodes" SET "SceneAbsoluteEpisodeNumber" = NULL WHERE "SceneAbsoluteEpisodeNumber" = 0
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001567s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Episodes" SET "SceneSeasonNumber" = NULL, "SceneEpisodeNumber" = NULL WHERE "SceneSeasonNumber" = 0 AND "SceneEpisodeNumber" = 0
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000222s
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (65, '2024-12-14T01:14:12', 'make_scene_numbering_nullable')
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|65: make_scene_numbering_nullable migrated
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006211s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|66: add_tags migrating
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.9|Info|add_tags|Starting migration of Main DB to 66
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Tags
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Tags" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Label" TEXT NOT NULL)
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003081s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series Tags String
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "Tags" TEXT
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005202s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications Tags String
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "Tags" TEXT
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004807s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Series" SET "Tags" = '[]' WHERE 1 = 1
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001743s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "Tags" = '[]' WHERE 1 = 1
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001703s
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (66, '2024-12-14T01:14:12', 'add_tags')
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|66: add_tags migrated
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0058989s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|67: add_added_to_series migrating
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.9|Info|add_added_to_series|Starting migration of Main DB to 67
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series Added DateTime
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "Added" DATETIME
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004069s
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (67, '2024-12-14T01:14:12', 'add_added_to_series')
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|67: add_added_to_series migrated
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0061956s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|68: add_release_restrictions migrating
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.9|Info|add_release_restrictions|Starting migration of Main DB to 68
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Restrictions
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Restrictions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Required" TEXT, "Preferred" TEXT, "Ignored" TEXT, "Tags" TEXT NOT NULL)
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004243s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007405s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'releaserestrictions'
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002334s
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (68, '2024-12-14T01:14:12', 'add_release_restrictions')
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|68: add_release_restrictions migrated
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068399s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|69: quality_proper migrating
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.9|Info|quality_proper|Starting migration of Main DB to 69
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000588s
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (69, '2024-12-14T01:14:12', 'quality_proper')
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|69: quality_proper migrated
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071523s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|70: delay_profile migrating
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.9|Info|delay_profile|Starting migration of Main DB to 70
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DelayProfiles
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DelayProfiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EnableUsenet" INTEGER NOT NULL, "EnableTorrent" INTEGER NOT NULL, "PreferredProtocol" INTEGER NOT NULL, "UsenetDelay" INTEGER NOT NULL, "TorrentDelay" INTEGER NOT NULL, "Order" INTEGER NOT NULL, "Tags" TEXT NOT NULL)
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005509s
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DelayProfiles" ("EnableUsenet", "EnableTorrent", "PreferredProtocol", "UsenetDelay", "TorrentDelay", "Order", "Tags") VALUES (1, 1, 1, 0, 0, 2147483647, '[]')
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0083827s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Profiles GrabDelay
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "Language" INTEGER, "GrabDelayMode" INTEGER)
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Profiles_temp" ("Id", "Name", "Cutoff", "Items", "Language", "GrabDelayMode") SELECT "Id", "Name", "Cutoff", "Items", "Language", "GrabDelayMode" FROM "Profiles"
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles"
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "Profiles" ("Name" ASC)
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036306s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Profiles GrabDelayMode
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "Language" INTEGER)
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Profiles_temp" ("Id", "Name", "Cutoff", "Items", "Language") SELECT "Id", "Name", "Cutoff", "Items", "Language" FROM "Profiles"
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles"
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "Profiles" ("Name" ASC)
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036924s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|-> 1 Insert operations completed in 00:00:00.0004204 taking an average of 00:00:00.0004204
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (70, '2024-12-14T01:14:12', 'delay_profile')
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|70: delay_profile migrated
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0107006s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|71: unknown_quality_in_profile migrating
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.9|Info|unknown_quality_in_profile|Starting migration of Main DB to 71
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn QualityDefinitions Weight
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "QualityDefinitions_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL, "Title" TEXT NOT NULL, "MinSize" INTEGER NOT NULL, "MaxSize" INTEGER NOT NULL)
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "QualityDefinitions_temp" ("Id", "Quality", "Title", "MinSize", "MaxSize") SELECT "Id", "Quality", "Title", "MinSize", "MaxSize" FROM "QualityDefinitions"
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "QualityDefinitions"
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityDefinitions_temp" RENAME TO "QualityDefinitions"
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC)
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026588s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001709s
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (71, '2024-12-14T01:14:12', 'unknown_quality_in_profile')
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|71: unknown_quality_in_profile migrated
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0081361s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|72: history_downloadId migrating
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:12.9|Info|history_downloadId|Starting migration of Main DB to 72
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn History DownloadId String
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History" ADD COLUMN "DownloadId" TEXT
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003374s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (DownloadId)
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC)
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001605s
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007442s
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (72, '2024-12-14T01:14:12', 'history_downloadId')
2024-12-14 01:14:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|72: history_downloadId migrated
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071095s
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|73: clear_ratings migrating
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.0|Info|clear_ratings|Starting migration of Main DB to 73
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Series" SET "Ratings" = '{}' WHERE 1 = 1
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001082s
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Episodes" SET "Ratings" = '{}' WHERE 1 = 1
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001021s
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (73, '2024-12-14T01:14:13', 'clear_ratings')
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|73: clear_ratings migrated
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0063627s
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|74: disable_eztv migrating
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.0|Info|disable_eztv|Starting migration of Main DB to 74
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "EnableRss" = false, "EnableSearch" = false WHERE "Implementation" = 'Eztv' AND "Settings" LIKE '%ezrss.it%'
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "EnableRss" = false, "EnableSearch" = false WHERE "Implementation" = 'Eztv' AND "Settings" LIKE '%ezrss.it%'
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002017s
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (74, '2024-12-14T01:14:13', 'disable_eztv')
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|74: disable_eztv migrated
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065493s
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|75: force_lib_update migrating
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.0|Info|force_lib_update|Starting migration of Main DB to 75
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ScheduledTasks" SET "LastExecution" = '2014-01-01 00:00:00' WHERE "TypeName" = 'NzbDrone.Core.Tv.Commands.RefreshSeriesCommand'
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001397s
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Series" SET "LastInfoSync" = '2014-01-01 00:00:00' WHERE 1 = 1
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001139s
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (75, '2024-12-14T01:14:13', 'force_lib_update')
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|75: force_lib_update migrated
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006623s
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|76: add_users_table migrating
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.0|Info|add_users_table|Starting migration of Main DB to 76
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Users
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Users" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Identifier" TEXT NOT NULL, "Username" TEXT NOT NULL, "Password" TEXT NOT NULL)
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002149s
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Identifier)
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Identifier" ON "Users" ("Identifier" ASC)
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001503s
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Username)
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Username" ON "Users" ("Username" ASC)
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001475s
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (76, '2024-12-14T01:14:13', 'add_users_table')
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|76: add_users_table migrated
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064958s
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|77: add_add_options_to_series migrating
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.0|Info|add_add_options_to_series|Starting migration of Main DB to 77
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series AddOptions String
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "AddOptions" TEXT
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003335s
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (77, '2024-12-14T01:14:13', 'add_add_options_to_series')
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|77: add_add_options_to_series migrated
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066045s
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|78: add_commands_table migrating
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.0|Info|add_commands_table|Starting migration of Main DB to 78
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Commands
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL)
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003804s
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (78, '2024-12-14T01:14:13', 'add_commands_table')
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|78: add_commands_table migrated
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067509s
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|79: dedupe_tags migrating
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.0|Info|dedupe_tags|Starting migration of Main DB to 79
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0469505s
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Tags
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Tags Label String
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Tags_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Label" TEXT NOT NULL)
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Tags_temp" ("Id", "Label") SELECT "Id", "Label" FROM "Tags"
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Tags"
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Tags_temp" RENAME TO "Tags"
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023569s
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tags (Label)
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Tags_Label" ON "Tags" ("Label" ASC)
2024-12-14 01:14:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000177s
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (79, '2024-12-14T01:14:13', 'dedupe_tags')
2024-12-14 01:14:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|79: dedupe_tags migrated
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066154s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|81: move_dot_prefix_to_transmission_category migrating
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.1|Info|move_dot_prefix_to_transmission_category|Starting migration of Main DB to 81
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009141s
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (81, '2024-12-14T01:14:13', 'move_dot_prefix_to_transmission_category')
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|81: move_dot_prefix_to_transmission_category migrated
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073623s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|82: add_fanzub_settings migrating
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.1|Info|add_fanzub_settings|Starting migration of Main DB to 82
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'FanzubSettings' WHERE "Implementation" = 'Fanzub' AND "ConfigContract" = 'NullConfig'
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001623s
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (82, '2024-12-14T01:14:13', 'add_fanzub_settings')
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|82: add_fanzub_settings migrated
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065307s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|83: additonal_blacklist_columns migrating
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.1|Info|additonal_blacklist_columns|Starting migration of Main DB to 83
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist Size Int64
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "Size" INTEGER
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004116s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist Protocol Int32
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "Protocol" INTEGER
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003233s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist Indexer String
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "Indexer" TEXT
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003519s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist Message String
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "Message" TEXT
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000345s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist TorrentInfoHash String
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "TorrentInfoHash" TEXT
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003356s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Blacklist" SET "Protocol" = 1 WHERE 1 = 1
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001263s
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (83, '2024-12-14T01:14:13', 'additonal_blacklist_columns')
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|83: additonal_blacklist_columns migrated
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065083s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|84: update_quality_minmax_size migrating
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.1|Info|update_quality_minmax_size|Starting migration of Main DB to 84
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityDefinitions
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn QualityDefinitions MinSize Double
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "QualityDefinitions_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL, "Title" TEXT NOT NULL, "MinSize" NUMERIC, "MaxSize" INTEGER NOT NULL)
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "QualityDefinitions_temp" ("Id", "Quality", "Title", "MinSize", "MaxSize") SELECT "Id", "Quality", "Title", "MinSize", "MaxSize" FROM "QualityDefinitions"
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "QualityDefinitions"
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityDefinitions_temp" RENAME TO "QualityDefinitions"
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC)
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030281s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityDefinitions
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn QualityDefinitions MaxSize Double
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "QualityDefinitions_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL, "Title" TEXT NOT NULL, "MinSize" NUMERIC, "MaxSize" NUMERIC)
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "QualityDefinitions_temp" ("Id", "Quality", "Title", "MinSize", "MaxSize") SELECT "Id", "Quality", "Title", "MinSize", "MaxSize" FROM "QualityDefinitions"
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "QualityDefinitions"
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityDefinitions_temp" RENAME TO "QualityDefinitions"
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC)
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030964s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "QualityDefinitions" SET "MaxSize" = NULL WHERE "Quality" = 10 OR "MaxSize" = 0
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "QualityDefinitions" SET "MaxSize" = NULL WHERE "Quality" = 10 OR "MaxSize" = 0
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001383s
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (84, '2024-12-14T01:14:13', 'update_quality_minmax_size')
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|84: update_quality_minmax_size migrated
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065012s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|85: expand_transmission_urlbase migrating
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.1|Info|expand_transmission_urlbase|Starting migration of Main DB to 85
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009373s
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (85, '2024-12-14T01:14:13', 'expand_transmission_urlbase')
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|85: expand_transmission_urlbase migrated
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072823s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|86: pushbullet_device_ids migrating
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.1|Info|pushbullet_device_ids|Starting migration of Main DB to 86
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000792s
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (86, '2024-12-14T01:14:13', 'pushbullet_device_ids')
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|86: pushbullet_device_ids migrated
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072334s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|87: remove_eztv migrating
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.1|Info|remove_eztv|Starting migration of Main DB to 87
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Eztv'
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001319s
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (87, '2024-12-14T01:14:13', 'remove_eztv')
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|87: remove_eztv migrated
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064491s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|88: pushbullet_devices_channels_list migrating
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.1|Info|pushbullet_devices_channels_list|Starting migration of Main DB to 88
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009374s
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (88, '2024-12-14T01:14:13', 'pushbullet_devices_channels_list')
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|88: pushbullet_devices_channels_list migrated
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072749s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|89: add_on_rename_to_notifcations migrating
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.1|Info|add_on_rename_to_notifcations|Starting migration of Main DB to 89
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnRename Boolean
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnRename" INTEGER
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004143s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Notifications" SET "OnRename" = "OnDownload" WHERE "Implementation" IN ('PlexServer', 'Xbmc', 'MediaBrowser')
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "OnRename" = "OnDownload" WHERE "Implementation" IN ('PlexServer', 'Xbmc', 'MediaBrowser')
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000165s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Notifications" SET "OnRename" = false WHERE "Implementation" NOT IN ('PlexServer', 'Xbmc', 'MediaBrowser')
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "OnRename" = false WHERE "Implementation" NOT IN ('PlexServer', 'Xbmc', 'MediaBrowser')
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001541s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Notifications OnRename Boolean
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Notifications_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "OnGrab" INTEGER NOT NULL, "OnDownload" INTEGER NOT NULL, "Settings" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "OnUpgrade" INTEGER, "Tags" TEXT, "OnRename" INTEGER NOT NULL)
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Notifications_temp" ("Id", "Name", "OnGrab", "OnDownload", "Settings", "Implementation", "ConfigContract", "OnUpgrade", "Tags", "OnRename") SELECT "Id", "Name", "OnGrab", "OnDownload", "Settings", "Implementation", "ConfigContract", "OnUpgrade", "Tags", "OnRename" FROM "Notifications"
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Notifications"
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications_temp" RENAME TO "Notifications"
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050023s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "OnGrab" = 0 WHERE "Implementation" = 'PlexServer'
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001568s
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (89, '2024-12-14T01:14:13', 'add_on_rename_to_notifcations')
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|89: add_on_rename_to_notifcations migrated
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065255s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|90: update_kickass_url migrating
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.1|Info|update_kickass_url|Starting migration of Main DB to 90
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "Settings" = Replace("Settings", 'kickass.so', 'kat.cr') WHERE "Implementation" = 'KickassTorrents';UPDATE "Indexers" SET "Settings" = Replace("Settings", 'kickass.to', 'kat.cr') WHERE "Implementation" = 'KickassTorrents';UPDATE "Indexers" SET "Settings" = Replace("Settings", 'http://', 'https://') WHERE "Implementation" = 'KickassTorrents';
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "Settings" = Replace("Settings", 'kickass.so', 'kat.cr') WHERE "Implementation" = 'KickassTorrents';UPDATE "Indexers" SET "Settings" = Replace("Settings", 'kickass.to', 'kat.cr') WHERE "Implementation" = 'KickassTorrents';UPDATE "Indexers" SET "Settings" = Replace("Settings", 'http://', 'https://') WHERE "Implementation" = 'KickassTorrents';
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002456s
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (90, '2024-12-14T01:14:13', 'update_kickass_url')
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|90: update_kickass_url migrated
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066186s
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|91: added_indexerstatus migrating
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.1|Info|added_indexerstatus|Starting migration of Main DB to 91
2024-12-14 01:14:13.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable IndexerStatus
2024-12-14 01:14:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "IndexerId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT)
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002819s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex IndexerStatus (IndexerId)
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_IndexerId" ON "IndexerStatus" ("IndexerId" ASC)
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002198s
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (91, '2024-12-14T01:14:13', 'added_indexerstatus')
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|91: added_indexerstatus migrated
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066431s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|92: add_unverifiedscenenumbering migrating
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.2|Info|add_unverifiedscenenumbering|Starting migration of Main DB to 92
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Episodes
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Episodes UnverifiedSceneNumbering Boolean
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes" ADD COLUMN "UnverifiedSceneNumbering" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004229s
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (92, '2024-12-14T01:14:13', 'add_unverifiedscenenumbering')
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|92: add_unverifiedscenenumbering migrated
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068914s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|93: naming_config_replace_illegal_characters migrating
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.2|Info|naming_config_replace_illegal_characters|Starting migration of Main DB to 93
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig ReplaceIllegalCharacters Boolean
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "ReplaceIllegalCharacters" INTEGER NOT NULL DEFAULT 1
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003603s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "ReplaceIllegalCharacters" = 1 WHERE 1 = 1
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001252s
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (93, '2024-12-14T01:14:13', 'naming_config_replace_illegal_characters')
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|93: naming_config_replace_illegal_characters migrated
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064147s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|94: add_tvmazeid migrating
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.2|Info|add_tvmazeid|Starting migration of Main DB to 94
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series TvMazeId Int32
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "TvMazeId" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004569s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Series (TvMazeId)
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvMazeId" ON "Series" ("TvMazeId" ASC)
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001759s
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (94, '2024-12-14T01:14:13', 'add_tvmazeid')
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|94: add_tvmazeid migrated
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065678s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|95: add_additional_episodes_index migrating
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.2|Info|add_additional_episodes_index|Starting migration of Main DB to 95
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Episodes (SeriesId, SeasonNumber, EpisodeNumber)
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Episodes_SeriesId_SeasonNumber_EpisodeNumber" ON "Episodes" ("SeriesId" ASC, "SeasonNumber" ASC, "EpisodeNumber" ASC)
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001944s
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (95, '2024-12-14T01:14:13', 'add_additional_episodes_index')
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|95: add_additional_episodes_index migrated
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065442s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|96: disable_kickass migrating
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.2|Info|disable_kickass|Starting migration of Main DB to 96
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "EnableRss" = false, "EnableSearch" = false, "Settings" = Replace("Settings", 'https://kat.cr', '') WHERE "Implementation" = 'KickassTorrents' AND "Settings" LIKE '%kat.cr%';
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "EnableRss" = false, "EnableSearch" = false, "Settings" = Replace("Settings", 'https://kat.cr', '') WHERE "Implementation" = 'KickassTorrents' AND "Settings" LIKE '%kat.cr%';
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001894s
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (96, '2024-12-14T01:14:13', 'disable_kickass')
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|96: disable_kickass migrated
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064919s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|97: add_reason_to_pending_releases migrating
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.2|Info|add_reason_to_pending_releases|Starting migration of Main DB to 97
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn PendingReleases Reason Int32
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases" ADD COLUMN "Reason" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000423s
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (97, '2024-12-14T01:14:13', 'add_reason_to_pending_releases')
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|97: add_reason_to_pending_releases migrated
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069874s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|98: remove_titans_of_tv migrating
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.2|Info|remove_titans_of_tv|Starting migration of Main DB to 98
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'TitansOfTv'
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001318s
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (98, '2024-12-14T01:14:13', 'remove_titans_of_tv')
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|98: remove_titans_of_tv migrated
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064461s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|99: extra_and_subtitle_files migrating
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.2|Info|extra_and_subtitle_files|Starting migration of Main DB to 99
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ExtraFiles
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL)
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003583s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable SubtitleFiles
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SubtitleFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL, "Language" INTEGER NOT NULL)
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000371s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataFiles
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MetadataFiles Added DateTime
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles" ADD COLUMN "Added" DATETIME
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00047s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MetadataFiles Extension String
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles" ADD COLUMN "Extension" TEXT
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004408s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "MetadataFiles" WHERE "RelativePath" NOT LIKE '%.%'
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "MetadataFiles" WHERE "RelativePath" NOT LIKE '%.%'
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001543s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008928s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataFiles
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MetadataFiles Extension String
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "SeasonNumber" INTEGER, "EpisodeFileId" INTEGER, "Hash" TEXT, "Added" DATETIME, "Extension" TEXT NOT NULL)
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MetadataFiles_temp" ("Id", "SeriesId", "Consumer", "Type", "RelativePath", "LastUpdated", "SeasonNumber", "EpisodeFileId", "Hash", "Added", "Extension") SELECT "Id", "SeriesId", "Consumer", "Type", "RelativePath", "LastUpdated", "SeasonNumber", "EpisodeFileId", "Hash", "Added", "Extension" FROM "MetadataFiles"
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles"
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles_temp" RENAME TO "MetadataFiles"
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003231s
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (99, '2024-12-14T01:14:13', 'extra_and_subtitle_files')
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|99: extra_and_subtitle_files migrated
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0099429s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|100: add_scene_season_number migrating
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.2|Info|add_scene_season_number|Starting migration of Main DB to 100
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SceneMappings
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn SceneMappings SeasonNumber Int32
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SceneMappings_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "SeasonNumber" INTEGER, "SearchTerm" TEXT NOT NULL, "ParseTerm" TEXT NOT NULL, "Title" TEXT, "Type" TEXT)
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "SceneMappings_temp" ("Id", "TvdbId", "SeasonNumber", "SearchTerm", "ParseTerm", "Title", "Type") SELECT "Id", "TvdbId", "SeasonNumber", "SearchTerm", "ParseTerm", "Title", "Type" FROM "SceneMappings"
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SceneMappings"
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SceneMappings_temp" RENAME TO "SceneMappings"
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030452s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SceneMappings
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SceneMappings SceneSeasonNumber Int32
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SceneMappings" ADD COLUMN "SceneSeasonNumber" INTEGER
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004433s
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (100, '2024-12-14T01:14:13', 'add_scene_season_number')
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|100: add_scene_season_number migrated
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073017s
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|101: add_ultrahd_quality_in_profiles migrating
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.2|Info|add_ultrahd_quality_in_profiles|Starting migration of Main DB to 101
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009451s
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (101, '2024-12-14T01:14:13', 'add_ultrahd_quality_in_profiles')
2024-12-14 01:14:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|101: add_ultrahd_quality_in_profiles migrated
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0106607s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|102: add_language_to_episodeFiles_history_and_blacklist migrating
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.3|Info|add_language_to_episodeFiles_history_and_blacklist|Starting migration of Main DB to 102
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable EpisodeFiles
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn EpisodeFiles Language Int32
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "EpisodeFiles" ADD COLUMN "Language" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005375s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn History Language Int32
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History" ADD COLUMN "Language" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000409s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist Language Int32
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "Language" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004091s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039095s
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (102, '2024-12-14T01:14:13', 'add_language_to_episodeFiles_history_and_blacklist')
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|102: add_language_to_episodeFiles_history_and_blacklist migrated
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.01344s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|103: fix_metadata_file_extensions migrating
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.3|Info|fix_metadata_file_extensions|Starting migration of Main DB to 103
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007562s
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (103, '2024-12-14T01:14:13', 'fix_metadata_file_extensions')
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|103: fix_metadata_file_extensions migrated
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073108s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|104: remove_kickass migrating
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.3|Info|remove_kickass|Starting migration of Main DB to 104
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'KickassTorrents'
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001839s
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (104, '2024-12-14T01:14:13', 'remove_kickass')
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|104: remove_kickass migrated
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0110036s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|105: rename_torrent_downloadstation migrating
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.3|Info|rename_torrent_downloadstation|Starting migration of Main DB to 105
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "DownloadClients" SET "Implementation" = 'TorrentDownloadStation' WHERE "Implementation" = 'DownloadStation'
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002481s
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (105, '2024-12-14T01:14:13', 'rename_torrent_downloadstation')
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|105: rename_torrent_downloadstation migrated
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0109381s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|106: update_btn_url migrating
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.3|Info|update_btn_url|Starting migration of Main DB to 106
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "Settings" = Replace("Settings", 'api.btnapps.net', 'api.broadcasthe.net') WHERE "Implementation" = 'BroadcastheNet';
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "Settings" = Replace("Settings", 'api.btnapps.net', 'api.broadcasthe.net') WHERE "Implementation" = 'BroadcastheNet';
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002078s
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (106, '2024-12-14T01:14:13', 'update_btn_url')
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|106: update_btn_url migrated
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0107636s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|107: remove_wombles migrating
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.3|Info|remove_wombles|Starting migration of Main DB to 107
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Wombles'
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001503s
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (107, '2024-12-14T01:14:13', 'remove_wombles')
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|107: remove_wombles migrated
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0110186s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|108: fix_extra_file_extension migrating
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.3|Info|fix_extra_file_extension|Starting migration of Main DB to 108
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "ExtraFiles" WHERE TRIM("Extension") = ''
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "ExtraFiles" WHERE TRIM("Extension") = ''
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001424s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008542s
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (108, '2024-12-14T01:14:13', 'fix_extra_file_extension')
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|108: fix_extra_file_extension migrated
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073282s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|109: import_extra_files migrating
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.3|Info|import_extra_files|Starting migration of Main DB to 109
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005287s
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (109, '2024-12-14T01:14:13', 'import_extra_files')
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|109: import_extra_files migrated
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069735s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|110: fix_extra_files_config migrating
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.3|Info|fix_extra_files_config|Starting migration of Main DB to 110
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003284s
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (110, '2024-12-14T01:14:13', 'fix_extra_files_config')
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|110: fix_extra_files_config migrated
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006611s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|111: create_language_profiles migrating
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.3|Info|create_language_profiles|Starting migration of Main DB to 111
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable LanguageProfiles
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "LanguageProfiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Languages" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL)
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002849s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex LanguageProfiles (Name)
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_LanguageProfiles_Name" ON "LanguageProfiles" ("Name" ASC)
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001782s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:13.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series LanguageProfileId Int32
2024-12-14 01:14:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "LanguageProfileId" INTEGER NOT NULL DEFAULT 1
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005448s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0053466s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Profiles Language
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL)
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Profiles_temp" ("Id", "Name", "Cutoff", "Items") SELECT "Id", "Name", "Cutoff", "Items" FROM "Profiles"
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles"
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "Profiles" ("Name" ASC)
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028111s
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (111, '2024-12-14T01:14:13', 'create_language_profiles')
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|111: create_language_profiles migrated
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0092878s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|112: added_regex_to_scenemapping migrating
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.4|Info|added_regex_to_scenemapping|Starting migration of Main DB to 112
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SceneMappings
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SceneMappings FilterRegex String
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SceneMappings" ADD COLUMN "FilterRegex" TEXT
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004042s
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (112, '2024-12-14T01:14:13', 'added_regex_to_scenemapping')
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|112: added_regex_to_scenemapping migrated
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067291s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|113: consolidate_indexer_baseurl migrating
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.4|Info|consolidate_indexer_baseurl|Starting migration of Main DB to 113
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009133s
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (113, '2024-12-14T01:14:13', 'consolidate_indexer_baseurl')
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|113: consolidate_indexer_baseurl migrated
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072336s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|114: rename_indexer_status_id migrating
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.4|Info|rename_indexer_status_id|Starting migration of Main DB to 114
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn IndexerStatus IndexerId to ProviderId
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT)
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo") SELECT "Id", "IndexerId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo" FROM "IndexerStatus"
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0060939s
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (114, '2024-12-14T01:14:13', 'rename_indexer_status_id')
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|114: rename_indexer_status_id migrated
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0125176s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|115: add_downloadclient_status migrating
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.4|Info|add_downloadclient_status|Starting migration of Main DB to 115
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClientStatus
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002477s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadClientStatus (ProviderId)
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001642s
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (115, '2024-12-14T01:14:13', 'add_downloadclient_status')
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|115: add_downloadclient_status migrated
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064733s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|116: disable_nyaa migrating
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.4|Info|disable_nyaa|Starting migration of Main DB to 116
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "EnableRss" = false, "EnableSearch" = false, "Settings" = Replace("Settings", 'https://nyaa.se', '') WHERE "Implementation" = 'Nyaa' AND "Settings" LIKE '%nyaa.se%';
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "EnableRss" = false, "EnableSearch" = false, "Settings" = Replace("Settings", 'https://nyaa.se', '') WHERE "Implementation" = 'Nyaa' AND "Settings" LIKE '%nyaa.se%';
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000231s
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (116, '2024-12-14T01:14:13', 'disable_nyaa')
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|116: disable_nyaa migrated
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066993s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|117: add_webrip_and_br480_qualites_in_profile migrating
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.4|Info|add_webrip_and_br480_qualites_in_profile|Starting migration of Main DB to 117
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031708s
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (117, '2024-12-14T01:14:13', 'add_webrip_and_br480_qualites_in_profile')
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|117: add_webrip_and_br480_qualites_in_profile migrated
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0096537s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|118: add_history_eventType_index migrating
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.4|Info|add_history_eventType_index|Starting migration of Main DB to 118
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (EventType)
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_EventType" ON "History" ("EventType" ASC)
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002206s
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (118, '2024-12-14T01:14:13', 'add_history_eventType_index')
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|118: add_history_eventType_index migrated
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066928s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|119: separate_automatic_and_interactive_searches migrating
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.4|Info|separate_automatic_and_interactive_searches|Starting migration of Main DB to 119
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Indexers EnableSearch to EnableAutomaticSearch
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableAutomaticSearch" INTEGER)
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Indexers_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableAutomaticSearch") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableSearch" FROM "Indexers"
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers"
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003285s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers EnableInteractiveSearch Boolean
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "EnableInteractiveSearch" INTEGER
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004031s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "EnableInteractiveSearch" = "EnableAutomaticSearch"
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "EnableInteractiveSearch" = "EnableAutomaticSearch"
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001323s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Indexers EnableInteractiveSearch Boolean
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableAutomaticSearch" INTEGER, "EnableInteractiveSearch" INTEGER NOT NULL)
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Indexers_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableAutomaticSearch", "EnableInteractiveSearch") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableAutomaticSearch", "EnableInteractiveSearch" FROM "Indexers"
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers"
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028801s
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (119, '2024-12-14T01:14:13', 'separate_automatic_and_interactive_searches')
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|119: separate_automatic_and_interactive_searches migrated
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0092645s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|120: update_series_episodes_history_indexes migrating
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.4|Info|update_series_episodes_history_indexes|Starting migration of Main DB to 120
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Episodes (SeriesId, AirDate)
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Episodes_SeriesId_AirDate" ON "Episodes" ("SeriesId" ASC, "AirDate" ASC)
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001795s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteIndex History (EpisodeId)
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX "IX_History_EpisodeId"
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000185s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (EpisodeId, Date)
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_EpisodeId_Date" ON "History" ("EpisodeId" ASC, "Date" DESC)
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002575s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteIndex History (DownloadId)
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX "IX_History_DownloadId"
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002941s
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (DownloadId, Date)
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId_Date" ON "History" ("DownloadId" ASC, "Date" DESC)
2024-12-14 01:14:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003106s
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (120, '2024-12-14T01:14:13', 'update_series_episodes_history_indexes')
2024-12-14 01:14:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|120: update_series_episodes_history_indexes migrated
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069955s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|121: update_animetosho_url migrating
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.5|Info|update_animetosho_url|Starting migration of Main DB to 121
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "Settings" = Replace(Replace("Settings", '//animetosho.org', '//feed.animetosho.org'), '/feed/nabapi', '/nabapi') WHERE ("Implementation" = 'Newznab' OR "Implementation" = 'Torznab') AND "Settings" LIKE '%animetosho%';
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "Settings" = Replace(Replace("Settings", '//animetosho.org', '//feed.animetosho.org'), '/feed/nabapi', '/nabapi') WHERE ("Implementation" = 'Newznab' OR "Implementation" = 'Torznab') AND "Settings" LIKE '%animetosho%';
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002568s
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (121, '2024-12-14T01:14:13', 'update_animetosho_url')
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|121: update_animetosho_url migrated
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066427s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|122: add_remux_qualities_in_profile migrating
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.5|Info|add_remux_qualities_in_profile|Starting migration of Main DB to 122
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020842s
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (122, '2024-12-14T01:14:13', 'add_remux_qualities_in_profile')
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|122: add_remux_qualities_in_profile migrated
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0083927s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|123: add_history_seriesId_index migrating
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.5|Info|add_history_seriesId_index|Starting migration of Main DB to 123
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (SeriesId)
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_SeriesId" ON "History" ("SeriesId" ASC)
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001989s
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (123, '2024-12-14T01:14:13', 'add_history_seriesId_index')
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|123: add_history_seriesId_index migrated
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067262s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|124: remove_media_browser_metadata migrating
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.5|Info|remove_media_browser_metadata|Starting migration of Main DB to 124
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Metadata" WHERE "Implementation" = 'MediaBrowserMetadata'
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001777s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "MetadataFiles" WHERE "Consumer" = 'MediaBrowserMetadata'
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001127s
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (124, '2024-12-14T01:14:13', 'remove_media_browser_metadata')
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|124: remove_media_browser_metadata migrated
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0063716s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|125: remove_notify_my_android_and_pushalot_notifications migrating
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.5|Info|remove_notify_my_android_and_pushalot_notifications|Starting migration of Main DB to 125
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'NotifyMyAndroid'
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002103s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'Pushalot'
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001131s
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (125, '2024-12-14T01:14:13', 'remove_notify_my_android_and_pushalot_notifications')
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|125: remove_notify_my_android_and_pushalot_notifications migrated
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064983s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|126: add_custom_filters migrating
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.5|Info|add_custom_filters|Starting migration of Main DB to 126
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable CustomFilters
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFilters" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Type" TEXT NOT NULL, "Label" TEXT NOT NULL, "Filters" TEXT NOT NULL)
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003596s
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (126, '2024-12-14T01:14:13', 'add_custom_filters')
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|126: add_custom_filters migrated
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071163s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|127: rename_restrictions_to_release_profiles migrating
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.5|Info|rename_restrictions_to_release_profiles|Starting migration of Main DB to 127
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Restrictions ReleaseProfiles
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Restrictions" RENAME TO "ReleaseProfiles"
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019595s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles IncludePreferredWhenRenaming Boolean
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "IncludePreferredWhenRenaming" INTEGER NOT NULL DEFAULT 1
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009847s
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (127, '2024-12-14T01:14:13', 'rename_restrictions_to_release_profiles')
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|127: rename_restrictions_to_release_profiles migrated
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0076925s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|128: rename_quality_profiles_add_upgrade_allowed migrating
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.5|Info|rename_quality_profiles_add_upgrade_allowed|Starting migration of Main DB to 128
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Profiles QualityProfiles
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" RENAME TO "QualityProfiles"
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011994s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityProfiles
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityProfiles UpgradeAllowed Boolean
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles" ADD COLUMN "UpgradeAllowed" INTEGER
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003984s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable LanguageProfiles
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn LanguageProfiles UpgradeAllowed Boolean
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "LanguageProfiles" ADD COLUMN "UpgradeAllowed" INTEGER
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004158s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "QualityProfiles" SET "UpgradeAllowed" = 1 WHERE 1 = 1
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001402s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "LanguageProfiles" SET "UpgradeAllowed" = 1 WHERE 1 = 1
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001328s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Series ProfileId to QualityProfileId
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Certification" TEXT, "SortTitle" TEXT, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "TvMazeId" INTEGER NOT NULL, "LanguageProfileId" INTEGER NOT NULL)
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Series_temp" ("Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "QualityProfileId", "Tags", "Added", "AddOptions", "TvMazeId", "LanguageProfileId") SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "ProfileId", "Tags", "Added", "AddOptions", "TvMazeId", "LanguageProfileId" FROM "Series"
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Series"
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series_temp" RENAME TO "Series"
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_Path" ON "Series" ("Path" ASC)
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_CleanTitle" ON "Series" ("CleanTitle" ASC)
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvMazeId" ON "Series" ("TvMazeId" ASC)
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048437s
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (128, '2024-12-14T01:14:13', 'rename_quality_profiles_add_upgrade_allowed')
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|128: rename_quality_profiles_add_upgrade_allowed migrated
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.011407s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|129: add_relative_original_path_to_episode_file migrating
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.5|Info|add_relative_original_path_to_episode_file|Starting migration of Main DB to 129
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable EpisodeFiles
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn EpisodeFiles OriginalFilePath String
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "EpisodeFiles" ADD COLUMN "OriginalFilePath" TEXT
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005286s
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (129, '2024-12-14T01:14:13', 'add_relative_original_path_to_episode_file')
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|129: add_relative_original_path_to_episode_file migrated
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068721s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|130: episode_last_searched_time migrating
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.5|Info|episode_last_searched_time|Starting migration of Main DB to 130
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Episodes
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Episodes LastSearchTime DateTime
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes" ADD COLUMN "LastSearchTime" DATETIME
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006942s
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (130, '2024-12-14T01:14:13', 'episode_last_searched_time')
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|130: episode_last_searched_time migrated
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072972s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|131: download_propers_config migrating
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.5|Info|download_propers_config|Starting migration of Main DB to 131
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006858s
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" = 'autodownloadpropers'
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'autodownloadpropers'
2024-12-14 01:14:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002272s
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (131, '2024-12-14T01:14:13', 'download_propers_config')
2024-12-14 01:14:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|131: download_propers_config migrated
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068736s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|132: add_download_client_priority migrating
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.6|Info|add_download_client_priority|Starting migration of Main DB to 132
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients Priority Int32
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "Priority" INTEGER NOT NULL DEFAULT 1
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00088s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0173402s
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (132, '2024-12-14T01:14:13', 'add_download_client_priority')
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|132: add_download_client_priority migrated
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0238416s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|134: add_specials_folder_format migrating
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.6|Info|add_specials_folder_format|Starting migration of Main DB to 134
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig SpecialsFolderFormat String
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "SpecialsFolderFormat" TEXT
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004654s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "SpecialsFolderFormat" = 'Specials' WHERE 1 = 1
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001357s
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (134, '2024-12-14T01:14:13', 'add_specials_folder_format')
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|134: add_specials_folder_format migrated
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064556s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|135: health_issue_notification migrating
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.6|Info|health_issue_notification|Starting migration of Main DB to 135
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnHealthIssue Boolean
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnHealthIssue" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004522s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications IncludeHealthWarnings Boolean
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "IncludeHealthWarnings" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004279s
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (135, '2024-12-14T01:14:13', 'health_issue_notification')
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|135: health_issue_notification migrated
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067463s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|136: add_indexer_and_enabled_to_release_profiles migrating
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.6|Info|add_indexer_and_enabled_to_release_profiles|Starting migration of Main DB to 136
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles Enabled Boolean
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "Enabled" INTEGER NOT NULL DEFAULT 1
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003845s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles IndexerId Int32
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "IndexerId" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003751s
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (136, '2024-12-14T01:14:13', 'add_indexer_and_enabled_to_release_profiles')
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|136: add_indexer_and_enabled_to_release_profiles migrated
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006758s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|137: add_airedbefore_to_episodes migrating
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.6|Info|add_airedbefore_to_episodes|Starting migration of Main DB to 137
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Episodes
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Episodes AiredAfterSeasonNumber Int32
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes" ADD COLUMN "AiredAfterSeasonNumber" INTEGER
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000471s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Episodes AiredBeforeSeasonNumber Int32
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes" ADD COLUMN "AiredBeforeSeasonNumber" INTEGER
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003806s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Episodes AiredBeforeEpisodeNumber Int32
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes" ADD COLUMN "AiredBeforeEpisodeNumber" INTEGER
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000392s
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (137, '2024-12-14T01:14:13', 'add_airedbefore_to_episodes')
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|137: add_airedbefore_to_episodes migrated
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067482s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|138: remove_bitmetv migrating
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.6|Info|remove_bitmetv|Starting migration of Main DB to 138
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'BitMeTv'
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001882s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "EnableRss" = false, "EnableAutomaticSearch" = false, "EnableInteractiveSearch" = false WHERE "Implementation" = 'Newznab' AND "Settings" LIKE '%usenet-crawler.com%'
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "EnableRss" = false, "EnableAutomaticSearch" = false, "EnableInteractiveSearch" = false WHERE "Implementation" = 'Newznab' AND "Settings" LIKE '%usenet-crawler.com%'
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001839s
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (138, '2024-12-14T01:14:13', 'remove_bitmetv')
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|138: remove_bitmetv migrated
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065699s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|139: add_download_history migrating
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.6|Info|add_download_history|Starting migration of Main DB to 139
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadHistory
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadHistory" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EventType" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "DownloadId" TEXT NOT NULL, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Protocol" INTEGER, "IndexerId" INTEGER, "DownloadClientId" INTEGER, "Release" TEXT, "Data" TEXT)
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002995s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (EventType)
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_EventType" ON "DownloadHistory" ("EventType" ASC)
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001976s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (SeriesId)
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_SeriesId" ON "DownloadHistory" ("SeriesId" ASC)
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001846s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (DownloadId)
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_DownloadId" ON "DownloadHistory" ("DownloadId" ASC)
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001845s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012542s
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (139, '2024-12-14T01:14:13', 'add_download_history')
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|139: add_download_history migrated
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0076576s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|140: remove_chown_and_folderchmod_config_v2 migrating
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.6|Info|remove_chown_and_folderchmod_config_v2|Starting migration of Main DB to 140
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" IN ('folderchmod', 'chownuser')
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" IN ('folderchmod', 'chownuser')
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002682s
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (140, '2024-12-14T01:14:13', 'remove_chown_and_folderchmod_config_v2')
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|140: remove_chown_and_folderchmod_config_v2 migrated
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068327s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|141: add_update_history migrating
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.6|Info|add_update_history|Starting migration of Main DB to 141
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (141, '2024-12-14T01:14:13', 'add_update_history')
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|141: add_update_history migrated
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006673s
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|142: import_lists migrating
2024-12-14 01:14:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.6|Info|import_lists|Starting migration of Main DB to 142
2024-12-14 01:14:13.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportLists
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportLists" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableAutomaticAdd" INTEGER, "RootFolderPath" TEXT NOT NULL, "ShouldMonitor" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "LanguageProfileId" INTEGER NOT NULL, "Tags" TEXT)
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003255s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ImportLists (Name)
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportLists_Name" ON "ImportLists" ("Name" ASC)
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001945s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportListStatus
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT)
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002852s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ImportListStatus (ProviderId)
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002034s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportListExclusions
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListExclusions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" TEXT NOT NULL, "Title" TEXT NOT NULL)
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002052s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ImportListExclusions (TvdbId)
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListExclusions_TvdbId" ON "ImportListExclusions" ("TvdbId" ASC)
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001939s
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (142, '2024-12-14T01:14:13', 'import_lists')
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|142: import_lists migrated
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065922s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|143: add_priority_to_indexers migrating
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.7|Info|add_priority_to_indexers|Starting migration of Main DB to 143
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Priority Int32
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Priority" INTEGER NOT NULL DEFAULT 25
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005131s
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (143, '2024-12-14T01:14:13', 'add_priority_to_indexers')
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|143: add_priority_to_indexers migrated
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068325s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|144: import_lists_series_type_and_season_folder migrating
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.7|Info|import_lists_series_type_and_season_folder|Starting migration of Main DB to 144
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists SeriesType Int32
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "SeriesType" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005003s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists SeasonFolder Boolean
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "SeasonFolder" INTEGER NOT NULL DEFAULT 1
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004607s
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (144, '2024-12-14T01:14:13', 'import_lists_series_type_and_season_folder')
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|144: import_lists_series_type_and_season_folder migrated
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006774s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|145: remove_growl migrating
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.7|Info|remove_growl|Starting migration of Main DB to 145
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'Growl'
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001809s
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (145, '2024-12-14T01:14:13', 'remove_growl')
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|145: remove_growl migrated
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006599s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|146: cleanup_duplicates_updatehistory migrating
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.7|Info|cleanup_duplicates_updatehistory|Starting migration of Main DB to 146
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (146, '2024-12-14T01:14:13', 'cleanup_duplicates_updatehistory')
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|146: cleanup_duplicates_updatehistory migrated
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065711s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|147: swap_filechmod_for_folderchmod migrating
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.7|Info|swap_filechmod_for_folderchmod|Starting migration of Main DB to 147
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003549s
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (147, '2024-12-14T01:14:13', 'swap_filechmod_for_folderchmod')
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|147: swap_filechmod_for_folderchmod migrated
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006641s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|148: mediainfo_channels migrating
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.7|Info|mediainfo_channels|Starting migration of Main DB to 148
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "EpisodeFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannels"', '"audioChannelsContainer"');
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "EpisodeFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannels"', '"audioChannelsContainer"');
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001674s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "EpisodeFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannelPositionsText"', '"audioChannelPositionsTextContainer"');
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "EpisodeFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannelPositionsText"', '"audioChannelPositionsTextContainer"');
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001661s
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (148, '2024-12-14T01:14:13', 'mediainfo_channels')
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|148: mediainfo_channels migrated
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065325s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|149: add_on_delete_to_notifications migrating
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.7|Info|add_on_delete_to_notifications|Starting migration of Main DB to 149
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnSeriesDelete Boolean
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnSeriesDelete" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005066s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnEpisodeFileDelete Boolean
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnEpisodeFileDelete" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004799s
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (149, '2024-12-14T01:14:13', 'add_on_delete_to_notifications')
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|149: add_on_delete_to_notifications migrated
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068168s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|150: add_scene_mapping_origin migrating
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.7|Info|add_scene_mapping_origin|Starting migration of Main DB to 150
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SceneMappings
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SceneMappings SceneOrigin String
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SceneMappings" ADD COLUMN "SceneOrigin" TEXT
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004921s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SceneMappings SearchMode Int32
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SceneMappings" ADD COLUMN "SearchMode" INTEGER
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00042s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SceneMappings Comment String
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SceneMappings" ADD COLUMN "Comment" TEXT
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004772s
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (150, '2024-12-14T01:14:13', 'add_scene_mapping_origin')
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|150: add_scene_mapping_origin migrated
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068565s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|151: remove_custom_filter_type migrating
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.7|Info|remove_custom_filter_type|Starting migration of Main DB to 151
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "CustomFilters" SET "Type" = 'series' WHERE "Type" = 'seriesIndex'
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000159s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "CustomFilters" SET "Type" = 'series' WHERE "Type" = 'seriesEditor'
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001526s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "CustomFilters" SET "Type" = 'series' WHERE "Type" = 'seasonPass'
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001429s
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (151, '2024-12-14T01:14:13', 'remove_custom_filter_type')
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|151: remove_custom_filter_type migrated
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006443s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|152: update_btn_url_to_https migrating
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.7|Info|update_btn_url_to_https|Starting migration of Main DB to 152
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "Settings" = Replace("Settings", 'http://api.broadcasthe.net', 'https://api.broadcasthe.net') WHERE "Implementation" = 'BroadcastheNet';
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "Settings" = Replace("Settings", 'http://api.broadcasthe.net', 'https://api.broadcasthe.net') WHERE "Implementation" = 'BroadcastheNet';
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001697s
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (152, '2024-12-14T01:14:13', 'update_btn_url_to_https')
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|152: update_btn_url_to_https migrated
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00649s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|153: add_on_episodefiledelete_for_upgrade migrating
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.7|Info|add_on_episodefiledelete_for_upgrade|Starting migration of Main DB to 153
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnEpisodeFileDeleteForUpgrade Boolean
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnEpisodeFileDeleteForUpgrade" INTEGER NOT NULL DEFAULT 1
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005518s
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (153, '2024-12-14T01:14:13', 'add_on_episodefiledelete_for_upgrade')
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|153: add_on_episodefiledelete_for_upgrade migrated
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069686s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|154: add_name_release_profile migrating
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.7|Info|add_name_release_profile|Starting migration of Main DB to 154
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles Name String
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "Name" TEXT DEFAULT NULL
2024-12-14 01:14:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000522s
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (154, '2024-12-14T01:14:13', 'add_name_release_profile')
2024-12-14 01:14:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|154: add_name_release_profile migrated
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068903s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|155: add_arabic_and_hindi_languages migrating
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.8|Info|add_arabic_and_hindi_languages|Starting migration of Main DB to 155
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025145s
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (155, '2024-12-14T01:14:13', 'add_arabic_and_hindi_languages')
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|155: add_arabic_and_hindi_languages migrated
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0089644s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|156: add_bypass_to_delay_profile migrating
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.8|Info|add_bypass_to_delay_profile|Starting migration of Main DB to 156
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles BypassIfHighestQuality Boolean
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "BypassIfHighestQuality" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004664s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "DelayProfiles" SET "BypassIfHighestQuality" = 1 WHERE 1 = 1
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001554s
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (156, '2024-12-14T01:14:13', 'add_bypass_to_delay_profile')
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|156: add_bypass_to_delay_profile migrated
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066129s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|157: email_multiple_addresses migrating
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.8|Info|email_multiple_addresses|Starting migration of Main DB to 157
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0014907s
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (157, '2024-12-14T01:14:13', 'email_multiple_addresses')
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|157: email_multiple_addresses migrated
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0078913s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|158: cdh_per_downloadclient migrating
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.8|Info|cdh_per_downloadclient|Starting migration of Main DB to 158
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients RemoveCompletedDownloads Boolean
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "RemoveCompletedDownloads" INTEGER NOT NULL DEFAULT 1
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000551s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients RemoveFailedDownloads Boolean
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "RemoveFailedDownloads" INTEGER NOT NULL DEFAULT 1
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005279s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0140775s
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (158, '2024-12-14T01:14:13', 'cdh_per_downloadclient')
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|158: cdh_per_downloadclient migrated
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0206432s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|159: add_indexer_tags migrating
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.8|Info|add_indexer_tags|Starting migration of Main DB to 159
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Tags String
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Tags" TEXT
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005118s
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (159, '2024-12-14T01:14:13', 'add_indexer_tags')
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|159: add_indexer_tags migrated
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069045s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|160: rename_blacklist_to_blocklist migrating
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.8|Info|rename_blacklist_to_blocklist|Starting migration of Main DB to 160
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Blacklist Blocklist
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" RENAME TO "Blocklist"
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017432s
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (160, '2024-12-14T01:14:13', 'rename_blacklist_to_blocklist')
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|160: rename_blacklist_to_blocklist migrated
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0100147s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|161: remove_plex_hometheatre migrating
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.8|Info|remove_plex_hometheatre|Starting migration of Main DB to 161
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'PlexHomeTheater'
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003425s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'PlexClient'
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001694s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037795s
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (161, '2024-12-14T01:14:13', 'remove_plex_hometheatre')
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|161: remove_plex_hometheatre migrated
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0102289s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|162: release_profile_to_array migrating
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.8|Info|release_profile_to_array|Starting migration of Main DB to 162
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011087s
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (162, '2024-12-14T01:14:13', 'release_profile_to_array')
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|162: release_profile_to_array migrated
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0075753s
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|163: mediainfo_to_ffmpeg migrating
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.8|Info|mediainfo_to_ffmpeg|Starting migration of Main DB to 163
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013778s
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (163, '2024-12-14T01:14:13', 'mediainfo_to_ffmpeg')
2024-12-14 01:14:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|163: mediainfo_to_ffmpeg migrated
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007736s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|164: download_client_per_indexer migrating
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.9|Info|download_client_per_indexer|Starting migration of Main DB to 164
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers DownloadClientId Int32
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "DownloadClientId" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005925s
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (164, '2024-12-14T01:14:13', 'download_client_per_indexer')
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|164: download_client_per_indexer migrated
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007117s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|165: add_on_update_to_notifications migrating
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.9|Info|add_on_update_to_notifications|Starting migration of Main DB to 165
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnApplicationUpdate Boolean
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnApplicationUpdate" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007365s
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (165, '2024-12-14T01:14:13', 'add_on_update_to_notifications')
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|165: add_on_update_to_notifications migrated
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071644s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|166: update_series_sort_title migrating
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.9|Info|update_series_sort_title|Starting migration of Main DB to 166
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004621s
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (166, '2024-12-14T01:14:13', 'update_series_sort_title')
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|166: update_series_sort_title migrated
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0096035s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|167: add_tvdbid_to_episode migrating
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.9|Info|add_tvdbid_to_episode|Starting migration of Main DB to 167
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Episodes
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Episodes TvdbId Int32
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes" ADD COLUMN "TvdbId" INTEGER
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005011s
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (167, '2024-12-14T01:14:13', 'add_tvdbid_to_episode')
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|167: add_tvdbid_to_episode migrated
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068722s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|168: add_additional_info_to_pending_releases migrating
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.9|Info|add_additional_info_to_pending_releases|Starting migration of Main DB to 168
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn PendingReleases AdditionalInfo String
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases" ADD COLUMN "AdditionalInfo" TEXT
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004619s
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (168, '2024-12-14T01:14:13', 'add_additional_info_to_pending_releases')
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|168: add_additional_info_to_pending_releases migrated
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067294s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|169: add_malayalam_and_ukrainian_languages migrating
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.9|Info|add_malayalam_and_ukrainian_languages|Starting migration of Main DB to 169
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002201s
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (169, '2024-12-14T01:14:13', 'add_malayalam_and_ukrainian_languages')
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|169: add_malayalam_and_ukrainian_languages migrated
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0085273s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|170: add_language_tags_to_subtitle_files migrating
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.9|Info|add_language_tags_to_subtitle_files|Starting migration of Main DB to 170
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SubtitleFiles LanguageTags String
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles" ADD COLUMN "LanguageTags" TEXT
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000664s
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (170, '2024-12-14T01:14:13', 'add_language_tags_to_subtitle_files')
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|170: add_language_tags_to_subtitle_files migrated
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071684s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|171: add_custom_formats migrating
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.9|Info|add_custom_formats|Starting migration of Main DB to 171
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable CustomFormats
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFormats" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Specifications" TEXT NOT NULL DEFAULT '[]', "IncludeCustomFormatWhenRenaming" INTEGER NOT NULL DEFAULT 0)
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003975s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex CustomFormats (Name)
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_CustomFormats_Name" ON "CustomFormats" ("Name" ASC)
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002414s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityProfiles
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityProfiles FormatItems String
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles" ADD COLUMN "FormatItems" TEXT NOT NULL DEFAULT '[]'
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008971s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityProfiles
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityProfiles MinFormatScore Int32
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles" ADD COLUMN "MinFormatScore" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000795s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityProfiles
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityProfiles CutoffFormatScore Int32
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles" ADD COLUMN "CutoffFormatScore" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007075s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005143s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006341s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ReleaseProfiles Preferred
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ReleaseProfiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Required" TEXT, "Ignored" TEXT, "Tags" TEXT NOT NULL, "IncludePreferredWhenRenaming" INTEGER NOT NULL, "Enabled" INTEGER NOT NULL, "IndexerId" INTEGER NOT NULL, "Name" TEXT)
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ReleaseProfiles_temp" ("Id", "Required", "Ignored", "Tags", "IncludePreferredWhenRenaming", "Enabled", "IndexerId", "Name") SELECT "Id", "Required", "Ignored", "Tags", "IncludePreferredWhenRenaming", "Enabled", "IndexerId", "Name" FROM "ReleaseProfiles"
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ReleaseProfiles"
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles_temp" RENAME TO "ReleaseProfiles"
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032889s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ReleaseProfiles IncludePreferredWhenRenaming
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ReleaseProfiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Required" TEXT, "Ignored" TEXT, "Tags" TEXT NOT NULL, "Enabled" INTEGER NOT NULL, "IndexerId" INTEGER NOT NULL, "Name" TEXT)
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ReleaseProfiles_temp" ("Id", "Required", "Ignored", "Tags", "Enabled", "IndexerId", "Name") SELECT "Id", "Required", "Ignored", "Tags", "Enabled", "IndexerId", "Name" FROM "ReleaseProfiles"
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ReleaseProfiles"
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles_temp" RENAME TO "ReleaseProfiles"
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031785s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "ReleaseProfiles" WHERE "Required" = '[]' AND "Ignored" = '[]'
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000144s
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (171, '2024-12-14T01:14:13', 'add_custom_formats')
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|171: add_custom_formats migrated
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065834s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|172: add_SeasonSearchMaximumSingleEpisodeAge_to_indexers migrating
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.9|Info|add_SeasonSearchMaximumSingleEpisodeAge_to_indexers|Starting migration of Main DB to 172
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers SeasonSearchMaximumSingleEpisodeAge Int32
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "SeasonSearchMaximumSingleEpisodeAge" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006394s
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (172, '2024-12-14T01:14:13', 'add_SeasonSearchMaximumSingleEpisodeAge_to_indexers')
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|172: add_SeasonSearchMaximumSingleEpisodeAge_to_indexers migrated
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071522s
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|173: remove_omg migrating
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:13.9|Info|remove_omg|Starting migration of Main DB to 173
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Indexers" WHERE "Implementation" = 'Omgwtfnzbs'
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Omgwtfnzbs'
2024-12-14 01:14:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000125s
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (173, '2024-12-14T01:14:13', 'remove_omg')
2024-12-14 01:14:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|173: remove_omg migrated
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006379s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|174: add_salt_to_users migrating
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.0|Info|add_salt_to_users|Starting migration of Main DB to 174
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Users
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Users Salt String
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Users" ADD COLUMN "Salt" TEXT
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008807s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Users Iterations Int32
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Users" ADD COLUMN "Iterations" INTEGER
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008472s
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (174, '2024-12-14T01:14:14', 'add_salt_to_users')
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|174: add_salt_to_users migrated
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074121s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|175: language_profiles_to_custom_formats migrating
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.0|Info|language_profiles_to_custom_formats|Starting migration of Main DB to 175
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable EpisodeFiles
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn EpisodeFiles Languages String
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "EpisodeFiles" ADD COLUMN "Languages" TEXT NOT NULL DEFAULT '[]'
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009346s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn History Languages String
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History" ADD COLUMN "Languages" TEXT NOT NULL DEFAULT '[]'
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009543s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blocklist Languages String
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist" ADD COLUMN "Languages" TEXT NOT NULL DEFAULT '[]'
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008607s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "EpisodeFiles" SET "Languages" = '[' || "Language" || ']'
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "EpisodeFiles" SET "Languages" = '[' || "Language" || ']'
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001721s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "History" SET "Languages" = '[' || "Language" || ']'
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "History" SET "Languages" = '[' || "Language" || ']'
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000155s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Blocklist" SET "Languages" = '[' || "Language" || ']'
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Blocklist" SET "Languages" = '[' || "Language" || ']'
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001529s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn EpisodeFiles Language
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "EpisodeFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SeasonNumber" INTEGER NOT NULL, "SceneName" TEXT, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "RelativePath" TEXT, "OriginalFilePath" TEXT, "Languages" TEXT NOT NULL)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "EpisodeFiles_temp" ("Id", "SeriesId", "Quality", "Size", "DateAdded", "SeasonNumber", "SceneName", "ReleaseGroup", "MediaInfo", "RelativePath", "OriginalFilePath", "Languages") SELECT "Id", "SeriesId", "Quality", "Size", "DateAdded", "SeasonNumber", "SceneName", "ReleaseGroup", "MediaInfo", "RelativePath", "OriginalFilePath", "Languages" FROM "EpisodeFiles"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "EpisodeFiles"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "EpisodeFiles_temp" RENAME TO "EpisodeFiles"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_EpisodeFiles_SeriesId" ON "EpisodeFiles" ("SeriesId" ASC)
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004375s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn History Language
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Quality" TEXT NOT NULL, "Data" TEXT NOT NULL, "EventType" INTEGER, "DownloadId" TEXT, "Languages" TEXT NOT NULL)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "History_temp" ("Id", "EpisodeId", "SeriesId", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "Languages") SELECT "Id", "EpisodeId", "SeriesId", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "Languages" FROM "History"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History_temp" RENAME TO "History"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_EventType" ON "History" ("EventType" ASC)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_EpisodeId_Date" ON "History" ("EpisodeId" ASC, "Date" DESC)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId_Date" ON "History" ("DownloadId" ASC, "Date" DESC)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_SeriesId" ON "History" ("SeriesId" ASC)
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048717s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Blocklist Language
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blocklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "EpisodeIds" TEXT NOT NULL, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "Languages" TEXT NOT NULL)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blocklist_temp" ("Id", "SeriesId", "EpisodeIds", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "Languages") SELECT "Id", "SeriesId", "EpisodeIds", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "Languages" FROM "Blocklist"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Blacklist_SeriesId" ON "Blocklist" ("SeriesId" ASC)
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034594s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Series LanguageProfileId
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Certification" TEXT, "SortTitle" TEXT, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "TvMazeId" INTEGER NOT NULL)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Series_temp" ("Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "QualityProfileId", "Tags", "Added", "AddOptions", "TvMazeId") SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "QualityProfileId", "Tags", "Added", "AddOptions", "TvMazeId" FROM "Series"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Series"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series_temp" RENAME TO "Series"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_Path" ON "Series" ("Path" ASC)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_CleanTitle" ON "Series" ("CleanTitle" ASC)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvMazeId" ON "Series" ("TvMazeId" ASC)
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005079s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ImportLists LanguageProfileId
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportLists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableAutomaticAdd" INTEGER, "RootFolderPath" TEXT NOT NULL, "ShouldMonitor" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "Tags" TEXT, "SeriesType" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportLists_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableAutomaticAdd", "RootFolderPath", "ShouldMonitor", "QualityProfileId", "Tags", "SeriesType", "SeasonFolder") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableAutomaticAdd", "RootFolderPath", "ShouldMonitor", "QualityProfileId", "Tags", "SeriesType", "SeasonFolder" FROM "ImportLists"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportLists"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists_temp" RENAME TO "ImportLists"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportLists_Name" ON "ImportLists" ("Name" ASC)
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033109s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable LanguageProfiles
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "LanguageProfiles"
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002325s
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (175, '2024-12-14T01:14:14', 'language_profiles_to_custom_formats')
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|175: language_profiles_to_custom_formats migrated
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068476s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|176: original_language migrating
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.0|Info|original_language|Starting migration of Main DB to 176
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series OriginalLanguage Int32
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "OriginalLanguage" INTEGER NOT NULL DEFAULT 1
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005224s
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (176, '2024-12-14T01:14:14', 'original_language')
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|176: original_language migrated
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068324s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|177: add_on_manual_interaction_required_to_notifications migrating
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.0|Info|add_on_manual_interaction_required_to_notifications|Starting migration of Main DB to 177
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnManualInteractionRequired Boolean
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnManualInteractionRequired" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006895s
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (177, '2024-12-14T01:14:14', 'add_on_manual_interaction_required_to_notifications')
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|177: add_on_manual_interaction_required_to_notifications migrated
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071133s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|178: list_sync_time migrating
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.0|Info|list_sync_time|Starting migration of Main DB to 178
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ImportListStatus LastSyncListInfo
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "ImportListStatus"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0055767s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportListStatus LastInfoSync DateTime
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus" ADD COLUMN "LastInfoSync" DATETIME
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006309s
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (178, '2024-12-14T01:14:14', 'list_sync_time')
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|178: list_sync_time migrated
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071589s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|179: add_auto_tagging migrating
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.0|Info|add_auto_tagging|Starting migration of Main DB to 179
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable AutoTagging
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AutoTagging" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Specifications" TEXT NOT NULL DEFAULT '[]', "RemoveTagsAutomatically" INTEGER NOT NULL DEFAULT 0, "Tags" TEXT NOT NULL DEFAULT '[]')
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003458s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AutoTagging (Name)
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AutoTagging_Name" ON "AutoTagging" ("Name" ASC)
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001919s
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (179, '2024-12-14T01:14:14', 'add_auto_tagging')
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|179: add_auto_tagging migrated
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067836s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|180: task_duration migrating
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.0|Info|task_duration|Starting migration of Main DB to 180
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ScheduledTasks LastStartTime DateTime
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks" ADD COLUMN "LastStartTime" DATETIME
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005247s
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (180, '2024-12-14T01:14:14', 'task_duration')
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|180: task_duration migrated
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068402s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|181: quality_definition_preferred_size migrating
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.0|Info|quality_definition_preferred_size|Starting migration of Main DB to 181
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityDefinitions
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityDefinitions PreferredSize Double
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityDefinitions" ADD COLUMN "PreferredSize" NUMERIC
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005127s
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "QualityDefinitions" SET "PreferredSize" = "MaxSize" - 5 WHERE "MaxSize" > 5
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "QualityDefinitions" SET "PreferredSize" = "MaxSize" - 5 WHERE "MaxSize" > 5
2024-12-14 01:14:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001185s
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (181, '2024-12-14T01:14:14', 'quality_definition_preferred_size')
2024-12-14 01:14:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|181: quality_definition_preferred_size migrated
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064201s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|182: add_custom_format_score_bypass_to_delay_profile migrating
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.1|Info|add_custom_format_score_bypass_to_delay_profile|Starting migration of Main DB to 182
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles BypassIfAboveCustomFormatScore Boolean
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "BypassIfAboveCustomFormatScore" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005149s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles MinimumCustomFormatScore Int32
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "MinimumCustomFormatScore" INTEGER
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004612s
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (182, '2024-12-14T01:14:14', 'add_custom_format_score_bypass_to_delay_profile')
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|182: add_custom_format_score_bypass_to_delay_profile migrated
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006853s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|183: update_images_remote_url migrating
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.1|Info|update_images_remote_url|Starting migration of Main DB to 183
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Episodes" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"')
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Episodes" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"')
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001328s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Series" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"'), "Actors" = REPLACE("Actors", '"url"', '"remoteUrl"'), "Seasons" = REPLACE("Seasons", '"url"', '"remoteUrl"')
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Series" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"'), "Actors" = REPLACE("Actors", '"url"', '"remoteUrl"'), "Seasons" = REPLACE("Seasons", '"url"', '"remoteUrl"')
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001928s
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (183, '2024-12-14T01:14:14', 'update_images_remote_url')
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|183: update_images_remote_url migrated
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065387s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|184: remove_invalid_roksbox_metadata_images migrating
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.1|Info|remove_invalid_roksbox_metadata_images|Starting migration of Main DB to 184
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "MetadataFiles" WHERE "Consumer" = 'RoksboxMetadata' AND "Type" = 5 AND ("RelativePath" LIKE '%/metadata/%' OR "RelativePath" LIKE '%\metadata\%')
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "MetadataFiles" WHERE "Consumer" = 'RoksboxMetadata' AND "Type" = 5 AND ("RelativePath" LIKE '%/metadata/%' OR "RelativePath" LIKE '%\metadata\%')
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002216s
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (184, '2024-12-14T01:14:14', 'remove_invalid_roksbox_metadata_images')
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|184: remove_invalid_roksbox_metadata_images migrated
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066101s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|185: add_episode_runtime migrating
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.1|Info|add_episode_runtime|Starting migration of Main DB to 185
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Episodes
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Episodes Runtime Int32
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes" ADD COLUMN "Runtime" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005096s
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (185, '2024-12-14T01:14:14', 'add_episode_runtime')
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|185: add_episode_runtime migrated
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068838s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|186: add_result_to_commands migrating
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.1|Info|add_result_to_commands|Starting migration of Main DB to 186
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Commands Result Int32
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands" ADD COLUMN "Result" INTEGER NOT NULL DEFAULT 1
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006991s
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (186, '2024-12-14T01:14:14', 'add_result_to_commands')
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|186: add_result_to_commands migrated
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007002s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|187: add_on_series_add_to_notifications migrating
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.1|Info|add_on_series_add_to_notifications|Starting migration of Main DB to 187
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnSeriesAdd Boolean
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnSeriesAdd" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005269s
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (187, '2024-12-14T01:14:14', 'add_on_series_add_to_notifications')
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|187: add_on_series_add_to_notifications migrated
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068991s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|188: postgres_update_timestamp_columns_to_with_timezone migrating
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.1|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Main DB to 188
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Commands" WHERE 1 = 1
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001092s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blocklist Date DateTimeOffset
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blocklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "EpisodeIds" TEXT NOT NULL, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "Languages" TEXT NOT NULL)
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blocklist_temp" ("Id", "SeriesId", "EpisodeIds", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "Languages") SELECT "Id", "SeriesId", "EpisodeIds", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "Languages" FROM "Blocklist"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Blacklist_SeriesId" ON "Blocklist" ("SeriesId" ASC)
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0045661s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blocklist PublishedDate DateTimeOffset
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blocklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "EpisodeIds" TEXT NOT NULL, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "Languages" TEXT NOT NULL)
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blocklist_temp" ("Id", "SeriesId", "EpisodeIds", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "Languages") SELECT "Id", "SeriesId", "EpisodeIds", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "Languages" FROM "Blocklist"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Blacklist_SeriesId" ON "Blocklist" ("SeriesId" ASC)
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044972s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands QueuedAt DateTimeOffset
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL, "Result" INTEGER NOT NULL)
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger", "Result") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger", "Result" FROM "Commands"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands"
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0045311s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands StartedAt DateTimeOffset
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL, "Result" INTEGER NOT NULL)
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger", "Result") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger", "Result" FROM "Commands"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands"
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004146s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands EndedAt DateTimeOffset
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL, "Result" INTEGER NOT NULL)
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger", "Result") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger", "Result" FROM "Commands"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands"
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0075094s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus InitialFailure DateTimeOffset
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadClientStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "DownloadClientStatus"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034494s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus MostRecentFailure DateTimeOffset
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadClientStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "DownloadClientStatus"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032596s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus DisabledTill DateTimeOffset
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadClientStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "DownloadClientStatus"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033238s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadHistory
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadHistory Date DateTimeOffset
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadHistory_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EventType" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "DownloadId" TEXT NOT NULL, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Protocol" INTEGER, "IndexerId" INTEGER, "DownloadClientId" INTEGER, "Release" TEXT, "Data" TEXT)
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadHistory_temp" ("Id", "EventType", "SeriesId", "DownloadId", "SourceTitle", "Date", "Protocol", "IndexerId", "DownloadClientId", "Release", "Data") SELECT "Id", "EventType", "SeriesId", "DownloadId", "SourceTitle", "Date", "Protocol", "IndexerId", "DownloadClientId", "Release", "Data" FROM "DownloadHistory"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadHistory"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadHistory_temp" RENAME TO "DownloadHistory"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_EventType" ON "DownloadHistory" ("EventType" ASC)
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_SeriesId" ON "DownloadHistory" ("SeriesId" ASC)
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_DownloadId" ON "DownloadHistory" ("DownloadId" ASC)
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036993s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable EpisodeFiles
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn EpisodeFiles DateAdded DateTimeOffset
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "EpisodeFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SeasonNumber" INTEGER NOT NULL, "SceneName" TEXT, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "RelativePath" TEXT, "OriginalFilePath" TEXT, "Languages" TEXT NOT NULL)
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "EpisodeFiles_temp" ("Id", "SeriesId", "Quality", "Size", "DateAdded", "SeasonNumber", "SceneName", "ReleaseGroup", "MediaInfo", "RelativePath", "OriginalFilePath", "Languages") SELECT "Id", "SeriesId", "Quality", "Size", "DateAdded", "SeasonNumber", "SceneName", "ReleaseGroup", "MediaInfo", "RelativePath", "OriginalFilePath", "Languages" FROM "EpisodeFiles"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "EpisodeFiles"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "EpisodeFiles_temp" RENAME TO "EpisodeFiles"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_EpisodeFiles_SeriesId" ON "EpisodeFiles" ("SeriesId" ASC)
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003326s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Episodes
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:14.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Episodes AirDateUtc DateTimeOffset
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Episodes_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeNumber" INTEGER NOT NULL, "Title" TEXT, "Overview" TEXT, "EpisodeFileId" INTEGER, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER, "Monitored" INTEGER, "AirDateUtc" DATETIME, "AirDate" TEXT, "Ratings" TEXT, "Images" TEXT, "UnverifiedSceneNumbering" INTEGER NOT NULL, "LastSearchTime" DATETIME, "AiredAfterSeasonNumber" INTEGER, "AiredBeforeSeasonNumber" INTEGER, "AiredBeforeEpisodeNumber" INTEGER, "TvdbId" INTEGER, "Runtime" INTEGER NOT NULL)
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Episodes_temp" ("Id", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored", "AirDateUtc", "AirDate", "Ratings", "Images", "UnverifiedSceneNumbering", "LastSearchTime", "AiredAfterSeasonNumber", "AiredBeforeSeasonNumber", "AiredBeforeEpisodeNumber", "TvdbId", "Runtime") SELECT "Id", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored", "AirDateUtc", "AirDate", "Ratings", "Images", "UnverifiedSceneNumbering", "LastSearchTime", "AiredAfterSeasonNumber", "AiredBeforeSeasonNumber", "AiredBeforeEpisodeNumber", "TvdbId", "Runtime" FROM "Episodes"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Episodes"
2024-12-14 01:14:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes_temp" RENAME TO "Episodes"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Episodes_EpisodeFileId" ON "Episodes" ("EpisodeFileId" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Episodes_SeriesId" ON "Episodes" ("SeriesId" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Episodes_SeriesId_SeasonNumber_EpisodeNumber" ON "Episodes" ("SeriesId" ASC, "SeasonNumber" ASC, "EpisodeNumber" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Episodes_SeriesId_AirDate" ON "Episodes" ("SeriesId" ASC, "AirDate" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0045879s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Episodes
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Episodes LastSearchTime DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Episodes_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeNumber" INTEGER NOT NULL, "Title" TEXT, "Overview" TEXT, "EpisodeFileId" INTEGER, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER, "Monitored" INTEGER, "AirDateUtc" DATETIME, "AirDate" TEXT, "Ratings" TEXT, "Images" TEXT, "UnverifiedSceneNumbering" INTEGER NOT NULL, "LastSearchTime" DATETIME, "AiredAfterSeasonNumber" INTEGER, "AiredBeforeSeasonNumber" INTEGER, "AiredBeforeEpisodeNumber" INTEGER, "TvdbId" INTEGER, "Runtime" INTEGER NOT NULL)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Episodes_temp" ("Id", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored", "AirDateUtc", "AirDate", "Ratings", "Images", "UnverifiedSceneNumbering", "LastSearchTime", "AiredAfterSeasonNumber", "AiredBeforeSeasonNumber", "AiredBeforeEpisodeNumber", "TvdbId", "Runtime") SELECT "Id", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored", "AirDateUtc", "AirDate", "Ratings", "Images", "UnverifiedSceneNumbering", "LastSearchTime", "AiredAfterSeasonNumber", "AiredBeforeSeasonNumber", "AiredBeforeEpisodeNumber", "TvdbId", "Runtime" FROM "Episodes"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Episodes"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes_temp" RENAME TO "Episodes"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Episodes_EpisodeFileId" ON "Episodes" ("EpisodeFileId" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Episodes_SeriesId" ON "Episodes" ("SeriesId" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Episodes_SeriesId_SeasonNumber_EpisodeNumber" ON "Episodes" ("SeriesId" ASC, "SeasonNumber" ASC, "EpisodeNumber" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Episodes_SeriesId_AirDate" ON "Episodes" ("SeriesId" ASC, "AirDate" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047315s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ExtraFiles
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ExtraFiles Added DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ExtraFiles_temp" ("Id", "SeriesId", "SeasonNumber", "EpisodeFileId", "RelativePath", "Extension", "Added", "LastUpdated") SELECT "Id", "SeriesId", "SeasonNumber", "EpisodeFileId", "RelativePath", "Extension", "Added", "LastUpdated" FROM "ExtraFiles"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ExtraFiles"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ExtraFiles_temp" RENAME TO "ExtraFiles"
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031323s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ExtraFiles
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ExtraFiles LastUpdated DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ExtraFiles_temp" ("Id", "SeriesId", "SeasonNumber", "EpisodeFileId", "RelativePath", "Extension", "Added", "LastUpdated") SELECT "Id", "SeriesId", "SeasonNumber", "EpisodeFileId", "RelativePath", "Extension", "Added", "LastUpdated" FROM "ExtraFiles"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ExtraFiles"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ExtraFiles_temp" RENAME TO "ExtraFiles"
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032169s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn History Date DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Quality" TEXT NOT NULL, "Data" TEXT NOT NULL, "EventType" INTEGER, "DownloadId" TEXT, "Languages" TEXT NOT NULL)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "History_temp" ("Id", "EpisodeId", "SeriesId", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "Languages") SELECT "Id", "EpisodeId", "SeriesId", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "Languages" FROM "History"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History_temp" RENAME TO "History"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_EventType" ON "History" ("EventType" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_EpisodeId_Date" ON "History" ("EpisodeId" ASC, "Date" DESC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId_Date" ON "History" ("DownloadId" ASC, "Date" DESC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_SeriesId" ON "History" ("SeriesId" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043399s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus InitialFailure DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastInfoSync" DATETIME)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastInfoSync") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastInfoSync" FROM "ImportListStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033247s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus MostRecentFailure DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastInfoSync" DATETIME)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastInfoSync") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastInfoSync" FROM "ImportListStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034056s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus DisabledTill DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastInfoSync" DATETIME)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastInfoSync") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastInfoSync" FROM "ImportListStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038268s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus LastInfoSync DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastInfoSync" DATETIME)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastInfoSync") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastInfoSync" FROM "ImportListStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039183s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus InitialFailure DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo" FROM "IndexerStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037863s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus MostRecentFailure DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo" FROM "IndexerStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046963s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus DisabledTill DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo" FROM "IndexerStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033868s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataFiles
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MetadataFiles LastUpdated DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "SeasonNumber" INTEGER, "EpisodeFileId" INTEGER, "Hash" TEXT, "Added" DATETIME, "Extension" TEXT NOT NULL)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MetadataFiles_temp" ("Id", "SeriesId", "Consumer", "Type", "RelativePath", "LastUpdated", "SeasonNumber", "EpisodeFileId", "Hash", "Added", "Extension") SELECT "Id", "SeriesId", "Consumer", "Type", "RelativePath", "LastUpdated", "SeasonNumber", "EpisodeFileId", "Hash", "Added", "Extension" FROM "MetadataFiles"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles_temp" RENAME TO "MetadataFiles"
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032461s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataFiles
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MetadataFiles Added DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "SeasonNumber" INTEGER, "EpisodeFileId" INTEGER, "Hash" TEXT, "Added" DATETIME, "Extension" TEXT NOT NULL)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MetadataFiles_temp" ("Id", "SeriesId", "Consumer", "Type", "RelativePath", "LastUpdated", "SeasonNumber", "EpisodeFileId", "Hash", "Added", "Extension") SELECT "Id", "SeriesId", "Consumer", "Type", "RelativePath", "LastUpdated", "SeasonNumber", "EpisodeFileId", "Hash", "Added", "Extension" FROM "MetadataFiles"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles_temp" RENAME TO "MetadataFiles"
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032576s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn PendingReleases Added DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "ParsedEpisodeInfo" TEXT NOT NULL, "Release" TEXT NOT NULL, "Reason" INTEGER NOT NULL, "AdditionalInfo" TEXT)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "PendingReleases_temp" ("Id", "SeriesId", "Title", "Added", "ParsedEpisodeInfo", "Release", "Reason", "AdditionalInfo") SELECT "Id", "SeriesId", "Title", "Added", "ParsedEpisodeInfo", "Release", "Reason", "AdditionalInfo" FROM "PendingReleases"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "PendingReleases"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases_temp" RENAME TO "PendingReleases"
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030332s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks LastExecution DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ScheduledTasks_temp" ("Id", "TypeName", "Interval", "LastExecution", "LastStartTime") SELECT "Id", "TypeName", "Interval", "LastExecution", "LastStartTime" FROM "ScheduledTasks"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031974s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks LastStartTime DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ScheduledTasks_temp" ("Id", "TypeName", "Interval", "LastExecution", "LastStartTime") SELECT "Id", "TypeName", "Interval", "LastExecution", "LastStartTime" FROM "ScheduledTasks"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032396s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Series LastInfoSync DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Certification" TEXT, "SortTitle" TEXT, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "TvMazeId" INTEGER NOT NULL, "OriginalLanguage" INTEGER NOT NULL)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Series_temp" ("Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "QualityProfileId", "Tags", "Added", "AddOptions", "TvMazeId", "OriginalLanguage") SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "QualityProfileId", "Tags", "Added", "AddOptions", "TvMazeId", "OriginalLanguage" FROM "Series"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Series"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series_temp" RENAME TO "Series"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_Path" ON "Series" ("Path" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_CleanTitle" ON "Series" ("CleanTitle" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvMazeId" ON "Series" ("TvMazeId" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050464s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Series LastDiskSync DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Certification" TEXT, "SortTitle" TEXT, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "TvMazeId" INTEGER NOT NULL, "OriginalLanguage" INTEGER NOT NULL)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Series_temp" ("Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "QualityProfileId", "Tags", "Added", "AddOptions", "TvMazeId", "OriginalLanguage") SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "QualityProfileId", "Tags", "Added", "AddOptions", "TvMazeId", "OriginalLanguage" FROM "Series"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Series"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series_temp" RENAME TO "Series"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_Path" ON "Series" ("Path" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_CleanTitle" ON "Series" ("CleanTitle" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvMazeId" ON "Series" ("TvMazeId" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005028s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Series FirstAired DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Certification" TEXT, "SortTitle" TEXT, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "TvMazeId" INTEGER NOT NULL, "OriginalLanguage" INTEGER NOT NULL)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Series_temp" ("Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "QualityProfileId", "Tags", "Added", "AddOptions", "TvMazeId", "OriginalLanguage") SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "QualityProfileId", "Tags", "Added", "AddOptions", "TvMazeId", "OriginalLanguage" FROM "Series"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Series"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series_temp" RENAME TO "Series"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_Path" ON "Series" ("Path" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_CleanTitle" ON "Series" ("CleanTitle" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvMazeId" ON "Series" ("TvMazeId" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004747s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Series NextAiring DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Certification" TEXT, "SortTitle" TEXT, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "TvMazeId" INTEGER NOT NULL, "OriginalLanguage" INTEGER NOT NULL)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Series_temp" ("Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "QualityProfileId", "Tags", "Added", "AddOptions", "TvMazeId", "OriginalLanguage") SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "QualityProfileId", "Tags", "Added", "AddOptions", "TvMazeId", "OriginalLanguage" FROM "Series"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Series"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series_temp" RENAME TO "Series"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_Path" ON "Series" ("Path" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_CleanTitle" ON "Series" ("CleanTitle" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvMazeId" ON "Series" ("TvMazeId" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004658s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Series Added DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Certification" TEXT, "SortTitle" TEXT, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "TvMazeId" INTEGER NOT NULL, "OriginalLanguage" INTEGER NOT NULL)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Series_temp" ("Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "QualityProfileId", "Tags", "Added", "AddOptions", "TvMazeId", "OriginalLanguage") SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "QualityProfileId", "Tags", "Added", "AddOptions", "TvMazeId", "OriginalLanguage" FROM "Series"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Series"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series_temp" RENAME TO "Series"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_Path" ON "Series" ("Path" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_CleanTitle" ON "Series" ("CleanTitle" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TvMazeId" ON "Series" ("TvMazeId" ASC)
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046595s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn SubtitleFiles LastUpdated DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SubtitleFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL, "Language" INTEGER NOT NULL, "LanguageTags" TEXT)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "SubtitleFiles_temp" ("Id", "SeriesId", "SeasonNumber", "EpisodeFileId", "RelativePath", "Extension", "Added", "LastUpdated", "Language", "LanguageTags") SELECT "Id", "SeriesId", "SeasonNumber", "EpisodeFileId", "RelativePath", "Extension", "Added", "LastUpdated", "Language", "LanguageTags" FROM "SubtitleFiles"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SubtitleFiles"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles_temp" RENAME TO "SubtitleFiles"
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030526s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn SubtitleFiles Added DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SubtitleFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME, "LastUpdated" DATETIME NOT NULL, "Language" INTEGER NOT NULL, "LanguageTags" TEXT)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "SubtitleFiles_temp" ("Id", "SeriesId", "SeasonNumber", "EpisodeFileId", "RelativePath", "Extension", "Added", "LastUpdated", "Language", "LanguageTags") SELECT "Id", "SeriesId", "SeasonNumber", "EpisodeFileId", "RelativePath", "Extension", "Added", "LastUpdated", "Language", "LanguageTags" FROM "SubtitleFiles"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SubtitleFiles"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles_temp" RENAME TO "SubtitleFiles"
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029966s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT)
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo"
2024-12-14 01:14:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo"
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031394s
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (188, '2024-12-14T01:14:14', 'postgres_update_timestamp_columns_to_with_timezone')
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|188: postgres_update_timestamp_columns_to_with_timezone migrated
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0186589s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|189: add_colon_replacement_to_naming_config migrating
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.3|Info|add_colon_replacement_to_naming_config|Starting migration of Main DB to 189
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig ColonReplacementFormat Int32
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "ColonReplacementFormat" INTEGER NOT NULL DEFAULT 4
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004812s
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (189, '2024-12-14T01:14:14', 'add_colon_replacement_to_naming_config')
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|189: add_colon_replacement_to_naming_config migrated
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067846s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|190: health_restored_notification migrating
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.3|Info|health_restored_notification|Starting migration of Main DB to 190
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnHealthRestored Boolean
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnHealthRestored" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004615s
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (190, '2024-12-14T01:14:14', 'health_restored_notification')
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|190: health_restored_notification migrated
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069105s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|191: add_download_client_tags migrating
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.3|Info|add_download_client_tags|Starting migration of Main DB to 191
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients Tags String
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "Tags" TEXT
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004582s
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (191, '2024-12-14T01:14:14', 'add_download_client_tags')
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|191: add_download_client_tags migrated
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00685s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|192: import_exclusion_type migrating
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.3|Info|import_exclusion_type|Starting migration of Main DB to 192
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListExclusions
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListExclusions TvdbId Int32
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListExclusions_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "Title" TEXT NOT NULL)
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListExclusions_temp" ("Id", "TvdbId", "Title") SELECT "Id", "TvdbId", "Title" FROM "ImportListExclusions"
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListExclusions"
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListExclusions_temp" RENAME TO "ImportListExclusions"
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListExclusions_TvdbId" ON "ImportListExclusions" ("TvdbId" ASC)
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040667s
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (192, '2024-12-14T01:14:14', 'import_exclusion_type')
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|192: import_exclusion_type migrated
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0173974s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|193: add_import_list_items migrating
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.3|Info|add_import_list_items|Starting migration of Main DB to 193
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportListItems
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListItems" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImportListId" INTEGER NOT NULL, "Title" TEXT NOT NULL, "TvdbId" INTEGER NOT NULL, "Year" INTEGER, "TmdbId" INTEGER, "ImdbId" TEXT, "MalId" INTEGER, "AniListId" INTEGER, "ReleaseDate" DATETIME)
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002811s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportListStatus HasRemovedItemSinceLastClean Boolean
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus" ADD COLUMN "HasRemovedItemSinceLastClean" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004909s
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (193, '2024-12-14T01:14:14', 'add_import_list_items')
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|193: add_import_list_items migrated
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042407s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|194: add_notification_status migrating
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.3|Info|add_notification_status|Starting migration of Main DB to 194
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NotificationStatus
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NotificationStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000295s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex NotificationStatus (ProviderId)
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NotificationStatus_ProviderId" ON "NotificationStatus" ("ProviderId" ASC)
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002041s
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (194, '2024-12-14T01:14:14', 'add_notification_status')
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|194: add_notification_status migrated
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022559s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|195: parse_language_tags_from_existing_subtitle_files migrating
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.3|Info|parse_language_tags_from_existing_subtitle_files|Starting migration of Main DB to 195
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007859s
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (195, '2024-12-14T01:14:14', 'parse_language_tags_from_existing_subtitle_files')
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|195: parse_language_tags_from_existing_subtitle_files migrated
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028526s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|196: add_finale_type migrating
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.3|Info|add_finale_type|Starting migration of Main DB to 196
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Episodes
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Episodes FinaleType String
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Episodes" ADD COLUMN "FinaleType" TEXT
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004646s
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (196, '2024-12-14T01:14:14', 'add_finale_type')
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|196: add_finale_type migrated
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025713s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|197: list_add_missing_search migrating
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.3|Info|list_add_missing_search|Starting migration of Main DB to 197
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists SearchForMissingEpisodes Boolean
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "SearchForMissingEpisodes" INTEGER NOT NULL DEFAULT 1
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005841s
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (197, '2024-12-14T01:14:14', 'list_add_missing_search')
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|197: list_add_missing_search migrated
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026367s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|198: parse_title_from_existing_subtitle_files migrating
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.3|Info|parse_title_from_existing_subtitle_files|Starting migration of Main DB to 198
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SubtitleFiles Title String
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles" ADD COLUMN "Title" TEXT
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000535s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SubtitleFiles Copy Int32
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles" ADD COLUMN "Copy" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005296s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007124s
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (198, '2024-12-14T01:14:14', 'parse_title_from_existing_subtitle_files')
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|198: parse_title_from_existing_subtitle_files migrated
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027616s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|199: series_last_aired migrating
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.3|Info|series_last_aired|Starting migration of Main DB to 199
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series LastAired DateTimeOffset
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "LastAired" DATETIME
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006132s
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (199, '2024-12-14T01:14:14', 'series_last_aired')
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|199: series_last_aired migrated
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027285s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|200: AddNewItemMonitorType migrating
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.3|Info|AddNewItemMonitorType|Starting migration of Main DB to 200
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series MonitorNewItems Int32
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "MonitorNewItems" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004966s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists MonitorNewItems Int32
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "MonitorNewItems" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004807s
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (200, '2024-12-14T01:14:14', 'AddNewItemMonitorType')
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|200: AddNewItemMonitorType migrated
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025448s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|201: email_encryption migrating
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.3|Info|email_encryption|Starting migration of Main DB to 201
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011313s
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (201, '2024-12-14T01:14:14', 'email_encryption')
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|201: email_encryption migrated
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032631s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|202: add_indexer_flags migrating
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.3|Info|add_indexer_flags|Starting migration of Main DB to 202
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blocklist IndexerFlags Int32
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist" ADD COLUMN "IndexerFlags" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005095s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable EpisodeFiles
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn EpisodeFiles IndexerFlags Int32
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "EpisodeFiles" ADD COLUMN "IndexerFlags" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004814s
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (202, '2024-12-14T01:14:14', 'add_indexer_flags')
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|202: add_indexer_flags migrated
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025281s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|203: release_type migrating
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.3|Info|release_type|Starting migration of Main DB to 203
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blocklist ReleaseType Int32
2024-12-14 01:14:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist" ADD COLUMN "ReleaseType" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005664s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable EpisodeFiles
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn EpisodeFiles ReleaseType Int32
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "EpisodeFiles" ADD COLUMN "ReleaseType" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005093s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006922s
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (203, '2024-12-14T01:14:14', 'release_type')
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|203: release_type migrated
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027847s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|204: add_add_release_hash migrating
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.4|Info|add_add_release_hash|Starting migration of Main DB to 204
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable EpisodeFiles
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn EpisodeFiles ReleaseHash String
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "EpisodeFiles" ADD COLUMN "ReleaseHash" TEXT
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004921s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008473s
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (204, '2024-12-14T01:14:14', 'add_add_release_hash')
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|204: add_add_release_hash migrated
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029715s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|205: rename_season_pack_spec migrating
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.4|Info|rename_season_pack_spec|Starting migration of Main DB to 205
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "CustomFormats" SET "Specifications" = REPLACE("Specifications", 'SeasonPackSpecification', 'ReleaseTypeSpecification')
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "CustomFormats" SET "Specifications" = REPLACE("Specifications", 'SeasonPackSpecification', 'ReleaseTypeSpecification')
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002146s
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (205, '2024-12-14T01:14:14', 'rename_season_pack_spec')
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|205: rename_season_pack_spec migrated
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023631s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|206: add_tmdbid migrating
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.4|Info|add_tmdbid|Starting migration of Main DB to 206
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Series
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Series TmdbId Int32
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Series" ADD COLUMN "TmdbId" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005241s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Series (TmdbId)
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Series_TmdbId" ON "Series" ("TmdbId" ASC)
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001671s
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (206, '2024-12-14T01:14:14', 'add_tmdbid')
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|206: add_tmdbid migrated
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022568s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|209: add_on_import_complete_to_notifications migrating
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.4|Info|add_on_import_complete_to_notifications|Starting migration of Main DB to 209
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnImportComplete Boolean
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnImportComplete" INTEGER NOT NULL DEFAULT 0
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005448s
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (209, '2024-12-14T01:14:14', 'add_on_import_complete_to_notifications')
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|209: add_on_import_complete_to_notifications migrated
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025858s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|210: add_monitored_seasons_filter migrating
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.4|Info|add_monitored_seasons_filter|Starting migration of Main DB to 210
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019166s
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (210, '2024-12-14T01:14:14', 'add_monitored_seasons_filter')
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|210: add_monitored_seasons_filter migrated
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042298s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|211: add_custom_colon_replacement_to_naming_config migrating
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.4|Info|add_custom_colon_replacement_to_naming_config|Starting migration of Main DB to 211
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig CustomColonReplacementFormat String
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "CustomColonReplacementFormat" TEXT NOT NULL DEFAULT ''
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005087s
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (211, '2024-12-14T01:14:14', 'add_custom_colon_replacement_to_naming_config')
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|211: add_custom_colon_replacement_to_naming_config migrated
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025528s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|212: add_minium_upgrade_format_score_to_quality_profiles migrating
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.4|Info|add_minium_upgrade_format_score_to_quality_profiles|Starting migration of Main DB to 212
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityProfiles
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityProfiles MinUpgradeFormatScore Int32
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles" ADD COLUMN "MinUpgradeFormatScore" INTEGER NOT NULL DEFAULT 1
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005561s
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (212, '2024-12-14T01:14:14', 'add_minium_upgrade_format_score_to_quality_profiles')
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|212: add_minium_upgrade_format_score_to_quality_profiles migrated
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026606s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|214: add_blurary576p_quality_in_profiles migrating
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.4|Info|add_blurary576p_quality_in_profiles|Starting migration of Main DB to 214
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (214, '2024-12-14T01:14:14', 'add_blurary576p_quality_in_profiles')
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|214: add_blurary576p_quality_in_profiles migrated
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023415s
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|215: add_blurary576p_quality_in_profiles_with_grouped_blurary480p migrating
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.4|Info|add_blurary576p_quality_in_profiles_with_grouped_blurary480p|Starting migration of Main DB to 215
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019849s
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (215, '2024-12-14T01:14:14', 'add_blurary576p_quality_in_profiles_with_grouped_blurary480p')
2024-12-14 01:14:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|215: add_blurary576p_quality_in_profiles_with_grouped_blurary480p migrated
2024-12-14 01:14:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041039s
2024-12-14 01:14:14.6|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:14.6|Info|DatabaseEngineVersionCheck|SQLite 3.45.3
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.023594s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0237321s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000253s
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0126873s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002926s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004697s
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006683s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 3E-07s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003224s
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069509s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.6|Info|InitialSetup|Starting migration of Log DB to 1
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Logs
2024-12-14 01:14:14.6|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, "Method" TEXT, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004062s
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2024-12-14T01:14:14', 'InitialSetup')
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00693s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|2: remove_tvrage_imdb_unique_constraint migrating
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.6|Info|remove_tvrage_imdb_unique_constraint|Starting migration of Log DB to 2
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2024-12-14T01:14:14', 'remove_tvrage_imdb_unique_constraint')
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|2: remove_tvrage_imdb_unique_constraint migrated
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067271s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|3: remove_renamed_scene_mapping_columns migrating
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.6|Info|remove_renamed_scene_mapping_columns|Starting migration of Log DB to 3
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2024-12-14T01:14:14', 'remove_renamed_scene_mapping_columns')
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|3: remove_renamed_scene_mapping_columns migrated
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067497s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|4: updated_history migrating
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.6|Info|updated_history|Starting migration of Log DB to 4
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2024-12-14T01:14:14', 'updated_history')
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|4: updated_history migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067875s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|5: added_eventtype_to_history migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|added_eventtype_to_history|Starting migration of Log DB to 5
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2024-12-14T01:14:14', 'added_eventtype_to_history')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|5: added_eventtype_to_history migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071428s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|6: add_index_to_log_time migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|add_index_to_log_time|Starting migration of Log DB to 6
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable Logs
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs"
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003024s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Logs
2024-12-14 01:14:14.7|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, "Method" TEXT, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004678s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Logs (Time)
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002882s
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2024-12-14T01:14:14', 'add_index_to_log_time')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|6: add_index_to_log_time migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072562s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|7: add_renameEpisodes_to_naming migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|add_renameEpisodes_to_naming|Starting migration of Log DB to 7
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2024-12-14T01:14:14', 'add_renameEpisodes_to_naming')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|7: add_renameEpisodes_to_naming migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069052s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|8: remove_backlog migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|remove_backlog|Starting migration of Log DB to 8
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2024-12-14T01:14:14', 'remove_backlog')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|8: remove_backlog migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068033s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|9: fix_rename_episodes migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|fix_rename_episodes|Starting migration of Log DB to 9
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (9, '2024-12-14T01:14:14', 'fix_rename_episodes')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|9: fix_rename_episodes migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068155s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|10: add_monitored migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|add_monitored|Starting migration of Log DB to 10
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2024-12-14T01:14:14', 'add_monitored')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|10: add_monitored migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067559s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|11: remove_ignored migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|remove_ignored|Starting migration of Log DB to 11
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2024-12-14T01:14:14', 'remove_ignored')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|11: remove_ignored migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068609s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|12: remove_custom_start_date migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|remove_custom_start_date|Starting migration of Log DB to 12
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (12, '2024-12-14T01:14:14', 'remove_custom_start_date')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|12: remove_custom_start_date migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068198s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|13: add_air_date_utc migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|add_air_date_utc|Starting migration of Log DB to 13
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2024-12-14T01:14:14', 'add_air_date_utc')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|13: add_air_date_utc migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068476s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|14: drop_air_date migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|drop_air_date|Starting migration of Log DB to 14
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2024-12-14T01:14:14', 'drop_air_date')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|14: drop_air_date migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068951s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|15: add_air_date_as_string migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|add_air_date_as_string|Starting migration of Log DB to 15
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2024-12-14T01:14:14', 'add_air_date_as_string')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|15: add_air_date_as_string migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070105s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|16: updated_imported_history_item migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|updated_imported_history_item|Starting migration of Log DB to 16
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2024-12-14T01:14:14', 'updated_imported_history_item')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|16: updated_imported_history_item migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071345s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|17: reset_scene_names migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|reset_scene_names|Starting migration of Log DB to 17
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2024-12-14T01:14:14', 'reset_scene_names')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|17: reset_scene_names migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069648s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|18: remove_duplicates migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|remove_duplicates|Starting migration of Log DB to 18
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2024-12-14T01:14:14', 'remove_duplicates')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|18: remove_duplicates migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069381s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|19: restore_unique_constraints migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|restore_unique_constraints|Starting migration of Log DB to 19
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2024-12-14T01:14:14', 'restore_unique_constraints')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|19: restore_unique_constraints migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006896s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|20: add_year_and_seasons_to_series migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|add_year_and_seasons_to_series|Starting migration of Log DB to 20
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2024-12-14T01:14:14', 'add_year_and_seasons_to_series')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|20: add_year_and_seasons_to_series migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067804s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|21: drop_seasons_table migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|drop_seasons_table|Starting migration of Log DB to 21
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2024-12-14T01:14:14', 'drop_seasons_table')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|21: drop_seasons_table migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070593s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|22: move_indexer_to_generic_provider migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|move_indexer_to_generic_provider|Starting migration of Log DB to 22
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2024-12-14T01:14:14', 'move_indexer_to_generic_provider')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|22: move_indexer_to_generic_provider migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068815s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|23: add_config_contract_to_indexers migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|add_config_contract_to_indexers|Starting migration of Log DB to 23
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2024-12-14T01:14:14', 'add_config_contract_to_indexers')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|23: add_config_contract_to_indexers migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069409s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|24: drop_tvdb_episodeid migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|drop_tvdb_episodeid|Starting migration of Log DB to 24
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2024-12-14T01:14:14', 'drop_tvdb_episodeid')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|24: drop_tvdb_episodeid migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066972s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|25: move_notification_to_generic_provider migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|move_notification_to_generic_provider|Starting migration of Log DB to 25
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2024-12-14T01:14:14', 'move_notification_to_generic_provider')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|25: move_notification_to_generic_provider migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068419s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|26: add_config_contract_to_notifications migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|add_config_contract_to_notifications|Starting migration of Log DB to 26
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2024-12-14T01:14:14', 'add_config_contract_to_notifications')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|26: add_config_contract_to_notifications migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068825s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|27: fix_omgwtfnzbs migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|fix_omgwtfnzbs|Starting migration of Log DB to 27
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2024-12-14T01:14:14', 'fix_omgwtfnzbs')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|27: fix_omgwtfnzbs migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0075467s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|28: add_blacklist_table migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|add_blacklist_table|Starting migration of Log DB to 28
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2024-12-14T01:14:14', 'add_blacklist_table')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|28: add_blacklist_table migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006953s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|29: add_formats_to_naming_config migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|add_formats_to_naming_config|Starting migration of Log DB to 29
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2024-12-14T01:14:14', 'add_formats_to_naming_config')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|29: add_formats_to_naming_config migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069855s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|30: add_season_folder_format_to_naming_config migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|add_season_folder_format_to_naming_config|Starting migration of Log DB to 30
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2024-12-14T01:14:14', 'add_season_folder_format_to_naming_config')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|30: add_season_folder_format_to_naming_config migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069484s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|31: delete_old_naming_config_columns migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|delete_old_naming_config_columns|Starting migration of Log DB to 31
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2024-12-14T01:14:14', 'delete_old_naming_config_columns')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|31: delete_old_naming_config_columns migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070075s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|32: set_default_release_group migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|set_default_release_group|Starting migration of Log DB to 32
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2024-12-14T01:14:14', 'set_default_release_group')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|32: set_default_release_group migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069176s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|33: add_api_key_to_pushover migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|add_api_key_to_pushover|Starting migration of Log DB to 33
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2024-12-14T01:14:14', 'add_api_key_to_pushover')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|33: add_api_key_to_pushover migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069004s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|34: remove_series_contraints migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|remove_series_contraints|Starting migration of Log DB to 34
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (34, '2024-12-14T01:14:14', 'remove_series_contraints')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|34: remove_series_contraints migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067718s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|35: add_series_folder_format_to_naming_config migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|add_series_folder_format_to_naming_config|Starting migration of Log DB to 35
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2024-12-14T01:14:14', 'add_series_folder_format_to_naming_config')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|35: add_series_folder_format_to_naming_config migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074971s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|36: update_with_quality_converters migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|update_with_quality_converters|Starting migration of Log DB to 36
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2024-12-14T01:14:14', 'update_with_quality_converters')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|36: update_with_quality_converters migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006737s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|37: add_configurable_qualities migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|add_configurable_qualities|Starting migration of Log DB to 37
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2024-12-14T01:14:14', 'add_configurable_qualities')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|37: add_configurable_qualities migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068449s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|38: add_on_upgrade_to_notifications migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|add_on_upgrade_to_notifications|Starting migration of Log DB to 38
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2024-12-14T01:14:14', 'add_on_upgrade_to_notifications')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|38: add_on_upgrade_to_notifications migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006774s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|39: add_metadata_tables migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|add_metadata_tables|Starting migration of Log DB to 39
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2024-12-14T01:14:14', 'add_metadata_tables')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|39: add_metadata_tables migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069519s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|40: add_metadata_to_episodes_and_series migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|add_metadata_to_episodes_and_series|Starting migration of Log DB to 40
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2024-12-14T01:14:14', 'add_metadata_to_episodes_and_series')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|40: add_metadata_to_episodes_and_series migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069258s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|41: fix_xbmc_season_images_metadata migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|fix_xbmc_season_images_metadata|Starting migration of Log DB to 41
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (41, '2024-12-14T01:14:14', 'fix_xbmc_season_images_metadata')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|41: fix_xbmc_season_images_metadata migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068831s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|42: add_download_clients_table migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|add_download_clients_table|Starting migration of Log DB to 42
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (42, '2024-12-14T01:14:14', 'add_download_clients_table')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|42: add_download_clients_table migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069217s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|43: convert_config_to_download_clients migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|convert_config_to_download_clients|Starting migration of Log DB to 43
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (43, '2024-12-14T01:14:14', 'convert_config_to_download_clients')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|43: convert_config_to_download_clients migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070111s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|44: fix_xbmc_episode_metadata migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|fix_xbmc_episode_metadata|Starting migration of Log DB to 44
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (44, '2024-12-14T01:14:15', 'fix_xbmc_episode_metadata')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|44: fix_xbmc_episode_metadata migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068415s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|45: add_indexes migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|add_indexes|Starting migration of Log DB to 45
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (45, '2024-12-14T01:14:15', 'add_indexes')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|45: add_indexes migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068225s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|46: fix_nzb_su_url migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|fix_nzb_su_url|Starting migration of Log DB to 46
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (46, '2024-12-14T01:14:15', 'fix_nzb_su_url')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|46: fix_nzb_su_url migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006963s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|47: add_temporary_blacklist_columns migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|add_temporary_blacklist_columns|Starting migration of Log DB to 47
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (47, '2024-12-14T01:14:15', 'add_temporary_blacklist_columns')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|47: add_temporary_blacklist_columns migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0137429s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|48: add_title_to_scenemappings migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|add_title_to_scenemappings|Starting migration of Log DB to 48
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (48, '2024-12-14T01:14:15', 'add_title_to_scenemappings')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|48: add_title_to_scenemappings migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067455s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|49: fix_dognzb_url migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|fix_dognzb_url|Starting migration of Log DB to 49
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (49, '2024-12-14T01:14:15', 'fix_dognzb_url')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|49: fix_dognzb_url migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068234s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|50: add_hash_to_metadata_files migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|add_hash_to_metadata_files|Starting migration of Log DB to 50
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (50, '2024-12-14T01:14:15', 'add_hash_to_metadata_files')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|50: add_hash_to_metadata_files migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069123s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|51: download_client_import migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|download_client_import|Starting migration of Log DB to 51
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (51, '2024-12-14T01:14:15', 'download_client_import')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|51: download_client_import migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006661s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|52: add_columns_for_anime migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|add_columns_for_anime|Starting migration of Log DB to 52
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (52, '2024-12-14T01:14:15', 'add_columns_for_anime')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|52: add_columns_for_anime migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068033s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|53: add_series_sorttitle migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|add_series_sorttitle|Starting migration of Log DB to 53
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (53, '2024-12-14T01:14:15', 'add_series_sorttitle')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|53: add_series_sorttitle migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066422s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|54: rename_profiles migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|rename_profiles|Starting migration of Log DB to 54
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (54, '2024-12-14T01:14:15', 'rename_profiles')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|54: rename_profiles migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006825s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|55: drop_old_profile_columns migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|drop_old_profile_columns|Starting migration of Log DB to 55
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (55, '2024-12-14T01:14:15', 'drop_old_profile_columns')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|55: drop_old_profile_columns migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068982s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|56: add_mediainfo_to_episodefile migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|add_mediainfo_to_episodefile|Starting migration of Log DB to 56
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (56, '2024-12-14T01:14:15', 'add_mediainfo_to_episodefile')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|56: add_mediainfo_to_episodefile migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067623s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|57: convert_episode_file_path_to_relative migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|convert_episode_file_path_to_relative|Starting migration of Log DB to 57
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (57, '2024-12-14T01:14:15', 'convert_episode_file_path_to_relative')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|57: convert_episode_file_path_to_relative migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006801s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|58: drop_episode_file_path migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|drop_episode_file_path|Starting migration of Log DB to 58
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (58, '2024-12-14T01:14:15', 'drop_episode_file_path')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|58: drop_episode_file_path migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070081s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|59: add_enable_options_to_indexers migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|add_enable_options_to_indexers|Starting migration of Log DB to 59
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (59, '2024-12-14T01:14:15', 'add_enable_options_to_indexers')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|59: add_enable_options_to_indexers migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068209s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|60: remove_enable_from_indexers migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|remove_enable_from_indexers|Starting migration of Log DB to 60
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (60, '2024-12-14T01:14:15', 'remove_enable_from_indexers')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|60: remove_enable_from_indexers migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070805s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|61: clear_bad_scene_names migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|clear_bad_scene_names|Starting migration of Log DB to 61
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (61, '2024-12-14T01:14:15', 'clear_bad_scene_names')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|61: clear_bad_scene_names migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007297s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|62: convert_quality_models migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|convert_quality_models|Starting migration of Log DB to 62
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (62, '2024-12-14T01:14:15', 'convert_quality_models')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|62: convert_quality_models migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070509s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|63: add_remotepathmappings migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|add_remotepathmappings|Starting migration of Log DB to 63
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (63, '2024-12-14T01:14:15', 'add_remotepathmappings')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|63: add_remotepathmappings migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007117s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|64: remove_method_from_logs migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|remove_method_from_logs|Starting migration of Log DB to 64
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Logs Method
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs_temp" ("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)
2024-12-14 01:14:15.1|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"
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs"
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Logs_temp" RENAME TO "Logs"
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023735s
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (64, '2024-12-14T01:14:15', 'remove_method_from_logs')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|64: remove_method_from_logs migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0090667s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|65: make_scene_numbering_nullable migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|make_scene_numbering_nullable|Starting migration of Log DB to 65
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (65, '2024-12-14T01:14:15', 'make_scene_numbering_nullable')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|65: make_scene_numbering_nullable migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069833s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|66: add_tags migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|add_tags|Starting migration of Log DB to 66
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (66, '2024-12-14T01:14:15', 'add_tags')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|66: add_tags migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072892s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|67: add_added_to_series migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|add_added_to_series|Starting migration of Log DB to 67
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (67, '2024-12-14T01:14:15', 'add_added_to_series')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|67: add_added_to_series migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071009s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|68: add_release_restrictions migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|add_release_restrictions|Starting migration of Log DB to 68
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (68, '2024-12-14T01:14:15', 'add_release_restrictions')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|68: add_release_restrictions migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00716s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|69: quality_proper migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|quality_proper|Starting migration of Log DB to 69
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (69, '2024-12-14T01:14:15', 'quality_proper')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|69: quality_proper migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074497s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|70: delay_profile migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|delay_profile|Starting migration of Log DB to 70
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (70, '2024-12-14T01:14:15', 'delay_profile')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|70: delay_profile migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073166s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|71: unknown_quality_in_profile migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|unknown_quality_in_profile|Starting migration of Log DB to 71
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (71, '2024-12-14T01:14:15', 'unknown_quality_in_profile')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|71: unknown_quality_in_profile migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067561s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|72: history_downloadId migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|history_downloadId|Starting migration of Log DB to 72
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (72, '2024-12-14T01:14:15', 'history_downloadId')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|72: history_downloadId migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006743s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|73: clear_ratings migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|clear_ratings|Starting migration of Log DB to 73
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (73, '2024-12-14T01:14:15', 'clear_ratings')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|73: clear_ratings migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071732s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|74: disable_eztv migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|disable_eztv|Starting migration of Log DB to 74
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (74, '2024-12-14T01:14:15', 'disable_eztv')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|74: disable_eztv migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070866s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|75: force_lib_update migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|force_lib_update|Starting migration of Log DB to 75
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (75, '2024-12-14T01:14:15', 'force_lib_update')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|75: force_lib_update migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068607s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|76: add_users_table migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|add_users_table|Starting migration of Log DB to 76
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (76, '2024-12-14T01:14:15', 'add_users_table')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|76: add_users_table migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066187s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|77: add_add_options_to_series migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|add_add_options_to_series|Starting migration of Log DB to 77
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (77, '2024-12-14T01:14:15', 'add_add_options_to_series')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|77: add_add_options_to_series migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067075s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|78: add_commands_table migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|add_commands_table|Starting migration of Log DB to 78
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (78, '2024-12-14T01:14:15', 'add_commands_table')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|78: add_commands_table migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067556s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|79: dedupe_tags migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|dedupe_tags|Starting migration of Log DB to 79
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (79, '2024-12-14T01:14:15', 'dedupe_tags')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|79: dedupe_tags migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071662s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|81: move_dot_prefix_to_transmission_category migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|move_dot_prefix_to_transmission_category|Starting migration of Log DB to 81
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (81, '2024-12-14T01:14:15', 'move_dot_prefix_to_transmission_category')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|81: move_dot_prefix_to_transmission_category migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070188s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|82: add_fanzub_settings migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|add_fanzub_settings|Starting migration of Log DB to 82
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (82, '2024-12-14T01:14:15', 'add_fanzub_settings')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|82: add_fanzub_settings migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069396s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|83: additonal_blacklist_columns migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|additonal_blacklist_columns|Starting migration of Log DB to 83
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (83, '2024-12-14T01:14:15', 'additonal_blacklist_columns')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|83: additonal_blacklist_columns migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073287s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|84: update_quality_minmax_size migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|update_quality_minmax_size|Starting migration of Log DB to 84
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (84, '2024-12-14T01:14:15', 'update_quality_minmax_size')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|84: update_quality_minmax_size migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073016s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|85: expand_transmission_urlbase migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|expand_transmission_urlbase|Starting migration of Log DB to 85
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (85, '2024-12-14T01:14:15', 'expand_transmission_urlbase')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|85: expand_transmission_urlbase migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067516s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|86: pushbullet_device_ids migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|pushbullet_device_ids|Starting migration of Log DB to 86
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (86, '2024-12-14T01:14:15', 'pushbullet_device_ids')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|86: pushbullet_device_ids migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067907s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|87: remove_eztv migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|remove_eztv|Starting migration of Log DB to 87
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (87, '2024-12-14T01:14:15', 'remove_eztv')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|87: remove_eztv migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073042s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|88: pushbullet_devices_channels_list migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|pushbullet_devices_channels_list|Starting migration of Log DB to 88
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (88, '2024-12-14T01:14:15', 'pushbullet_devices_channels_list')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|88: pushbullet_devices_channels_list migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073273s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|89: add_on_rename_to_notifcations migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|add_on_rename_to_notifcations|Starting migration of Log DB to 89
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (89, '2024-12-14T01:14:15', 'add_on_rename_to_notifcations')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|89: add_on_rename_to_notifcations migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072602s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|90: update_kickass_url migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|update_kickass_url|Starting migration of Log DB to 90
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (90, '2024-12-14T01:14:15', 'update_kickass_url')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|90: update_kickass_url migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071509s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|91: added_indexerstatus migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|added_indexerstatus|Starting migration of Log DB to 91
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (91, '2024-12-14T01:14:15', 'added_indexerstatus')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|91: added_indexerstatus migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074469s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|92: add_unverifiedscenenumbering migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|add_unverifiedscenenumbering|Starting migration of Log DB to 92
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (92, '2024-12-14T01:14:15', 'add_unverifiedscenenumbering')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|92: add_unverifiedscenenumbering migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069574s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|93: naming_config_replace_illegal_characters migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|naming_config_replace_illegal_characters|Starting migration of Log DB to 93
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (93, '2024-12-14T01:14:15', 'naming_config_replace_illegal_characters')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|93: naming_config_replace_illegal_characters migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006832s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|94: add_tvmazeid migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|add_tvmazeid|Starting migration of Log DB to 94
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (94, '2024-12-14T01:14:15', 'add_tvmazeid')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|94: add_tvmazeid migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069564s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|95: add_additional_episodes_index migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|add_additional_episodes_index|Starting migration of Log DB to 95
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (95, '2024-12-14T01:14:15', 'add_additional_episodes_index')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|95: add_additional_episodes_index migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071873s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|96: disable_kickass migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|disable_kickass|Starting migration of Log DB to 96
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (96, '2024-12-14T01:14:15', 'disable_kickass')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|96: disable_kickass migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070157s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|97: add_reason_to_pending_releases migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|add_reason_to_pending_releases|Starting migration of Log DB to 97
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (97, '2024-12-14T01:14:15', 'add_reason_to_pending_releases')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|97: add_reason_to_pending_releases migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071059s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|98: remove_titans_of_tv migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|remove_titans_of_tv|Starting migration of Log DB to 98
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (98, '2024-12-14T01:14:15', 'remove_titans_of_tv')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|98: remove_titans_of_tv migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069697s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|99: extra_and_subtitle_files migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|extra_and_subtitle_files|Starting migration of Log DB to 99
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (99, '2024-12-14T01:14:15', 'extra_and_subtitle_files')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|99: extra_and_subtitle_files migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070105s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|100: add_scene_season_number migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|add_scene_season_number|Starting migration of Log DB to 100
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (100, '2024-12-14T01:14:15', 'add_scene_season_number')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|100: add_scene_season_number migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070435s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|101: add_ultrahd_quality_in_profiles migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|add_ultrahd_quality_in_profiles|Starting migration of Log DB to 101
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (101, '2024-12-14T01:14:15', 'add_ultrahd_quality_in_profiles')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|101: add_ultrahd_quality_in_profiles migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|102: add_language_to_episodeFiles_history_and_blacklist migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|add_language_to_episodeFiles_history_and_blacklist|Starting migration of Log DB to 102
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (102, '2024-12-14T01:14:15', 'add_language_to_episodeFiles_history_and_blacklist')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|102: add_language_to_episodeFiles_history_and_blacklist migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072548s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|103: fix_metadata_file_extensions migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|fix_metadata_file_extensions|Starting migration of Log DB to 103
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (103, '2024-12-14T01:14:15', 'fix_metadata_file_extensions')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|103: fix_metadata_file_extensions migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071582s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|104: remove_kickass migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|remove_kickass|Starting migration of Log DB to 104
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (104, '2024-12-14T01:14:15', 'remove_kickass')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|104: remove_kickass migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071652s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|105: rename_torrent_downloadstation migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|rename_torrent_downloadstation|Starting migration of Log DB to 105
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (105, '2024-12-14T01:14:15', 'rename_torrent_downloadstation')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|105: rename_torrent_downloadstation migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072088s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|106: update_btn_url migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|update_btn_url|Starting migration of Log DB to 106
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (106, '2024-12-14T01:14:15', 'update_btn_url')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|106: update_btn_url migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071536s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|107: remove_wombles migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|remove_wombles|Starting migration of Log DB to 107
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (107, '2024-12-14T01:14:15', 'remove_wombles')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|107: remove_wombles migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068651s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|108: fix_extra_file_extension migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|fix_extra_file_extension|Starting migration of Log DB to 108
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (108, '2024-12-14T01:14:15', 'fix_extra_file_extension')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|108: fix_extra_file_extension migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071734s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|109: import_extra_files migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|import_extra_files|Starting migration of Log DB to 109
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (109, '2024-12-14T01:14:15', 'import_extra_files')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|109: import_extra_files migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073485s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|110: fix_extra_files_config migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|fix_extra_files_config|Starting migration of Log DB to 110
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (110, '2024-12-14T01:14:15', 'fix_extra_files_config')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|110: fix_extra_files_config migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070848s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|111: create_language_profiles migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|create_language_profiles|Starting migration of Log DB to 111
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (111, '2024-12-14T01:14:15', 'create_language_profiles')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|111: create_language_profiles migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067837s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|112: added_regex_to_scenemapping migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|added_regex_to_scenemapping|Starting migration of Log DB to 112
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (112, '2024-12-14T01:14:15', 'added_regex_to_scenemapping')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|112: added_regex_to_scenemapping migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073564s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|113: consolidate_indexer_baseurl migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|consolidate_indexer_baseurl|Starting migration of Log DB to 113
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (113, '2024-12-14T01:14:15', 'consolidate_indexer_baseurl')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|113: consolidate_indexer_baseurl migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072639s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|114: rename_indexer_status_id migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|rename_indexer_status_id|Starting migration of Log DB to 114
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (114, '2024-12-14T01:14:15', 'rename_indexer_status_id')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|114: rename_indexer_status_id migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073098s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|115: add_downloadclient_status migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|add_downloadclient_status|Starting migration of Log DB to 115
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (115, '2024-12-14T01:14:15', 'add_downloadclient_status')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|115: add_downloadclient_status migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068812s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|116: disable_nyaa migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|disable_nyaa|Starting migration of Log DB to 116
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (116, '2024-12-14T01:14:15', 'disable_nyaa')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|116: disable_nyaa migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073731s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|117: add_webrip_and_br480_qualites_in_profile migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|add_webrip_and_br480_qualites_in_profile|Starting migration of Log DB to 117
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (117, '2024-12-14T01:14:15', 'add_webrip_and_br480_qualites_in_profile')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|117: add_webrip_and_br480_qualites_in_profile migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073314s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|118: add_history_eventType_index migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|add_history_eventType_index|Starting migration of Log DB to 118
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (118, '2024-12-14T01:14:15', 'add_history_eventType_index')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|118: add_history_eventType_index migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071501s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|119: separate_automatic_and_interactive_searches migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|separate_automatic_and_interactive_searches|Starting migration of Log DB to 119
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (119, '2024-12-14T01:14:15', 'separate_automatic_and_interactive_searches')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|119: separate_automatic_and_interactive_searches migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074943s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|120: update_series_episodes_history_indexes migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|update_series_episodes_history_indexes|Starting migration of Log DB to 120
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (120, '2024-12-14T01:14:15', 'update_series_episodes_history_indexes')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|120: update_series_episodes_history_indexes migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073096s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|121: update_animetosho_url migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|update_animetosho_url|Starting migration of Log DB to 121
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (121, '2024-12-14T01:14:15', 'update_animetosho_url')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|121: update_animetosho_url migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073105s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|122: add_remux_qualities_in_profile migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|add_remux_qualities_in_profile|Starting migration of Log DB to 122
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (122, '2024-12-14T01:14:15', 'add_remux_qualities_in_profile')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|122: add_remux_qualities_in_profile migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074483s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|123: add_history_seriesId_index migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|add_history_seriesId_index|Starting migration of Log DB to 123
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (123, '2024-12-14T01:14:15', 'add_history_seriesId_index')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|123: add_history_seriesId_index migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074074s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|124: remove_media_browser_metadata migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|remove_media_browser_metadata|Starting migration of Log DB to 124
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (124, '2024-12-14T01:14:15', 'remove_media_browser_metadata')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|124: remove_media_browser_metadata migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070723s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|125: remove_notify_my_android_and_pushalot_notifications migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|remove_notify_my_android_and_pushalot_notifications|Starting migration of Log DB to 125
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (125, '2024-12-14T01:14:15', 'remove_notify_my_android_and_pushalot_notifications')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|125: remove_notify_my_android_and_pushalot_notifications migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074942s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|126: add_custom_filters migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|add_custom_filters|Starting migration of Log DB to 126
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (126, '2024-12-14T01:14:15', 'add_custom_filters')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|126: add_custom_filters migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073814s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|127: rename_restrictions_to_release_profiles migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|rename_restrictions_to_release_profiles|Starting migration of Log DB to 127
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (127, '2024-12-14T01:14:15', 'rename_restrictions_to_release_profiles')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|127: rename_restrictions_to_release_profiles migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074686s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|128: rename_quality_profiles_add_upgrade_allowed migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|rename_quality_profiles_add_upgrade_allowed|Starting migration of Log DB to 128
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (128, '2024-12-14T01:14:15', 'rename_quality_profiles_add_upgrade_allowed')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|128: rename_quality_profiles_add_upgrade_allowed migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073245s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|129: add_relative_original_path_to_episode_file migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|add_relative_original_path_to_episode_file|Starting migration of Log DB to 129
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (129, '2024-12-14T01:14:15', 'add_relative_original_path_to_episode_file')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|129: add_relative_original_path_to_episode_file migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073156s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|130: episode_last_searched_time migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|episode_last_searched_time|Starting migration of Log DB to 130
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (130, '2024-12-14T01:14:15', 'episode_last_searched_time')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|130: episode_last_searched_time migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071042s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|131: download_propers_config migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|download_propers_config|Starting migration of Log DB to 131
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (131, '2024-12-14T01:14:15', 'download_propers_config')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|131: download_propers_config migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007341s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|132: add_download_client_priority migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|add_download_client_priority|Starting migration of Log DB to 132
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (132, '2024-12-14T01:14:15', 'add_download_client_priority')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|132: add_download_client_priority migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006956s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|134: add_specials_folder_format migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|add_specials_folder_format|Starting migration of Log DB to 134
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (134, '2024-12-14T01:14:15', 'add_specials_folder_format')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|134: add_specials_folder_format migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069504s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|135: health_issue_notification migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|health_issue_notification|Starting migration of Log DB to 135
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (135, '2024-12-14T01:14:15', 'health_issue_notification')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|135: health_issue_notification migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069551s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|136: add_indexer_and_enabled_to_release_profiles migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|add_indexer_and_enabled_to_release_profiles|Starting migration of Log DB to 136
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (136, '2024-12-14T01:14:15', 'add_indexer_and_enabled_to_release_profiles')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|136: add_indexer_and_enabled_to_release_profiles migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007297s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|137: add_airedbefore_to_episodes migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|add_airedbefore_to_episodes|Starting migration of Log DB to 137
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (137, '2024-12-14T01:14:15', 'add_airedbefore_to_episodes')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|137: add_airedbefore_to_episodes migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072096s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|138: remove_bitmetv migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|remove_bitmetv|Starting migration of Log DB to 138
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (138, '2024-12-14T01:14:15', 'remove_bitmetv')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|138: remove_bitmetv migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070486s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|139: add_download_history migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|add_download_history|Starting migration of Log DB to 139
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (139, '2024-12-14T01:14:15', 'add_download_history')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|139: add_download_history migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072488s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|140: remove_chown_and_folderchmod_config_v2 migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|remove_chown_and_folderchmod_config_v2|Starting migration of Log DB to 140
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (140, '2024-12-14T01:14:15', 'remove_chown_and_folderchmod_config_v2')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|140: remove_chown_and_folderchmod_config_v2 migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068269s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|141: add_update_history migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|add_update_history|Starting migration of Log DB to 141
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable UpdateHistory
2024-12-14 01:14:15.7|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)
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004312s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex UpdateHistory (Date)
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002064s
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (141, '2024-12-14T01:14:15', 'add_update_history')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|141: add_update_history migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067962s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|142: import_lists migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|import_lists|Starting migration of Log DB to 142
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (142, '2024-12-14T01:14:15', 'import_lists')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|142: import_lists migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007182s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|143: add_priority_to_indexers migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|add_priority_to_indexers|Starting migration of Log DB to 143
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (143, '2024-12-14T01:14:15', 'add_priority_to_indexers')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|143: add_priority_to_indexers migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068403s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|144: import_lists_series_type_and_season_folder migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|import_lists_series_type_and_season_folder|Starting migration of Log DB to 144
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (144, '2024-12-14T01:14:15', 'import_lists_series_type_and_season_folder')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|144: import_lists_series_type_and_season_folder migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069076s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|145: remove_growl migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|remove_growl|Starting migration of Log DB to 145
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (145, '2024-12-14T01:14:15', 'remove_growl')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|145: remove_growl migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069485s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|146: cleanup_duplicates_updatehistory migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|cleanup_duplicates_updatehistory|Starting migration of Log DB to 146
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013265s
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (146, '2024-12-14T01:14:15', 'cleanup_duplicates_updatehistory')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|146: cleanup_duplicates_updatehistory migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0082182s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|147: swap_filechmod_for_folderchmod migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|swap_filechmod_for_folderchmod|Starting migration of Log DB to 147
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (147, '2024-12-14T01:14:15', 'swap_filechmod_for_folderchmod')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|147: swap_filechmod_for_folderchmod migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007471s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|148: mediainfo_channels migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|mediainfo_channels|Starting migration of Log DB to 148
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (148, '2024-12-14T01:14:15', 'mediainfo_channels')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|148: mediainfo_channels migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069831s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|149: add_on_delete_to_notifications migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|add_on_delete_to_notifications|Starting migration of Log DB to 149
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (149, '2024-12-14T01:14:15', 'add_on_delete_to_notifications')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|149: add_on_delete_to_notifications migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070404s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|150: add_scene_mapping_origin migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|add_scene_mapping_origin|Starting migration of Log DB to 150
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (150, '2024-12-14T01:14:15', 'add_scene_mapping_origin')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|150: add_scene_mapping_origin migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069446s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|151: remove_custom_filter_type migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|remove_custom_filter_type|Starting migration of Log DB to 151
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (151, '2024-12-14T01:14:15', 'remove_custom_filter_type')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|151: remove_custom_filter_type migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072981s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|152: update_btn_url_to_https migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|update_btn_url_to_https|Starting migration of Log DB to 152
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (152, '2024-12-14T01:14:15', 'update_btn_url_to_https')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|152: update_btn_url_to_https migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067029s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|153: add_on_episodefiledelete_for_upgrade migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|add_on_episodefiledelete_for_upgrade|Starting migration of Log DB to 153
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (153, '2024-12-14T01:14:15', 'add_on_episodefiledelete_for_upgrade')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|153: add_on_episodefiledelete_for_upgrade migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073169s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|154: add_name_release_profile migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|add_name_release_profile|Starting migration of Log DB to 154
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (154, '2024-12-14T01:14:15', 'add_name_release_profile')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|154: add_name_release_profile migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067549s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|155: add_arabic_and_hindi_languages migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|add_arabic_and_hindi_languages|Starting migration of Log DB to 155
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (155, '2024-12-14T01:14:15', 'add_arabic_and_hindi_languages')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|155: add_arabic_and_hindi_languages migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070017s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|156: add_bypass_to_delay_profile migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|add_bypass_to_delay_profile|Starting migration of Log DB to 156
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (156, '2024-12-14T01:14:15', 'add_bypass_to_delay_profile')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|156: add_bypass_to_delay_profile migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067352s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|157: email_multiple_addresses migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|email_multiple_addresses|Starting migration of Log DB to 157
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (157, '2024-12-14T01:14:15', 'email_multiple_addresses')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|157: email_multiple_addresses migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070416s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|158: cdh_per_downloadclient migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|cdh_per_downloadclient|Starting migration of Log DB to 158
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (158, '2024-12-14T01:14:15', 'cdh_per_downloadclient')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|158: cdh_per_downloadclient migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070109s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|159: add_indexer_tags migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|add_indexer_tags|Starting migration of Log DB to 159
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (159, '2024-12-14T01:14:15', 'add_indexer_tags')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|159: add_indexer_tags migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069311s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|160: rename_blacklist_to_blocklist migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|rename_blacklist_to_blocklist|Starting migration of Log DB to 160
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (160, '2024-12-14T01:14:15', 'rename_blacklist_to_blocklist')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|160: rename_blacklist_to_blocklist migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071746s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|161: remove_plex_hometheatre migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|remove_plex_hometheatre|Starting migration of Log DB to 161
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (161, '2024-12-14T01:14:15', 'remove_plex_hometheatre')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|161: remove_plex_hometheatre migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071967s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|162: release_profile_to_array migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|release_profile_to_array|Starting migration of Log DB to 162
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (162, '2024-12-14T01:14:15', 'release_profile_to_array')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|162: release_profile_to_array migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071475s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|163: mediainfo_to_ffmpeg migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|mediainfo_to_ffmpeg|Starting migration of Log DB to 163
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (163, '2024-12-14T01:14:15', 'mediainfo_to_ffmpeg')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|163: mediainfo_to_ffmpeg migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073104s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|164: download_client_per_indexer migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|download_client_per_indexer|Starting migration of Log DB to 164
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (164, '2024-12-14T01:14:15', 'download_client_per_indexer')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|164: download_client_per_indexer migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072383s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|165: add_on_update_to_notifications migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_on_update_to_notifications|Starting migration of Log DB to 165
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (165, '2024-12-14T01:14:15', 'add_on_update_to_notifications')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|165: add_on_update_to_notifications migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072852s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|166: update_series_sort_title migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|update_series_sort_title|Starting migration of Log DB to 166
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (166, '2024-12-14T01:14:15', 'update_series_sort_title')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|166: update_series_sort_title migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073091s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|167: add_tvdbid_to_episode migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_tvdbid_to_episode|Starting migration of Log DB to 167
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (167, '2024-12-14T01:14:15', 'add_tvdbid_to_episode')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|167: add_tvdbid_to_episode migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0075342s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|168: add_additional_info_to_pending_releases migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_additional_info_to_pending_releases|Starting migration of Log DB to 168
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (168, '2024-12-14T01:14:15', 'add_additional_info_to_pending_releases')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|168: add_additional_info_to_pending_releases migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070095s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|169: add_malayalam_and_ukrainian_languages migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_malayalam_and_ukrainian_languages|Starting migration of Log DB to 169
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (169, '2024-12-14T01:14:15', 'add_malayalam_and_ukrainian_languages')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|169: add_malayalam_and_ukrainian_languages migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073417s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|170: add_language_tags_to_subtitle_files migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_language_tags_to_subtitle_files|Starting migration of Log DB to 170
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (170, '2024-12-14T01:14:15', 'add_language_tags_to_subtitle_files')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|170: add_language_tags_to_subtitle_files migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071603s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|171: add_custom_formats migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_custom_formats|Starting migration of Log DB to 171
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (171, '2024-12-14T01:14:15', 'add_custom_formats')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|171: add_custom_formats migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068192s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|172: add_SeasonSearchMaximumSingleEpisodeAge_to_indexers migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_SeasonSearchMaximumSingleEpisodeAge_to_indexers|Starting migration of Log DB to 172
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (172, '2024-12-14T01:14:15', 'add_SeasonSearchMaximumSingleEpisodeAge_to_indexers')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|172: add_SeasonSearchMaximumSingleEpisodeAge_to_indexers migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067684s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|173: remove_omg migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|remove_omg|Starting migration of Log DB to 173
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (173, '2024-12-14T01:14:15', 'remove_omg')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|173: remove_omg migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069995s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|174: add_salt_to_users migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_salt_to_users|Starting migration of Log DB to 174
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (174, '2024-12-14T01:14:15', 'add_salt_to_users')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|174: add_salt_to_users migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072242s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|175: language_profiles_to_custom_formats migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|language_profiles_to_custom_formats|Starting migration of Log DB to 175
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (175, '2024-12-14T01:14:15', 'language_profiles_to_custom_formats')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|175: language_profiles_to_custom_formats migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068695s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|176: original_language migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|original_language|Starting migration of Log DB to 176
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (176, '2024-12-14T01:14:16', 'original_language')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|176: original_language migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068183s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|177: add_on_manual_interaction_required_to_notifications migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|add_on_manual_interaction_required_to_notifications|Starting migration of Log DB to 177
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (177, '2024-12-14T01:14:16', 'add_on_manual_interaction_required_to_notifications')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|177: add_on_manual_interaction_required_to_notifications migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068195s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|178: list_sync_time migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|list_sync_time|Starting migration of Log DB to 178
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (178, '2024-12-14T01:14:16', 'list_sync_time')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|178: list_sync_time migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067675s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|179: add_auto_tagging migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|add_auto_tagging|Starting migration of Log DB to 179
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (179, '2024-12-14T01:14:16', 'add_auto_tagging')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|179: add_auto_tagging migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067757s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|180: task_duration migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|task_duration|Starting migration of Log DB to 180
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (180, '2024-12-14T01:14:16', 'task_duration')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|180: task_duration migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068144s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|181: quality_definition_preferred_size migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|quality_definition_preferred_size|Starting migration of Log DB to 181
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (181, '2024-12-14T01:14:16', 'quality_definition_preferred_size')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|181: quality_definition_preferred_size migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068028s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|182: add_custom_format_score_bypass_to_delay_profile migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|add_custom_format_score_bypass_to_delay_profile|Starting migration of Log DB to 182
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (182, '2024-12-14T01:14:16', 'add_custom_format_score_bypass_to_delay_profile')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|182: add_custom_format_score_bypass_to_delay_profile migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070789s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|183: update_images_remote_url migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|update_images_remote_url|Starting migration of Log DB to 183
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (183, '2024-12-14T01:14:16', 'update_images_remote_url')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|183: update_images_remote_url migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066955s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|184: remove_invalid_roksbox_metadata_images migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|remove_invalid_roksbox_metadata_images|Starting migration of Log DB to 184
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (184, '2024-12-14T01:14:16', 'remove_invalid_roksbox_metadata_images')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|184: remove_invalid_roksbox_metadata_images migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068335s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|185: add_episode_runtime migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|add_episode_runtime|Starting migration of Log DB to 185
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (185, '2024-12-14T01:14:16', 'add_episode_runtime')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|185: add_episode_runtime migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006827s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|186: add_result_to_commands migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|add_result_to_commands|Starting migration of Log DB to 186
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (186, '2024-12-14T01:14:16', 'add_result_to_commands')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|186: add_result_to_commands migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068726s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|187: add_on_series_add_to_notifications migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|add_on_series_add_to_notifications|Starting migration of Log DB to 187
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (187, '2024-12-14T01:14:16', 'add_on_series_add_to_notifications')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|187: add_on_series_add_to_notifications migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069907s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|188: postgres_update_timestamp_columns_to_with_timezone migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Log DB to 188
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Logs
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Logs Time DateTimeOffset
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs_temp" ("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)
2024-12-14 01:14:16.0|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"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Logs_temp" RENAME TO "Logs"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021847s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable UpdateHistory
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn UpdateHistory Date DateTimeOffset
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL)
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "UpdateHistory_temp" ("Id", "Date", "Version", "EventType") SELECT "Id", "Date", "Version", "EventType" FROM "UpdateHistory"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "UpdateHistory"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "UpdateHistory_temp" RENAME TO "UpdateHistory"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019017s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT)
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019864s
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (188, '2024-12-14T01:14:16', 'postgres_update_timestamp_columns_to_with_timezone')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|188: postgres_update_timestamp_columns_to_with_timezone migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0087943s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|189: add_colon_replacement_to_naming_config migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|add_colon_replacement_to_naming_config|Starting migration of Log DB to 189
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (189, '2024-12-14T01:14:16', 'add_colon_replacement_to_naming_config')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|189: add_colon_replacement_to_naming_config migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006671s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|190: health_restored_notification migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|health_restored_notification|Starting migration of Log DB to 190
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (190, '2024-12-14T01:14:16', 'health_restored_notification')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|190: health_restored_notification migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068677s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|191: add_download_client_tags migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|add_download_client_tags|Starting migration of Log DB to 191
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (191, '2024-12-14T01:14:16', 'add_download_client_tags')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|191: add_download_client_tags migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070974s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|192: import_exclusion_type migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|import_exclusion_type|Starting migration of Log DB to 192
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (192, '2024-12-14T01:14:16', 'import_exclusion_type')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|192: import_exclusion_type migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069821s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|193: add_import_list_items migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|add_import_list_items|Starting migration of Log DB to 193
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (193, '2024-12-14T01:14:16', 'add_import_list_items')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|193: add_import_list_items migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068413s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|194: add_notification_status migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|add_notification_status|Starting migration of Log DB to 194
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (194, '2024-12-14T01:14:16', 'add_notification_status')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|194: add_notification_status migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068266s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|195: parse_language_tags_from_existing_subtitle_files migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|parse_language_tags_from_existing_subtitle_files|Starting migration of Log DB to 195
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (195, '2024-12-14T01:14:16', 'parse_language_tags_from_existing_subtitle_files')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|195: parse_language_tags_from_existing_subtitle_files migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0136519s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|196: add_finale_type migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|add_finale_type|Starting migration of Log DB to 196
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (196, '2024-12-14T01:14:16', 'add_finale_type')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|196: add_finale_type migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067465s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|197: list_add_missing_search migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|list_add_missing_search|Starting migration of Log DB to 197
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (197, '2024-12-14T01:14:16', 'list_add_missing_search')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|197: list_add_missing_search migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065902s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|198: parse_title_from_existing_subtitle_files migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|parse_title_from_existing_subtitle_files|Starting migration of Log DB to 198
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (198, '2024-12-14T01:14:16', 'parse_title_from_existing_subtitle_files')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|198: parse_title_from_existing_subtitle_files migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006641s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|199: series_last_aired migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|series_last_aired|Starting migration of Log DB to 199
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (199, '2024-12-14T01:14:16', 'series_last_aired')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|199: series_last_aired migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067648s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|200: AddNewItemMonitorType migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|AddNewItemMonitorType|Starting migration of Log DB to 200
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (200, '2024-12-14T01:14:16', 'AddNewItemMonitorType')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|200: AddNewItemMonitorType migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066039s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|201: email_encryption migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|email_encryption|Starting migration of Log DB to 201
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (201, '2024-12-14T01:14:16', 'email_encryption')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|201: email_encryption migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068741s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|202: add_indexer_flags migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_indexer_flags|Starting migration of Log DB to 202
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (202, '2024-12-14T01:14:16', 'add_indexer_flags')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|202: add_indexer_flags migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067459s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|203: release_type migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|release_type|Starting migration of Log DB to 203
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (203, '2024-12-14T01:14:16', 'release_type')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|203: release_type migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071889s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|204: add_add_release_hash migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_add_release_hash|Starting migration of Log DB to 204
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (204, '2024-12-14T01:14:16', 'add_add_release_hash')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|204: add_add_release_hash migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068564s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|205: rename_season_pack_spec migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|rename_season_pack_spec|Starting migration of Log DB to 205
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (205, '2024-12-14T01:14:16', 'rename_season_pack_spec')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|205: rename_season_pack_spec migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065967s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|206: add_tmdbid migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_tmdbid|Starting migration of Log DB to 206
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (206, '2024-12-14T01:14:16', 'add_tmdbid')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|206: add_tmdbid migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066486s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|209: add_on_import_complete_to_notifications migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_on_import_complete_to_notifications|Starting migration of Log DB to 209
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (209, '2024-12-14T01:14:16', 'add_on_import_complete_to_notifications')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|209: add_on_import_complete_to_notifications migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067026s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|210: add_monitored_seasons_filter migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_monitored_seasons_filter|Starting migration of Log DB to 210
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (210, '2024-12-14T01:14:16', 'add_monitored_seasons_filter')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|210: add_monitored_seasons_filter migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067213s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|211: add_custom_colon_replacement_to_naming_config migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_custom_colon_replacement_to_naming_config|Starting migration of Log DB to 211
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (211, '2024-12-14T01:14:16', 'add_custom_colon_replacement_to_naming_config')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|211: add_custom_colon_replacement_to_naming_config migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065129s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|212: add_minium_upgrade_format_score_to_quality_profiles migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_minium_upgrade_format_score_to_quality_profiles|Starting migration of Log DB to 212
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (212, '2024-12-14T01:14:16', 'add_minium_upgrade_format_score_to_quality_profiles')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|212: add_minium_upgrade_format_score_to_quality_profiles migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067294s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|214: add_blurary576p_quality_in_profiles migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_blurary576p_quality_in_profiles|Starting migration of Log DB to 214
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (214, '2024-12-14T01:14:16', 'add_blurary576p_quality_in_profiles')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|214: add_blurary576p_quality_in_profiles migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067321s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|215: add_blurary576p_quality_in_profiles_with_grouped_blurary480p migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_blurary576p_quality_in_profiles_with_grouped_blurary480p|Starting migration of Log DB to 215
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (215, '2024-12-14T01:14:16', 'add_blurary576p_quality_in_profiles_with_grouped_blurary480p')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|215: add_blurary576p_quality_in_profiles_with_grouped_blurary480p migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067002s
2024-12-14 01:14:16.4|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:8989
2024-12-14 01:14:16.4|Info|UpdaterConfigProvider|Update mechanism BuiltIn not supported in the current configuration, changing to Docker.
2024-12-14 01:14:16.5|Info|QualityProfileService|Setting up default quality profiles
2024-12-14 01:14:16.5|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2024-12-14 01:14:16.5|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2024-12-14 01:14:16.5|Info|Microsoft.Hosting.Lifetime|Content root path: /app/sonarr/bin
2024-12-14 01:14:16.7|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2024-12-14 01:15:18.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:25.3|Warn|SonarrErrorPipeline|Invalid request Validation failed:
-- Path: 'Path' must not be empty.
-- RootFolderPath: 'Root Folder Path' must not be empty.
2024-12-14 01:15:35.4|Warn|SonarrErrorPipeline|Invalid request Validation failed:
-- Path: Invalid Path: '{path}'
2024-12-14 01:15:50.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:08.7|Info|AddSeriesService|Adding Series [294431][The Enfield Haunting] Path: [/tv/The Enfield Haunting]
2024-12-14 01:16:08.8|Info|SceneMappingService|Updating Scene mappings
2024-12-14 01:16:08.8|Info|RefreshSeriesService|Updating The Enfield Haunting
2024-12-14 01:16:08.9|Info|RefreshEpisodeService|Starting episode info refresh for: [294431][The Enfield Haunting]
2024-12-14 01:16:08.9|Info|RefreshEpisodeService|Finished episode refresh for series: [294431][The Enfield Haunting].
2024-12-14 01:16:09.0|Info|MediaCoverService|Downloading Banner for [294431][The Enfield Haunting] https://artworks.thetvdb.com/banners/graphical/294431-g.jpg
2024-12-14 01:16:09.0|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:16:09.0|Info|SeriesScannedHandler|[The Enfield Haunting] was recently added, performing post-add actions
2024-12-14 01:16:09.2|Info|MediaCoverService|Downloading Poster for [294431][The Enfield Haunting] https://artworks.thetvdb.com/banners/posters/294431-2.jpg
2024-12-14 01:16:09.2|Info|MediaCoverService|Downloading Fanart for [294431][The Enfield Haunting] https://artworks.thetvdb.com/banners/fanart/original/294431-4.jpg
2024-12-14 01:16:09.2|Info|MediaCoverService|Downloading Clearlogo for [294431][The Enfield Haunting] https://artworks.thetvdb.com/banners/v4/series/294431/clearlogo/611d8bdbc927c.png
2024-12-14 01:16:09.8|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:19.7|Info|AddSeriesService|Adding Series [360893][Chernobyl] Path: [/tv/Chernobyl]
2024-12-14 01:16:19.8|Info|RefreshSeriesService|Updating Chernobyl
2024-12-14 01:16:19.8|Info|RefreshEpisodeService|Starting episode info refresh for: [360893][Chernobyl]
2024-12-14 01:16:19.8|Info|RefreshEpisodeService|Finished episode refresh for series: [360893][Chernobyl].
2024-12-14 01:16:19.8|Info|MediaCoverService|Downloading Banner for [360893][Chernobyl] https://artworks.thetvdb.com/banners/v4/series/360893/banners/6751caac5a993.jpg
2024-12-14 01:16:19.8|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:16:19.8|Info|SeriesScannedHandler|[Chernobyl] was recently added, performing post-add actions
2024-12-14 01:16:19.8|Info|MediaCoverService|Downloading Poster for [360893][Chernobyl] https://artworks.thetvdb.com/banners/posters/5cc12861c93e4.jpg
2024-12-14 01:16:19.9|Info|MediaCoverService|Downloading Fanart for [360893][Chernobyl] https://artworks.thetvdb.com/banners/series/360893/backgrounds/62017319.jpg
2024-12-14 01:16:19.9|Info|MediaCoverService|Downloading Clearlogo for [360893][Chernobyl] https://artworks.thetvdb.com/banners/v4/series/360893/clearlogo/611be4d52d6a8.png
2024-12-14 01:16:20.1|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:49.3|Warn|Torznab|Unable to connect to indexer.
2024-12-14 01:16:49.3|Warn|SonarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, indexer's server is unavailable. Try again later. Http request timed out.
2024-12-14 01:16:58.9|Warn|SonarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-12-14 01:17:00.6|Warn|SonarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-12-14 01:17:04.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:05.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:08.0|Info|AddSeriesService|Adding Series [390936][Archive 81] Path: [/tv/Archive 81]
2024-12-14 01:17:08.0|Info|RefreshSeriesService|Updating Archive 81
2024-12-14 01:17:08.0|Info|RefreshEpisodeService|Starting episode info refresh for: [390936][Archive 81]
2024-12-14 01:17:08.0|Info|RefreshEpisodeService|Finished episode refresh for series: [390936][Archive 81].
2024-12-14 01:17:08.0|Info|MediaCoverService|Downloading Banner for [390936][Archive 81] https://artworks.thetvdb.com/banners/v4/series/390936/banners/66d8c4bddabfc.jpg
2024-12-14 01:17:08.0|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:17:08.0|Info|SeriesScannedHandler|[Archive 81] was recently added, performing post-add actions
2024-12-14 01:17:08.0|Info|MediaCoverService|Downloading Poster for [390936][Archive 81] https://artworks.thetvdb.com/banners/v4/series/390936/posters/61b915220ba4a.jpg
2024-12-14 01:17:08.1|Info|MediaCoverService|Downloading Fanart for [390936][Archive 81] https://artworks.thetvdb.com/banners/v4/series/390936/backgrounds/61da2cf017e0b.jpg
2024-12-14 01:17:08.1|Info|MediaCoverService|Downloading Clearlogo for [390936][Archive 81] https://artworks.thetvdb.com/banners/v4/series/390936/clearlogo/661da6c37e2de.png
2024-12-14 01:17:08.1|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:17:48.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:48.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:48.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:56.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:56.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:56.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:56.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:56.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:56.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:56.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:03.0|Info|AddSeriesService|Adding Series [404833][The Watcher (2022)] Path: [/tv/The Watcher (2022)]
2024-12-14 01:18:03.0|Info|RefreshSeriesService|Updating The Watcher (2022)
2024-12-14 01:18:03.1|Info|RefreshEpisodeService|Starting episode info refresh for: [404833][The Watcher (2022)]
2024-12-14 01:18:03.1|Info|RefreshEpisodeService|Finished episode refresh for series: [404833][The Watcher (2022)].
2024-12-14 01:18:03.1|Info|MediaCoverService|Downloading Banner for [404833][The Watcher (2022)] https://artworks.thetvdb.com/banners/v4/series/404833/banners/633fb9aa812e3.jpg
2024-12-14 01:18:03.1|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:18:03.1|Info|SeriesScannedHandler|[The Watcher (2022)] was recently added, performing post-add actions
2024-12-14 01:18:03.1|Info|MediaCoverService|Downloading Poster for [404833][The Watcher (2022)] https://artworks.thetvdb.com/banners/v4/series/404833/posters/632f710875c5b.jpg
2024-12-14 01:18:03.1|Info|MediaCoverService|Downloading Fanart for [404833][The Watcher (2022)] https://artworks.thetvdb.com/banners/v4/series/404833/backgrounds/634925245e5ea.jpg
2024-12-14 01:18:03.2|Info|MediaCoverService|Downloading Clearlogo for [404833][The Watcher (2022)] https://artworks.thetvdb.com/banners/v4/series/404833/clearlogo/63ebde1765536.png
2024-12-14 01:18:03.3|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:35.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:35.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:41.3|Info|AddSeriesService|Adding Series [125441][Halo Legends] Path: [/tv/Halo Legends]
2024-12-14 01:18:41.3|Info|RefreshSeriesService|Updating Halo Legends
2024-12-14 01:18:41.4|Info|RefreshEpisodeService|Starting episode info refresh for: [125441][Halo Legends]
2024-12-14 01:18:41.4|Info|RefreshEpisodeService|Finished episode refresh for series: [125441][Halo Legends].
2024-12-14 01:18:41.4|Info|MediaCoverService|Downloading Banner for [125441][Halo Legends] https://artworks.thetvdb.com/banners/graphical/125441-g.jpg
2024-12-14 01:18:41.4|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:18:41.4|Info|SeriesScannedHandler|[Halo Legends] was recently added, performing post-add actions
2024-12-14 01:18:41.6|Info|MediaCoverService|Downloading Poster for [125441][Halo Legends] https://artworks.thetvdb.com/banners/posters/125441-3.jpg
2024-12-14 01:18:41.7|Info|MediaCoverService|Downloading Fanart for [125441][Halo Legends] https://artworks.thetvdb.com/banners/fanart/original/125441-3.jpg
2024-12-14 01:18:42.0|Info|MediaCoverService|Downloading Clearlogo for [125441][Halo Legends] https://artworks.thetvdb.com/banners/v4/series/125441/clearlogo/611c1c8d1fa3f.png
2024-12-14 01:18:42.2|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:18:48.5|Warn|Torznab|Unable to connect to indexer.
2024-12-14 01:18:48.5|Warn|SonarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, indexer's server is unavailable. Try again later. Http request timed out.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:01.6|Info|AddSeriesService|Adding Series [71278][Hellsing] Path: [/tv/Hellsing]
2024-12-14 01:19:01.6|Info|RefreshSeriesService|Updating Hellsing
2024-12-14 01:19:01.7|Info|RefreshEpisodeService|Starting episode info refresh for: [71278][Hellsing]
2024-12-14 01:19:01.7|Info|RefreshEpisodeService|Finished episode refresh for series: [71278][Hellsing].
2024-12-14 01:19:01.7|Info|MediaCoverService|Downloading Banner for [71278][Hellsing] https://artworks.thetvdb.com/banners/graphical/71278-g.jpg
2024-12-14 01:19:01.7|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:19:01.7|Info|SeriesScannedHandler|[Hellsing] was recently added, performing post-add actions
2024-12-14 01:19:01.7|Info|MediaCoverService|Downloading Poster for [71278][Hellsing] https://artworks.thetvdb.com/banners/posters/71278-2.jpg
2024-12-14 01:19:01.7|Info|MediaCoverService|Downloading Fanart for [71278][Hellsing] https://artworks.thetvdb.com/banners/fanart/original/71278-14.jpg
2024-12-14 01:19:01.7|Info|MediaCoverService|Downloading Clearlogo for [71278][Hellsing] https://artworks.thetvdb.com/banners/v4/series/71278/clearlogo/611be0afe2a81.png
2024-12-14 01:19:01.8|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:19:21.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:21.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:21.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:21.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:21.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:21.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:42.2|Info|AddSeriesService|Adding Series [414337][Manhunt (2024)] Path: [/tv/Manhunt (2024)]
2024-12-14 01:19:42.2|Info|RefreshSeriesService|Updating Manhunt (2024)
2024-12-14 01:19:42.2|Info|RefreshEpisodeService|Starting episode info refresh for: [414337][Manhunt (2024)]
2024-12-14 01:19:42.2|Info|RefreshEpisodeService|Finished episode refresh for series: [414337][Manhunt (2024)].
2024-12-14 01:19:42.2|Info|MediaCoverService|Downloading Banner for [414337][Manhunt (2024)] https://artworks.thetvdb.com/banners/v4/series/414337/banners/65ddf736e8765.jpg
2024-12-14 01:19:42.2|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:19:42.2|Info|SeriesScannedHandler|[Manhunt (2024)] was recently added, performing post-add actions
2024-12-14 01:19:42.2|Info|MediaCoverService|Downloading Poster for [414337][Manhunt (2024)] https://artworks.thetvdb.com/banners/v4/series/414337/posters/65c17e70dc2b7.jpg
2024-12-14 01:19:42.3|Info|MediaCoverService|Downloading Fanart for [414337][Manhunt (2024)] https://artworks.thetvdb.com/banners/v4/series/414337/backgrounds/65c138f78bcd4.jpg
2024-12-14 01:19:42.3|Info|MediaCoverService|Downloading Clearlogo for [414337][Manhunt (2024)] https://artworks.thetvdb.com/banners/v4/series/414337/clearlogo/65fd9f18be687.png
2024-12-14 01:19:42.3|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:19:48.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:48.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:48.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:51.6|Info|AddSeriesService|Adding Series [431139][MH370: The Plane That Disappeared] Path: [/tv/MH370 - The Plane That Disappeared]
2024-12-14 01:19:51.7|Info|RefreshSeriesService|Updating MH370: The Plane That Disappeared
2024-12-14 01:19:51.7|Info|RefreshEpisodeService|Starting episode info refresh for: [431139][MH370: The Plane That Disappeared]
2024-12-14 01:19:51.7|Info|RefreshEpisodeService|Finished episode refresh for series: [431139][MH370: The Plane That Disappeared].
2024-12-14 01:19:51.7|Info|MediaCoverService|Downloading Banner for [431139][MH370: The Plane That Disappeared] https://artworks.thetvdb.com/banners/v4/series/431139/banners/63ef7aadaa61f.jpg
2024-12-14 01:19:51.7|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:19:51.7|Info|SeriesScannedHandler|[MH370: The Plane That Disappeared] was recently added, performing post-add actions
2024-12-14 01:19:51.7|Info|MediaCoverService|Downloading Poster for [431139][MH370: The Plane That Disappeared] https://artworks.thetvdb.com/banners/v4/series/431139/posters/63ef7599ae952.jpg
2024-12-14 01:19:51.7|Info|MediaCoverService|Downloading Fanart for [431139][MH370: The Plane That Disappeared] https://artworks.thetvdb.com/banners/v4/series/431139/backgrounds/63f180c425470.jpg
2024-12-14 01:19:51.8|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:19:53.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:53.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:14.4|Info|AddSeriesService|Adding Series [365480][The Outsider (2020)] Path: [/tv/The Outsider (2020)]
2024-12-14 01:20:14.4|Info|RefreshSeriesService|Updating The Outsider (2020)
2024-12-14 01:20:14.5|Info|RefreshEpisodeService|Starting episode info refresh for: [365480][The Outsider (2020)]
2024-12-14 01:20:14.5|Info|RefreshEpisodeService|Finished episode refresh for series: [365480][The Outsider (2020)].
2024-12-14 01:20:14.5|Info|MediaCoverService|Downloading Banner for [365480][The Outsider (2020)] https://artworks.thetvdb.com/banners/series/365480/banners/62051524.jpg
2024-12-14 01:20:14.5|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:20:14.5|Info|SeriesScannedHandler|[The Outsider (2020)] was recently added, performing post-add actions
2024-12-14 01:20:14.5|Info|MediaCoverService|Downloading Poster for [365480][The Outsider (2020)] https://artworks.thetvdb.com/banners/series/365480/posters/62042220.jpg
2024-12-14 01:20:14.5|Info|MediaCoverService|Downloading Fanart for [365480][The Outsider (2020)] https://artworks.thetvdb.com/banners/fanart/original/5dac8f56ca29d.jpg
2024-12-14 01:20:14.5|Info|MediaCoverService|Downloading Clearlogo for [365480][The Outsider (2020)] https://artworks.thetvdb.com/banners/v4/series/365480/clearlogo/611c1a8c21730.png
2024-12-14 01:20:14.7|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:20:43.8|Warn|Torznab|Unable to connect to indexer.
2024-12-14 01:20:43.8|Warn|SonarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, indexer's server is unavailable. Try again later. Http request timed out.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:47.2|Info|AddSeriesService|Adding Series [85538][Storm of the Century] Path: [/tv/Storm of the Century]
2024-12-14 01:20:47.2|Info|RefreshSeriesService|Updating Storm of the Century
2024-12-14 01:20:47.2|Info|RefreshEpisodeService|Starting episode info refresh for: [85538][Storm of the Century]
2024-12-14 01:20:47.2|Info|RefreshEpisodeService|Finished episode refresh for series: [85538][Storm of the Century].
2024-12-14 01:20:47.2|Info|MediaCoverService|Downloading Banner for [85538][Storm of the Century] https://artworks.thetvdb.com/banners/graphical/85538-g.jpg
2024-12-14 01:20:47.2|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:20:47.2|Info|SeriesScannedHandler|[Storm of the Century] was recently added, performing post-add actions
2024-12-14 01:20:47.3|Info|MediaCoverService|Downloading Poster for [85538][Storm of the Century] https://artworks.thetvdb.com/banners/posters/85538-4.jpg
2024-12-14 01:20:47.3|Info|MediaCoverService|Downloading Fanart for [85538][Storm of the Century] https://artworks.thetvdb.com/banners/fanart/original/85538-3.jpg
2024-12-14 01:20:47.3|Info|MediaCoverService|Downloading Clearlogo for [85538][Storm of the Century] https://artworks.thetvdb.com/banners/v4/series/85538/clearlogo/611d056431a2e.png
2024-12-14 01:20:47.4|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:56.1|Info|AddSeriesService|Adding Series [413526][Treason] Path: [/tv/Treason]
2024-12-14 01:20:56.2|Info|RefreshSeriesService|Updating Treason
2024-12-14 01:20:56.2|Info|RefreshEpisodeService|Starting episode info refresh for: [413526][Treason]
2024-12-14 01:20:56.2|Info|RefreshEpisodeService|Finished episode refresh for series: [413526][Treason].
2024-12-14 01:20:56.2|Info|MediaCoverService|Downloading Banner for [413526][Treason] https://artworks.thetvdb.com/banners/v4/series/413526/banners/63aa5304e7a6a.jpg
2024-12-14 01:20:56.2|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:20:56.2|Info|SeriesScannedHandler|[Treason] was recently added, performing post-add actions
2024-12-14 01:20:56.2|Info|MediaCoverService|Downloading Poster for [413526][Treason] https://artworks.thetvdb.com/banners/v4/series/413526/posters/637b90e90fa3d.jpg
2024-12-14 01:20:56.2|Info|MediaCoverService|Downloading Fanart for [413526][Treason] https://artworks.thetvdb.com/banners/v4/series/413526/backgrounds/63aa53ca43188.jpg
2024-12-14 01:20:56.3|Info|MediaCoverService|Downloading Clearlogo for [413526][Treason] https://artworks.thetvdb.com/banners/v4/series/413526/clearlogo/63b9ab5754b71.png
2024-12-14 01:20:56.3|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:21:00.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:02.6|Info|AddSeriesService|Adding Series [372288][Unus Annus] Path: [/tv/Unus Annus]
2024-12-14 01:21:02.6|Info|RefreshSeriesService|Updating Unus Annus
2024-12-14 01:21:02.7|Info|RefreshEpisodeService|Starting episode info refresh for: [372288][Unus Annus]
2024-12-14 01:21:02.7|Info|RefreshEpisodeService|Finished episode refresh for series: [372288][Unus Annus].
2024-12-14 01:21:02.7|Info|MediaCoverService|Downloading Banner for [372288][Unus Annus] https://artworks.thetvdb.com/banners/series/372288/banners/61998696.jpg
2024-12-14 01:21:02.7|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:21:02.7|Info|SeriesScannedHandler|[Unus Annus] was recently added, performing post-add actions
2024-12-14 01:21:02.9|Info|MediaCoverService|Downloading Poster for [372288][Unus Annus] https://artworks.thetvdb.com/banners/v4/series/372288/posters/62e696ed495c1.jpg
2024-12-14 01:21:02.9|Info|MediaCoverService|Downloading Fanart for [372288][Unus Annus] https://artworks.thetvdb.com/banners/series/372288/backgrounds/61998706.jpg
2024-12-14 01:21:03.2|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:21.6|Info|AddSeriesService|Adding Series [283942][Yona of the Dawn] Path: [/tv/Yona of the Dawn]
2024-12-14 01:21:21.6|Info|RefreshSeriesService|Updating Yona of the Dawn
2024-12-14 01:21:21.7|Info|RefreshEpisodeService|Starting episode info refresh for: [283942][Yona of the Dawn]
2024-12-14 01:21:21.7|Info|RefreshEpisodeService|Finished episode refresh for series: [283942][Yona of the Dawn].
2024-12-14 01:21:22.0|Info|MediaCoverService|Downloading Banner for [283942][Yona of the Dawn] https://artworks.thetvdb.com/banners/graphical/283942-g2.jpg
2024-12-14 01:21:22.0|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:21:22.0|Info|SeriesScannedHandler|[Yona of the Dawn] was recently added, performing post-add actions
2024-12-14 01:21:22.2|Info|MediaCoverService|Downloading Poster for [283942][Yona of the Dawn] https://artworks.thetvdb.com/banners/v4/series/283942/posters/6103bd805f09d.jpg
2024-12-14 01:21:22.2|Info|MediaCoverService|Downloading Fanart for [283942][Yona of the Dawn] https://artworks.thetvdb.com/banners/fanart/original/283942-2.jpg
2024-12-14 01:21:22.2|Info|MediaCoverService|Downloading Clearlogo for [283942][Yona of the Dawn] https://artworks.thetvdb.com/banners/v4/series/283942/clearlogo/611c2f3df2b15.png
2024-12-14 01:21:22.5|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:45.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:45.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:22:27.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2f956c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:27.9|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x283c6c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x34d66c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/5.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1c7a6c0] EBML header parsing failed
/tv/test/5.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x37d56c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x28736c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/6.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1c156c0] EBML header parsing failed
/tv/test/6.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/7.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x36b96c0] EBML header parsing failed
/tv/test/7.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/8.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x33f56c0] EBML header parsing failed
/tv/test/8.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:41.5|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/1.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:22:44.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:22:46.9|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:22:49.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:22:51.3|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/5.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:22:53.5|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/6.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:22:55.9|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/7.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:22:57.9|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/8.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:23:04.1|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:23:11.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2ecc6c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:11.7|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1fd76c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:11.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x32c16c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:11.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x228e6c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:11.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/5.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x37e26c0] EBML header parsing failed
/tv/test/5.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:11.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/6.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x303b6c0] EBML header parsing failed
/tv/test/6.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:11.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/7.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x30ab6c0] EBML header parsing failed
/tv/test/7.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:12.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/8.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x36576c0] EBML header parsing failed
/tv/test/8.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:12.0|Error|EventAggregator|NotificationService failed while processing [UntrackedDownloadCompletedEvent]
[v4.0.11.2680] System.NullReferenceException: Object reference not set to an instance of an object.
at NzbDrone.Core.Notifications.NotificationService.GetQualityString(Series series, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 88
at NzbDrone.Core.Notifications.NotificationService.GetMessage(Series series, List`1 episodes, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 50
at NzbDrone.Core.Notifications.NotificationService.Handle(UntrackedDownloadCompletedEvent message) in ./Sonarr.Core/Notifications/NotificationService.cs:line 262
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)
2024-12-14 01:23:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:23:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:23:46.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x23176c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:46.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:23:46.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2d666c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:46.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:23:46.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/5.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2f996c0] EBML header parsing failed
/tv/test/5.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:46.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:23:46.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x30db6c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:46.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:23:46.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x37936c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:46.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:23:52.7|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/1.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:23:54.9|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:23:57.6|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:23:59.4|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:24:01.5|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/5.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:24:08.4|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:24:09.1|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2aa46c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:09.1|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x33a56c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:09.2|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2a236c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:09.2|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x29846c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:09.2|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/5.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x23586c0] EBML header parsing failed
/tv/test/5.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:09.3|Error|EventAggregator|NotificationService failed while processing [UntrackedDownloadCompletedEvent]
[v4.0.11.2680] System.NullReferenceException: Object reference not set to an instance of an object.
at NzbDrone.Core.Notifications.NotificationService.GetQualityString(Series series, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 88
at NzbDrone.Core.Notifications.NotificationService.GetMessage(Series series, List`1 episodes, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 50
at NzbDrone.Core.Notifications.NotificationService.Handle(UntrackedDownloadCompletedEvent message) in ./Sonarr.Core/Notifications/NotificationService.cs:line 262
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)
2024-12-14 01:24:12.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:24:12.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:24:34.4|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x35a96c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:34.4|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:24:34.4|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x26006c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:34.4|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:24:34.4|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x384d6c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:34.4|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:24:40.6|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/1.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:24:46.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:24:49.3|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:24:51.1|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:24:57.5|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:24:59.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x23376c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:59.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2ae36c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:59.1|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x26ad6c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:59.1|Error|EventAggregator|NotificationService failed while processing [UntrackedDownloadCompletedEvent]
[v4.0.11.2680] System.NullReferenceException: Object reference not set to an instance of an object.
at NzbDrone.Core.Notifications.NotificationService.GetQualityString(Series series, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 88
at NzbDrone.Core.Notifications.NotificationService.GetMessage(Series series, List`1 episodes, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 50
at NzbDrone.Core.Notifications.NotificationService.Handle(UntrackedDownloadCompletedEvent message) in ./Sonarr.Core/Notifications/NotificationService.cs:line 262
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)
2024-12-14 01:25:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:22.1|Info|AddSeriesService|Adding Series [268156][Sense8] Path: [/tv/Sense8]
2024-12-14 01:25:22.2|Info|RefreshSeriesService|Updating Sense8
2024-12-14 01:25:22.2|Info|RefreshEpisodeService|Starting episode info refresh for: [268156][Sense8]
2024-12-14 01:25:22.2|Info|RefreshEpisodeService|Finished episode refresh for series: [268156][Sense8].
2024-12-14 01:25:22.2|Info|MediaCoverService|Downloading Banner for [268156][Sense8] https://artworks.thetvdb.com/banners/graphical/268156-g3.jpg
2024-12-14 01:25:22.2|Info|DiskScanService|Scanning Sense8
2024-12-14 01:25:22.2|Info|DiskScanService|Completed scanning disk for Sense8
2024-12-14 01:25:22.2|Info|SeriesScannedHandler|[Sense8] was recently added, performing post-add actions
2024-12-14 01:25:22.2|Info|MediaCoverService|Downloading Poster for [268156][Sense8] https://artworks.thetvdb.com/banners/posters/268156-6.jpg
2024-12-14 01:25:22.3|Info|MediaCoverService|Downloading Fanart for [268156][Sense8] https://artworks.thetvdb.com/banners/fanart/original/268156-5.jpg
2024-12-14 01:25:22.3|Info|MediaCoverService|Downloading Clearlogo for [268156][Sense8] https://artworks.thetvdb.com/banners/v4/series/268156/clearlogo/611b867ed111a.png
2024-12-14 01:25:22.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-12-14 01:25:22.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-12-14 01:25:22.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-12-14 01:25:22.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-12-14 01:25:22.4|Info|MetadataService|Series folder does not exist, skipping metadata creation
2024-12-14 01:25:22.4|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:25:23.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:27.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:27.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:46.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1f676c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:25:46.9|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:46.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1bdb6c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:25:46.9|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:46.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/5.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x30986c0] EBML header parsing failed
/tv/test/5.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:25:46.9|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:46.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x340a6c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:25:46.9|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:46.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x31376c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:25:46.9|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:47.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/6.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x34f46c0] EBML header parsing failed
/tv/test/6.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:25:47.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:47.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/7.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x36436c0] EBML header parsing failed
/tv/test/7.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:25:47.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:47.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/8.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1ba46c0] EBML header parsing failed
/tv/test/8.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:25:47.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:56.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/1.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:25:58.6|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:26:00.8|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:26:03.7|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:26:06.9|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/5.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:26:09.5|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/6.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:26:11.9|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/7.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:26:14.4|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/8.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:26:19.8|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:26:20.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2e086c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1ed16c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x344b6c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x31e86c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/5.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2abb6c0] EBML header parsing failed
/tv/test/5.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.7|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/6.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1e986c0] EBML header parsing failed
/tv/test/6.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.7|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/7.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x208f6c0] EBML header parsing failed
/tv/test/7.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/8.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2d326c0] EBML header parsing failed
/tv/test/8.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.8|Error|EventAggregator|NotificationService failed while processing [UntrackedDownloadCompletedEvent]
[v4.0.11.2680] System.NullReferenceException: Object reference not set to an instance of an object.
at NzbDrone.Core.Notifications.NotificationService.GetQualityString(Series series, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 88
at NzbDrone.Core.Notifications.NotificationService.GetMessage(Series series, List`1 episodes, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 50
at NzbDrone.Core.Notifications.NotificationService.Handle(UntrackedDownloadCompletedEvent message) in ./Sonarr.Core/Notifications/NotificationService.cs:line 262
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)
2024-12-14 01:26:24.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:26:24.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:27:16.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2c6d6c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:16.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:27:16.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1f556c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:16.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:27:16.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x21bf6c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:16.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:27:16.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x30cc6c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:16.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:27:23.1|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/1.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:27:25.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:27:28.4|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:27:30.8|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:27:36.4|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:27:37.1|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x38046c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:37.1|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x283a6c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:37.2|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x22f66c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:37.2|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2d6d6c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:37.2|Error|EventAggregator|NotificationService failed while processing [UntrackedDownloadCompletedEvent]
[v4.0.11.2680] System.NullReferenceException: Object reference not set to an instance of an object.
at NzbDrone.Core.Notifications.NotificationService.GetQualityString(Series series, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 88
at NzbDrone.Core.Notifications.NotificationService.GetMessage(Series series, List`1 episodes, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 50
at NzbDrone.Core.Notifications.NotificationService.Handle(UntrackedDownloadCompletedEvent message) in ./Sonarr.Core/Notifications/NotificationService.cs:line 262
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)
2024-12-14 01:27:41.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:27:41.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:27:55.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x290b6c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:55.8|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:27:55.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1bdf6c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:55.8|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:27:55.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1e2f6c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:55.8|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:01.5|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/1.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:03.3|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:05.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:15.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:15.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x21366c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:15.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x38a66c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:15.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x20126c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:15.9|Error|EventAggregator|NotificationService failed while processing [UntrackedDownloadCompletedEvent]
[v4.0.11.2680] System.NullReferenceException: Object reference not set to an instance of an object.
at NzbDrone.Core.Notifications.NotificationService.GetQualityString(Series series, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 88
at NzbDrone.Core.Notifications.NotificationService.GetMessage(Series series, List`1 episodes, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 50
at NzbDrone.Core.Notifications.NotificationService.Handle(UntrackedDownloadCompletedEvent message) in ./Sonarr.Core/Notifications/NotificationService.cs:line 262
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)
2024-12-14 01:28:18.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:28:18.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:28:35.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x26006c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x347d6c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/5.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x25746c0] EBML header parsing failed
/tv/test/5.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x35346c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/10.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x39c66c0] EBML header parsing failed
/tv/test/10.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/10.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x27546c0] EBML header parsing failed
/tv/test/10.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2e386c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/9.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x31c06c0] EBML header parsing failed
/tv/test/9.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/6.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x30e56c0] EBML header parsing failed
/tv/test/6.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/7.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x262e6c0] EBML header parsing failed
/tv/test/7.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/8.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x27b86c0] EBML header parsing failed
/tv/test/8.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/11.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x34ec6c0] EBML header parsing failed
/tv/test/11.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/11.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x24526c0] EBML header parsing failed
/tv/test/11.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:45.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/1.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:47.6|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:49.9|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:52.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:54.4|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/5.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:56.6|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/6.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:58.5|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/7.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:29:01.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/8.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)