media-server-docker-compose/config/radarr/logs/radarr.txt

7174 lines
896 KiB
Plaintext
Raw Normal View History

2024-04-06 22:52:47 -04:00
2024-04-06 05:57:57.3|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.3.6.8612
2024-04-06 05:57:57.4|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-04-06 05:57:57.4|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-04-06 05:57:57.6|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-04-06 05:57:57.7|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-04-06 05:57:57.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-04-06 05:57:57.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:57.9|Info|DatabaseEngineVersionCheck|SQLite 3.44.2
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0416662s
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0431901s
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0239141s
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0297516s
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0014683s
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002147s
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008368s
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025706s
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.07E-05s
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002813s
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018926s
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:57.9|Info|InitialSetup|Starting migration of Main DB to 1
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Config
2024-04-06 05:57:57.9|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-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005335s
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Config (Key)
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Config_Key" ON "Config" ("Key" ASC)
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002252s
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable RootFolders
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "RootFolders" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Path" TEXT NOT NULL)
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002511s
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex RootFolders (Path)
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_RootFolders_Path" ON "RootFolders" ("Path" ASC)
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002093s
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Series
2024-04-06 05:57:57.9|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, "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, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "TvMazeId" INTEGER NOT NULL DEFAULT 0)
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008785s
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Series (TvdbId)
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001886s
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Movies
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT NOT NULL, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT)
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006454s
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (ImdbId)
2024-04-06 05:57:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2024-04-06 05:57:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001851s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (TitleSlug)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002008s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Episodes
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Episodes" ("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, "AirDate" TEXT, "AirDateUtc" DATETIME, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER, "Monitored" INTEGER, "Ratings" TEXT, "Images" TEXT, "UnverifiedSceneNumbering" INTEGER NOT NULL DEFAULT 0)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006658s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable EpisodeFiles
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "EpisodeFiles" ("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-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004116s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable History
2024-04-06 05:57:58.0|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, "EventType" INTEGER, "DownloadId" TEXT)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003861s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (DownloadId)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001997s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Notifications
2024-04-06 05:57:58.0|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, "ConfigContract" TEXT, "OnUpgrade" INTEGER, "Tags" TEXT, "OnRename" INTEGER NOT NULL)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0054897s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ScheduledTasks
2024-04-06 05:57:58.0|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-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003183s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ScheduledTasks (TypeName)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002303s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Indexers
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableSearch" INTEGER)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039761s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Indexers (Name)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002076s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Profiles
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Profiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "Language" INTEGER)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003131s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Profiles (Name)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000204s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Profiles" SET "Language" = 1
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Profiles" SET "Language" = 1
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003341s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable SceneMappings
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SceneMappings" ("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, "SceneSeasonNumber" INTEGER)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000376s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NamingConfig
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MultiEpisodeStyle" INTEGER NOT NULL, "RenameEpisodes" INTEGER, "StandardEpisodeFormat" TEXT, "DailyEpisodeFormat" TEXT, "SeriesFolderFormat" TEXT, "SeasonFolderFormat" TEXT, "AnimeEpisodeFormat" TEXT, "ReplaceIllegalCharacters" INTEGER NOT NULL DEFAULT 1)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004519s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Blacklist
2024-04-06 05:57:58.0|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, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000448s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable QualityDefinitions
2024-04-06 05:57:58.0|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, "MinSize" NUMERIC, "MaxSize" NUMERIC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003189s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualityDefinitions (Quality)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002137s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualityDefinitions (Title)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002139s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Metadata
2024-04-06 05:57:58.0|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-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003354s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MetadataFiles
2024-04-06 05:57:58.0|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, "Added" DATETIME, "Extension" TEXT NOT NULL, "Hash" TEXT)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004346s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClients
2024-04-06 05:57:58.0|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)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003409s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable PendingReleases
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL DEFAULT 0, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "ParsedEpisodeInfo" TEXT NOT NULL, "Release" TEXT NOT NULL, "MovieId" INTEGER NOT NULL DEFAULT 0)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003865s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable RemotePathMappings
2024-04-06 05:57:58.0|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-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003024s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Tags
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Tags" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Label" TEXT NOT NULL)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002347s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tags (Label)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Tags_Label" ON "Tags" ("Label" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001967s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Restrictions
2024-04-06 05:57:58.0|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-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002872s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DelayProfiles
2024-04-06 05:57:58.0|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-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000407s
2024-04-06 05:57:58.0|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-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Users
2024-04-06 05:57:58.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-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00032s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Identifier)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Identifier" ON "Users" ("Identifier" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000216s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Username)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Username" ON "Users" ("Username" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002156s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Commands
2024-04-06 05:57:58.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-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004338s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable IndexerStatus
2024-04-06 05:57:58.0|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-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003908s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex IndexerStatus (IndexerId)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_IndexerId" ON "IndexerStatus" ("IndexerId" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002096s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ExtraFiles
2024-04-06 05:57:58.0|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-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004146s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable SubtitleFiles
2024-04-06 05:57:58.0|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-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004235s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (Date)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001975s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|-> 1 Insert operations completed in 00:00:00.0033366 taking an average of 00:00:00.0033366
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2024-04-06T05:57:58', 'InitialSetup')
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033357s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|104: add_moviefiles_table migrating
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.0|Info|add_moviefiles_table|Starting migration of Main DB to 104
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MovieFiles
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Path" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SceneName" TEXT, "MediaInfo" TEXT, "ReleaseGroup" TEXT, "RelativePath" TEXT)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004379s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieFiles (Path)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieFiles_Path" ON "MovieFiles" ("Path" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002103s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies MovieFileId Int32
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "MovieFileId" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004565s
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (104, '2024-04-06T05:57:58', 'add_moviefiles_table')
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|104: add_moviefiles_table migrated
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023074s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|105: fix_history_movieId migrating
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.0|Info|fix_history_movieId|Starting migration of Main DB to 105
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn History MovieId Int32
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History" ADD COLUMN "MovieId" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0090647s
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (105, '2024-04-06T05:57:58', 'fix_history_movieId')
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|105: fix_history_movieId migrated
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0109873s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|106: add_tmdb_stuff migrating
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.0|Info|add_tmdb_stuff|Starting migration of Main DB to 106
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies TmdbId Int32
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "TmdbId" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004499s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies Website String
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "Website" TEXT
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000394s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Movies ImdbId String
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Actors", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Actors", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website" FROM "Movies"
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0169489s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies AlternativeTitles String
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "AlternativeTitles" TEXT
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003995s
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (106, '2024-04-06T05:57:58', 'add_tmdb_stuff')
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|106: add_tmdb_stuff migrated
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023186s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|107: fix_movie_files migrating
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.0|Info|fix_movie_files|Starting migration of Main DB to 107
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieFiles
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieFiles Path String
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Path" TEXT, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SceneName" TEXT, "MediaInfo" TEXT, "ReleaseGroup" TEXT, "RelativePath" TEXT)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieFiles_temp" ("Id", "MovieId", "Path", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath") SELECT "Id", "MovieId", "Path", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath" FROM "MovieFiles"
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieFiles"
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles_temp" RENAME TO "MovieFiles"
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieFiles_Path" ON "MovieFiles" ("Path" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032552s
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (107, '2024-04-06T05:57:58', 'fix_movie_files')
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|107: fix_movie_files migrated
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050948s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|108: update_schedule_intervale migrating
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.0|Info|update_schedule_intervale|Starting migration of Main DB to 108
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks Interval Double
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" NUMERIC NOT NULL, "LastExecution" DATETIME NOT NULL)
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ScheduledTasks_temp" ("Id", "TypeName", "Interval", "LastExecution") SELECT "Id", "TypeName", "Interval", "LastExecution" FROM "ScheduledTasks"
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks"
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks"
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030248s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "ScheduledTasks" SET "Interval" = 0.25 WHERE "TypeName" = 'NzbDrone.Core.Download.CheckForFinishedDownloadCommand'
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ScheduledTasks" SET "Interval" = 0.25 WHERE "TypeName" = 'NzbDrone.Core.Download.CheckForFinishedDownloadCommand'
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002021s
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (108, '2024-04-06T05:57:58', 'update_schedule_intervale')
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|108: update_schedule_intervale migrated
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002115s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|109: add_movie_formats_to_naming_config migrating
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.0|Info|add_movie_formats_to_naming_config|Starting migration of Main DB to 109
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig StandardMovieFormat String
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "StandardMovieFormat" TEXT
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004289s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig MovieFolderFormat String
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "MovieFolderFormat" TEXT
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004371s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006239s
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (109, '2024-04-06T05:57:58', 'add_movie_formats_to_naming_config')
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|109: add_movie_formats_to_naming_config migrated
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025127s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|110: add_phyiscal_release migrating
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.0|Info|add_phyiscal_release|Starting migration of Main DB to 110
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 3E-06s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies PhysicalRelease DateTime
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "PhysicalRelease" DATETIME
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004212s
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (110, '2024-04-06T05:57:58', 'add_phyiscal_release')
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|110: add_phyiscal_release migrated
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022204s
2024-04-06 05:57:58.0|Info|FluentMigrator.Runner.MigrationRunner|111: remove_bitmetv migrating
2024-04-06 05:57:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.0|Info|remove_bitmetv|Starting migration of Main DB to 111
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'BitMeTv'
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020508s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (111, '2024-04-06T05:57:58', 'remove_bitmetv')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|111: remove_bitmetv migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038979s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|112: remove_torrentleech migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|remove_torrentleech|Starting migration of Main DB to 112
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Torrentleech'
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002491s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (112, '2024-04-06T05:57:58', 'remove_torrentleech')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|112: remove_torrentleech migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020487s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|113: remove_broadcasthenet migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|remove_broadcasthenet|Starting migration of Main DB to 113
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'BroadcastheNet'
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001544s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (113, '2024-04-06T05:57:58', 'remove_broadcasthenet')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|113: remove_broadcasthenet migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019968s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|114: remove_fanzub migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|remove_fanzub|Starting migration of Main DB to 114
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Fanzub'
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001508s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (114, '2024-04-06T05:57:58', 'remove_fanzub')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|114: remove_fanzub migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019311s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|115: update_movie_sorttitle migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|update_movie_sorttitle|Starting migration of Main DB to 115
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005737s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (115, '2024-04-06T05:57:58', 'update_movie_sorttitle')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|115: update_movie_sorttitle migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025288s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|116: update_movie_sorttitle_again migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|update_movie_sorttitle_again|Starting migration of Main DB to 116
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008557s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (116, '2024-04-06T05:57:58', 'update_movie_sorttitle_again')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|116: update_movie_sorttitle_again migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026761s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|117: update_movie_file migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|update_movie_file|Starting migration of Main DB to 117
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieFiles Edition String
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles" ADD COLUMN "Edition" TEXT
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004325s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (117, '2024-04-06T05:57:58', 'update_movie_file')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|117: update_movie_file migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022275s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|118: update_movie_slug migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|update_movie_slug|Starting migration of Main DB to 118
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005714s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (118, '2024-04-06T05:57:58', 'update_movie_slug')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|118: update_movie_slug migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023617s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|119: add_youtube_trailer_id migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|add_youtube_trailer_id|Starting migration of Main DB to 119
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies YouTubeTrailerId String
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "YouTubeTrailerId" TEXT
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004439s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (119, '2024-04-06T05:57:58', 'add_youtube_trailer_id')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|119: add_youtube_trailer_id migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022645s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|120: add_studio migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|add_studio|Starting migration of Main DB to 120
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies Studio String
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "Studio" TEXT
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004208s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (120, '2024-04-06T05:57:58', 'add_studio')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|120: add_studio migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022329s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|121: update_filedate_config migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|update_filedate_config|Starting migration of Main DB to 121
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000618s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (121, '2024-04-06T05:57:58', 'update_filedate_config')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|121: update_filedate_config migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024031s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|122: add_movieid_to_blacklist migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|add_movieid_to_blacklist|Starting migration of Main DB to 122
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist MovieId Int32
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "MovieId" INTEGER DEFAULT 0
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000428s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blacklist SeriesId Int32
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blacklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER, "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, "MovieId" INTEGER)
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blacklist_temp" ("Id", "SeriesId", "EpisodeIds", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId") SELECT "Id", "SeriesId", "EpisodeIds", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId" FROM "Blacklist"
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blacklist"
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist_temp" RENAME TO "Blacklist"
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031402s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blacklist EpisodeIds String
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blacklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER, "EpisodeIds" TEXT, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "MovieId" INTEGER)
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blacklist_temp" ("Id", "SeriesId", "EpisodeIds", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId") SELECT "Id", "SeriesId", "EpisodeIds", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId" FROM "Blacklist"
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blacklist"
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist_temp" RENAME TO "Blacklist"
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030651s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (122, '2024-04-06T05:57:58', 'add_movieid_to_blacklist')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|122: add_movieid_to_blacklist migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0049074s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|123: create_netimport_table migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|create_netimport_table|Starting migration of Main DB to 123
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NetImport
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NetImport" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enabled" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "Settings" TEXT, "EnableAuto" INTEGER NOT NULL, "RootFolderPath" TEXT NOT NULL, "ShouldMonitor" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL)
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004302s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex NetImport (Name)
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImport_Name" ON "NetImport" ("Name" ASC)
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000195s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (123, '2024-04-06T05:57:58', 'create_netimport_table')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|123: create_netimport_table migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020918s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|124: add_preferred_tags_to_profile migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|add_preferred_tags_to_profile|Starting migration of Main DB to 124
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles PreferredTags String
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "PreferredTags" TEXT
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004376s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (124, '2024-04-06T05:57:58', 'add_preferred_tags_to_profile')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|124: add_preferred_tags_to_profile migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023264s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|125: fix_imdb_unique migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|fix_imdb_unique|Starting migration of Main DB to 125
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002534s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (125, '2024-04-06T05:57:58', 'fix_imdb_unique')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|125: fix_imdb_unique migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002075s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|126: update_qualities_and_profiles migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|update_qualities_and_profiles|Starting migration of Main DB to 126
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047624s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (126, '2024-04-06T05:57:58', 'update_qualities_and_profiles')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|126: update_qualities_and_profiles migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066333s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|127: remove_wombles migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|remove_wombles|Starting migration of Main DB to 127
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Wombles'
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002797s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (127, '2024-04-06T05:57:58', 'remove_wombles')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|127: remove_wombles migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021427s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|128: remove_kickass migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|remove_kickass|Starting migration of Main DB to 128
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Kickass Torrents'
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001569s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (128, '2024-04-06T05:57:58', 'remove_kickass')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|128: remove_kickass migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019862s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|129: add_parsed_movie_info_to_pending_release migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|add_parsed_movie_info_to_pending_release|Starting migration of Main DB to 129
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn PendingReleases ParsedMovieInfo String
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases" ADD COLUMN "ParsedMovieInfo" TEXT
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004436s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (129, '2024-04-06T05:57:58', 'add_parsed_movie_info_to_pending_release')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|129: add_parsed_movie_info_to_pending_release migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022704s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|130: remove_wombles_kickass migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|remove_wombles_kickass|Starting migration of Main DB to 130
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Wombles'
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001585s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'KickassTorrents'
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000155s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (130, '2024-04-06T05:57:58', 'remove_wombles_kickass')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|130: remove_wombles_kickass migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021013s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|131: make_parsed_episode_info_nullable migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|make_parsed_episode_info_nullable|Starting migration of Main DB to 131
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn PendingReleases ParsedEpisodeInfo String
2024-04-06 05:57:58.1|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, "Release" TEXT NOT NULL, "MovieId" INTEGER NOT NULL, "ParsedMovieInfo" TEXT)
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "PendingReleases_temp" ("Id", "SeriesId", "Title", "Added", "ParsedEpisodeInfo", "Release", "MovieId", "ParsedMovieInfo") SELECT "Id", "SeriesId", "Title", "Added", "ParsedEpisodeInfo", "Release", "MovieId", "ParsedMovieInfo" FROM "PendingReleases"
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "PendingReleases"
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases_temp" RENAME TO "PendingReleases"
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003401s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (131, '2024-04-06T05:57:58', 'make_parsed_episode_info_nullable')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|131: make_parsed_episode_info_nullable migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0052856s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|132: rename_torrent_downloadstation migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|rename_torrent_downloadstation|Starting migration of Main DB to 132
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "DownloadClients" SET "Implementation" = 'TorrentDownloadStation' WHERE "Implementation" = 'DownloadStation';
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "DownloadClients" SET "Implementation" = 'TorrentDownloadStation' WHERE "Implementation" = 'DownloadStation';
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002167s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (132, '2024-04-06T05:57:58', 'rename_torrent_downloadstation')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|132: rename_torrent_downloadstation migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020908s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|133: add_minimumavailability migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|add_minimumavailability|Starting migration of Main DB to 133
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NetImport
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NetImport MinimumAvailability Int32
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NetImport" ADD COLUMN "MinimumAvailability" INTEGER NOT NULL DEFAULT 3
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004545s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies MinimumAvailability Int32
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "MinimumAvailability" INTEGER NOT NULL DEFAULT 3
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000456s
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (133, '2024-04-06T05:57:58', 'add_minimumavailability')
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|133: add_minimumavailability migrated
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032121s
2024-04-06 05:57:58.1|Info|FluentMigrator.Runner.MigrationRunner|134: add_remux_qualities_for_the_wankers migrating
2024-04-06 05:57:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.1|Info|add_remux_qualities_for_the_wankers|Starting migration of Main DB to 134
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001748s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (134, '2024-04-06T05:57:58', 'add_remux_qualities_for_the_wankers')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|134: add_remux_qualities_for_the_wankers migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001992s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|135: add_haspredbentry_to_movies migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|add_haspredbentry_to_movies|Starting migration of Main DB to 135
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies HasPreDBEntry Boolean
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "HasPreDBEntry" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004615s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (135, '2024-04-06T05:57:58', 'add_haspredbentry_to_movies')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|135: add_haspredbentry_to_movies migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002238s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|136: add_pathstate_to_movies migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|add_pathstate_to_movies|Starting migration of Main DB to 136
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies PathState Int32
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "PathState" INTEGER NOT NULL DEFAULT 2
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004572s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (136, '2024-04-06T05:57:58', 'add_pathstate_to_movies')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|136: add_pathstate_to_movies migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022864s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|137: add_import_exclusions_table migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|add_import_exclusions_table|Starting migration of Main DB to 137
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportExclusions
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportExclusions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "MovieTitle" TEXT, "MovieYear" INTEGER DEFAULT 0)
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003231s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ImportExclusions (TmdbId)
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportExclusions_TmdbId" ON "ImportExclusions" ("TmdbId" ASC)
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000208s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010383s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (137, '2024-04-06T05:57:58', 'add_import_exclusions_table')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|137: add_import_exclusions_table migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028817s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|138: add_physical_release_note migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|add_physical_release_note|Starting migration of Main DB to 138
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies PhysicalReleaseNote String
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "PhysicalReleaseNote" TEXT
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004474s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (138, '2024-04-06T05:57:58', 'add_physical_release_note')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|138: add_physical_release_note migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024009s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|139: consolidate_indexer_baseurl migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|consolidate_indexer_baseurl|Starting migration of Main DB to 139
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016112s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (139, '2024-04-06T05:57:58', 'consolidate_indexer_baseurl')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|139: consolidate_indexer_baseurl migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034099s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|140: add_alternative_titles_table migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|add_alternative_titles_table|Starting migration of Main DB to 140
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable AlternativeTitles
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "SourceType" INTEGER NOT NULL DEFAULT 0, "SourceId" INTEGER NOT NULL DEFAULT 0, "Votes" INTEGER NOT NULL DEFAULT 0, "VoteCount" INTEGER NOT NULL DEFAULT 0, "Language" INTEGER NOT NULL DEFAULT 0)
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004862s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies AlternativeTitles
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "HasPreDBEntry" INTEGER NOT NULL, "PathState" INTEGER NOT NULL, "PhysicalReleaseNote" TEXT)
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Actors", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "PathState", "PhysicalReleaseNote") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Actors", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "PathState", "PhysicalReleaseNote" FROM "Movies"
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048984s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies SecondaryYear Int32
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "SecondaryYear" INTEGER
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004322s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies SecondaryYearSourceId Int64
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "SecondaryYearSourceId" INTEGER DEFAULT 0
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004398s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (140, '2024-04-06T05:57:58', 'add_alternative_titles_table')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|140: add_alternative_titles_table migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023492s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|141: fix_duplicate_alt_titles migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|fix_duplicate_alt_titles|Starting migration of Main DB to 141
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002362s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AlternativeTitles
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 6.2E-06s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn AlternativeTitles CleanTitle String
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "SourceType" INTEGER NOT NULL, "SourceId" INTEGER NOT NULL, "Votes" INTEGER NOT NULL, "VoteCount" INTEGER NOT NULL, "Language" INTEGER NOT NULL)
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AlternativeTitles_temp" ("Id", "MovieId", "Title", "CleanTitle", "SourceType", "SourceId", "Votes", "VoteCount", "Language") SELECT "Id", "MovieId", "Title", "CleanTitle", "SourceType", "SourceId", "Votes", "VoteCount", "Language" FROM "AlternativeTitles"
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles"
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles"
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031659s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AlternativeTitles (CleanTitle)
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002156s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (141, '2024-04-06T05:57:58', 'fix_duplicate_alt_titles')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|141: fix_duplicate_alt_titles migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020425s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|142: movie_extras migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|movie_extras|Starting migration of Main DB to 142
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable ExtraFiles
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ExtraFiles"
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002437s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable SubtitleFiles
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SubtitleFiles"
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001793s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable MetadataFiles
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles"
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001681s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ExtraFiles
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "MovieFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL)
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003607s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable SubtitleFiles
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SubtitleFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "MovieFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL, "Language" INTEGER NOT NULL)
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004052s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MetadataFiles
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "MovieFileId" INTEGER, "Hash" TEXT, "Added" DATETIME, "Extension" TEXT NOT NULL)
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003924s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (142, '2024-04-06T05:57:58', 'movie_extras')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|142: movie_extras migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022522s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|143: clean_core_tv migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|clean_core_tv|Starting migration of Main DB to 143
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable Episodes
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Episodes"
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001754s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable EpisodeFiles
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "EpisodeFiles"
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001836s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable Series
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Series"
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002027s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable SceneMappings
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SceneMappings"
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001686s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Blacklist SeriesId, EpisodeIds
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blacklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "MovieId" INTEGER)
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blacklist_temp" ("Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId") SELECT "Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId" FROM "Blacklist"
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blacklist"
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist_temp" RENAME TO "Blacklist"
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029121s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn History SeriesId, EpisodeId
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Quality" TEXT NOT NULL, "Data" TEXT NOT NULL, "EventType" INTEGER, "DownloadId" TEXT, "MovieId" INTEGER NOT NULL)
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "History_temp" ("Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "MovieId") SELECT "Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "MovieId" FROM "History"
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History"
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History_temp" RENAME TO "History"
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC)
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031974s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn NamingConfig StandardEpisodeFormat, DailyEpisodeFormat, AnimeEpisodeFormat, SeasonFolderFormat, SeriesFolderFormat
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MultiEpisodeStyle" INTEGER NOT NULL, "RenameEpisodes" INTEGER, "ReplaceIllegalCharacters" INTEGER NOT NULL, "StandardMovieFormat" TEXT, "MovieFolderFormat" TEXT)
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "NamingConfig_temp" ("Id", "MultiEpisodeStyle", "RenameEpisodes", "ReplaceIllegalCharacters", "StandardMovieFormat", "MovieFolderFormat") SELECT "Id", "MultiEpisodeStyle", "RenameEpisodes", "ReplaceIllegalCharacters", "StandardMovieFormat", "MovieFolderFormat" FROM "NamingConfig"
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "NamingConfig"
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028218s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn PendingReleases SeriesId, ParsedEpisodeInfo
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "Release" TEXT NOT NULL, "MovieId" INTEGER NOT NULL, "ParsedMovieInfo" TEXT)
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "PendingReleases_temp" ("Id", "Title", "Added", "Release", "MovieId", "ParsedMovieInfo") SELECT "Id", "Title", "Added", "Release", "MovieId", "ParsedMovieInfo" FROM "PendingReleases"
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "PendingReleases"
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases_temp" RENAME TO "PendingReleases"
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027224s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (143, '2024-04-06T05:57:58', 'clean_core_tv')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|143: clean_core_tv migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046666s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|144: add_cookies_to_indexer_status migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|add_cookies_to_indexer_status|Starting migration of Main DB to 144
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn IndexerStatus Cookies String
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus" ADD COLUMN "Cookies" TEXT
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000394s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn IndexerStatus CookiesExpirationDate DateTime
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus" ADD COLUMN "CookiesExpirationDate" DATETIME
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000387s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (144, '2024-04-06T05:57:58', 'add_cookies_to_indexer_status')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|144: add_cookies_to_indexer_status migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022304s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|145: banner_to_fanart migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|banner_to_fanart|Starting migration of Main DB to 145
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Movies" SET "Images" = replace("Images", '"coverType": "banner"', '"coverType": "fanart"')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Movies" SET "Images" = replace("Images", '"coverType": "banner"', '"coverType": "fanart"')
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001887s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MetadataFiles" SET "MovieFileId" = null WHERE "Type" = 2
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MetadataFiles" SET "MovieFileId" = null WHERE "Type" = 2
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001446s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (145, '2024-04-06T05:57:58', 'banner_to_fanart')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|145: banner_to_fanart migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019056s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|146: naming_config_colon_action migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|naming_config_colon_action|Starting migration of Main DB to 146
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig ColonReplacementFormat Int32
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "ColonReplacementFormat" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004439s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (146, '2024-04-06T05:57:58', 'naming_config_colon_action')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|146: naming_config_colon_action migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023037s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|147: add_custom_formats migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|add_custom_formats|Starting migration of Main DB to 147
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable CustomFormats
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFormats" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "FormatTags" TEXT NOT NULL)
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002853s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex CustomFormats (Name)
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_CustomFormats_Name" ON "CustomFormats" ("Name" ASC)
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001956s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles FormatItems String
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "FormatItems" TEXT NOT NULL DEFAULT '[{format:0, allowed:true}]'
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004279s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles FormatCutoff Int32
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "FormatCutoff" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000405s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001189s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (147, '2024-04-06T05:57:58', 'add_custom_formats')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|147: add_custom_formats migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020502s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|148: remove_extra_naming_config migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|remove_extra_naming_config|Starting migration of Main DB to 148
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "NamingConfig" WHERE "Id" NOT IN(SELECT "Id" FROM "NamingConfig" LIMIT 1)
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "NamingConfig" WHERE "Id" NOT IN(SELECT "Id" FROM "NamingConfig" LIMIT 1)
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001664s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (148, '2024-04-06T05:57:58', 'remove_extra_naming_config')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|148: remove_extra_naming_config migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019471s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|149: convert_regex_required_tags migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|convert_regex_required_tags|Starting migration of Main DB to 149
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024758s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (149, '2024-04-06T05:57:58', 'convert_regex_required_tags')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|149: convert_regex_required_tags migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043668s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|150: fix_format_tags_double_underscore migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|fix_format_tags_double_underscore|Starting migration of Main DB to 150
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003824s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (150, '2024-04-06T05:57:58', 'fix_format_tags_double_underscore')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|150: fix_format_tags_double_underscore migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021743s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|151: add_tags_to_net_import migrating
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.2|Info|add_tags_to_net_import|Starting migration of Main DB to 151
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NetImport
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NetImport Tags String
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NetImport" ADD COLUMN "Tags" TEXT
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004111s
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "NetImport" SET "Tags" = '[]'
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NetImport" SET "Tags" = '[]'
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001252s
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (151, '2024-04-06T05:57:58', 'add_tags_to_net_import')
2024-04-06 05:57:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|151: add_tags_to_net_import migrated
2024-04-06 05:57:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019615s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|152: add_custom_filters migrating
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.3|Info|add_custom_filters|Starting migration of Main DB to 152
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable CustomFilters
2024-04-06 05:57:58.3|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-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002845s
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (152, '2024-04-06T05:57:58', 'add_custom_filters')
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|152: add_custom_filters migrated
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020826s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|153: indexer_client_status_search_changes migrating
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.3|Info|indexer_client_status_search_changes|Starting migration of Main DB to 153
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn PendingReleases Reason Int32
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases" ADD COLUMN "Reason" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000434s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn IndexerStatus IndexerId to ProviderId
2024-04-06 05:57:58.3|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, "Cookies" TEXT, "CookiesExpirationDate" DATETIME)
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate") SELECT "Id", "IndexerId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate" FROM "IndexerStatus"
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0131637s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Indexers EnableSearch to EnableAutomaticSearch
2024-04-06 05:57:58.3|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-04-06 05:57:58.3|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-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers"
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031539s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers EnableInteractiveSearch Boolean
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "EnableInteractiveSearch" INTEGER
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004361s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "EnableInteractiveSearch" = "EnableAutomaticSearch"
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "EnableInteractiveSearch" = "EnableAutomaticSearch"
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001568s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Indexers EnableInteractiveSearch Boolean
2024-04-06 05:57:58.3|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-04-06 05:57:58.3|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-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers"
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031743s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClientStatus
2024-04-06 05:57:58.3|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-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003612s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadClientStatus (ProviderId)
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000231s
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (153, '2024-04-06T05:57:58', 'indexer_client_status_search_changes')
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|153: indexer_client_status_search_changes migrated
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022501s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|154: add_language_to_files_history_blacklist migrating
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.3|Info|add_language_to_files_history_blacklist|Starting migration of Main DB to 154
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieFiles
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieFiles Languages String
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles" ADD COLUMN "Languages" TEXT NOT NULL DEFAULT '[]'
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004366s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn History Languages String
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History" ADD COLUMN "Languages" TEXT NOT NULL DEFAULT '[]'
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004268s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist Languages String
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "Languages" TEXT NOT NULL DEFAULT '[]'
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004259s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0093477s
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (154, '2024-04-06T05:57:58', 'add_language_to_files_history_blacklist')
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|154: add_language_to_files_history_blacklist migrated
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0112777s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|155: add_update_allowed_quality_profile migrating
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.3|Info|add_update_allowed_quality_profile|Starting migration of Main DB to 155
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles UpgradeAllowed Boolean
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "UpgradeAllowed" INTEGER
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004609s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Profiles" SET "UpgradeAllowed" = 1 WHERE 1 = 1
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001789s
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (155, '2024-04-06T05:57:58', 'add_update_allowed_quality_profile')
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|155: add_update_allowed_quality_profile migrated
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003673s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|156: add_download_client_priority migrating
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.3|Info|add_download_client_priority|Starting migration of Main DB to 156
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients Priority Int32
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "Priority" INTEGER NOT NULL DEFAULT 1
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004438s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0198715s
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (156, '2024-04-06T05:57:58', 'add_download_client_priority')
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|156: add_download_client_priority migrated
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0220229s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|157: remove_growl_prowl migrating
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.3|Info|remove_growl_prowl|Starting migration of Main DB to 157
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'Growl'
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001713s
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (157, '2024-04-06T05:57:58', 'remove_growl_prowl')
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|157: remove_growl_prowl migrated
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002162s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|158: remove_plex_hometheatre migrating
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.3|Info|remove_plex_hometheatre|Starting migration of Main DB to 158
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'PlexHomeTheater'
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001608s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'PlexClient'
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001474s
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (158, '2024-04-06T05:57:58', 'remove_plex_hometheatre')
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|158: remove_plex_hometheatre migrated
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019726s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|159: add_webrip_qualites migrating
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.3|Info|add_webrip_qualites|Starting migration of Main DB to 159
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046522s
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (159, '2024-04-06T05:57:58', 'add_webrip_qualites')
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|159: add_webrip_qualites migrated
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065305s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|160: health_issue_notification migrating
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.3|Info|health_issue_notification|Starting migration of Main DB to 160
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnHealthIssue Boolean
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnHealthIssue" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004876s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications IncludeHealthWarnings Boolean
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "IncludeHealthWarnings" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004453s
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (160, '2024-04-06T05:57:58', 'health_issue_notification')
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|160: health_issue_notification migrated
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022546s
2024-04-06 05:57:58.3|Info|FluentMigrator.Runner.MigrationRunner|161: speed_improvements migrating
2024-04-06 05:57:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.3|Info|speed_improvements|Starting migration of Main DB to 161
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieFiles (MovieId)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieFiles_MovieId" ON "MovieFiles" ("MovieId" ASC)
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002147s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AlternativeTitles (MovieId)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieId" ON "AlternativeTitles" ("MovieId" ASC)
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002024s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (CleanTitle)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001832s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (ImdbId)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000189s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (TmdbId)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001821s
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (161, '2024-04-06T05:57:58', 'speed_improvements')
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|161: speed_improvements migrated
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020307s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|162: fix_profile_format_default migrating
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.4|Info|fix_profile_format_default|Starting migration of Main DB to 162
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Profiles FormatItems String
2024-04-06 05:57:58.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, "Language" INTEGER, "PreferredTags" TEXT, "FormatItems" TEXT NOT NULL DEFAULT '[{"format":0, "allowed":true}]', "FormatCutoff" INTEGER NOT NULL, "UpgradeAllowed" INTEGER)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Profiles_temp" ("Id", "Name", "Cutoff", "Items", "Language", "PreferredTags", "FormatItems", "FormatCutoff", "UpgradeAllowed") SELECT "Id", "Name", "Cutoff", "Items", "Language", "PreferredTags", "FormatItems", "FormatCutoff", "UpgradeAllowed" FROM "Profiles"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC)
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034063s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterDefaultConstraint .Profiles FormatItems [{"format":0, "allowed":true}]
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002395s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Profiles" SET "FormatItems" = '[{"format":0, "allowed":true}]' WHERE "FormatItems" = '[{format:0, allowed:true}]'
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002107s
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (162, '2024-04-06T05:57:58', 'fix_profile_format_default')
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|162: fix_profile_format_default migrated
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022138s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|163: task_duration migrating
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.4|Info|task_duration|Starting migration of Main DB to 163
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ScheduledTasks LastStartTime DateTime
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks" ADD COLUMN "LastStartTime" DATETIME
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004355s
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (163, '2024-04-06T05:57:58', 'task_duration')
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|163: task_duration migrated
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023465s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|164: movie_collections_crew migrating
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.4|Info|movie_collections_crew|Starting migration of Main DB to 164
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies Collection String
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "Collection" TEXT
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004306s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies Actors
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "HasPreDBEntry" INTEGER NOT NULL, "PathState" INTEGER NOT NULL, "PhysicalReleaseNote" TEXT, "SecondaryYear" INTEGER, "SecondaryYearSourceId" INTEGER, "Collection" TEXT)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "PathState", "PhysicalReleaseNote", "SecondaryYear", "SecondaryYearSourceId", "Collection") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "PathState", "PhysicalReleaseNote", "SecondaryYear", "SecondaryYearSourceId", "Collection" FROM "Movies"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050508s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Credits
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Credits" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "CreditTmdbId" TEXT NOT NULL, "PersonTmdbId" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Images" TEXT NOT NULL, "Character" TEXT, "Order" INTEGER NOT NULL, "Job" TEXT, "Department" TEXT, "Type" INTEGER NOT NULL)
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004052s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Credits (CreditTmdbId)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Credits_CreditTmdbId" ON "Credits" ("CreditTmdbId" ASC)
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002014s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Credits (MovieId)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Credits_MovieId" ON "Credits" ("MovieId" ASC)
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001758s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'NotifyMyAndroid'
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001532s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'Pushalot'
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001429s
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (164, '2024-04-06T05:57:58', 'movie_collections_crew')
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|164: movie_collections_crew migrated
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020247s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|165: remove_custom_formats_from_quality_model migrating
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.4|Info|remove_custom_formats_from_quality_model|Starting migration of Main DB to 165
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist IndexerFlags Int32
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "IndexerFlags" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004607s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieFiles
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieFiles IndexerFlags Int32
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles" ADD COLUMN "IndexerFlags" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004473s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033665s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013028s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008606s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001737s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026115s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015163s
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (165, '2024-04-06T05:57:58', 'remove_custom_formats_from_quality_model')
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|165: remove_custom_formats_from_quality_model migrated
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033831s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|166: fix_tmdb_list_config migrating
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.4|Info|fix_tmdb_list_config|Starting migration of Main DB to 166
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0014801s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013138s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0014045s
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (166, '2024-04-06T05:57:58', 'fix_tmdb_list_config')
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|166: fix_tmdb_list_config migrated
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032531s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|167: remove_movie_pathstate migrating
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.4|Info|remove_movie_pathstate|Starting migration of Main DB to 167
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies PathState
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "HasPreDBEntry" INTEGER NOT NULL, "PhysicalReleaseNote" TEXT, "SecondaryYear" INTEGER, "SecondaryYearSourceId" INTEGER, "Collection" TEXT)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "PhysicalReleaseNote", "SecondaryYear", "SecondaryYearSourceId", "Collection") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "PhysicalReleaseNote", "SecondaryYear", "SecondaryYearSourceId", "Collection" FROM "Movies"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050886s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" IN ('pathsdefaultstatic')
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" IN ('pathsdefaultstatic')
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001393s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieFiles
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieFiles OriginalFilePath String
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles" ADD COLUMN "OriginalFilePath" TEXT
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004294s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn MovieFiles Path
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SceneName" TEXT, "MediaInfo" TEXT, "ReleaseGroup" TEXT, "RelativePath" TEXT, "Edition" TEXT, "Languages" TEXT NOT NULL, "IndexerFlags" INTEGER NOT NULL, "OriginalFilePath" TEXT)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieFiles_temp" ("Id", "MovieId", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath", "Edition", "Languages", "IndexerFlags", "OriginalFilePath") SELECT "Id", "MovieId", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath", "Edition", "Languages", "IndexerFlags", "OriginalFilePath" FROM "MovieFiles"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieFiles"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles_temp" RENAME TO "MovieFiles"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieFiles_MovieId" ON "MovieFiles" ("MovieId" ASC)
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051378s
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (167, '2024-04-06T05:57:58', 'remove_movie_pathstate')
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|167: remove_movie_pathstate migrated
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072766s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|168: custom_format_rework migrating
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.4|Info|custom_format_rework|Starting migration of Main DB to 168
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable CustomFormats
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn CustomFormats Specifications String
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "CustomFormats" ADD COLUMN "Specifications" TEXT NOT NULL DEFAULT '[]'
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004818s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028576s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn CustomFormats FormatTags
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFormats_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Specifications" TEXT NOT NULL)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "CustomFormats_temp" ("Id", "Name", "Specifications") SELECT "Id", "Name", "Specifications" FROM "CustomFormats"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "CustomFormats"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "CustomFormats_temp" RENAME TO "CustomFormats"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_CustomFormats_Name" ON "CustomFormats" ("Name" ASC)
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031798s
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (168, '2024-04-06T05:57:58', 'custom_format_rework')
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|168: custom_format_rework migrated
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050681s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|169: custom_format_scores migrating
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.4|Info|custom_format_scores|Starting migration of Main DB to 169
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles MinFormatScore Int32
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "MinFormatScore" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004718s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles CutoffFormatScore Int32
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "CutoffFormatScore" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00044s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040707s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Profiles FormatCutoff
2024-04-06 05:57:58.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, "Language" INTEGER, "PreferredTags" TEXT, "FormatItems" TEXT NOT NULL, "UpgradeAllowed" INTEGER, "MinFormatScore" INTEGER NOT NULL, "CutoffFormatScore" INTEGER NOT NULL)
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Profiles_temp" ("Id", "Name", "Cutoff", "Items", "Language", "PreferredTags", "FormatItems", "UpgradeAllowed", "MinFormatScore", "CutoffFormatScore") SELECT "Id", "Name", "Cutoff", "Items", "Language", "PreferredTags", "FormatItems", "UpgradeAllowed", "MinFormatScore", "CutoffFormatScore" FROM "Profiles"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC)
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034435s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable CustomFormats
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn CustomFormats IncludeCustomFormatWhenRenaming Boolean
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "CustomFormats" ADD COLUMN "IncludeCustomFormatWhenRenaming" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004682s
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (169, '2024-04-06T05:57:58', 'custom_format_scores')
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|169: custom_format_scores migrated
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023649s
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|170: fix_trakt_list_config migrating
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.4|Info|fix_trakt_list_config|Starting migration of Main DB to 170
2024-04-06 05:57:58.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0624115s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010113s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" IN ('TraktAuthToken', 'TraktRefreshToken', 'TraktTokenExpiry', 'NewTraktAuthToken', 'NewTraktRefreshToken', 'NewTraktTokenExpiry')
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" IN ('TraktAuthToken', 'TraktRefreshToken', 'TraktTokenExpiry', 'NewTraktAuthToken', 'NewTraktRefreshToken', 'NewTraktTokenExpiry')
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003764s
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (170, '2024-04-06T05:57:58', 'fix_trakt_list_config')
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|170: fix_trakt_list_config migrated
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030234s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|171: quality_definition_preferred_size migrating
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.5|Info|quality_definition_preferred_size|Starting migration of Main DB to 171
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityDefinitions
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityDefinitions PreferredSize Double
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityDefinitions" ADD COLUMN "PreferredSize" NUMERIC
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004669s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013549s
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (171, '2024-04-06T05:57:58', 'quality_definition_preferred_size')
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|171: quality_definition_preferred_size migrated
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033066s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|172: add_download_history migrating
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.5|Info|add_download_history|Starting migration of Main DB to 172
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadHistory
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadHistory" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EventType" INTEGER NOT NULL, "MovieId" 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-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004307s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (EventType)
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_EventType" ON "DownloadHistory" ("EventType" ASC)
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002031s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (MovieId)
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_MovieId" ON "DownloadHistory" ("MovieId" ASC)
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002054s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (DownloadId)
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_DownloadId" ON "DownloadHistory" ("DownloadId" ASC)
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002021s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001643s
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (172, '2024-04-06T05:57:58', 'add_download_history')
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|172: add_download_history migrated
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035624s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|173: net_import_status migrating
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.5|Info|net_import_status|Starting migration of Main DB to 173
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NetImportStatus
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NetImportStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT)
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003727s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex NetImportStatus (ProviderId)
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImportStatus_ProviderId" ON "NetImportStatus" ("ProviderId" ASC)
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002265s
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (173, '2024-04-06T05:57:58', 'net_import_status')
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|173: net_import_status migrated
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020806s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|174: email_multiple_addresses migrating
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.5|Info|email_multiple_addresses|Starting migration of Main DB to 174
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013973s
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (174, '2024-04-06T05:57:58', 'email_multiple_addresses')
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|174: email_multiple_addresses migrated
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031931s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|175: remove_chown_and_folderchmod_config migrating
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.5|Info|remove_chown_and_folderchmod_config|Starting migration of Main DB to 175
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" IN ('folderchmod', 'chownuser', 'parsingleniency')
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" IN ('folderchmod', 'chownuser', 'parsingleniency')
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002112s
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (175, '2024-04-06T05:57:58', 'remove_chown_and_folderchmod_config')
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|175: remove_chown_and_folderchmod_config migrated
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020613s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|176: movie_recommendations migrating
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.5|Info|movie_recommendations|Starting migration of Main DB to 176
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies Recommendations String
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "Recommendations" TEXT NOT NULL DEFAULT '[]'
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004874s
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (176, '2024-04-06T05:57:58', 'movie_recommendations')
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|176: movie_recommendations migrated
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022696s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|177: language_improvements migrating
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.5|Info|language_improvements|Starting migration of Main DB to 177
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies OriginalLanguage Int32
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "OriginalLanguage" INTEGER NOT NULL DEFAULT 1
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005592s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies OriginalTitle String
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "OriginalTitle" TEXT
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004791s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies DigitalRelease DateTime
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "DigitalRelease" DATETIME
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005127s
2024-04-06 05:57:58.5|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies PhysicalReleaseNote
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "HasPreDBEntry" INTEGER NOT NULL, "SecondaryYear" INTEGER, "SecondaryYearSourceId" INTEGER, "Collection" TEXT, "Recommendations" TEXT NOT NULL, "OriginalLanguage" INTEGER NOT NULL, "OriginalTitle" TEXT, "DigitalRelease" DATETIME)
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "SecondaryYear", "SecondaryYearSourceId", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "SecondaryYear", "SecondaryYearSourceId", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease" FROM "Movies"
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2024-04-06 05:57:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0055279s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies SecondaryYearSourceId
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "HasPreDBEntry" INTEGER NOT NULL, "SecondaryYear" INTEGER, "Collection" TEXT, "Recommendations" TEXT NOT NULL, "OriginalLanguage" INTEGER NOT NULL, "OriginalTitle" TEXT, "DigitalRelease" DATETIME)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease" FROM "Movies"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0052842s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig RenameMovies Boolean
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "RenameMovies" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005148s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "NamingConfig" SET "RenameMovies"="RenameEpisodes"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "RenameMovies"="RenameEpisodes"
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001431s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn NamingConfig RenameEpisodes
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MultiEpisodeStyle" INTEGER NOT NULL, "ReplaceIllegalCharacters" INTEGER NOT NULL, "StandardMovieFormat" TEXT, "MovieFolderFormat" TEXT, "ColonReplacementFormat" INTEGER NOT NULL, "RenameMovies" INTEGER NOT NULL)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "NamingConfig_temp" ("Id", "MultiEpisodeStyle", "ReplaceIllegalCharacters", "StandardMovieFormat", "MovieFolderFormat", "ColonReplacementFormat", "RenameMovies") SELECT "Id", "MultiEpisodeStyle", "ReplaceIllegalCharacters", "StandardMovieFormat", "MovieFolderFormat", "ColonReplacementFormat", "RenameMovies" FROM "NamingConfig"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "NamingConfig"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034009s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement CREATE TABLE "MovieTranslations"("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Title" TEXT, "CleanTitle" TEXT, "Overview" TEXT, "Language" INTEGER NOT NULL, Unique("MovieId", "Language"));
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieTranslations"("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Title" TEXT, "CleanTitle" TEXT, "Overview" TEXT, "Language" INTEGER NOT NULL, Unique("MovieId", "Language"));
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003314s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DROP INDEX IF EXISTS "IX_AlternativeTitles_CleanTitle"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX IF EXISTS "IX_AlternativeTitles_CleanTitle"
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001932s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019364s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013801s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ScheduledTasks" SET "LastExecution" = '2014-01-01 00:00:00' WHERE "TypeName" = 'NzbDrone.Core.Movies.Commands.RefreshMovieCommand'
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002163s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Movies" SET "LastInfoSync" = '2014-01-01 00:00:00' WHERE 1 = 1
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001609s
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (177, '2024-04-06T05:57:58', 'language_improvements')
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|177: language_improvements migrated
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021001s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|178: new_list_server migrating
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.6|Info|new_list_server|Starting migration of Main DB to 178
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023144s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022599s
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (178, '2024-04-06T05:57:58', 'new_list_server')
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|178: new_list_server migrated
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041369s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|179: movie_translation_indexes migrating
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.6|Info|movie_translation_indexes|Starting migration of Main DB to 179
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieTranslations (Language)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_Language" ON "MovieTranslations" ("Language" ASC)
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002545s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieTranslations (MovieId)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_MovieId" ON "MovieTranslations" ("MovieId" ASC)
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002464s
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (179, '2024-04-06T05:57:58', 'movie_translation_indexes')
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|179: movie_translation_indexes migrated
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|180: fix_invalid_profile_references migrating
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.6|Info|fix_invalid_profile_references|Starting migration of Main DB to 180
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001979s
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (180, '2024-04-06T05:57:58', 'fix_invalid_profile_references')
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|180: fix_invalid_profile_references migrated
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039017s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|181: list_movies_table migrating
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.6|Info|list_movies_table|Starting migration of Main DB to 181
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|RenameTable NetImport ImportLists
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NetImport" RENAME TO "ImportLists"
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012358s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|RenameTable NetImportStatus ImportListStatus
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NetImportStatus" RENAME TO "ImportListStatus"
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010726s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Config" SET "Key" = 'importlistsyncinterval' WHERE "Key" = 'netimportsyncinterval'
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Config" SET "Key" = 'importlistsyncinterval' WHERE "Key" = 'netimportsyncinterval'
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001684s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 2.3E-06s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists SearchOnAdd Boolean
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "SearchOnAdd" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004797s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportListMovies
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListMovies" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "TmdbId" INTEGER NOT NULL, "ListId" INTEGER NOT NULL, "Title" TEXT NOT NULL, "SortTitle" TEXT, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "LastInfoSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Ratings" TEXT, "Genres" TEXT, "Certification" TEXT, "Collection" TEXT, "Website" TEXT, "OriginalTitle" TEXT, "PhysicalRelease" DATETIME, "Translations" TEXT NOT NULL, "Studio" TEXT, "YouTubeTrailerId" TEXT, "DigitalRelease" DATETIME)
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006616s
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (181, '2024-04-06T05:57:58', 'list_movies_table')
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|181: list_movies_table migrated
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025133s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|182: on_delete_notification migrating
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.6|Info|on_delete_notification|Starting migration of Main DB to 182
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnDelete Boolean
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnDelete" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000496s
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (182, '2024-04-06T05:57:58', 'on_delete_notification')
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|182: on_delete_notification migrated
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023776s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|183: download_propers_config migrating
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.6|Info|download_propers_config|Starting migration of Main DB to 183
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005209s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" = 'autodownloadpropers'
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'autodownloadpropers'
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001417s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Profiles PreferredTags
2024-04-06 05:57:58.6|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, "FormatItems" TEXT NOT NULL, "UpgradeAllowed" INTEGER, "MinFormatScore" INTEGER NOT NULL, "CutoffFormatScore" INTEGER NOT NULL)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Profiles_temp" ("Id", "Name", "Cutoff", "Items", "Language", "FormatItems", "UpgradeAllowed", "MinFormatScore", "CutoffFormatScore") SELECT "Id", "Name", "Cutoff", "Items", "Language", "FormatItems", "UpgradeAllowed", "MinFormatScore", "CutoffFormatScore" FROM "Profiles"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC)
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036889s
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (183, '2024-04-06T05:57:58', 'download_propers_config')
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|183: download_propers_config migrated
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0055502s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|184: add_priority_to_indexers migrating
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.6|Info|add_priority_to_indexers|Starting migration of Main DB to 184
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Priority Int32
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Priority" INTEGER NOT NULL DEFAULT 25
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004852s
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (184, '2024-04-06T05:57:58', 'add_priority_to_indexers')
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|184: add_priority_to_indexers migrated
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023125s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|185: add_alternative_title_indices migrating
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.6|Info|add_alternative_title_indices|Starting migration of Main DB to 185
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AlternativeTitles (CleanTitle)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00023s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieTranslations (CleanTitle)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_CleanTitle" ON "MovieTranslations" ("CleanTitle" ASC)
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002161s
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (185, '2024-04-06T05:57:58', 'add_alternative_title_indices')
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|185: add_alternative_title_indices migrated
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020515s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|186: fix_tmdb_duplicates migrating
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.6|Info|fix_tmdb_duplicates|Starting migration of Main DB to 186
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026157s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|DeleteIndex Movies ()
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX "IX_Movies_TmdbId"
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004465s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Movies TmdbId Int32
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "HasPreDBEntry" INTEGER NOT NULL, "SecondaryYear" INTEGER, "Collection" TEXT, "Recommendations" TEXT NOT NULL, "OriginalLanguage" INTEGER NOT NULL, "OriginalTitle" TEXT, "DigitalRelease" DATETIME)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease" FROM "Movies"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0052512s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (TmdbId)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001957s
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (186, '2024-04-06T05:57:58', 'fix_tmdb_duplicates')
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|186: fix_tmdb_duplicates migrated
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020713s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|187: swap_filechmod_for_folderchmod migrating
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.6|Info|swap_filechmod_for_folderchmod|Starting migration of Main DB to 187
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004949s
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (187, '2024-04-06T05:57:58', 'swap_filechmod_for_folderchmod')
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|187: swap_filechmod_for_folderchmod migrated
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023374s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|188: mediainfo_channels migrating
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.6|Info|mediainfo_channels|Starting migration of Main DB to 188
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MovieFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannels"', '"audioChannelsContainer"');
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MovieFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannels"', '"audioChannelsContainer"');
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001817s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MovieFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannelPositionsText"', '"audioChannelPositionsTextContainer"');
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MovieFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannelPositionsText"', '"audioChannelPositionsTextContainer"');
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001946s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Config" SET "Value" = max(("Value" / 60) + 1, 6) WHERE "Key" = 'importlistsyncinterval'
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Config" SET "Value" = max(("Value" / 60) + 1, 6) WHERE "Key" = 'importlistsyncinterval'
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001658s
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (188, '2024-04-06T05:57:58', 'mediainfo_channels')
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|188: mediainfo_channels migrated
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019804s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|189: add_update_history migrating
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.6|Info|add_update_history|Starting migration of Main DB to 189
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (189, '2024-04-06T05:57:58', 'add_update_history')
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|189: add_update_history migrated
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002134s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|190: update_awesome_hd_link migrating
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.6|Info|update_awesome_hd_link|Starting migration of Main DB to 190
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "Settings" = Replace("Settings", 'https://awesome-hd.net', 'https://awesome-hd.club') WHERE "Implementation" = 'AwesomeHD';
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "Settings" = Replace("Settings", 'https://awesome-hd.net', 'https://awesome-hd.club') WHERE "Implementation" = 'AwesomeHD';
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002114s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "Settings" = Replace("Settings", 'https://awesome-hd.me', 'https://awesome-hd.club') WHERE "Implementation" = 'AwesomeHD';
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "Settings" = Replace("Settings", 'https://awesome-hd.me', 'https://awesome-hd.club') WHERE "Implementation" = 'AwesomeHD';
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001988s
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (190, '2024-04-06T05:57:58', 'update_awesome_hd_link')
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|190: update_awesome_hd_link migrated
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00204s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|191: remove_awesomehd migrating
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.6|Info|remove_awesomehd|Starting migration of Main DB to 191
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'AwesomeHD'
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001522s
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (191, '2024-04-06T05:57:58', 'remove_awesomehd')
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|191: remove_awesomehd migrated
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019514s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|192: add_on_delete_to_notifications migrating
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.6|Info|add_on_delete_to_notifications|Starting migration of Main DB to 192
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Notifications OnDelete to OnMovieDelete
2024-04-06 05:57:58.6|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, "OnHealthIssue" INTEGER NOT NULL, "IncludeHealthWarnings" INTEGER NOT NULL, "OnMovieDelete" INTEGER NOT NULL)
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Notifications_temp" ("Id", "Name", "OnGrab", "OnDownload", "Settings", "Implementation", "ConfigContract", "OnUpgrade", "Tags", "OnRename", "OnHealthIssue", "IncludeHealthWarnings", "OnMovieDelete") SELECT "Id", "Name", "OnGrab", "OnDownload", "Settings", "Implementation", "ConfigContract", "OnUpgrade", "Tags", "OnRename", "OnHealthIssue", "IncludeHealthWarnings", "OnDelete" FROM "Notifications"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Notifications"
2024-04-06 05:57:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications_temp" RENAME TO "Notifications"
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036683s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:58.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnMovieFileDelete Boolean
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnMovieFileDelete" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005027s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnMovieFileDeleteForUpgrade Boolean
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnMovieFileDeleteForUpgrade" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000495s
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (192, '2024-04-06T05:57:58', 'add_on_delete_to_notifications')
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|192: add_on_delete_to_notifications migrated
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023661s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|194: add_bypass_to_delay_profile migrating
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.7|Info|add_bypass_to_delay_profile|Starting migration of Main DB to 194
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles BypassIfHighestQuality Boolean
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "BypassIfHighestQuality" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005099s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "DelayProfiles" SET "BypassIfHighestQuality" = 1 WHERE 1 = 1
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001613s
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (194, '2024-04-06T05:57:58', 'add_bypass_to_delay_profile')
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|194: add_bypass_to_delay_profile migrated
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020354s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|195: update_notifiarr migrating
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.7|Info|update_notifiarr|Starting migration of Main DB to 195
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier';
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier';
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002971s
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (195, '2024-04-06T05:57:58', 'update_notifiarr')
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|195: update_notifiarr migrated
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021226s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|196: legacy_mediainfo_hdr migrating
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.7|Info|legacy_mediainfo_hdr|Starting migration of Main DB to 196
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "NamingConfig" SET "StandardMovieFormat" = Replace("StandardMovieFormat", '{MediaInfo HDR}', '{MediaInfo VideoDynamicRange}');
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "StandardMovieFormat" = Replace("StandardMovieFormat", '{MediaInfo HDR}', '{MediaInfo VideoDynamicRange}');
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002008s
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (196, '2024-04-06T05:57:58', 'legacy_mediainfo_hdr')
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|196: legacy_mediainfo_hdr migrated
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020516s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|197: rename_blacklist_to_blocklist migrating
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.7|Info|rename_blacklist_to_blocklist|Starting migration of Main DB to 197
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Blacklist Blocklist
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" RENAME TO "Blocklist"
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012401s
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (197, '2024-04-06T05:57:58', 'rename_blacklist_to_blocklist')
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|197: rename_blacklist_to_blocklist migrated
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00312s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|198: add_indexer_tags migrating
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.7|Info|add_indexer_tags|Starting migration of Main DB to 198
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Tags String
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Tags" TEXT
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00048s
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (198, '2024-04-06T05:57:58', 'add_indexer_tags')
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|198: add_indexer_tags migrated
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024804s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|199: mediainfo_to_ffmpeg migrating
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.7|Info|mediainfo_to_ffmpeg|Starting migration of Main DB to 199
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015483s
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (199, '2024-04-06T05:57:58', 'mediainfo_to_ffmpeg')
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|199: mediainfo_to_ffmpeg migrated
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034091s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|200: cdh_per_downloadclient migrating
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.7|Info|cdh_per_downloadclient|Starting migration of Main DB to 200
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients RemoveCompletedDownloads Boolean
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "RemoveCompletedDownloads" INTEGER NOT NULL DEFAULT 1
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005236s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients RemoveFailedDownloads Boolean
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "RemoveFailedDownloads" INTEGER NOT NULL DEFAULT 1
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004992s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030767s
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (200, '2024-04-06T05:57:58', 'cdh_per_downloadclient')
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|200: cdh_per_downloadclient migrated
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050573s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|201: migrate_discord_from_slack migrating
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.7|Info|migrate_discord_from_slack|Starting migration of Main DB to 201
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027672s
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (201, '2024-04-06T05:57:58', 'migrate_discord_from_slack')
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|201: migrate_discord_from_slack migrated
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047116s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|202: remove_predb migrating
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.7|Info|remove_predb|Starting migration of Main DB to 202
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Movies" SET "MinimumAvailability" = 3 WHERE "MinimumAvailability" = 4
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001749s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ImportLists" SET "MinimumAvailability" = 3 WHERE "MinimumAvailability" = 4
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001678s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Movies" SET "Status" = 3 WHERE "Status" = 4
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001408s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ImportListMovies" SET "Status" = 3 WHERE "Status" = 4
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001476s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies HasPreDBEntry
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "SecondaryYear" INTEGER, "Collection" TEXT, "Recommendations" TEXT NOT NULL, "OriginalLanguage" INTEGER NOT NULL, "OriginalTitle" TEXT, "DigitalRelease" DATETIME)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease" FROM "Movies"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0054683s
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (202, '2024-04-06T05:57:58', 'remove_predb')
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|202: remove_predb migrated
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074167s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|203: add_on_update_to_notifications migrating
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.7|Info|add_on_update_to_notifications|Starting migration of Main DB to 203
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnApplicationUpdate Boolean
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnApplicationUpdate" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005142s
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (203, '2024-04-06T05:57:58', 'add_on_update_to_notifications')
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|203: add_on_update_to_notifications migrated
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023816s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|204: ensure_identity_on_id_columns migrating
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.7|Info|ensure_identity_on_id_columns|Starting migration of Main DB to 204
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Commands" WHERE 1 = 1
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001327s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Movies Id Int32
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "SecondaryYear" INTEGER, "Collection" TEXT, "Recommendations" TEXT NOT NULL, "OriginalLanguage" INTEGER NOT NULL, "OriginalTitle" TEXT, "DigitalRelease" DATETIME)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease" FROM "Movies"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067002s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieTranslations Id Int32
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieTranslations_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Title" TEXT, "CleanTitle" TEXT, "Overview" TEXT, "Language" INTEGER NOT NULL)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieTranslations_temp" ("Id", "MovieId", "Title", "CleanTitle", "Overview", "Language") SELECT "Id", "MovieId", "Title", "CleanTitle", "Overview", "Language" FROM "MovieTranslations"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieTranslations"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieTranslations_temp" RENAME TO "MovieTranslations"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_Language" ON "MovieTranslations" ("Language" ASC)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_MovieId" ON "MovieTranslations" ("MovieId" ASC)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_CleanTitle" ON "MovieTranslations" ("CleanTitle" ASC)
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040726s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands Id Int32
2024-04-06 05:57:58.7|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)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands"
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034211s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Credits Id Int32
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Credits_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "CreditTmdbId" TEXT NOT NULL, "PersonTmdbId" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Images" TEXT NOT NULL, "Character" TEXT, "Order" INTEGER NOT NULL, "Job" TEXT, "Department" TEXT, "Type" INTEGER NOT NULL)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Credits_temp" ("Id", "MovieId", "CreditTmdbId", "PersonTmdbId", "Name", "Images", "Character", "Order", "Job", "Department", "Type") SELECT "Id", "MovieId", "CreditTmdbId", "PersonTmdbId", "Name", "Images", "Character", "Order", "Job", "Department", "Type" FROM "Credits"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Credits"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Credits_temp" RENAME TO "Credits"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Credits_CreditTmdbId" ON "Credits" ("CreditTmdbId" ASC)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Credits_MovieId" ON "Credits" ("MovieId" ASC)
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003932s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Profiles Id Int32
2024-04-06 05:57:58.7|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, "FormatItems" TEXT NOT NULL, "UpgradeAllowed" INTEGER, "MinFormatScore" INTEGER NOT NULL, "CutoffFormatScore" INTEGER NOT NULL)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Profiles_temp" ("Id", "Name", "Cutoff", "Items", "Language", "FormatItems", "UpgradeAllowed", "MinFormatScore", "CutoffFormatScore") SELECT "Id", "Name", "Cutoff", "Items", "Language", "FormatItems", "UpgradeAllowed", "MinFormatScore", "CutoffFormatScore" FROM "Profiles"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC)
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036697s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn PendingReleases Id Int32
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "Release" TEXT NOT NULL, "MovieId" INTEGER NOT NULL, "ParsedMovieInfo" TEXT, "Reason" INTEGER NOT NULL)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "PendingReleases_temp" ("Id", "Title", "Added", "Release", "MovieId", "ParsedMovieInfo", "Reason") SELECT "Id", "Title", "Added", "Release", "MovieId", "ParsedMovieInfo", "Reason" FROM "PendingReleases"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "PendingReleases"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases_temp" RENAME TO "PendingReleases"
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033304s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn NamingConfig Id Int32
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MultiEpisodeStyle" INTEGER NOT NULL, "ReplaceIllegalCharacters" INTEGER NOT NULL, "StandardMovieFormat" TEXT, "MovieFolderFormat" TEXT, "ColonReplacementFormat" INTEGER NOT NULL, "RenameMovies" INTEGER NOT NULL)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "NamingConfig_temp" ("Id", "MultiEpisodeStyle", "ReplaceIllegalCharacters", "StandardMovieFormat", "MovieFolderFormat", "ColonReplacementFormat", "RenameMovies") SELECT "Id", "MultiEpisodeStyle", "ReplaceIllegalCharacters", "StandardMovieFormat", "MovieFolderFormat", "ColonReplacementFormat", "RenameMovies" FROM "NamingConfig"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "NamingConfig"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034819s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn History Id Int32
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Quality" TEXT NOT NULL, "Data" TEXT NOT NULL, "EventType" INTEGER, "DownloadId" TEXT, "MovieId" INTEGER NOT NULL, "Languages" TEXT NOT NULL)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "History_temp" ("Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "MovieId", "Languages") SELECT "Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "MovieId", "Languages" FROM "History"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History_temp" RENAME TO "History"
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037993s
2024-04-06 05:57:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blocklist Id Int32
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blocklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "MovieId" INTEGER, "Languages" TEXT NOT NULL, "IndexerFlags" INTEGER NOT NULL)
2024-04-06 05:57:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blocklist_temp" ("Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId", "Languages", "IndexerFlags") SELECT "Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId", "Languages", "IndexerFlags" FROM "Blocklist"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist"
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034874s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieFiles Id Int32
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SceneName" TEXT, "MediaInfo" TEXT, "ReleaseGroup" TEXT, "RelativePath" TEXT, "Edition" TEXT, "Languages" TEXT NOT NULL, "IndexerFlags" INTEGER NOT NULL, "OriginalFilePath" TEXT)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieFiles_temp" ("Id", "MovieId", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath", "Edition", "Languages", "IndexerFlags", "OriginalFilePath") SELECT "Id", "MovieId", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath", "Edition", "Languages", "IndexerFlags", "OriginalFilePath" FROM "MovieFiles"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieFiles"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles_temp" RENAME TO "MovieFiles"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieFiles_MovieId" ON "MovieFiles" ("MovieId" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047183s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn CustomFormats Id Int32
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFormats_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Specifications" TEXT NOT NULL, "IncludeCustomFormatWhenRenaming" INTEGER NOT NULL)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "CustomFormats_temp" ("Id", "Name", "Specifications", "IncludeCustomFormatWhenRenaming") SELECT "Id", "Name", "Specifications", "IncludeCustomFormatWhenRenaming" FROM "CustomFormats"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "CustomFormats"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "CustomFormats_temp" RENAME TO "CustomFormats"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_CustomFormats_Name" ON "CustomFormats" ("Name" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035222s
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (204, '2024-04-06T05:57:58', 'ensure_identity_on_id_columns')
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|204: ensure_identity_on_id_columns migrated
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0056071s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|205: download_client_per_indexer migrating
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.8|Info|download_client_per_indexer|Starting migration of Main DB to 205
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers DownloadClientId Int32
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "DownloadClientId" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005136s
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (205, '2024-04-06T05:57:58', 'download_client_per_indexer')
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|205: download_client_per_indexer migrated
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002367s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|206: multiple_ratings_support migrating
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.8|Info|multiple_ratings_support|Starting migration of Main DB to 206
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "CustomFilters" SET "Filters" = Replace("Filters", 'ratings', 'tmdbRating') WHERE "Type" = 'discoverMovie';
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "CustomFilters" SET "Filters" = Replace("Filters", 'ratings', 'tmdbRating') WHERE "Type" = 'discoverMovie';
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000187s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "CustomFilters" SET "Filters" = Replace("Filters", 'ratings', 'tmdbRating') WHERE "Type" = 'movieIndex';
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "CustomFilters" SET "Filters" = Replace("Filters", 'ratings', 'tmdbRating') WHERE "Type" = 'movieIndex';
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001791s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018855s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001786s
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (206, '2024-04-06T05:57:58', 'multiple_ratings_support')
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|206: multiple_ratings_support migrated
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020614s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|207: movie_metadata migrating
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.8|Info|movie_metadata|Starting migration of Main DB to 207
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MovieMetadata
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "ImdbId" TEXT, "Images" TEXT NOT NULL, "Genres" TEXT, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT, "OriginalTitle" TEXT, "CleanOriginalTitle" TEXT, "OriginalLanguage" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "PhysicalRelease" DATETIME, "DigitalRelease" DATETIME, "Year" INTEGER, "SecondaryYear" INTEGER, "Ratings" TEXT, "Recommendations" TEXT NOT NULL, "Certification" TEXT, "YouTubeTrailerId" TEXT, "Collection" TEXT, "Studio" TEXT, "Overview" TEXT, "Website" TEXT, "Popularity" NUMERIC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007542s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieMetadata (TmdbId)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002155s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieMetadata (CleanTitle)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002153s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieMetadata (CleanOriginalTitle)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002301s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement INSERT INTO "MovieMetadata" ("TmdbId", "ImdbId", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website")
SELECT "TmdbId", "ImdbId", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanTitle", "OriginalLanguage", "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website"
FROM "Movies"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieMetadata" ("TmdbId", "ImdbId", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website")
SELECT "TmdbId", "ImdbId", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanTitle", "OriginalLanguage", "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website"
FROM "Movies"
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007738s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement INSERT INTO "MovieMetadata" ("TmdbId", "ImdbId", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website")
SELECT "TmdbId", "ImdbId", "Title", "SortTitle", "Title", "OriginalTitle", "OriginalTitle", 1, "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", '[]', "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website"
FROM "ImportListMovies"
WHERE "ImportListMovies"."TmdbId" NOT IN ( SELECT "MovieMetadata"."TmdbId" FROM "MovieMetadata" )
AND "ImportListMovies"."Id" IN ( SELECT MIN("Id") FROM "ImportListMovies" GROUP BY "TmdbId" )
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieMetadata" ("TmdbId", "ImdbId", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website")
SELECT "TmdbId", "ImdbId", "Title", "SortTitle", "Title", "OriginalTitle", "OriginalTitle", 1, "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", '[]', "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website"
FROM "ImportListMovies"
WHERE "ImportListMovies"."TmdbId" NOT IN ( SELECT "MovieMetadata"."TmdbId" FROM "MovieMetadata" )
AND "ImportListMovies"."Id" IN ( SELECT MIN("Id") FROM "ImportListMovies" GROUP BY "TmdbId" )
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008743s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies MovieMetadataId Int32
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "MovieMetadataId" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005098s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AlternativeTitles
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn AlternativeTitles MovieMetadataId Int32
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles" ADD COLUMN "MovieMetadataId" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005056s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Credits
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Credits MovieMetadataId Int32
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Credits" ADD COLUMN "MovieMetadataId" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004938s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieTranslations
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieTranslations MovieMetadataId Int32
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieTranslations" ADD COLUMN "MovieMetadataId" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005015s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListMovies
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportListMovies MovieMetadataId Int32
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListMovies" ADD COLUMN "MovieMetadataId" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005132s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ImportListMovies (MovieMetadataId)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_ImportListMovies_MovieMetadataId" ON "ImportListMovies" ("MovieMetadataId" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000233s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Movies"
SET "MovieMetadataId" = (SELECT "MovieMetadata"."Id"
FROM "MovieMetadata"
WHERE "MovieMetadata"."TmdbId" = "Movies"."TmdbId")
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Movies"
SET "MovieMetadataId" = (SELECT "MovieMetadata"."Id"
FROM "MovieMetadata"
WHERE "MovieMetadata"."TmdbId" = "Movies"."TmdbId")
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002483s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "AlternativeTitles"
SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId"
FROM "Movies"
WHERE "Movies"."Id" = "AlternativeTitles"."MovieId")
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "AlternativeTitles"
SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId"
FROM "Movies"
WHERE "Movies"."Id" = "AlternativeTitles"."MovieId")
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002481s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Credits"
SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId"
FROM "Movies"
WHERE "Movies"."Id" = "Credits"."MovieId")
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Credits"
SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId"
FROM "Movies"
WHERE "Movies"."Id" = "Credits"."MovieId")
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000233s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MovieTranslations"
SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId"
FROM "Movies"
WHERE "Movies"."Id" = "MovieTranslations"."MovieId")
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MovieTranslations"
SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId"
FROM "Movies"
WHERE "Movies"."Id" = "MovieTranslations"."MovieId")
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002487s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "ImportListMovies"
SET "MovieMetadataId" = (SELECT "MovieMetadata"."Id"
FROM "MovieMetadata"
WHERE "MovieMetadata"."TmdbId" = "ImportListMovies"."TmdbId")
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ImportListMovies"
SET "MovieMetadataId" = (SELECT "MovieMetadata"."Id"
FROM "MovieMetadata"
WHERE "MovieMetadata"."TmdbId" = "ImportListMovies"."TmdbId")
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002577s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Movies MovieMetadataId Int32
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "SecondaryYear" INTEGER, "Collection" TEXT, "Recommendations" TEXT NOT NULL, "OriginalLanguage" INTEGER NOT NULL, "OriginalTitle" TEXT, "DigitalRelease" DATETIME, "MovieMetadataId" INTEGER NOT NULL)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease", "MovieMetadataId") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease", "MovieMetadataId" FROM "Movies"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005917s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (MovieMetadataId)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_MovieMetadataId" ON "Movies" ("MovieMetadataId" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002189s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn AlternativeTitles MovieId
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "SourceType" INTEGER NOT NULL, "SourceId" INTEGER NOT NULL, "Votes" INTEGER NOT NULL, "VoteCount" INTEGER NOT NULL, "Language" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AlternativeTitles_temp" ("Id", "Title", "CleanTitle", "SourceType", "SourceId", "Votes", "VoteCount", "Language", "MovieMetadataId") SELECT "Id", "Title", "CleanTitle", "SourceType", "SourceId", "Votes", "VoteCount", "Language", "MovieMetadataId" FROM "AlternativeTitles"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041385s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Credits MovieId
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Credits_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CreditTmdbId" TEXT NOT NULL, "PersonTmdbId" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Images" TEXT NOT NULL, "Character" TEXT, "Order" INTEGER NOT NULL, "Job" TEXT, "Department" TEXT, "Type" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Credits_temp" ("Id", "CreditTmdbId", "PersonTmdbId", "Name", "Images", "Character", "Order", "Job", "Department", "Type", "MovieMetadataId") SELECT "Id", "CreditTmdbId", "PersonTmdbId", "Name", "Images", "Character", "Order", "Job", "Department", "Type", "MovieMetadataId" FROM "Credits"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Credits"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Credits_temp" RENAME TO "Credits"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Credits_CreditTmdbId" ON "Credits" ("CreditTmdbId" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041149s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn MovieTranslations MovieId
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieTranslations_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT, "CleanTitle" TEXT, "Overview" TEXT, "Language" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieTranslations_temp" ("Id", "Title", "CleanTitle", "Overview", "Language", "MovieMetadataId") SELECT "Id", "Title", "CleanTitle", "Overview", "Language", "MovieMetadataId" FROM "MovieTranslations"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieTranslations"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieTranslations_temp" RENAME TO "MovieTranslations"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_Language" ON "MovieTranslations" ("Language" ASC)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_CleanTitle" ON "MovieTranslations" ("CleanTitle" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040061s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies TmdbId, ImdbId, Title, SortTitle, CleanTitle, OriginalTitle, OriginalLanguage, Overview, Status, LastInfoSync, Images, Genres, Ratings, Runtime, InCinemas, PhysicalRelease, DigitalRelease, Year, SecondaryYear, Recommendations, Certification, YouTubeTrailerId, Studio, Collection, Website, LastDiskSync, TitleSlug
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "Added" DATETIME, "Tags" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "Path", "Monitored", "ProfileId", "Added", "Tags", "AddOptions", "MovieFileId", "MinimumAvailability", "MovieMetadataId") SELECT "Id", "Path", "Monitored", "ProfileId", "Added", "Tags", "AddOptions", "MovieFileId", "MinimumAvailability", "MovieMetadataId" FROM "Movies"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_MovieMetadataId" ON "Movies" ("MovieMetadataId" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051723s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ImportListMovies TmdbId, ImdbId, Title, SortTitle, Overview, Status, LastInfoSync, OriginalTitle, Translations, Images, Genres, Ratings, Runtime, InCinemas, PhysicalRelease, DigitalRelease, Year, Certification, YouTubeTrailerId, Studio, Collection, Website
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListMovies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ListId" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListMovies_temp" ("Id", "ListId", "MovieMetadataId") SELECT "Id", "ListId", "MovieMetadataId" FROM "ImportListMovies"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListMovies"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListMovies_temp" RENAME TO "ImportListMovies"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_ImportListMovies_MovieMetadataId" ON "ImportListMovies" ("MovieMetadataId" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034881s
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (207, '2024-04-06T05:57:58', 'movie_metadata')
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|207: movie_metadata migrated
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0055856s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|208: collections migrating
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.8|Info|collections|Starting migration of Main DB to 208
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Collections
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Collections" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "RootFolderPath" TEXT NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "SearchOnAdd" INTEGER NOT NULL, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL DEFAULT '[]', "Monitored" INTEGER NOT NULL DEFAULT 0, "LastInfoSync" DATETIME, "Added" DATETIME)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005238s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Collections (TmdbId)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Collections_TmdbId" ON "Collections" ("TmdbId" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002108s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieMetadata CollectionTmdbId Int32
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata" ADD COLUMN "CollectionTmdbId" INTEGER
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004826s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieMetadata CollectionTitle String
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata" ADD COLUMN "CollectionTitle" TEXT
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004627s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists Monitor Int32
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "Monitor" INTEGER
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004556s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027059s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009095s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008051s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000767s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportLists Monitor Int32
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportLists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enabled" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "Settings" TEXT, "EnableAuto" INTEGER NOT NULL, "RootFolderPath" TEXT NOT NULL, "ShouldMonitor" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "Tags" TEXT, "SearchOnAdd" INTEGER NOT NULL, "Monitor" INTEGER NOT NULL)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportLists_temp" ("Id", "Enabled", "Name", "Implementation", "ConfigContract", "Settings", "EnableAuto", "RootFolderPath", "ShouldMonitor", "ProfileId", "MinimumAvailability", "Tags", "SearchOnAdd", "Monitor") SELECT "Id", "Enabled", "Name", "Implementation", "ConfigContract", "Settings", "EnableAuto", "RootFolderPath", "ShouldMonitor", "ProfileId", "MinimumAvailability", "Tags", "SearchOnAdd", "Monitor" FROM "ImportLists"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportLists"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists_temp" RENAME TO "ImportLists"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImport_Name" ON "ImportLists" ("Name" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042787s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ImportLists ShouldMonitor
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportLists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enabled" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "Settings" TEXT, "EnableAuto" INTEGER NOT NULL, "RootFolderPath" TEXT NOT NULL, "ProfileId" INTEGER NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "Tags" TEXT, "SearchOnAdd" INTEGER NOT NULL, "Monitor" INTEGER NOT NULL)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportLists_temp" ("Id", "Enabled", "Name", "Implementation", "ConfigContract", "Settings", "EnableAuto", "RootFolderPath", "ProfileId", "MinimumAvailability", "Tags", "SearchOnAdd", "Monitor") SELECT "Id", "Enabled", "Name", "Implementation", "ConfigContract", "Settings", "EnableAuto", "RootFolderPath", "ProfileId", "MinimumAvailability", "Tags", "SearchOnAdd", "Monitor" FROM "ImportLists"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportLists"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists_temp" RENAME TO "ImportLists"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImport_Name" ON "ImportLists" ("Name" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041722s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "ImportLists" WHERE "Implementation" = 'TMDbCollectionImport'
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001631s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn MovieMetadata Collection
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "ImdbId" TEXT, "Images" TEXT NOT NULL, "Genres" TEXT, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT, "OriginalTitle" TEXT, "CleanOriginalTitle" TEXT, "OriginalLanguage" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "PhysicalRelease" DATETIME, "DigitalRelease" DATETIME, "Year" INTEGER, "SecondaryYear" INTEGER, "Ratings" TEXT, "Recommendations" TEXT NOT NULL, "Certification" TEXT, "YouTubeTrailerId" TEXT, "Studio" TEXT, "Overview" TEXT, "Website" TEXT, "Popularity" NUMERIC, "CollectionTmdbId" INTEGER, "CollectionTitle" TEXT)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieMetadata_temp" ("Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle") SELECT "Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle" FROM "MovieMetadata"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieMetadata"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata_temp" RENAME TO "MovieMetadata"
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005309s
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (208, '2024-04-06T05:57:58', 'collections')
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|208: collections migrated
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072517s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|209: movie_meta_collection_index migrating
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.8|Info|movie_meta_collection_index|Starting migration of Main DB to 209
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieMetadata (CollectionTmdbId)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002415s
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieTranslations (MovieMetadataId)
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_MovieMetadataId" ON "MovieTranslations" ("MovieMetadataId" ASC)
2024-04-06 05:57:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000228s
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (209, '2024-04-06T05:57:58', 'movie_meta_collection_index')
2024-04-06 05:57:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|209: movie_meta_collection_index migrated
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020731s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|210: movie_added_notifications migrating
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.9|Info|movie_added_notifications|Starting migration of Main DB to 210
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 3.3E-06s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnMovieAdded Boolean
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnMovieAdded" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005189s
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (210, '2024-04-06T05:57:58', 'movie_added_notifications')
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|210: movie_added_notifications migrated
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023342s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|211: more_movie_meta_index migrating
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.9|Info|more_movie_meta_index|Starting migration of Main DB to 211
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AlternativeTitles (MovieMetadataId)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieMetadataId" ON "AlternativeTitles" ("MovieMetadataId" ASC)
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002428s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Credits (MovieMetadataId)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Credits_MovieMetadataId" ON "Credits" ("MovieMetadataId" ASC)
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002187s
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (211, '2024-04-06T05:57:58', 'more_movie_meta_index')
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|211: more_movie_meta_index migrated
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020682s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|212: postgres_update_timestamp_columns_to_with_timezone migrating
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:58.9|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Main DB to 212
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Commands" WHERE 1 = 1
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001307s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blocklist Date DateTimeOffset
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blocklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "MovieId" INTEGER, "Languages" TEXT NOT NULL, "IndexerFlags" INTEGER NOT NULL)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blocklist_temp" ("Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId", "Languages", "IndexerFlags") SELECT "Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId", "Languages", "IndexerFlags" FROM "Blocklist"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist"
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039359s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blocklist PublishedDate DateTimeOffset
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blocklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "MovieId" INTEGER, "Languages" TEXT NOT NULL, "IndexerFlags" INTEGER NOT NULL)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blocklist_temp" ("Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId", "Languages", "IndexerFlags") SELECT "Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId", "Languages", "IndexerFlags" FROM "Blocklist"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist"
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046462s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Collections
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Collections Added DateTimeOffset
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Collections_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "RootFolderPath" TEXT NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "SearchOnAdd" INTEGER NOT NULL, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Added" DATETIME)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Collections_temp" ("Id", "TmdbId", "QualityProfileId", "RootFolderPath", "MinimumAvailability", "SearchOnAdd", "Title", "SortTitle", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "Added") SELECT "Id", "TmdbId", "QualityProfileId", "RootFolderPath", "MinimumAvailability", "SearchOnAdd", "Title", "SortTitle", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "Added" FROM "Collections"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Collections"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Collections_temp" RENAME TO "Collections"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Collections_TmdbId" ON "Collections" ("TmdbId" ASC)
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042695s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Collections
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Collections LastInfoSync DateTimeOffset
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Collections_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "RootFolderPath" TEXT NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "SearchOnAdd" INTEGER NOT NULL, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Added" DATETIME)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Collections_temp" ("Id", "TmdbId", "QualityProfileId", "RootFolderPath", "MinimumAvailability", "SearchOnAdd", "Title", "SortTitle", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "Added") SELECT "Id", "TmdbId", "QualityProfileId", "RootFolderPath", "MinimumAvailability", "SearchOnAdd", "Title", "SortTitle", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "Added" FROM "Collections"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Collections"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Collections_temp" RENAME TO "Collections"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Collections_TmdbId" ON "Collections" ("TmdbId" ASC)
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042372s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands QueuedAt DateTimeOffset
2024-04-06 05:57:58.9|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)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands"
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037666s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands StartedAt DateTimeOffset
2024-04-06 05:57:58.9|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)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands"
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037803s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands EndedAt DateTimeOffset
2024-04-06 05:57:58.9|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)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands"
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037516s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus InitialFailure DateTimeOffset
2024-04-06 05:57:58.9|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-04-06 05:57:58.9|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-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040061s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus MostRecentFailure DateTimeOffset
2024-04-06 05:57:58.9|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-04-06 05:57:58.9|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-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040019s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus DisabledTill DateTimeOffset
2024-04-06 05:57:58.9|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-04-06 05:57:58.9|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-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0056398s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadHistory
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadHistory Date DateTimeOffset
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadHistory_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EventType" INTEGER NOT NULL, "MovieId" 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-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadHistory_temp" ("Id", "EventType", "MovieId", "DownloadId", "SourceTitle", "Date", "Protocol", "IndexerId", "DownloadClientId", "Release", "Data") SELECT "Id", "EventType", "MovieId", "DownloadId", "SourceTitle", "Date", "Protocol", "IndexerId", "DownloadClientId", "Release", "Data" FROM "DownloadHistory"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadHistory"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadHistory_temp" RENAME TO "DownloadHistory"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_EventType" ON "DownloadHistory" ("EventType" ASC)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_MovieId" ON "DownloadHistory" ("MovieId" ASC)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_DownloadId" ON "DownloadHistory" ("DownloadId" ASC)
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046165s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ExtraFiles
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ExtraFiles Added DateTimeOffset
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "MovieFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ExtraFiles_temp" ("Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated") SELECT "Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated" FROM "ExtraFiles"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ExtraFiles"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ExtraFiles_temp" RENAME TO "ExtraFiles"
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036067s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ExtraFiles
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ExtraFiles LastUpdated DateTimeOffset
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "MovieFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ExtraFiles_temp" ("Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated") SELECT "Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated" FROM "ExtraFiles"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ExtraFiles"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ExtraFiles_temp" RENAME TO "ExtraFiles"
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003572s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn History Date DateTimeOffset
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Quality" TEXT NOT NULL, "Data" TEXT NOT NULL, "EventType" INTEGER, "DownloadId" TEXT, "MovieId" INTEGER NOT NULL, "Languages" TEXT NOT NULL)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "History_temp" ("Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "MovieId", "Languages") SELECT "Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "MovieId", "Languages" FROM "History"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History_temp" RENAME TO "History"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041939s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus InitialFailure DateTimeOffset
2024-04-06 05:57:58.9|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, "LastSyncListInfo" TEXT)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo" FROM "ImportListStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImportStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039525s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus MostRecentFailure DateTimeOffset
2024-04-06 05:57:58.9|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, "LastSyncListInfo" TEXT)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo" FROM "ImportListStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImportStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039501s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus DisabledTill DateTimeOffset
2024-04-06 05:57:58.9|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, "LastSyncListInfo" TEXT)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo" FROM "ImportListStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImportStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039376s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus InitialFailure DateTimeOffset
2024-04-06 05:57:58.9|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, "Cookies" TEXT, "CookiesExpirationDate" DATETIME)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate" FROM "IndexerStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047359s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus MostRecentFailure DateTimeOffset
2024-04-06 05:57:58.9|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, "Cookies" TEXT, "CookiesExpirationDate" DATETIME)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate" FROM "IndexerStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004117s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s
2024-04-06 05:57:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus DisabledTill DateTimeOffset
2024-04-06 05:57:58.9|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, "Cookies" TEXT, "CookiesExpirationDate" DATETIME)
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate" FROM "IndexerStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
2024-04-06 05:57:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041084s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus CookiesExpirationDate DateTimeOffset
2024-04-06 05:57:59.0|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, "Cookies" TEXT, "CookiesExpirationDate" DATETIME)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate" FROM "IndexerStatus"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040985s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataFiles
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MetadataFiles LastUpdated DateTimeOffset
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "MovieFileId" INTEGER, "Hash" TEXT, "Added" DATETIME, "Extension" TEXT NOT NULL)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MetadataFiles_temp" ("Id", "MovieId", "Consumer", "Type", "RelativePath", "LastUpdated", "MovieFileId", "Hash", "Added", "Extension") SELECT "Id", "MovieId", "Consumer", "Type", "RelativePath", "LastUpdated", "MovieFileId", "Hash", "Added", "Extension" FROM "MetadataFiles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles_temp" RENAME TO "MetadataFiles"
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037535s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataFiles
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MetadataFiles Added DateTimeOffset
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "MovieFileId" INTEGER, "Hash" TEXT, "Added" DATETIME, "Extension" TEXT NOT NULL)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MetadataFiles_temp" ("Id", "MovieId", "Consumer", "Type", "RelativePath", "LastUpdated", "MovieFileId", "Hash", "Added", "Extension") SELECT "Id", "MovieId", "Consumer", "Type", "RelativePath", "LastUpdated", "MovieFileId", "Hash", "Added", "Extension" FROM "MetadataFiles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles_temp" RENAME TO "MetadataFiles"
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037629s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieFiles
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieFiles DateAdded DateTimeOffset
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SceneName" TEXT, "MediaInfo" TEXT, "ReleaseGroup" TEXT, "RelativePath" TEXT, "Edition" TEXT, "Languages" TEXT NOT NULL, "IndexerFlags" INTEGER NOT NULL, "OriginalFilePath" TEXT)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieFiles_temp" ("Id", "MovieId", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath", "Edition", "Languages", "IndexerFlags", "OriginalFilePath") SELECT "Id", "MovieId", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath", "Edition", "Languages", "IndexerFlags", "OriginalFilePath" FROM "MovieFiles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieFiles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles_temp" RENAME TO "MovieFiles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieFiles_MovieId" ON "MovieFiles" ("MovieId" ASC)
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041165s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieMetadata DigitalRelease DateTimeOffset
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "ImdbId" TEXT, "Images" TEXT NOT NULL, "Genres" TEXT, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT, "OriginalTitle" TEXT, "CleanOriginalTitle" TEXT, "OriginalLanguage" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "PhysicalRelease" DATETIME, "DigitalRelease" DATETIME, "Year" INTEGER, "SecondaryYear" INTEGER, "Ratings" TEXT, "Recommendations" TEXT NOT NULL, "Certification" TEXT, "YouTubeTrailerId" TEXT, "Studio" TEXT, "Overview" TEXT, "Website" TEXT, "Popularity" NUMERIC, "CollectionTmdbId" INTEGER, "CollectionTitle" TEXT)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieMetadata_temp" ("Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle") SELECT "Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle" FROM "MovieMetadata"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieMetadata"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata_temp" RENAME TO "MovieMetadata"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC)
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005571s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieMetadata InCinemas DateTimeOffset
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "ImdbId" TEXT, "Images" TEXT NOT NULL, "Genres" TEXT, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT, "OriginalTitle" TEXT, "CleanOriginalTitle" TEXT, "OriginalLanguage" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "PhysicalRelease" DATETIME, "DigitalRelease" DATETIME, "Year" INTEGER, "SecondaryYear" INTEGER, "Ratings" TEXT, "Recommendations" TEXT NOT NULL, "Certification" TEXT, "YouTubeTrailerId" TEXT, "Studio" TEXT, "Overview" TEXT, "Website" TEXT, "Popularity" NUMERIC, "CollectionTmdbId" INTEGER, "CollectionTitle" TEXT)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieMetadata_temp" ("Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle") SELECT "Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle" FROM "MovieMetadata"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieMetadata"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata_temp" RENAME TO "MovieMetadata"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC)
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0060869s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieMetadata LastInfoSync DateTimeOffset
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "ImdbId" TEXT, "Images" TEXT NOT NULL, "Genres" TEXT, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT, "OriginalTitle" TEXT, "CleanOriginalTitle" TEXT, "OriginalLanguage" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "PhysicalRelease" DATETIME, "DigitalRelease" DATETIME, "Year" INTEGER, "SecondaryYear" INTEGER, "Ratings" TEXT, "Recommendations" TEXT NOT NULL, "Certification" TEXT, "YouTubeTrailerId" TEXT, "Studio" TEXT, "Overview" TEXT, "Website" TEXT, "Popularity" NUMERIC, "CollectionTmdbId" INTEGER, "CollectionTitle" TEXT)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieMetadata_temp" ("Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle") SELECT "Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle" FROM "MovieMetadata"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieMetadata"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata_temp" RENAME TO "MovieMetadata"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC)
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0055846s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieMetadata PhysicalRelease DateTimeOffset
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "ImdbId" TEXT, "Images" TEXT NOT NULL, "Genres" TEXT, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT, "OriginalTitle" TEXT, "CleanOriginalTitle" TEXT, "OriginalLanguage" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "PhysicalRelease" DATETIME, "DigitalRelease" DATETIME, "Year" INTEGER, "SecondaryYear" INTEGER, "Ratings" TEXT, "Recommendations" TEXT NOT NULL, "Certification" TEXT, "YouTubeTrailerId" TEXT, "Studio" TEXT, "Overview" TEXT, "Website" TEXT, "Popularity" NUMERIC, "CollectionTmdbId" INTEGER, "CollectionTitle" TEXT)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieMetadata_temp" ("Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle") SELECT "Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle" FROM "MovieMetadata"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieMetadata"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata_temp" RENAME TO "MovieMetadata"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC)
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0055909s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Movies Added DateTimeOffset
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "Added" DATETIME, "Tags" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "Path", "Monitored", "ProfileId", "Added", "Tags", "AddOptions", "MovieFileId", "MinimumAvailability", "MovieMetadataId") SELECT "Id", "Path", "Monitored", "ProfileId", "Added", "Tags", "AddOptions", "MovieFileId", "MinimumAvailability", "MovieMetadataId" FROM "Movies"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_MovieMetadataId" ON "Movies" ("MovieMetadataId" ASC)
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040384s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn PendingReleases Added DateTimeOffset
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "Release" TEXT NOT NULL, "MovieId" INTEGER NOT NULL, "ParsedMovieInfo" TEXT, "Reason" INTEGER NOT NULL)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "PendingReleases_temp" ("Id", "Title", "Added", "Release", "MovieId", "ParsedMovieInfo", "Reason") SELECT "Id", "Title", "Added", "Release", "MovieId", "ParsedMovieInfo", "Reason" FROM "PendingReleases"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "PendingReleases"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases_temp" RENAME TO "PendingReleases"
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036067s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks LastExecution DateTimeOffset
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" NUMERIC NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME)
2024-04-06 05:57:59.0|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-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038665s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks LastStartTime DateTimeOffset
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" NUMERIC NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME)
2024-04-06 05:57:59.0|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-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039067s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn SubtitleFiles Added DateTimeOffset
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SubtitleFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "MovieFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL, "Language" INTEGER NOT NULL)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "SubtitleFiles_temp" ("Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated", "Language") SELECT "Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated", "Language" FROM "SubtitleFiles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SubtitleFiles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles_temp" RENAME TO "SubtitleFiles"
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037151s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn SubtitleFiles LastUpdated DateTimeOffset
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SubtitleFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "MovieFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL, "Language" INTEGER NOT NULL)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "SubtitleFiles_temp" ("Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated", "Language") SELECT "Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated", "Language" FROM "SubtitleFiles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SubtitleFiles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles_temp" RENAME TO "SubtitleFiles"
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042671s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037135s
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (212, '2024-04-06T05:57:59', 'postgres_update_timestamp_columns_to_with_timezone')
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|212: postgres_update_timestamp_columns_to_with_timezone migrated
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066037s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|214: add_language_tags_to_subtitle_files migrating
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.0|Info|add_language_tags_to_subtitle_files|Starting migration of Main DB to 214
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SubtitleFiles LanguageTags String
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles" ADD COLUMN "LanguageTags" TEXT
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004909s
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (214, '2024-04-06T05:57:59', 'add_language_tags_to_subtitle_files')
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|214: add_language_tags_to_subtitle_files migrated
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023356s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|215: add_salt_to_users migrating
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.0|Info|add_salt_to_users|Starting migration of Main DB to 215
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Users
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Users Salt String
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Users" ADD COLUMN "Salt" TEXT
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004706s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Users Iterations Int32
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Users" ADD COLUMN "Iterations" INTEGER
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000468s
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (215, '2024-04-06T05:57:59', 'add_salt_to_users')
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|215: add_salt_to_users migrated
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023388s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|216: clean_alt_titles migrating
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.0|Info|clean_alt_titles|Starting migration of Main DB to 216
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn AlternativeTitles Language
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "SourceType" INTEGER NOT NULL, "SourceId" INTEGER NOT NULL, "Votes" INTEGER NOT NULL, "VoteCount" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AlternativeTitles_temp" ("Id", "Title", "CleanTitle", "SourceType", "SourceId", "Votes", "VoteCount", "MovieMetadataId") SELECT "Id", "Title", "CleanTitle", "SourceType", "SourceId", "Votes", "VoteCount", "MovieMetadataId" FROM "AlternativeTitles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieMetadataId" ON "AlternativeTitles" ("MovieMetadataId" ASC)
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043326s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn AlternativeTitles Votes
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "SourceType" INTEGER NOT NULL, "SourceId" INTEGER NOT NULL, "VoteCount" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AlternativeTitles_temp" ("Id", "Title", "CleanTitle", "SourceType", "SourceId", "VoteCount", "MovieMetadataId") SELECT "Id", "Title", "CleanTitle", "SourceType", "SourceId", "VoteCount", "MovieMetadataId" FROM "AlternativeTitles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieMetadataId" ON "AlternativeTitles" ("MovieMetadataId" ASC)
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043344s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn AlternativeTitles VoteCount
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "SourceType" INTEGER NOT NULL, "SourceId" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AlternativeTitles_temp" ("Id", "Title", "CleanTitle", "SourceType", "SourceId", "MovieMetadataId") SELECT "Id", "Title", "CleanTitle", "SourceType", "SourceId", "MovieMetadataId" FROM "AlternativeTitles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieMetadataId" ON "AlternativeTitles" ("MovieMetadataId" ASC)
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041003s
2024-04-06 05:57:59.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn AlternativeTitles SourceId
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "SourceType" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AlternativeTitles_temp" ("Id", "Title", "CleanTitle", "SourceType", "MovieMetadataId") SELECT "Id", "Title", "CleanTitle", "SourceType", "MovieMetadataId" FROM "AlternativeTitles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles"
2024-04-06 05:57:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles"
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieMetadataId" ON "AlternativeTitles" ("MovieMetadataId" ASC)
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041303s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (216, '2024-04-06T05:57:59', 'clean_alt_titles')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|216: clean_alt_titles migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0060095s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|217: remove_omg migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|remove_omg|Starting migration of Main DB to 217
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Omgwtfnzbs'
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001526s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (217, '2024-04-06T05:57:59', 'remove_omg')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|217: remove_omg migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019933s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|218: add_additional_info_to_pending_releases migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|add_additional_info_to_pending_releases|Starting migration of Main DB to 218
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn PendingReleases AdditionalInfo String
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases" ADD COLUMN "AdditionalInfo" TEXT
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004957s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (218, '2024-04-06T05:57:59', 'add_additional_info_to_pending_releases')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|218: add_additional_info_to_pending_releases migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024054s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|219: add_result_to_commands migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|add_result_to_commands|Starting migration of Main DB to 219
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Commands Result Int32
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands" ADD COLUMN "Result" INTEGER NOT NULL DEFAULT 1
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004971s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (219, '2024-04-06T05:57:59', 'add_result_to_commands')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|219: add_result_to_commands migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024642s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|220: health_restored_notification migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|health_restored_notification|Starting migration of Main DB to 220
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnHealthRestored Boolean
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnHealthRestored" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005133s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (220, '2024-04-06T05:57:59', 'health_restored_notification')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|220: health_restored_notification migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023253s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|221: add_on_manual_interaction_required_to_notifications migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|add_on_manual_interaction_required_to_notifications|Starting migration of Main DB to 221
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnManualInteractionRequired Boolean
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnManualInteractionRequired" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005239s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (221, '2024-04-06T05:57:59', 'add_on_manual_interaction_required_to_notifications')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|221: add_on_manual_interaction_required_to_notifications migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023626s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|222: remove_rarbg migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|remove_rarbg|Starting migration of Main DB to 222
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Rarbg'
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001486s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (222, '2024-04-06T05:57:59', 'remove_rarbg')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|222: remove_rarbg migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020016s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|223: remove_invalid_roksbox_metadata_images migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|remove_invalid_roksbox_metadata_images|Starting migration of Main DB to 223
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "MetadataFiles" WHERE "Consumer" = 'RoksboxMetadata' AND "Type" = 5 AND ("RelativePath" LIKE 'metadata/%' OR "RelativePath" LIKE 'metadata\%')
2024-04-06 05:57:59.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-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002216s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (223, '2024-04-06T05:57:59', 'remove_invalid_roksbox_metadata_images')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|223: remove_invalid_roksbox_metadata_images migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020787s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|224: list_sync_time migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|list_sync_time|Starting migration of Main DB to 224
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ImportListStatus LastSyncListInfo
2024-04-06 05:57:59.1|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-04-06 05:57:59.1|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-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImportStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038306s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportListStatus LastInfoSync DateTimeOffset
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus" ADD COLUMN "LastInfoSync" DATETIME
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004862s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'importlistsyncinterval'
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001473s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (224, '2024-04-06T05:57:59', 'list_sync_time')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|224: list_sync_time migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019696s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|225: add_tags_to_collections migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|add_tags_to_collections|Starting migration of Main DB to 225
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Collections
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Collections Tags String
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Collections" ADD COLUMN "Tags" TEXT
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004744s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (225, '2024-04-06T05:57:59', 'add_tags_to_collections')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|225: add_tags_to_collections migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030346s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|226: add_download_client_tags migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|add_download_client_tags|Starting migration of Main DB to 226
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients Tags String
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "Tags" TEXT
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004776s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (226, '2024-04-06T05:57:59', 'add_download_client_tags')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|226: add_download_client_tags migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023359s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|227: add_auto_tagging migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|add_auto_tagging|Starting migration of Main DB to 227
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable AutoTagging
2024-04-06 05:57:59.1|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-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003518s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AutoTagging (Name)
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AutoTagging_Name" ON "AutoTagging" ("Name" ASC)
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002059s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (227, '2024-04-06T05:57:59', 'add_auto_tagging')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|227: add_auto_tagging migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020864s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|228: add_custom_format_score_bypass_to_delay_profile migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|add_custom_format_score_bypass_to_delay_profile|Starting migration of Main DB to 228
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles BypassIfAboveCustomFormatScore Boolean
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "BypassIfAboveCustomFormatScore" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005349s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles MinimumCustomFormatScore Int32
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "MinimumCustomFormatScore" INTEGER
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004924s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (228, '2024-04-06T05:57:59', 'add_custom_format_score_bypass_to_delay_profile')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|228: add_custom_format_score_bypass_to_delay_profile migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002332s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|229: update_restrictions_to_release_profiles migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|update_restrictions_to_release_profiles|Starting migration of Main DB to 229
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Restrictions ReleaseProfiles
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Restrictions" RENAME TO "ReleaseProfiles"
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013935s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles Name String
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "Name" TEXT DEFAULT NULL
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005544s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles Enabled Boolean
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "Enabled" INTEGER NOT NULL DEFAULT 1
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005216s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles IndexerId Int32
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "IndexerId" INTEGER NOT NULL DEFAULT 0
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004922s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ReleaseProfiles Preferred
2024-04-06 05:57:59.1|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, "Name" TEXT, "Enabled" INTEGER NOT NULL, "IndexerId" INTEGER NOT NULL)
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ReleaseProfiles_temp" ("Id", "Required", "Ignored", "Tags", "Name", "Enabled", "IndexerId") SELECT "Id", "Required", "Ignored", "Tags", "Name", "Enabled", "IndexerId" FROM "ReleaseProfiles"
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ReleaseProfiles"
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles_temp" RENAME TO "ReleaseProfiles"
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037931s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013194s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "ReleaseProfiles" WHERE "Required" = '[]' AND "Ignored" = '[]'
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000165s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (229, '2024-04-06T05:57:59', 'update_restrictions_to_release_profiles')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|229: update_restrictions_to_release_profiles migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020548s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|230: rename_quality_profiles migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|rename_quality_profiles|Starting migration of Main DB to 230
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Profiles QualityProfiles
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" RENAME TO "QualityProfiles"
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012722s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Movies ProfileId to QualityProfileId
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "Added" DATETIME, "Tags" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "Path", "Monitored", "QualityProfileId", "Added", "Tags", "AddOptions", "MovieFileId", "MinimumAvailability", "MovieMetadataId") SELECT "Id", "Path", "Monitored", "ProfileId", "Added", "Tags", "AddOptions", "MovieFileId", "MinimumAvailability", "MovieMetadataId" FROM "Movies"
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_MovieMetadataId" ON "Movies" ("MovieMetadataId" ASC)
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039385s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn ImportLists ProfileId to QualityProfileId
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportLists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enabled" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "Settings" TEXT, "EnableAuto" INTEGER NOT NULL, "RootFolderPath" TEXT NOT NULL, "QualityProfileId" INTEGER NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "Tags" TEXT, "SearchOnAdd" INTEGER NOT NULL, "Monitor" INTEGER NOT NULL)
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportLists_temp" ("Id", "Enabled", "Name", "Implementation", "ConfigContract", "Settings", "EnableAuto", "RootFolderPath", "QualityProfileId", "MinimumAvailability", "Tags", "SearchOnAdd", "Monitor") SELECT "Id", "Enabled", "Name", "Implementation", "ConfigContract", "Settings", "EnableAuto", "RootFolderPath", "ProfileId", "MinimumAvailability", "Tags", "SearchOnAdd", "Monitor" FROM "ImportLists"
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportLists"
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists_temp" RENAME TO "ImportLists"
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImport_Name" ON "ImportLists" ("Name" ASC)
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040356s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (230, '2024-04-06T05:57:59', 'rename_quality_profiles')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|230: rename_quality_profiles migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0060165s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|231: update_images_remote_url migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|update_images_remote_url|Starting migration of Main DB to 231
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MovieMetadata" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MovieMetadata" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"')
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001772s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Credits" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Credits" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"')
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001526s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Collections" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Collections" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"')
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001526s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (231, '2024-04-06T05:57:59', 'update_images_remote_url')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|231: update_images_remote_url migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020104s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|232: add_notification_status migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|add_notification_status|Starting migration of Main DB to 232
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NotificationStatus
2024-04-06 05:57:59.1|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-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003499s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex NotificationStatus (ProviderId)
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NotificationStatus_ProviderId" ON "NotificationStatus" ("ProviderId" ASC)
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002186s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (232, '2024-04-06T05:57:59', 'add_notification_status')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|232: add_notification_status migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002216s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|233: rename_deprecated_indexer_flags migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|rename_deprecated_indexer_flags|Starting migration of Main DB to 233
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "DownloadHistory" SET "Release" = REPLACE(REPLACE("Release", 'hdB_Internal', 'g_Internal'), 'ahD_Internal', 'g_Internal') WHERE "Release" IS NOT NULL
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "DownloadHistory" SET "Release" = REPLACE(REPLACE("Release", 'hdB_Internal', 'g_Internal'), 'ahD_Internal', 'g_Internal') WHERE "Release" IS NOT NULL
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002178s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "IndexerStatus" SET "LastRssSyncReleaseInfo" = REPLACE(REPLACE("LastRssSyncReleaseInfo", 'hdB_Internal', 'g_Internal'), 'ahD_Internal', 'g_Internal') WHERE "LastRssSyncReleaseInfo" IS NOT NULL
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "IndexerStatus" SET "LastRssSyncReleaseInfo" = REPLACE(REPLACE("LastRssSyncReleaseInfo", 'hdB_Internal', 'g_Internal'), 'ahD_Internal', 'g_Internal') WHERE "LastRssSyncReleaseInfo" IS NOT NULL
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002479s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "PendingReleases" SET "Release" = REPLACE(REPLACE("Release", 'hdB_Internal', 'g_Internal'), 'ahD_Internal', 'g_Internal') WHERE "Release" IS NOT NULL
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "PendingReleases" SET "Release" = REPLACE(REPLACE("Release", 'hdB_Internal', 'g_Internal'), 'ahD_Internal', 'g_Internal') WHERE "Release" IS NOT NULL
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002078s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "History" SET "Data" = REPLACE(REPLACE("Data", 'HDB_Internal', 'G_Internal'), 'AHD_Internal', 'G_Internal') WHERE "Data" IS NOT NULL
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "History" SET "Data" = REPLACE(REPLACE("Data", 'HDB_Internal', 'G_Internal'), 'AHD_Internal', 'G_Internal') WHERE "Data" IS NOT NULL
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002033s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (233, '2024-04-06T05:57:59', 'rename_deprecated_indexer_flags')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|233: rename_deprecated_indexer_flags migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019953s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|234: movie_last_searched_time migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|movie_last_searched_time|Starting migration of Main DB to 234
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies LastSearchTime DateTimeOffset
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "LastSearchTime" DATETIME
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005224s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (234, '2024-04-06T05:57:59', 'movie_last_searched_time')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|234: movie_last_searched_time migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023764s
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|235: email_encryption migrating
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.1|Info|email_encryption|Starting migration of Main DB to 235
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016012s
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (235, '2024-04-06T05:57:59', 'email_encryption')
2024-04-06 05:57:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|235: email_encryption migrated
2024-04-06 05:57:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034067s
2024-04-06 05:57:59.2|Warn|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {859bb532-1f03-4190-a3dc-131e350d7e3d} may be persisted to storage in unencrypted form.
2024-04-06 05:57:59.4|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-06 05:57:59.4|Info|DatabaseEngineVersionCheck|SQLite 3.44.2
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051398s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0055013s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002767s
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034382s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002294s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000489s
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021136s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002502s
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018139s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.4|Info|InitialSetup|Starting migration of Log DB to 1
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Logs
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004074s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Logs (Time)
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002252s
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2024-04-06T05:57:59', 'InitialSetup')
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022816s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|104: add_moviefiles_table migrating
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.4|Info|add_moviefiles_table|Starting migration of Log DB to 104
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (104, '2024-04-06T05:57:59', 'add_moviefiles_table')
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|104: add_moviefiles_table migrated
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020478s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|105: fix_history_movieId migrating
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.4|Info|fix_history_movieId|Starting migration of Log DB to 105
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (105, '2024-04-06T05:57:59', 'fix_history_movieId')
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|105: fix_history_movieId migrated
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025405s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|106: add_tmdb_stuff migrating
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.4|Info|add_tmdb_stuff|Starting migration of Log DB to 106
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (106, '2024-04-06T05:57:59', 'add_tmdb_stuff')
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|106: add_tmdb_stuff migrated
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025086s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|107: fix_movie_files migrating
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.4|Info|fix_movie_files|Starting migration of Log DB to 107
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (107, '2024-04-06T05:57:59', 'fix_movie_files')
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|107: fix_movie_files migrated
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020419s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|108: update_schedule_intervale migrating
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.4|Info|update_schedule_intervale|Starting migration of Log DB to 108
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (108, '2024-04-06T05:57:59', 'update_schedule_intervale')
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|108: update_schedule_intervale migrated
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023828s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|109: add_movie_formats_to_naming_config migrating
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.4|Info|add_movie_formats_to_naming_config|Starting migration of Log DB to 109
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (109, '2024-04-06T05:57:59', 'add_movie_formats_to_naming_config')
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|109: add_movie_formats_to_naming_config migrated
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024873s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|110: add_phyiscal_release migrating
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.4|Info|add_phyiscal_release|Starting migration of Log DB to 110
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (110, '2024-04-06T05:57:59', 'add_phyiscal_release')
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|110: add_phyiscal_release migrated
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019714s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|111: remove_bitmetv migrating
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.4|Info|remove_bitmetv|Starting migration of Log DB to 111
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (111, '2024-04-06T05:57:59', 'remove_bitmetv')
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|111: remove_bitmetv migrated
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002594s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|112: remove_torrentleech migrating
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.4|Info|remove_torrentleech|Starting migration of Log DB to 112
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (112, '2024-04-06T05:57:59', 'remove_torrentleech')
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|112: remove_torrentleech migrated
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019735s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|113: remove_broadcasthenet migrating
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.4|Info|remove_broadcasthenet|Starting migration of Log DB to 113
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (113, '2024-04-06T05:57:59', 'remove_broadcasthenet')
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|113: remove_broadcasthenet migrated
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024275s
2024-04-06 05:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|114: remove_fanzub migrating
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.4|Info|remove_fanzub|Starting migration of Log DB to 114
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (114, '2024-04-06T05:57:59', 'remove_fanzub')
2024-04-06 05:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|114: remove_fanzub migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024484s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|115: update_movie_sorttitle migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|update_movie_sorttitle|Starting migration of Log DB to 115
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (115, '2024-04-06T05:57:59', 'update_movie_sorttitle')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|115: update_movie_sorttitle migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020041s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|116: update_movie_sorttitle_again migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|update_movie_sorttitle_again|Starting migration of Log DB to 116
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (116, '2024-04-06T05:57:59', 'update_movie_sorttitle_again')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|116: update_movie_sorttitle_again migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024569s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|117: update_movie_file migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|update_movie_file|Starting migration of Log DB to 117
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (117, '2024-04-06T05:57:59', 'update_movie_file')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|117: update_movie_file migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019893s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|118: update_movie_slug migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|update_movie_slug|Starting migration of Log DB to 118
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (118, '2024-04-06T05:57:59', 'update_movie_slug')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|118: update_movie_slug migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023742s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|119: add_youtube_trailer_id migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|add_youtube_trailer_id|Starting migration of Log DB to 119
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (119, '2024-04-06T05:57:59', 'add_youtube_trailer_id')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|119: add_youtube_trailer_id migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025602s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|120: add_studio migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|add_studio|Starting migration of Log DB to 120
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (120, '2024-04-06T05:57:59', 'add_studio')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|120: add_studio migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019221s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|121: update_filedate_config migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|update_filedate_config|Starting migration of Log DB to 121
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (121, '2024-04-06T05:57:59', 'update_filedate_config')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|121: update_filedate_config migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025168s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|122: add_movieid_to_blacklist migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|add_movieid_to_blacklist|Starting migration of Log DB to 122
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (122, '2024-04-06T05:57:59', 'add_movieid_to_blacklist')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|122: add_movieid_to_blacklist migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019499s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|123: create_netimport_table migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|create_netimport_table|Starting migration of Log DB to 123
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (123, '2024-04-06T05:57:59', 'create_netimport_table')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|123: create_netimport_table migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024871s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|124: add_preferred_tags_to_profile migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|add_preferred_tags_to_profile|Starting migration of Log DB to 124
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (124, '2024-04-06T05:57:59', 'add_preferred_tags_to_profile')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|124: add_preferred_tags_to_profile migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024784s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|125: fix_imdb_unique migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|fix_imdb_unique|Starting migration of Log DB to 125
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (125, '2024-04-06T05:57:59', 'fix_imdb_unique')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|125: fix_imdb_unique migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019362s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|126: update_qualities_and_profiles migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|update_qualities_and_profiles|Starting migration of Log DB to 126
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (126, '2024-04-06T05:57:59', 'update_qualities_and_profiles')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|126: update_qualities_and_profiles migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002283s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|127: remove_wombles migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|remove_wombles|Starting migration of Log DB to 127
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (127, '2024-04-06T05:57:59', 'remove_wombles')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|127: remove_wombles migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021674s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|128: remove_kickass migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|remove_kickass|Starting migration of Log DB to 128
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (128, '2024-04-06T05:57:59', 'remove_kickass')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|128: remove_kickass migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022997s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|129: add_parsed_movie_info_to_pending_release migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|add_parsed_movie_info_to_pending_release|Starting migration of Log DB to 129
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (129, '2024-04-06T05:57:59', 'add_parsed_movie_info_to_pending_release')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|129: add_parsed_movie_info_to_pending_release migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019243s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|130: remove_wombles_kickass migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|remove_wombles_kickass|Starting migration of Log DB to 130
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (130, '2024-04-06T05:57:59', 'remove_wombles_kickass')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|130: remove_wombles_kickass migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019134s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|131: make_parsed_episode_info_nullable migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|make_parsed_episode_info_nullable|Starting migration of Log DB to 131
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (131, '2024-04-06T05:57:59', 'make_parsed_episode_info_nullable')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|131: make_parsed_episode_info_nullable migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023718s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|132: rename_torrent_downloadstation migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|rename_torrent_downloadstation|Starting migration of Log DB to 132
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (132, '2024-04-06T05:57:59', 'rename_torrent_downloadstation')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|132: rename_torrent_downloadstation migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024366s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|133: add_minimumavailability migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|add_minimumavailability|Starting migration of Log DB to 133
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (133, '2024-04-06T05:57:59', 'add_minimumavailability')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|133: add_minimumavailability migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019875s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|134: add_remux_qualities_for_the_wankers migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|add_remux_qualities_for_the_wankers|Starting migration of Log DB to 134
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (134, '2024-04-06T05:57:59', 'add_remux_qualities_for_the_wankers')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|134: add_remux_qualities_for_the_wankers migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042143s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|135: add_haspredbentry_to_movies migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|add_haspredbentry_to_movies|Starting migration of Log DB to 135
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (135, '2024-04-06T05:57:59', 'add_haspredbentry_to_movies')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|135: add_haspredbentry_to_movies migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020387s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|136: add_pathstate_to_movies migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|add_pathstate_to_movies|Starting migration of Log DB to 136
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (136, '2024-04-06T05:57:59', 'add_pathstate_to_movies')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|136: add_pathstate_to_movies migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002335s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|137: add_import_exclusions_table migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|add_import_exclusions_table|Starting migration of Log DB to 137
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (137, '2024-04-06T05:57:59', 'add_import_exclusions_table')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|137: add_import_exclusions_table migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023956s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|138: add_physical_release_note migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|add_physical_release_note|Starting migration of Log DB to 138
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (138, '2024-04-06T05:57:59', 'add_physical_release_note')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|138: add_physical_release_note migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002326s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|139: consolidate_indexer_baseurl migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|consolidate_indexer_baseurl|Starting migration of Log DB to 139
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (139, '2024-04-06T05:57:59', 'consolidate_indexer_baseurl')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|139: consolidate_indexer_baseurl migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021198s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|140: add_alternative_titles_table migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|add_alternative_titles_table|Starting migration of Log DB to 140
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (140, '2024-04-06T05:57:59', 'add_alternative_titles_table')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|140: add_alternative_titles_table migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023324s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|141: fix_duplicate_alt_titles migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|fix_duplicate_alt_titles|Starting migration of Log DB to 141
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (141, '2024-04-06T05:57:59', 'fix_duplicate_alt_titles')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|141: fix_duplicate_alt_titles migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024151s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|142: movie_extras migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|movie_extras|Starting migration of Log DB to 142
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (142, '2024-04-06T05:57:59', 'movie_extras')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|142: movie_extras migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019223s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|143: clean_core_tv migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|clean_core_tv|Starting migration of Log DB to 143
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (143, '2024-04-06T05:57:59', 'clean_core_tv')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|143: clean_core_tv migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023412s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|144: add_cookies_to_indexer_status migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|add_cookies_to_indexer_status|Starting migration of Log DB to 144
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (144, '2024-04-06T05:57:59', 'add_cookies_to_indexer_status')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|144: add_cookies_to_indexer_status migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020042s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|145: banner_to_fanart migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|banner_to_fanart|Starting migration of Log DB to 145
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (145, '2024-04-06T05:57:59', 'banner_to_fanart')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|145: banner_to_fanart migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023493s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|146: naming_config_colon_action migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|naming_config_colon_action|Starting migration of Log DB to 146
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (146, '2024-04-06T05:57:59', 'naming_config_colon_action')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|146: naming_config_colon_action migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021274s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|147: add_custom_formats migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.5|Info|add_custom_formats|Starting migration of Log DB to 147
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (147, '2024-04-06T05:57:59', 'add_custom_formats')
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|147: add_custom_formats migrated
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021282s
2024-04-06 05:57:59.5|Info|FluentMigrator.Runner.MigrationRunner|148: remove_extra_naming_config migrating
2024-04-06 05:57:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|remove_extra_naming_config|Starting migration of Log DB to 148
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (148, '2024-04-06T05:57:59', 'remove_extra_naming_config')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|148: remove_extra_naming_config migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020364s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|149: convert_regex_required_tags migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|convert_regex_required_tags|Starting migration of Log DB to 149
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (149, '2024-04-06T05:57:59', 'convert_regex_required_tags')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|149: convert_regex_required_tags migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023999s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|150: fix_format_tags_double_underscore migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|fix_format_tags_double_underscore|Starting migration of Log DB to 150
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (150, '2024-04-06T05:57:59', 'fix_format_tags_double_underscore')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|150: fix_format_tags_double_underscore migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025111s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|151: add_tags_to_net_import migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|add_tags_to_net_import|Starting migration of Log DB to 151
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (151, '2024-04-06T05:57:59', 'add_tags_to_net_import')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|151: add_tags_to_net_import migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020337s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|152: add_custom_filters migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|add_custom_filters|Starting migration of Log DB to 152
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (152, '2024-04-06T05:57:59', 'add_custom_filters')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|152: add_custom_filters migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002319s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|153: indexer_client_status_search_changes migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|indexer_client_status_search_changes|Starting migration of Log DB to 153
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (153, '2024-04-06T05:57:59', 'indexer_client_status_search_changes')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|153: indexer_client_status_search_changes migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025131s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|154: add_language_to_files_history_blacklist migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|add_language_to_files_history_blacklist|Starting migration of Log DB to 154
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (154, '2024-04-06T05:57:59', 'add_language_to_files_history_blacklist')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|154: add_language_to_files_history_blacklist migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024713s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|155: add_update_allowed_quality_profile migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|add_update_allowed_quality_profile|Starting migration of Log DB to 155
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (155, '2024-04-06T05:57:59', 'add_update_allowed_quality_profile')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|155: add_update_allowed_quality_profile migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020244s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|156: add_download_client_priority migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|add_download_client_priority|Starting migration of Log DB to 156
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (156, '2024-04-06T05:57:59', 'add_download_client_priority')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|156: add_download_client_priority migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024631s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|157: remove_growl_prowl migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|remove_growl_prowl|Starting migration of Log DB to 157
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (157, '2024-04-06T05:57:59', 'remove_growl_prowl')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|157: remove_growl_prowl migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024823s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|158: remove_plex_hometheatre migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|remove_plex_hometheatre|Starting migration of Log DB to 158
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (158, '2024-04-06T05:57:59', 'remove_plex_hometheatre')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|158: remove_plex_hometheatre migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019746s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|159: add_webrip_qualites migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|add_webrip_qualites|Starting migration of Log DB to 159
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (159, '2024-04-06T05:57:59', 'add_webrip_qualites')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|159: add_webrip_qualites migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025475s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|160: health_issue_notification migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|health_issue_notification|Starting migration of Log DB to 160
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (160, '2024-04-06T05:57:59', 'health_issue_notification')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|160: health_issue_notification migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001971s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|161: speed_improvements migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|speed_improvements|Starting migration of Log DB to 161
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (161, '2024-04-06T05:57:59', 'speed_improvements')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|161: speed_improvements migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025385s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|162: fix_profile_format_default migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|fix_profile_format_default|Starting migration of Log DB to 162
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (162, '2024-04-06T05:57:59', 'fix_profile_format_default')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|162: fix_profile_format_default migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025553s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|163: task_duration migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|task_duration|Starting migration of Log DB to 163
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (163, '2024-04-06T05:57:59', 'task_duration')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|163: task_duration migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024289s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|164: movie_collections_crew migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|movie_collections_crew|Starting migration of Log DB to 164
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (164, '2024-04-06T05:57:59', 'movie_collections_crew')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|164: movie_collections_crew migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020338s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|165: remove_custom_formats_from_quality_model migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|remove_custom_formats_from_quality_model|Starting migration of Log DB to 165
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (165, '2024-04-06T05:57:59', 'remove_custom_formats_from_quality_model')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|165: remove_custom_formats_from_quality_model migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024947s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|166: fix_tmdb_list_config migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|fix_tmdb_list_config|Starting migration of Log DB to 166
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (166, '2024-04-06T05:57:59', 'fix_tmdb_list_config')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|166: fix_tmdb_list_config migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019616s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|167: remove_movie_pathstate migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|remove_movie_pathstate|Starting migration of Log DB to 167
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (167, '2024-04-06T05:57:59', 'remove_movie_pathstate')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|167: remove_movie_pathstate migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024362s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|168: custom_format_rework migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|custom_format_rework|Starting migration of Log DB to 168
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (168, '2024-04-06T05:57:59', 'custom_format_rework')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|168: custom_format_rework migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024341s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|169: custom_format_scores migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|custom_format_scores|Starting migration of Log DB to 169
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (169, '2024-04-06T05:57:59', 'custom_format_scores')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|169: custom_format_scores migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020191s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|170: fix_trakt_list_config migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|fix_trakt_list_config|Starting migration of Log DB to 170
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (170, '2024-04-06T05:57:59', 'fix_trakt_list_config')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|170: fix_trakt_list_config migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024523s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|171: quality_definition_preferred_size migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|quality_definition_preferred_size|Starting migration of Log DB to 171
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (171, '2024-04-06T05:57:59', 'quality_definition_preferred_size')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|171: quality_definition_preferred_size migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020104s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|172: add_download_history migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|add_download_history|Starting migration of Log DB to 172
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (172, '2024-04-06T05:57:59', 'add_download_history')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|172: add_download_history migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00239s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|173: net_import_status migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|net_import_status|Starting migration of Log DB to 173
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (173, '2024-04-06T05:57:59', 'net_import_status')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|173: net_import_status migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026221s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|174: email_multiple_addresses migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|email_multiple_addresses|Starting migration of Log DB to 174
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (174, '2024-04-06T05:57:59', 'email_multiple_addresses')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|174: email_multiple_addresses migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019614s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|175: remove_chown_and_folderchmod_config migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|remove_chown_and_folderchmod_config|Starting migration of Log DB to 175
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (175, '2024-04-06T05:57:59', 'remove_chown_and_folderchmod_config')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|175: remove_chown_and_folderchmod_config migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024746s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|176: movie_recommendations migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|movie_recommendations|Starting migration of Log DB to 176
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (176, '2024-04-06T05:57:59', 'movie_recommendations')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|176: movie_recommendations migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024741s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|177: language_improvements migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|language_improvements|Starting migration of Log DB to 177
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (177, '2024-04-06T05:57:59', 'language_improvements')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|177: language_improvements migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020026s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|178: new_list_server migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|new_list_server|Starting migration of Log DB to 178
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (178, '2024-04-06T05:57:59', 'new_list_server')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|178: new_list_server migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023638s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|179: movie_translation_indexes migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|movie_translation_indexes|Starting migration of Log DB to 179
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (179, '2024-04-06T05:57:59', 'movie_translation_indexes')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|179: movie_translation_indexes migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018821s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|180: fix_invalid_profile_references migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|fix_invalid_profile_references|Starting migration of Log DB to 180
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (180, '2024-04-06T05:57:59', 'fix_invalid_profile_references')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|180: fix_invalid_profile_references migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00227s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|181: list_movies_table migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|list_movies_table|Starting migration of Log DB to 181
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (181, '2024-04-06T05:57:59', 'list_movies_table')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|181: list_movies_table migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021684s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|182: on_delete_notification migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|on_delete_notification|Starting migration of Log DB to 182
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (182, '2024-04-06T05:57:59', 'on_delete_notification')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|182: on_delete_notification migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023517s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|183: download_propers_config migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|download_propers_config|Starting migration of Log DB to 183
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (183, '2024-04-06T05:57:59', 'download_propers_config')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|183: download_propers_config migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018808s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|184: add_priority_to_indexers migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|add_priority_to_indexers|Starting migration of Log DB to 184
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (184, '2024-04-06T05:57:59', 'add_priority_to_indexers')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|184: add_priority_to_indexers migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022936s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|185: add_alternative_title_indices migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|add_alternative_title_indices|Starting migration of Log DB to 185
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (185, '2024-04-06T05:57:59', 'add_alternative_title_indices')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|185: add_alternative_title_indices migrated
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018803s
2024-04-06 05:57:59.6|Info|FluentMigrator.Runner.MigrationRunner|186: fix_tmdb_duplicates migrating
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.6|Info|fix_tmdb_duplicates|Starting migration of Log DB to 186
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (186, '2024-04-06T05:57:59', 'fix_tmdb_duplicates')
2024-04-06 05:57:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|186: fix_tmdb_duplicates migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018691s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|187: swap_filechmod_for_folderchmod migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|swap_filechmod_for_folderchmod|Starting migration of Log DB to 187
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (187, '2024-04-06T05:57:59', 'swap_filechmod_for_folderchmod')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|187: swap_filechmod_for_folderchmod migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001886s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|188: mediainfo_channels migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|mediainfo_channels|Starting migration of Log DB to 188
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (188, '2024-04-06T05:57:59', 'mediainfo_channels')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|188: mediainfo_channels migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023664s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|189: add_update_history migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|add_update_history|Starting migration of Log DB to 189
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable UpdateHistory
2024-04-06 05:57:59.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-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002938s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex UpdateHistory (Date)
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000176s
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (189, '2024-04-06T05:57:59', 'add_update_history')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|189: add_update_history migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001995s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|190: update_awesome_hd_link migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|update_awesome_hd_link|Starting migration of Log DB to 190
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (190, '2024-04-06T05:57:59', 'update_awesome_hd_link')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|190: update_awesome_hd_link migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021579s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|191: remove_awesomehd migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|remove_awesomehd|Starting migration of Log DB to 191
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (191, '2024-04-06T05:57:59', 'remove_awesomehd')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|191: remove_awesomehd migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002154s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|192: add_on_delete_to_notifications migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|add_on_delete_to_notifications|Starting migration of Log DB to 192
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (192, '2024-04-06T05:57:59', 'add_on_delete_to_notifications')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|192: add_on_delete_to_notifications migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022005s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|194: add_bypass_to_delay_profile migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|add_bypass_to_delay_profile|Starting migration of Log DB to 194
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (194, '2024-04-06T05:57:59', 'add_bypass_to_delay_profile')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|194: add_bypass_to_delay_profile migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021073s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|195: update_notifiarr migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|update_notifiarr|Starting migration of Log DB to 195
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (195, '2024-04-06T05:57:59', 'update_notifiarr')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|195: update_notifiarr migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022405s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|196: legacy_mediainfo_hdr migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|legacy_mediainfo_hdr|Starting migration of Log DB to 196
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (196, '2024-04-06T05:57:59', 'legacy_mediainfo_hdr')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|196: legacy_mediainfo_hdr migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020797s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|197: rename_blacklist_to_blocklist migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|rename_blacklist_to_blocklist|Starting migration of Log DB to 197
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (197, '2024-04-06T05:57:59', 'rename_blacklist_to_blocklist')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|197: rename_blacklist_to_blocklist migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002242s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|198: add_indexer_tags migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|add_indexer_tags|Starting migration of Log DB to 198
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (198, '2024-04-06T05:57:59', 'add_indexer_tags')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|198: add_indexer_tags migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021446s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|199: mediainfo_to_ffmpeg migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|mediainfo_to_ffmpeg|Starting migration of Log DB to 199
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (199, '2024-04-06T05:57:59', 'mediainfo_to_ffmpeg')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|199: mediainfo_to_ffmpeg migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023099s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|200: cdh_per_downloadclient migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|cdh_per_downloadclient|Starting migration of Log DB to 200
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (200, '2024-04-06T05:57:59', 'cdh_per_downloadclient')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|200: cdh_per_downloadclient migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018611s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|201: migrate_discord_from_slack migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|migrate_discord_from_slack|Starting migration of Log DB to 201
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (201, '2024-04-06T05:57:59', 'migrate_discord_from_slack')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|201: migrate_discord_from_slack migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018578s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|202: remove_predb migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|remove_predb|Starting migration of Log DB to 202
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (202, '2024-04-06T05:57:59', 'remove_predb')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|202: remove_predb migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022237s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|203: add_on_update_to_notifications migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|add_on_update_to_notifications|Starting migration of Log DB to 203
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (203, '2024-04-06T05:57:59', 'add_on_update_to_notifications')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|203: add_on_update_to_notifications migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002136s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|204: ensure_identity_on_id_columns migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|ensure_identity_on_id_columns|Starting migration of Log DB to 204
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (204, '2024-04-06T05:57:59', 'ensure_identity_on_id_columns')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|204: ensure_identity_on_id_columns migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023006s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|205: download_client_per_indexer migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|download_client_per_indexer|Starting migration of Log DB to 205
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (205, '2024-04-06T05:57:59', 'download_client_per_indexer')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|205: download_client_per_indexer migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018943s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|206: multiple_ratings_support migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|multiple_ratings_support|Starting migration of Log DB to 206
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (206, '2024-04-06T05:57:59', 'multiple_ratings_support')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|206: multiple_ratings_support migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019306s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|207: movie_metadata migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|movie_metadata|Starting migration of Log DB to 207
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (207, '2024-04-06T05:57:59', 'movie_metadata')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|207: movie_metadata migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022139s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|208: collections migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|collections|Starting migration of Log DB to 208
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (208, '2024-04-06T05:57:59', 'collections')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|208: collections migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021149s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|209: movie_meta_collection_index migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|movie_meta_collection_index|Starting migration of Log DB to 209
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (209, '2024-04-06T05:57:59', 'movie_meta_collection_index')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|209: movie_meta_collection_index migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022584s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|210: movie_added_notifications migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|movie_added_notifications|Starting migration of Log DB to 210
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (210, '2024-04-06T05:57:59', 'movie_added_notifications')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|210: movie_added_notifications migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018778s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|211: more_movie_meta_index migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|more_movie_meta_index|Starting migration of Log DB to 211
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (211, '2024-04-06T05:57:59', 'more_movie_meta_index')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|211: more_movie_meta_index migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018549s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|212: postgres_update_timestamp_columns_to_with_timezone migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Log DB to 212
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Logs
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Logs Time DateTimeOffset
2024-04-06 05:57:59.7|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-04-06 05:57:59.7|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-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs"
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Logs_temp" RENAME TO "Logs"
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017717s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable UpdateHistory
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn UpdateHistory Date DateTimeOffset
2024-04-06 05:57:59.7|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-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "UpdateHistory_temp" ("Id", "Date", "Version", "EventType") SELECT "Id", "Date", "Version", "EventType" FROM "UpdateHistory"
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "UpdateHistory"
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "UpdateHistory_temp" RENAME TO "UpdateHistory"
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016248s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT)
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo"
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo"
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo"
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015763s
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (212, '2024-04-06T05:57:59', 'postgres_update_timestamp_columns_to_with_timezone')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|212: postgres_update_timestamp_columns_to_with_timezone migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034184s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|214: add_language_tags_to_subtitle_files migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|add_language_tags_to_subtitle_files|Starting migration of Log DB to 214
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (214, '2024-04-06T05:57:59', 'add_language_tags_to_subtitle_files')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|214: add_language_tags_to_subtitle_files migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023622s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|215: add_salt_to_users migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|add_salt_to_users|Starting migration of Log DB to 215
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (215, '2024-04-06T05:57:59', 'add_salt_to_users')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|215: add_salt_to_users migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024645s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|216: clean_alt_titles migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|clean_alt_titles|Starting migration of Log DB to 216
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (216, '2024-04-06T05:57:59', 'clean_alt_titles')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|216: clean_alt_titles migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024095s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|217: remove_omg migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|remove_omg|Starting migration of Log DB to 217
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (217, '2024-04-06T05:57:59', 'remove_omg')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|217: remove_omg migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018804s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|218: add_additional_info_to_pending_releases migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|add_additional_info_to_pending_releases|Starting migration of Log DB to 218
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (218, '2024-04-06T05:57:59', 'add_additional_info_to_pending_releases')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|218: add_additional_info_to_pending_releases migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027244s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|219: add_result_to_commands migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|add_result_to_commands|Starting migration of Log DB to 219
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (219, '2024-04-06T05:57:59', 'add_result_to_commands')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|219: add_result_to_commands migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027279s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|220: health_restored_notification migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|health_restored_notification|Starting migration of Log DB to 220
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (220, '2024-04-06T05:57:59', 'health_restored_notification')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|220: health_restored_notification migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027138s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|221: add_on_manual_interaction_required_to_notifications migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|add_on_manual_interaction_required_to_notifications|Starting migration of Log DB to 221
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (221, '2024-04-06T05:57:59', 'add_on_manual_interaction_required_to_notifications')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|221: add_on_manual_interaction_required_to_notifications migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027134s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|222: remove_rarbg migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|remove_rarbg|Starting migration of Log DB to 222
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (222, '2024-04-06T05:57:59', 'remove_rarbg')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|222: remove_rarbg migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026633s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|223: remove_invalid_roksbox_metadata_images migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|remove_invalid_roksbox_metadata_images|Starting migration of Log DB to 223
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (223, '2024-04-06T05:57:59', 'remove_invalid_roksbox_metadata_images')
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|223: remove_invalid_roksbox_metadata_images migrated
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027822s
2024-04-06 05:57:59.7|Info|FluentMigrator.Runner.MigrationRunner|224: list_sync_time migrating
2024-04-06 05:57:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.7|Info|list_sync_time|Starting migration of Log DB to 224
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (224, '2024-04-06T05:57:59', 'list_sync_time')
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|224: list_sync_time migrated
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027206s
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|225: add_tags_to_collections migrating
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.8|Info|add_tags_to_collections|Starting migration of Log DB to 225
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (225, '2024-04-06T05:57:59', 'add_tags_to_collections')
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|225: add_tags_to_collections migrated
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027004s
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|226: add_download_client_tags migrating
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.8|Info|add_download_client_tags|Starting migration of Log DB to 226
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (226, '2024-04-06T05:57:59', 'add_download_client_tags')
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|226: add_download_client_tags migrated
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026808s
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|227: add_auto_tagging migrating
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.8|Info|add_auto_tagging|Starting migration of Log DB to 227
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (227, '2024-04-06T05:57:59', 'add_auto_tagging')
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|227: add_auto_tagging migrated
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027022s
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|228: add_custom_format_score_bypass_to_delay_profile migrating
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.8|Info|add_custom_format_score_bypass_to_delay_profile|Starting migration of Log DB to 228
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (228, '2024-04-06T05:57:59', 'add_custom_format_score_bypass_to_delay_profile')
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|228: add_custom_format_score_bypass_to_delay_profile migrated
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027406s
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|229: update_restrictions_to_release_profiles migrating
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.8|Info|update_restrictions_to_release_profiles|Starting migration of Log DB to 229
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (229, '2024-04-06T05:57:59', 'update_restrictions_to_release_profiles')
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|229: update_restrictions_to_release_profiles migrated
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027369s
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|230: rename_quality_profiles migrating
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.8|Info|rename_quality_profiles|Starting migration of Log DB to 230
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (230, '2024-04-06T05:57:59', 'rename_quality_profiles')
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|230: rename_quality_profiles migrated
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026877s
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|231: update_images_remote_url migrating
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.8|Info|update_images_remote_url|Starting migration of Log DB to 231
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (231, '2024-04-06T05:57:59', 'update_images_remote_url')
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|231: update_images_remote_url migrated
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027724s
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|232: add_notification_status migrating
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.8|Info|add_notification_status|Starting migration of Log DB to 232
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (232, '2024-04-06T05:57:59', 'add_notification_status')
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|232: add_notification_status migrated
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027233s
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|233: rename_deprecated_indexer_flags migrating
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.8|Info|rename_deprecated_indexer_flags|Starting migration of Log DB to 233
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (233, '2024-04-06T05:57:59', 'rename_deprecated_indexer_flags')
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|233: rename_deprecated_indexer_flags migrated
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027249s
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|234: movie_last_searched_time migrating
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.8|Info|movie_last_searched_time|Starting migration of Log DB to 234
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (234, '2024-04-06T05:57:59', 'movie_last_searched_time')
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|234: movie_last_searched_time migrated
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002689s
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|235: email_encryption migrating
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-04-06 05:57:59.8|Info|email_encryption|Starting migration of Log DB to 235
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (235, '2024-04-06T05:57:59', 'email_encryption')
2024-04-06 05:57:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|235: email_encryption migrated
2024-04-06 05:57:59.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026786s
2024-04-06 05:57:59.9|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2024-04-06 05:57:59.9|Info|UpdaterConfigProvider|Update mechanism BuiltIn not supported in the current configuration, changing to Docker.
2024-04-06 05:58:00.0|Info|QualityProfileService|Setting up default quality profiles
2024-04-06 05:58:00.1|Info|CommandExecutor|Starting 2 threads for tasks.
2024-04-06 05:58:00.1|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2024-04-06 05:58:00.1|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2024-04-06 05:58:00.1|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2024-04-06 05:58:00.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:02.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:02.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:07.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:07.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:13.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:13.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:20.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:21.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:28.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:29.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:31.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:37.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:38.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:42.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:47.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:48.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:52.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:57.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:58:58.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:02.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:07.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:08.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:12.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:17.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:18.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:22.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:28.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:28.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:32.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:38.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:39.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:42.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:49.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:49.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:52.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:59.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 05:59:59.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 06:00:09.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 06:00:09.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 06:00:19.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 06:00:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-04-06 06:00:21.1|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2024-04-06 06:00:21.2|Info|ConsoleApp|Exiting main.
2024-04-07 02:43:00.7|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.3.6.8612
2024-04-07 02:43:00.7|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-04-07 02:43:00.8|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-04-07 02:43:01.0|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-04-07 02:43:01.1|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-04-07 02:43:01.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-04-07 02:43:01.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-07 02:43:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-07 02:43:01.2|Info|DatabaseEngineVersionCheck|SQLite 3.44.2
2024-04-07 02:43:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0366132s
2024-04-07 02:43:01.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-04-07 02:43:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0382093s
2024-04-07 02:43:01.3|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-04-07 02:43:01.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-04-07 02:43:01.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-07 02:43:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-07 02:43:01.3|Info|DatabaseEngineVersionCheck|SQLite 3.44.2
2024-04-07 02:43:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019526s
2024-04-07 02:43:01.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-04-07 02:43:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020754s
2024-04-07 02:43:01.6|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2024-04-07 02:43:01.8|Info|CommandExecutor|Starting 2 threads for tasks.
2024-04-07 02:43:01.8|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2024-04-07 02:43:01.8|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2024-04-07 02:43:01.8|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2024-04-07 02:43:31.9|Info|RssSyncService|Starting RSS Sync
2024-04-07 02:43:32.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2024-04-07 02:43:32.0|Info|DownloadDecisionMaker|No results found
2024-04-07 02:43:32.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2024-04-07 02:43:52.3|Error|RadarrErrorPipeline|[POST /api/v3/rootFolder]
[v5.3.6.8612] code = Constraint (19), message = System.Data.SQLite.SQLiteException (0x800027AF): constraint failed
UNIQUE constraint failed: RootFolders.Path
at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1142
at Dapper.SqlMapper.QueryMultipleImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 1100
at Dapper.SqlMapper.QueryMultiple(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 1076
at NzbDrone.Core.Datastore.BasicRepository`1.Insert(IDbConnection connection, IDbTransaction transaction, TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 189
at NzbDrone.Core.Datastore.BasicRepository`1.Insert(TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 146
at NzbDrone.Core.RootFolders.RootFolderService.Add(RootFolder rootFolder) in ./Radarr.Core/RootFolders/RootFolderService.cs:line 121
at Radarr.Api.V3.RootFolders.RootFolderController.CreateRootFolder(RootFolderResource rootFolderResource) in ./Radarr.Api.V3/RootFolders/RootFolderController.cs:line 56
at lambda_method268(Closure , Object , Object[] )
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.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
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 Radarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Radarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/UrlBaseMiddleware.cs:line 27
at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Radarr.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-04-07 02:43:53.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Path: Path '/movies/' is already configured as a root folder
2024-04-07 02:46:30.3|Info|AddMovieService|Adding Movie [A Goofy Movie (1995)][tt0113198, 15789] Path: [/movies/A Goofy Movie (1995)]
2024-04-07 02:46:30.3|Info|AddMovieService|Adding Movie [A Haunting in Venice (2023)][tt22687790, 945729] Path: [/movies/A Haunting in Venice (2023)]
2024-04-07 02:46:30.4|Info|AddMovieService|Adding Movie [A Monster Calls (2016)][tt3416532, 258230] Path: [/movies/A Monster Calls (2016)]
2024-04-07 02:46:30.4|Info|AddMovieService|Adding Movie [Alexander (2004)][tt0346491, 1966] Path: [/movies/Alexander (2004)]
2024-04-07 02:46:30.5|Info|AddMovieService|Adding Movie [Ali Wong: Don Wong (2022)][tt17542000, 933738] Path: [/movies/Ali Wong Don Wong (2022)]
2024-04-07 02:46:30.5|Info|AddMovieService|Adding Movie [All My Friends Hate Me (2022)][tt9340892, 821489] Path: [/movies/All My Friends Hate Me (2022)]
2024-04-07 02:46:30.5|Info|AddMovieService|Adding Movie [All of Us Strangers (2023)][tt21192142, 994108] Path: [/movies/All of Us Strangers (2023)]
2024-04-07 02:46:30.6|Info|AddMovieService|Adding Movie [All Star Superman (2011)][tt1699114, 56590] Path: [/movies/All Star Superman (2011)]
2024-04-07 02:46:30.6|Info|AddMovieService|Adding Movie [All the President's Men (1976)][tt0074119, 891] Path: [/movies/All the President's Men (1976)]
2024-04-07 02:46:30.7|Info|AddMovieService|Adding Movie [American Fiction (2023)][tt23561236, 1056360] Path: [/movies/American Fiction (2023)]
2024-04-07 02:46:30.7|Info|AddMovieService|Adding Movie [Anatomy of a Fall (2023)][tt17009710, 915935] Path: [/movies/Anatomy of a Fall (2023)]
2024-04-07 02:46:30.8|Info|AddMovieService|Adding Movie [Ant-Man and the Wasp: Quantumania (2023)][tt10954600, 640146] Path: [/movies/Ant-Man and the Wasp Quantumania (2023)]
2024-04-07 02:46:30.8|Info|AddMovieService|Adding Movie [Argylle (2024)][tt15009428, 848538] Path: [/movies/Argylle (2024)]
2024-04-07 02:46:30.9|Info|AddMovieService|Adding Movie [Assassin 33 A.D. (2020)][tt8064418, 582306] Path: [/movies/Assassin 33 A.D. (2020)]
2024-04-07 02:46:30.9|Info|AddMovieService|Adding Movie [Aziz Ansari: Nightclub Comedian (2022)][tt17005888, 926179] Path: [/movies/Aziz Ansari Nightclub Comedian (2022)]
2024-04-07 02:46:31.0|Info|AddMovieService|Adding Movie [Back to the Future (1985)][tt0088763, 105] Path: [/movies/Back to the Future (1985)]
2024-04-07 02:46:31.0|Info|AddMovieService|Adding Movie [Bad Education (2019)][tt8206668, 530723] Path: [/movies/Bad Education (2020)]
2024-04-07 02:46:31.1|Info|AddMovieService|Adding Movie [Barbie (2023)][tt1517268, 346698] Path: [/movies/Barbie (2023)]
2024-04-07 02:46:31.1|Info|AddMovieService|Adding Movie [Batman and Superman: Battle of the Super Sons (2022)][tt21197740, 886396] Path: [/movies/Batman and Superman Battle of the Super Sons (2022)]
2024-04-07 02:46:31.2|Info|AddMovieService|Adding Movie [Batman: The Long Halloween, Part One (2021)][tt14324650, 736073] Path: [/movies/Batman The Long Halloween, Part One (2021)]
2024-04-07 02:46:31.2|Info|AddMovieService|Adding Movie [Batman: The Long Halloween, Part Two (2021)][tt14402926, 736074] Path: [/movies/Batman The Long Halloween, Part Two (2021)]
2024-04-07 02:46:31.3|Info|AddMovieService|Adding Movie [Batman: Under the Red Hood (2010)][tt1569923, 40662] Path: [/movies/Batman Under the Red Hood (2010)]
2024-04-07 02:46:31.3|Info|AddMovieService|Adding Movie [Beavis and Butt-Head Do America (1996)][tt0115641, 3179] Path: [/movies/Beavis and Butt-Head Do America (1996)]
2024-04-07 02:46:31.4|Info|AddMovieService|Adding Movie [Beavis and Butt-Head Do the Universe (2022)][tt14145426, 828947] Path: [/movies/Beavis and Butt-Head Do the Universe (2022)]
2024-04-07 02:46:31.4|Info|AddMovieService|Adding Movie [Beth Stelling: If You Didn't Want Me Then (2023)][tt28997186, 1185401] Path: [/movies/Beth Stelling If You Didn't Want Me Then (2023)]
2024-04-07 02:46:31.5|Info|AddMovieService|Adding Movie [Black Adam (2022)][tt6443346, 436270] Path: [/movies/Black Adam (2022)]
2024-04-07 02:46:31.5|Info|AddMovieService|Adding Movie [BlackBerry (2023)][tt21867434, 1016084] Path: [/movies/BlackBerry (2023)]
2024-04-07 02:46:31.6|Info|AddMovieService|Adding Movie [Blade Runner (1982)][tt0083658, 78] Path: [/movies/Blade Runner 2049 (2017)]
2024-04-07 02:46:31.6|Info|AddMovieService|Adding Movie [Bo Burnham: Inside (2021)][tt14544192, 823754] Path: [/movies/Bo Burnham Inside (2021)]
2024-04-07 02:46:31.6|Info|AddMovieService|Adding Movie [Bodies Bodies Bodies (2022)][tt8110652, 520023] Path: [/movies/Bodies Bodies Bodies (2022)]
2024-04-07 02:46:31.7|Info|AddMovieService|Adding Movie [Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan (2006)][tt0443453, 496] Path: [/movies/Borat Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan (2006)]
2024-04-07 02:46:31.7|Info|AddMovieService|Adding Movie [Bottoms (2023)][tt17527468, 814776] Path: [/movies/Bottoms (2023)]
2024-04-07 02:46:31.8|Info|AddMovieService|Adding Movie [Brick (2006)][tt0393109, 9270] Path: [/movies/Brick (2006)]
2024-04-07 02:46:31.8|Info|AddMovieService|Adding Movie [Brigsby Bear (2017)][tt5805752, 403431] Path: [/movies/Brigsby Bear (2017)]
2024-04-07 02:46:31.9|Info|AddMovieService|Adding Movie [Bros (2022)][tt9731598, 614939] Path: [/movies/Bros (2022)]
2024-04-07 02:46:31.9|Info|AddMovieService|Adding Movie [Bullet Train (2022)][tt12593682, 718930] Path: [/movies/Bullet Train (2022)]
2024-04-07 02:46:32.0|Info|AddMovieService|Adding Movie [Chip 'n Dale: Rescue Rangers (2022)][tt3513500, 420821] Path: [/movies/Chip 'n Dale Rescue Rangers (2022)]
2024-04-07 02:46:32.0|Info|AddMovieService|Adding Movie [Chris Distefano: Speshy Weshy (2022)][tt19875708, 970083] Path: [/movies/Chris Distefano Speshy Weshy (2022)]
2024-04-07 02:46:32.1|Info|AddMovieService|Adding Movie [Color Out of Space (2019)][tt5073642, 548473] Path: [/movies/Color Out of Space (2019)]
2024-04-07 02:46:32.1|Info|AddMovieService|Adding Movie [Colossal (2017)][tt4680182, 339967] Path: [/movies/Colossal (2017)]
2024-04-07 02:46:32.1|Info|AddMovieService|Adding Movie [Confess, Fletch (2022)][tt12718300, 724665] Path: [/movies/Confess, Fletch (2022)]
2024-04-07 02:46:32.2|Info|AddMovieService|Adding Movie [Constantine: City of Demons - The Movie (2018)][tt9177882, 539517] Path: [/movies/Constantine City of Demons - The Movie (2018)]
2024-04-07 02:46:32.2|Info|AddMovieService|Adding Movie [Crimes of the Future (2022)][tt14549466, 819876] Path: [/movies/Crimes of the Future (2022)]
2024-04-07 02:46:32.3|Info|AddMovieService|Adding Movie [Daniel Sloss: Socio (2022)][tt11178728, 1054105] Path: [/movies/Daniel Sloss SOCIO (2022)]
2024-04-07 02:46:32.3|Info|AddMovieService|Adding Movie [Daniel Sloss: X (2019)][tt11081044, 637573] Path: [/movies/Daniel Sloss X (2019)]
2024-04-07 02:46:32.4|Info|AddMovieService|Adding Movie [David Spade: Nothing Personal (2022)][tt18955474, 953138] Path: [/movies/David Spade Nothing Personal (2022)]
2024-04-07 02:46:32.4|Info|AddMovieService|Adding Movie [DC League of Super-Pets (2022)][tt8912936, 539681] Path: [/movies/DC League of Super-Pets (2022)]
2024-04-07 02:46:32.5|Info|AddMovieService|Adding Movie [Death on the Nile (2022)][tt7657566, 505026] Path: [/movies/Death on the Nile (2022)]
2024-04-07 02:46:32.5|Info|AddMovieService|Adding Movie [Decision to Leave (2022)][tt12477480, 705996] Path: [/movies/Decision to Leave (2022)]
2024-04-07 02:46:32.6|Info|AddMovieService|Adding Movie [Dinner in America (2022)][tt9058654, 653664] Path: [/movies/Dinner in America (2020)]
2024-04-07 02:46:32.6|Info|AddMovieService|Adding Movie [Doctor Strange in the Multiverse of Madness (2022)][tt9419884, 453395] Path: [/movies/Doctor Strange in the Multiverse of Madness (2022)]
2024-04-07 02:46:32.7|Info|AddMovieService|Adding Movie [Dogma (1999)][tt0120655, 1832] Path: [/movies/Dogma (1999)]
2024-04-07 02:46:32.7|Info|AddMovieService|Adding Movie [Don't Think Twice (2016)][tt4972062, 356298] Path: [/movies/Don't Think Twice (2016)]
2024-04-07 02:46:32.8|Info|AddMovieService|Adding Movie [Downfall: The Case Against Boeing (2022)][tt11893274, 913862] Path: [/movies/Downfall The Case Against Boeing (2022)]
2024-04-07 02:46:32.8|Info|AddMovieService|Adding Movie [Downton Abbey (2019)][tt6398184, 535544] Path: [/movies/Downton Abbey (2019)]
2024-04-07 02:46:32.9|Info|AddMovieService|Adding Movie [Downton Abbey: A New Era (2022)][tt11703710, 820446] Path: [/movies/Downton Abbey A New Era (2022)]
2024-04-07 02:46:32.9|Info|AddMovieService|Adding Movie [Dune (2021)][tt1160419, 438631] Path: [/movies/Dune (2021)]
2024-04-07 02:46:33.0|Info|AddMovieService|Adding Movie [Dungeons & Dragons: Honor Among Thieves (2023)][tt2906216, 493529] Path: [/movies/Dungeons & Dragons Honor Among Thieves (2023)]
2024-04-07 02:46:33.0|Info|AddMovieService|Adding Movie [Emily the Criminal (2022)][tt15255876, 862965] Path: [/movies/Emily the Criminal (2022)]
2024-04-07 02:46:33.0|Info|AddMovieService|Adding Movie [Encanto (2021)][tt2953050, 568124] Path: [/movies/Encanto (2021)]
2024-04-07 02:46:33.1|Info|AddMovieService|Adding Movie [Enola Holmes (2020)][tt7846844, 497582] Path: [/movies/Enola Holmes (2020)]
2024-04-07 02:46:33.1|Info|AddMovieService|Adding Movie [Enola Holmes 2 (2022)][tt14641788, 829280] Path: [/movies/Enola Holmes 2 (2022)]
2024-04-07 02:46:33.2|Info|AddMovieService|Adding Movie [Entergalactic (2022)][tt10687116, 1027014] Path: [/movies/Entergalactic (2022)]
2024-04-07 02:46:33.2|Info|AddMovieService|Adding Movie [Eternals (2021)][tt9032400, 524434] Path: [/movies/Eternals (2021)]
2024-04-07 02:46:33.3|Info|AddMovieService|Adding Movie [Everything Everywhere All at Once (2022)][tt6710474, 545611] Path: [/movies/Everything Everywhere All at Once (2022)]
2024-04-07 02:46:33.3|Info|AddMovieService|Adding Movie [Exodus: Gods and Kings (2014)][tt1528100, 147441] Path: [/movies/Exodus Gods and Kings (2014)]
2024-04-07 02:46:33.4|Info|AddMovieService|Adding Movie [Extraction (2020)][tt8936646, 545609] Path: [/movies/Extraction (2020)]
2024-04-07 02:46:33.4|Info|AddMovieService|Adding Movie [Extraction 2 (2023)][tt12263384, 697843] Path: [/movies/Extraction 2 (2023)]
2024-04-07 02:46:33.5|Info|AddMovieService|Adding Movie [Fear and Loathing in Las Vegas (1998)][tt0120669, 1878] Path: [/movies/Fear and Loathing in Las Vegas (1998)]
2024-04-07 02:46:33.5|Info|AddMovieService|Adding Movie [Ferris Bueller's Day Off (1986)][tt0091042, 9377] Path: [/movies/Ferris Bueller's Day Off (1986)]
2024-04-07 02:46:33.6|Info|AddMovieService|Adding Movie [Fletch (1985)][tt0089155, 9749] Path: [/movies/Fletch (1985)]
2024-04-07 02:46:33.6|Info|AddMovieService|Adding Movie [Freaks (2019)][tt8781414, 539892] Path: [/movies/Freaks (2019)]
2024-04-07 02:46:33.7|Info|AddMovieService|Adding Movie [Get Out (2017)][tt5052448, 419430] Path: [/movies/Get Out (2017)]
2024-04-07 02:46:33.7|Info|AddMovieService|Adding Movie [Ghostbusters: Afterlife (2021)][tt4513678, 425909] Path: [/movies/Ghostbusters Afterlife (2021)]
2024-04-07 02:46:33.7|Info|AddMovieService|Adding Movie [Gone Girl (2014)][tt2267998, 210577] Path: [/movies/Gone Girl (2014)]
2024-04-07 02:46:33.8|Info|AddMovieService|Adding Movie [Green Book (2018)][tt6966692, 490132] Path: [/movies/Green Book (2018)]
2024-04-07 02:46:33.8|Info|AddMovieService|Adding Movie [Guardians of the Galaxy Vol. 3 (2023)][tt6791350, 447365] Path: [/movies/Guardians of the Galaxy Vol. 3 (2023)]
2024-04-07 02:46:33.9|Info|AddMovieService|Adding Movie [Guillermo del Toro's Pinocchio (2022)][tt1488589, 555604] Path: [/movies/Guillermo del Toro's Pinocchio ()]
2024-04-07 02:46:33.9|Info|AddMovieService|Adding Movie [Hamlet (2009)][tt1449175, 28238] Path: [/movies/Hamlet (2009)]
2024-04-07 02:46:34.0|Info|AddMovieService|Adding Movie [Heathers (1989)][tt0097493, 2640] Path: [/movies/Heathers (1989)]
2024-04-07 02:46:34.0|Info|AddMovieService|Adding Movie [Her (2013)][tt1798709, 152601] Path: [/movies/Her (2013)]
2024-04-07 02:46:34.1|Info|AddMovieService|Adding Movie [High-Rise (2015)][tt0462335, 254302] Path: [/movies/High-Rise (2015)]
2024-04-07 02:46:34.1|Info|AddMovieService|Adding Movie [Hocus Pocus (1993)][tt0107120, 10439] Path: [/movies/Hocus Pocus (1993)]
2024-04-07 02:46:34.1|Info|AddMovieService|Adding Movie [Howl's Moving Castle (2004)][tt0347149, 4935] Path: [/movies/Howl's Moving Castle (2004)]
2024-04-07 02:46:34.2|Info|AddMovieService|Adding Movie [I'm Thinking of Ending Things (2020)][tt7939766, 500840] Path: [/movies/I'm Thinking of Ending Things (2020)]
2024-04-07 02:46:34.2|Info|AddMovieService|Adding Movie [Inside the Shein Machine: Untold (2022)][tt22816826, 1037235] Path: [/movies/Inside the Shein Machine Untold (2022)]
2024-04-07 02:46:34.3|Info|AddMovieService|Adding Movie [Into the West (1992)][tt0104522, 33221] Path: [/movies/Into the West (1992)]
2024-04-07 02:46:34.3|Info|AddMovieService|Adding Movie [Jerrod Carmichael: Rothaniel (2022)][tt18949702, 952326] Path: [/movies/Jerrod Carmichael Rothaniel (2022)]
2024-04-07 02:46:34.4|Info|AddMovieService|Adding Movie [Jim Jefferies: Intolerant (2020)][tt12588160, 718831] Path: [/movies/Jim Jefferies Intolerant (2020)]
2024-04-07 02:46:34.4|Info|AddMovieService|Adding Movie [John Wick: Chapter 4 (2023)][tt10366206, 603692] Path: [/movies/John Wick Chapter 4 (2023)]
2024-04-07 02:46:34.5|Info|AddMovieService|Adding Movie [Jumanji: The Next Level (2019)][tt7975244, 512200] Path: [/movies/Jumanji The Next Level (2019)]
2024-04-07 02:46:34.5|Info|AddMovieService|Adding Movie [Jurassic Park (1993)][tt0107290, 329] Path: [/movies/Jurassic Park (1993)]
2024-04-07 02:46:34.5|Info|AddMovieService|Adding Movie [Jurassic Park III (2001)][tt0163025, 331] Path: [/movies/Jurassic Park III (2001)]
2024-04-07 02:46:34.6|Info|AddMovieService|Adding Movie [Jurassic World (2015)][tt0369610, 135397] Path: [/movies/Jurassic World (2015)]
2024-04-07 02:46:34.7|Info|AddMovieService|Adding Movie [Jurassic World Dominion (2022)][tt8041270, 507086] Path: [/movies/Jurassic World Dominion (2022)]
2024-04-07 02:46:34.7|Info|AddMovieService|Adding Movie [Jurassic World: Fallen Kingdom (2018)][tt4881806, 351286] Path: [/movies/Jurassic World Fallen Kingdom (2018)]
2024-04-07 02:46:34.7|Info|AddMovieService|Adding Movie [Justice League: Crisis on Infinite Earths Part One (2024)][tt29195117, 1155089] Path: [/movies/Justice League Crisis on Infinite Earths Part One (2024)]
2024-04-07 02:46:34.8|Info|AddMovieService|Adding Movie [Justice League Dark: Apokolips War (2020)][tt11079148, 618344] Path: [/movies/Justice League Dark Apokolips War (2020)]
2024-04-07 02:46:34.8|Info|AddMovieService|Adding Movie [Justice League: Warworld (2023)][tt27687527, 1003581] Path: [/movies/Justice League Warworld (2023)]
2024-04-07 02:46:34.9|Info|AddMovieService|Adding Movie [Justice Society: World War II (2021)][tt13804084, 736069] Path: [/movies/Justice Society World War II (2021)]
2024-04-07 02:46:34.9|Info|AddMovieService|Adding Movie [Keanu (2016)][tt4139124, 342521] Path: [/movies/Keanu (2016)]
2024-04-07 02:46:35.0|Info|AddMovieService|Adding Movie [Kiki's Delivery Service (1989)][tt0097814, 16859] Path: [/movies/Kiki's Delivery Service (1989)]
2024-04-07 02:46:35.0|Info|AddMovieService|Adding Movie [Killers of the Flower Moon (2023)][tt5537002, 466420] Path: [/movies/Killers of the Flower Moon (2023)]
2024-04-07 02:46:35.1|Info|AddMovieService|Adding Movie [Klaus (2019)][tt4729430, 508965] Path: [/movies/Klaus (2019)]
2024-04-07 02:46:35.1|Info|AddMovieService|Adding Movie [Knives Out (2019)][tt8946378, 546554] Path: [/movies/Knives Out (2019)]
2024-04-07 02:46:35.2|Info|AddMovieService|Adding Movie [Glass Onion: A Knives Out Mystery (2022)][tt11564570, 661374] Path: [/movies/Knives Out 2 ()]
2024-04-07 02:46:35.2|Info|AddMovieService|Adding Movie [Kung Fu Panda (2008)][tt0441773, 9502] Path: [/movies/Kung Fu Panda (2008)]
2024-04-07 02:46:35.3|Info|AddMovieService|Adding Movie [Lady Bird (2017)][tt4925292, 391713] Path: [/movies/Lady Bird (2017)]
2024-04-07 02:46:35.3|Info|AddMovieService|Adding Movie [Leave the World Behind (2023)][tt12747748, 726209] Path: [/movies/Leave the World Behind (2023)]
2024-04-07 02:46:35.3|Info|AddMovieService|Adding Movie [Legion of Super-Heroes (2023)][tt22769820, 1003580] Path: [/movies/Legion of Super-Heroes (2023)]
2024-04-07 02:46:35.4|Info|AddMovieService|Adding Movie [Licorice Pizza (2021)][tt11271038, 718032] Path: [/movies/Licorice Pizza (2021)]
2024-04-07 02:46:35.4|Info|AddMovieService|Adding Movie [Lightyear (2022)][tt10298810, 718789] Path: [/movies/Lightyear (2022)]
2024-04-07 02:46:35.5|Info|AddMovieService|Adding Movie [Lost Soul: The Doomed Journey of Richard Stanley's “Island of Dr. Moreau” (2014)][tt3966544, 279992] Path: [/movies/Lost Soul The Doomed Journey of Richard Stanley's “Island of Dr. Moreau” (2014)]
2024-04-07 02:46:35.5|Info|AddMovieService|Adding Movie [Luca (2021)][tt12801262, 508943] Path: [/movies/Luca (2021)]
2024-04-07 02:46:35.6|Info|AddMovieService|Adding Movie [Luther: The Fallen Sun (2023)][tt3155298, 722149] Path: [/movies/Luther The Fallen Sun (2023)]
2024-04-07 02:46:35.6|Info|AddMovieService|Adding Movie [Madame Web (2024)][tt11057302, 634492] Path: [/movies/Madame Web (2024)]
2024-04-07 02:46:35.7|Info|AddMovieService|Adding Movie [Marc Maron: From Bleak to Dark (2023)][tt26453369, 1078615] Path: [/movies/Marc Maron From Bleak to Dark (2023)]
2024-04-07 02:46:35.7|Info|AddMovieService|Adding Movie [Marcel the Shell with Shoes On (2022)][tt15339456, 869626] Path: [/movies/Marcel the Shell with Shoes On (2022)]
2024-04-07 02:46:35.7|Info|AddMovieService|Adding Movie [May December (2023)][tt13651794, 839369] Path: [/movies/May December ]
2024-04-07 02:46:35.8|Info|AddMovieService|Adding Movie [Men (2022)][tt13841850, 780609] Path: [/movies/Men (2022)]
2024-04-07 02:46:35.8|Info|AddMovieService|Adding Movie [Midnight Special (2016)][tt2649554, 245703] Path: [/movies/Midnight Special (2016)]
2024-04-07 02:46:35.9|Info|AddMovieService|Adding Movie [Mike Birbiglia: The Old Man and the Pool (2023)][tt29729075, 1199400] Path: [/movies/Mike Birbiglia The Old Man and the Pool (2023)]
2024-04-07 02:46:35.9|Info|AddMovieService|Adding Movie [Mike Epps: Indiana Mike (2022)][tt18314226, 945455] Path: [/movies/Mike Epps Indiana Mike (2022)]
2024-04-07 02:46:36.0|Info|AddMovieService|Adding Movie [Mission: Impossible - Dead Reckoning Part One (2023)][tt9603212, 575264] Path: [/movies/Mission Impossible - Dead Reckoning Part One (2023)]
2024-04-07 02:46:36.0|Info|AddMovieService|Adding Movie [Moonlight (2016)][tt4975722, 376867] Path: [/movies/Moonlight (2016)]
2024-04-07 02:46:36.0|Info|AddMovieService|Adding Movie [Moses Storm: Trash White (2022)][tt17048424, 925901] Path: [/movies/Moses Storm Trash White (2022)]
2024-04-07 02:46:36.1|Info|AddMovieService|Adding Movie [Mr. Monk's Last Case: A Monk Movie (2023)][tt27145269, 1100795] Path: [/movies/Mr. Monk's Last Case A Monk Movie (2023)]
2024-04-07 02:46:36.1|Info|AddMovieService|Adding Movie [Mr. Right (2016)][tt2091935, 333385] Path: [/movies/Mr. Right (2016)]
2024-04-07 02:46:36.2|Info|AddMovieService|Adding Movie [Murder on the Orient Express (2017)][tt3402236, 392044] Path: [/movies/Murder on the Orient Express (2017)]
2024-04-07 02:46:36.2|Info|AddMovieService|Adding Movie [My Neighbor Totoro (1988)][tt0096283, 8392] Path: [/movies/My Neighbor Totoro (1988)]
2024-04-07 02:46:36.3|Info|AddMovieService|Adding Movie [Nightmare Alley (2021)][tt7740496, 597208] Path: [/movies/Nightmare Alley (2021)]
2024-04-07 02:46:36.3|Info|AddMovieService|Adding Movie [Nimona (2023)][tt19500164, 961323] Path: [/movies/Nimona (2023)]
2024-04-07 02:46:36.4|Info|AddMovieService|Adding Movie [Nobody (2021)][tt7888964, 615457] Path: [/movies/Nobody (2021)]
2024-04-07 02:46:36.4|Info|AddMovieService|Adding Movie [Nope (2022)][tt10954984, 762504] Path: [/movies/Nope (2022)]
2024-04-07 02:46:36.5|Info|AddMovieService|Adding Movie [Once Upon a Forest (1993)][tt0107745, 33539] Path: [/movies/Once Upon a Forest (1993)]
2024-04-07 02:46:36.5|Info|AddMovieService|Adding Movie [Once Upon a Time... in Hollywood (2019)][tt7131622, 466272] Path: [/movies/Once Upon a Time… in Hollywood (2019)]
2024-04-07 02:46:36.5|Info|AddMovieService|Adding Movie [Oppenheimer (2023)][tt15398776, 872585] Path: [/movies/Oppenheimer (2023)]
2024-04-07 02:46:36.6|Info|AddMovieService|Adding Movie [Orgasm Inc: The Story of OneTaste (2022)][tt22900124, 1040603] Path: [/movies/Orgasm Inc The Story of OneTaste (2022)]
2024-04-07 02:46:36.6|Info|AddMovieService|Adding Movie [Orion and the Dark (2024)][tt28066777, 1139829] Path: [/movies/Orion and the Dark (2024)]
2024-04-07 02:46:36.7|Info|AddMovieService|Adding Movie [Paddington (2014)][tt1109624, 116149] Path: [/movies/Paddington (2014)]
2024-04-07 02:46:36.7|Info|AddMovieService|Adding Movie [Paddington 2 (2017)][tt4468740, 346648] Path: [/movies/Paddington 2 (2017)]
2024-04-07 02:46:36.7|Info|AddMovieService|Adding Movie [Past Lives (2023)][tt13238346, 666277] Path: [/movies/Past Lives (2023)]
2024-04-07 02:46:36.8|Info|AddMovieService|Adding Movie [Pinocchio: A True Story (2021)][tt8480678, 597840] Path: [/movies/Pinocchio A True Story (2021)]
2024-04-07 02:46:36.8|Info|AddMovieService|Adding Movie [Planet Hulk (2010)][tt1483025, 30675] Path: [/movies/Planet Hulk (2010)]
2024-04-07 02:46:36.9|Info|AddMovieService|Adding Movie [Poor Things (2023)][tt14230458, 792307] Path: [/movies/Poor Things (2023)]
2024-04-07 02:46:36.9|Info|AddMovieService|Adding Movie [Popstar: Never Stop Never Stopping (2016)][tt3960412, 341012] Path: [/movies/Popstar Never Stop Never Stopping (2016)]
2024-04-07 02:46:37.0|Info|AddMovieService|Adding Movie [Prey (2022)][tt11866324, 766507] Path: [/movies/Prey (2022)]
2024-04-07 02:46:37.0|Info|AddMovieService|Adding Movie [Promising Young Woman (2020)][tt9620292, 582014] Path: [/movies/Promising Young Woman (2020)]
2024-04-07 02:46:37.1|Info|AddMovieService|Adding Movie [Puss in Boots: The Last Wish (2022)][tt3915174, 315162] Path: [/movies/Puss in Boots The Last Wish (2022)]
2024-04-07 02:46:37.1|Info|AddMovieService|Adding Movie [Road House (2024)][tt3359350, 359410] Path: [/movies/Road House (2024)]
2024-04-07 02:46:37.2|Info|AddMovieService|Adding Movie [Robot Dreams (2023)][tt13429870, 838240] Path: [/movies/Robot Dreams (2023)]
2024-04-07 02:46:37.2|Info|AddMovieService|Adding Movie [Ron's Gone Wrong (2021)][tt7504818, 482321] Path: [/movies/Ron's Gone Wrong (2021)]
2024-04-07 02:46:37.2|Info|AddMovieService|Adding Movie [Roy Wood Jr.: Imperfect Messenger (2021)][tt15800236, 892096] Path: [/movies/Roy Wood Jr. Imperfect Messenger (2021)]
2024-04-07 02:46:37.3|Info|AddMovieService|Adding Movie [Saltburn (2023)][tt17351924, 930564] Path: [/movies/Saltburn (2023)]
2024-04-07 02:46:37.3|Info|AddMovieService|Adding Movie [Sam Jay: Salute Me or Shoot Me (2023)][tt29280429, 1177095] Path: [/movies/Sam Jay Salute Me or Shoot Me (2023)]
2024-04-07 02:46:37.4|Info|AddMovieService|Adding Movie [Sanctuary (2023)][tt15364972, 870518] Path: [/movies/Sanctuary (2023)]
2024-04-07 02:46:37.4|Info|AddMovieService|Adding Movie [Secretary (2002)][tt0274812, 11013] Path: [/movies/Secretary (2002)]
2024-04-07 02:46:37.5|Info|AddMovieService|Adding Movie [Shang-Chi and the Legend of the Ten Rings (2021)][tt9376612, 566525] Path: [/movies/Shang-Chi and the Legend of the Ten Rings (2021)]
2024-04-07 02:46:37.5|Info|AddMovieService|Adding Movie [Silence (2016)][tt0490215, 68730] Path: [/movies/Silence (2016)]
2024-04-07 02:46:37.6|Info|AddMovieService|Adding Movie [Song of the Sea (2014)][tt1865505, 110416] Path: [/movies/Song of the Sea (2014)]
2024-04-07 02:46:37.6|Info|AddMovieService|Adding Movie [Soul (2020)][tt2948372, 508442] Path: [/movies/Soul (2020)]
2024-04-07 02:46:37.7|Info|AddMovieService|Adding Movie [Spectre (2015)][tt2379713, 206647] Path: [/movies/Spectre (2015)]
2024-04-07 02:46:37.7|Info|AddMovieService|Adding Movie [Spider-Man: Across the Spider-Verse (2023)][tt9362722, 569094] Path: [/movies/Spider-Man Across the Spider-Verse (2023)]
2024-04-07 02:46:37.7|Info|AddMovieService|Adding Movie [Spider-Man: Far From Home (2019)][tt6320628, 429617] Path: [/movies/Spider-Man Far From Home (2019)]
2024-04-07 02:46:37.8|Info|AddMovieService|Adding Movie [Spider-Man: Homecoming (2017)][tt2250912, 315635] Path: [/movies/Spider-Man Homecoming (2017)]
2024-04-07 02:46:37.8|Info|AddMovieService|Adding Movie [Spider-Man: Into the Spider-Verse (2018)][tt4633694, 324857] Path: [/movies/Spider-Man Into the Spider-Verse (2018)]
2024-04-07 02:46:37.9|Info|AddMovieService|Adding Movie [Spider-Man: No Way Home (2021)][tt10872600, 634649] Path: [/movies/Spider-Man No Way Home (2021)]
2024-04-07 02:46:37.9|Info|AddMovieService|Adding Movie [Spirited (2022)][tt10999120, 632856] Path: [/movies/Spirited (2022)]
2024-04-07 02:46:38.0|Info|AddMovieService|Adding Movie [Strange World (2022)][tt10298840, 877269] Path: [/movies/Strange World (2022)]
2024-04-07 02:46:38.0|Info|AddMovieService|Adding Movie [Superman: Man of Tomorrow (2020)][tt11079116, 618354] Path: [/movies/Superman Man of Tomorrow (2020)]
2024-04-07 02:46:38.1|Info|AddMovieService|Adding Movie [Superman/Shazam!: The Return of Black Adam (2010)][tt1701223, 43641] Path: [/movies/Superman+Shazam! The Return of Black Adam (2010)]
2024-04-07 02:46:38.1|Info|AddMovieService|Adding Movie [Suzume (2022)][tt16428256, 916224] Path: [/movies/Suzume (2022)]
2024-04-07 02:46:38.2|Info|AddMovieService|Adding Movie [Taylor Tomlinson: Have It All (2024)][tt30796334, 1227770] Path: [/movies/Taylor Tomlinson Have It All (2024)]
2024-04-07 02:46:38.2|Info|AddMovieService|Adding Movie [Taylor Tomlinson: Look at You (2022)][tt18096250, 937348] Path: [/movies/Taylor Tomlinson Look at You (2022)]
2024-04-07 02:46:38.3|Info|AddMovieService|Adding Movie [Teenage Mutant Ninja Turtles: Mutant Mayhem (2023)][tt8589698, 614930] Path: [/movies/Teenage Mutant Ninja Turtles Mutant Mayhem (2023)]
2024-04-07 02:46:38.3|Info|AddMovieService|Adding Movie [The Adam Project (2022)][tt2463208, 696806] Path: [/movies/The Adam Project (2022)]
2024-04-07 02:46:38.4|Info|AddMovieService|Adding Movie [The Artifice Girl (2023)][tt20859464, 983282] Path: [/movies/The Artifice Girl (2023)]
2024-04-07 02:46:38.4|Info|AddMovieService|Adding Movie [The Bad Guys (2022)][tt8115900, 629542] Path: [/movies/The Bad Guys (2022)]
2024-04-07 02:46:38.5|Info|AddMovieService|Adding Movie [The Banshees of Inisherin (2022)][tt11813216, 674324] Path: [/movies/The Banshees of Inisherin (2022)]
2024-04-07 02:46:38.5|Info|AddMovieService|Adding Movie [The Batman (2022)][tt1877830, 414906] Path: [/movies/The Batman (2022)]
2024-04-07 02:46:38.5|Info|AddMovieService|Adding Movie [The Batman vs. Dracula (2005)][tt0472219, 20077] Path: [/movies/The Batman vs. Dracula (2005)]
2024-04-07 02:46:38.6|Info|AddMovieService|Adding Movie [The Birdcage (1996)][tt0115685, 11000] Path: [/movies/The Birdcage (1996)]
2024-04-07 02:46:38.6|Info|AddMovieService|Adding Movie [The Breadwinner (2017)][tt3901826, 435129] Path: [/movies/The Breadwinner (2017)]
2024-04-07 02:46:38.7|Info|AddMovieService|Adding Movie [The Bubble (2022)][tt13610562, 765119] Path: [/movies/The Bubble (2022)]
2024-04-07 02:46:38.7|Info|AddMovieService|Adding Movie [The Clovehitch Killer (2018)][tt6269368, 544431] Path: [/movies/The Clovehitch Killer (2018)]
2024-04-07 02:46:38.8|Info|AddMovieService|Adding Movie [The Creator (2023)][tt11858890, 670292] Path: [/movies/The Creator (2023)]
2024-04-07 02:46:38.8|Info|AddMovieService|Adding Movie [The Devil All the Time (2020)][tt7395114, 499932] Path: [/movies/The Devil All the Time (2020)]
2024-04-07 02:46:38.9|Info|AddMovieService|Adding Movie [The Fabelmans (2022)][tt14208870, 804095] Path: [/movies/The Fabelmans (2022)]
2024-04-07 02:46:38.9|Info|AddMovieService|Adding Movie [The Father (2020)][tt10272386, 600354] Path: [/movies/The Father (2020)]
2024-04-07 02:46:39.0|Info|AddMovieService|Adding Movie [The Founder (2016)][tt4276820, 310307] Path: [/movies/The Founder (2016)]
2024-04-07 02:46:39.0|Info|AddMovieService|Adding Movie [The Gray Man (2022)][tt1649418, 725201] Path: [/movies/The Gray Man (2022)]
2024-04-07 02:46:39.1|Info|AddMovieService|Adding Movie [The Great Mouse Detective (1986)][tt0091149, 9994] Path: [/movies/The Great Mouse Detective (1986)]
2024-04-07 02:46:39.1|Info|AddMovieService|Adding Movie [The Green Knight (2021)][tt9243804, 559907] Path: [/movies/The Green Knight (2021)]
2024-04-07 02:46:39.2|Info|AddMovieService|Adding Movie [The Holdovers (2023)][tt14849194, 840430] Path: [/movies/The Holdovers (2023)]
2024-04-07 02:46:39.2|Info|AddMovieService|Adding Movie [The House (2022)][tt11703050, 926899] Path: [/movies/The House (2022)]
2024-04-07 02:46:39.2|Info|AddMovieService|Adding Movie [The Imitation Game (2014)][tt2084970, 205596] Path: [/movies/The Imitation Game (2014)]
2024-04-07 02:46:39.3|Info|AddMovieService|Adding Movie [The Killer (2023)][tt1136617, 800158] Path: [/movies/The Killer (2023)]
2024-04-07 02:46:39.3|Info|AddMovieService|Adding Movie [The Last Temptation of Christ (1988)][tt0095497, 11051] Path: [/movies/The Last Temptation of Christ (1988)]
2024-04-07 02:46:39.4|Info|AddMovieService|Adding Movie [The Lion King (1994)][tt0110357, 8587] Path: [/movies/The Lion King (1994)]
2024-04-07 02:46:39.4|Info|AddMovieService|Adding Movie [The Lost City (2022)][tt13320622, 752623] Path: [/movies/The Lost City (2022)]
2024-04-07 02:46:39.5|Info|AddMovieService|Adding Movie [The Lost World: Jurassic Park (1997)][tt0119567, 330] Path: [/movies/The Lost World Jurassic Park (1997)]
2024-04-07 02:46:39.5|Info|AddMovieService|Adding Movie [The Menu (2022)][tt9764362, 593643] Path: [/movies/The Menu (2022)]
2024-04-07 02:46:39.6|Info|AddMovieService|Adding Movie [The Mitchells vs. the Machines (2021)][tt7979580, 501929] Path: [/movies/The Mitchells vs. the Machines (2021)]
2024-04-07 02:46:39.6|Info|AddMovieService|Adding Movie [The Night Comes for Us (2018)][tt6116856, 449992] Path: [/movies/The Night Comes for Us (2018)]
2024-04-07 02:46:39.7|Info|AddMovieService|Adding Movie [The Northman (2022)][tt11138512, 639933] Path: [/movies/The Northman (2022)]
2024-04-07 02:46:39.7|Info|AddMovieService|Adding Movie [The Other Guys (2010)][tt1386588, 27581] Path: [/movies/The Other Guys (2010)]
2024-04-07 02:46:39.8|Info|AddMovieService|Adding Movie [The Passion of the Christ (2004)][tt0335345, 615] Path: [/movies/The Passion of the Christ (2004)]
2024-04-07 02:46:39.8|Info|AddMovieService|Adding Movie [The Power of the Dog (2021)][tt10293406, 600583] Path: [/movies/The Power of the Dog (2021)]
2024-04-07 02:46:39.8|Info|AddMovieService|Adding Movie [The Road to El Dorado (2000)][tt0138749, 10501] Path: [/movies/The Road to El Dorado (2000)]
2024-04-07 02:46:39.9|Info|AddMovieService|Adding Movie [The Sea Beast (2022)][tt9288046, 560057] Path: [/movies/The Sea Beast (2022)]
2024-04-07 02:46:39.9|Info|AddMovieService|Adding Movie [The Secret of Kells (2009)][tt0485601, 26963] Path: [/movies/The Secret of Kells (2009)]
2024-04-07 02:46:40.0|Info|AddMovieService|Adding Movie [The Secret of Roan Inish (1994)][tt0111112, 14334] Path: [/movies/The Secret of Roan Inish (1994)]
2024-04-07 02:46:40.0|Info|AddMovieService|Adding Movie [The Shape of Water (2017)][tt5580390, 399055] Path: [/movies/The Shape of Water (2017)]
2024-04-07 02:46:40.1|Info|AddMovieService|Adding Movie [The Suicide Squad (2021)][tt6334354, 436969] Path: [/movies/The Suicide Squad (2021)]
2024-04-07 02:46:40.1|Info|AddMovieService|Adding Movie [The Super Mario Bros. Movie (2023)][tt6718170, 502356] Path: [/movies/The Super Mario Bros. Movie (2023)]
2024-04-07 02:46:40.2|Info|AddMovieService|Adding Movie [The Tinder Swindler (2022)][tt14992922, 923632] Path: [/movies/The Tinder Swindler (2022)]
2024-04-07 02:46:40.2|Info|AddMovieService|Adding Movie [The Truman Show (1998)][tt0120382, 37165] Path: [/movies/The Truman Show (1998)]
2024-04-07 02:46:40.3|Info|AddMovieService|Adding Movie [The Unbearable Weight of Massive Talent (2022)][tt11291274, 648579] Path: [/movies/The Unbearable Weight of Massive Talent (2022)]
2024-04-07 02:46:40.3|Info|AddMovieService|Adding Movie [The Vast of Night (2019)][tt6803046, 565743] Path: [/movies/The Vast of Night (2019)]
2024-04-07 02:46:40.3|Info|AddMovieService|Adding Movie [The Whale (2022)][tt13833688, 785084] Path: [/movies/The Whale (2022)]
2024-04-07 02:46:40.4|Info|AddMovieService|Adding Movie [The Woman King (2022)][tt8093700, 724495] Path: [/movies/The Woman King (2022)]
2024-04-07 02:46:40.4|Info|AddMovieService|Adding Movie [The Wonderful Story of Henry Sugar (2023)][tt16968450, 923939] Path: [/movies/The Wonderful Story of Henry Sugar (2023)]
2024-04-07 02:46:40.5|Info|AddMovieService|Adding Movie [They Cloned Tyrone (2023)][tt9873892, 736769] Path: [/movies/They Cloned Tyrone (2023)]
2024-04-07 02:46:40.5|Info|AddMovieService|Adding Movie [Thor: Love and Thunder (2022)][tt10648342, 616037] Path: [/movies/Thor Love and Thunder (2022)]
2024-04-07 02:46:40.6|Info|AddMovieService|Adding Movie [Three Thousand Years of Longing (2022)][tt9198364, 556694] Path: [/movies/Three Thousand Years of Longing (2022)]
2024-04-07 02:46:40.6|Info|AddMovieService|Adding Movie [Time Bandits (1981)][tt0081633, 36819] Path: [/movies/Time Bandits (1981)]
2024-04-07 02:46:40.6|Info|AddMovieService|Adding Movie [Tombstone (1993)][tt0108358, 11969] Path: [/movies/Tombstone (1993)]
2024-04-07 02:46:40.7|Info|AddMovieService|Adding Movie [Top Gun: Maverick (2022)][tt1745960, 361743] Path: [/movies/Top Gun Maverick (2022)]
2024-04-07 02:46:40.7|Info|AddMovieService|Adding Movie [Treasure Planet (2002)][tt0133240, 9016] Path: [/movies/Treasure Planet (2002)]
2024-04-07 02:46:40.8|Info|AddMovieService|Adding Movie [Triangle of Sadness (2022)][tt7322224, 497828] Path: [/movies/Triangle of Sadness (2022)]
2024-04-07 02:46:40.9|Info|AddMovieService|Adding Movie [Troy (2004)][tt0332452, 652] Path: [/movies/Troy (2004)]
2024-04-07 02:46:40.9|Info|AddMovieService|Adding Movie [Tucker and Dale vs. Evil (2010)][tt1465522, 46838] Path: [/movies/Tucker and Dale vs. Evil (2010)]
2024-04-07 02:46:41.0|Info|AddMovieService|Adding Movie [Turning Red (2022)][tt8097030, 508947] Path: [/movies/Turning Red (2022)]
2024-04-07 02:46:41.0|Info|AddMovieService|Adding Movie [Uncut Gems (2019)][tt5727208, 473033] Path: [/movies/Uncut Gems (2019)]
2024-04-07 02:46:41.1|Info|AddMovieService|Adding Movie [Violent Night (2022)][tt12003946, 899112] Path: [/movies/Violent Night (2022)]
2024-04-07 02:46:41.1|Info|AddMovieService|Adding Movie [Wallace & Gromit: The Curse of the Were-Rabbit (2005)][tt0312004, 533] Path: [/movies/Wallace & Gromit The Curse of the Were-Rabbit (2005)]
2024-04-07 02:46:41.2|Info|AddMovieService|Adding Movie [War for the Planet of the Apes (2017)][tt3450958, 281338] Path: [/movies/War for the Planet of the Apes (2017)]
2024-04-07 02:46:41.2|Info|AddMovieService|Adding Movie [Watcher (2022)][tt12004038, 807356] Path: [/movies/Watcher (2022)]
2024-04-07 02:46:41.2|Info|AddMovieService|Adding Movie [Weird: The Al Yankovic Story (2022)][tt17076046, 928344] Path: [/movies/Weird The Al Yankovic Story (2022)]
2024-04-07 02:46:41.3|Info|AddMovieService|Adding Movie [Werewolf by Night (2022)][tt15318872, 894205] Path: [/movies/Werewolf by Night (2022)]
2024-04-07 02:46:41.3|Info|AddMovieService|Adding Movie [Where the Crawdads Sing (2022)][tt9411972, 682507] Path: [/movies/Where the Crawdads Sing (2022)]
2024-04-07 02:46:41.4|Info|AddMovieService|Adding Movie [Who Framed Roger Rabbit (1988)][tt0096438, 856] Path: [/movies/Who Framed Roger Rabbit (1988)]
2024-04-07 02:46:41.4|Info|AddMovieService|Adding Movie [Wolfwalkers (2020)][tt5198068, 441130] Path: [/movies/Wolfwalkers (2020)]
2024-04-07 02:46:41.5|Info|AddMovieService|Adding Movie [Wonka (2023)][tt6166392, 787699] Path: [/movies/Wonka (2023)]
2024-04-07 02:46:41.5|Info|AddMovieService|Adding Movie [X (2022)][tt13560574, 760104] Path: [/movies/X (2022)]
2024-04-07 02:46:41.7|Info|RefreshMovieService|Updating info for A Haunting in Venice
2024-04-07 02:46:41.7|Info|RefreshMovieService|Updating info for A Monster Calls
2024-04-07 02:46:41.7|Info|RefreshMovieService|Updating info for A Goofy Movie
2024-04-07 02:46:41.8|Info|AddMovieCollectionService|Adding Collection A Goofy Movie Collection[410261]
2024-04-07 02:46:41.8|Info|AddMovieCollectionService|Adding Collection Hercule Poirot (Kenneth Branagh) Collection[735384]
2024-04-07 02:46:41.9|Info|MediaCoverService|Downloading Poster for [A Monster Calls (2016)][tt3416532, 258230] https://image.tmdb.org/t/p/original/vNzWJwVqjszWwXrA7ZfsrJmhgV9.jpg
2024-04-07 02:46:41.9|Info|DiskScanService|Scanning disk for A Monster Calls
2024-04-07 02:46:41.9|Info|MediaCoverService|Downloading Poster for [A Goofy Movie (1995)][tt0113198, 15789] https://image.tmdb.org/t/p/original/bycmMhO3iIoEDzP768sUjq2RV4T.jpg
2024-04-07 02:46:41.9|Info|DiskScanService|Scanning disk for A Goofy Movie
2024-04-07 02:46:41.9|Info|MediaCoverService|Downloading Poster for [A Haunting in Venice (2023)][tt22687790, 945729] https://image.tmdb.org/t/p/original/l6iwxT0NbVw6QiF08YTIuTnXS82.jpg
2024-04-07 02:46:41.9|Info|DiskScanService|Scanning disk for A Haunting in Venice
2024-04-07 02:46:42.2|Info|MovieService|Assigning file [A Monster Calls (2016) Bluray-1080p.mkv] to movie [[A Monster Calls (2016)][tt3416532, 258230]]
2024-04-07 02:46:42.2|Info|MovieService|Assigning file [A.Goofy.Movie.1995.1080p.BluRay.x264-[YTS.AM].mp4] to movie [[A Goofy Movie (1995)][tt0113198, 15789]]
2024-04-07 02:46:42.2|Info|MovieService|Assigning file [A.Haunting.in.Venice.2023.2160p.HDR10Plus.WEBRip.6CH.x265.HEVC-PSA.mkv] to movie [[A Haunting in Venice (2023)][tt22687790, 945729]]
2024-04-07 02:46:42.2|Info|DiskScanService|Completed scanning disk for A Goofy Movie
2024-04-07 02:46:42.2|Info|DiskScanService|Completed scanning disk for A Haunting in Venice
2024-04-07 02:46:42.2|Info|DiskScanService|Completed scanning disk for A Monster Calls
2024-04-07 02:46:42.2|Info|MovieScannedHandler|[A Goofy Movie] was recently added, performing post-add actions
2024-04-07 02:46:42.2|Info|MovieScannedHandler|[A Haunting in Venice] was recently added, performing post-add actions
2024-04-07 02:46:42.2|Info|MovieScannedHandler|[A Monster Calls] was recently added, performing post-add actions
2024-04-07 02:46:42.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:42.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:42.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:42.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:42.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:42.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:42.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:42.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:42.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:42.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:42.2|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:46:42.2|Info|ExistingExtraFileService|Found 3 possible extra files, imported 1 files.
2024-04-07 02:46:42.3|Info|RefreshMovieService|Updating info for Alexander
2024-04-07 02:46:42.3|Info|RefreshMovieService|Updating info for Ali Wong: Don Wong
2024-04-07 02:46:42.3|Info|RefreshMovieService|Updating info for All My Friends Hate Me
2024-04-07 02:46:42.3|Info|MediaCoverService|Downloading Poster for [Ali Wong: Don Wong (2022)][tt17542000, 933738] https://image.tmdb.org/t/p/original/rhwfoNRrTTLbdkkqjjC6yCDZXte.jpg
2024-04-07 02:46:42.3|Info|DiskScanService|Scanning disk for Ali Wong: Don Wong
2024-04-07 02:46:42.3|Info|MediaCoverService|Downloading Fanart for [A Haunting in Venice (2023)][tt22687790, 945729] https://image.tmdb.org/t/p/original/qB9wshRySHgN2MibLOlsW6YalqD.jpg
2024-04-07 02:46:42.3|Info|MediaCoverService|Downloading Fanart for [A Goofy Movie (1995)][tt0113198, 15789] https://image.tmdb.org/t/p/original/Sb2cLe2xW5OATkZZJBbGrB6qjl.jpg
2024-04-07 02:46:42.3|Info|MediaCoverService|Downloading Poster for [Alexander (2004)][tt0346491, 1966] https://image.tmdb.org/t/p/original/jrwQu72sGwGqwE8Ijne89PSIvhp.jpg
2024-04-07 02:46:42.3|Info|DiskScanService|Scanning disk for Alexander
2024-04-07 02:46:42.3|Info|MovieService|Assigning file [Ali.Wong.Don.Wong.2022.1080p.WEB.H264-NAISU[rarbg].mkv] to movie [[Ali Wong: Don Wong (2022)][tt17542000, 933738]]
2024-04-07 02:46:42.3|Info|MediaCoverService|Downloading Fanart for [A Monster Calls (2016)][tt3416532, 258230] https://image.tmdb.org/t/p/original/h2s57UzaDvHcphxWDazYeQn1Bc5.jpg
2024-04-07 02:46:42.3|Info|MediaCoverService|Downloading Poster for [All My Friends Hate Me (2022)][tt9340892, 821489] https://image.tmdb.org/t/p/original/7j5ZLDGWQ4U3iAD2wLNhs0CjpuQ.jpg
2024-04-07 02:46:42.3|Info|DiskScanService|Scanning disk for All My Friends Hate Me
2024-04-07 02:46:42.3|Info|DiskScanService|Completed scanning disk for Ali Wong: Don Wong
2024-04-07 02:46:42.3|Info|MovieScannedHandler|[Ali Wong: Don Wong] was recently added, performing post-add actions
2024-04-07 02:46:42.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:42.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:42.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:42.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:42.4|Info|RefreshMovieService|Updating info for All of Us Strangers
2024-04-07 02:46:42.4|Info|MediaCoverService|Downloading Fanart for [Ali Wong: Don Wong (2022)][tt17542000, 933738] https://image.tmdb.org/t/p/original/rRJRRth2ZlYQtThM5lJ7pCX4I1n.jpg
2024-04-07 02:46:42.4|Info|MovieService|Assigning file [All.My.Friends.Hate.Me.2021.1080p.BluRay.x264-SCARE[rarbg].mkv] to movie [[All My Friends Hate Me (2022)][tt9340892, 821489]]
2024-04-07 02:46:42.4|Info|DiskScanService|Completed scanning disk for All My Friends Hate Me
2024-04-07 02:46:42.4|Info|MovieScannedHandler|[All My Friends Hate Me] was recently added, performing post-add actions
2024-04-07 02:46:42.4|Info|MediaCoverService|Downloading Fanart for [Alexander (2004)][tt0346491, 1966] https://image.tmdb.org/t/p/original/ySK5gxvXYnn55fjCIBeJVsG17RJ.jpg
2024-04-07 02:46:42.5|Info|MediaCoverService|Downloading Poster for [All of Us Strangers (2023)][tt21192142, 994108] https://image.tmdb.org/t/p/original/aviJMFZSnnCAsCVyJGaPNx4Ef3i.jpg
2024-04-07 02:46:42.5|Info|DiskScanService|Scanning disk for All of Us Strangers
2024-04-07 02:46:42.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:42.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:42.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:42.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:42.5|Info|RefreshMovieService|Updating info for All Star Superman
2024-04-07 02:46:42.5|Info|MediaCoverService|Downloading Fanart for [All My Friends Hate Me (2022)][tt9340892, 821489] https://image.tmdb.org/t/p/original/8wOxfCWOJglfuYTiXuF1FAP5tjr.jpg
2024-04-07 02:46:42.6|Info|MediaCoverService|Downloading Poster for [All Star Superman (2011)][tt1699114, 56590] https://image.tmdb.org/t/p/original/ggiozzxw9MlMIKqSN0wkM45uAYA.jpg
2024-04-07 02:46:42.6|Info|DiskScanService|Scanning disk for All Star Superman
2024-04-07 02:46:42.6|Info|MovieService|Assigning file [Alexander (2004) [BluRay] [1080p] [YTS.AM].mp4] to movie [[Alexander (2004)][tt0346491, 1966]]
2024-04-07 02:46:42.6|Info|DiskScanService|Completed scanning disk for Alexander
2024-04-07 02:46:42.6|Info|MovieScannedHandler|[Alexander] was recently added, performing post-add actions
2024-04-07 02:46:42.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:42.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:42.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:42.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:42.6|Info|MovieService|Assigning file [All Star Superman (2011) Bluray-1080p.mkv] to movie [[All Star Superman (2011)][tt1699114, 56590]]
2024-04-07 02:46:42.6|Info|DiskScanService|Completed scanning disk for All Star Superman
2024-04-07 02:46:42.6|Info|MovieScannedHandler|[All Star Superman] was recently added, performing post-add actions
2024-04-07 02:46:42.6|Info|MediaCoverService|Downloading Fanart for [All of Us Strangers (2023)][tt21192142, 994108] https://image.tmdb.org/t/p/original/upEAmqEaMAv85RTCKizqpAo4DOB.jpg
2024-04-07 02:46:42.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:42.6|Info|RefreshMovieService|Updating info for All the President's Men
2024-04-07 02:46:42.6|Info|ExistingSubtitleImporter|Found 1 existing subtitle files
2024-04-07 02:46:42.6|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:46:42.6|Info|ExistingExtraFileService|Found 2 possible extra files, imported 2 files.
2024-04-07 02:46:42.6|Info|MovieService|Assigning file [All.Of.Us.Strangers.2023.1080p.WebRip.X264.Will1869.mp4] to movie [[All of Us Strangers (2023)][tt21192142, 994108]]
2024-04-07 02:46:42.6|Info|DiskScanService|Completed scanning disk for All of Us Strangers
2024-04-07 02:46:42.6|Info|RefreshMovieService|Updating info for American Fiction
2024-04-07 02:46:42.6|Info|MovieScannedHandler|[All of Us Strangers] was recently added, performing post-add actions
2024-04-07 02:46:42.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:42.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:42.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:42.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:42.7|Info|RefreshMovieService|Updating info for Anatomy of a Fall
2024-04-07 02:46:42.7|Info|MediaCoverService|Downloading Poster for [All the President's Men (1976)][tt0074119, 891] https://image.tmdb.org/t/p/original/qwdcIdiTAk8iANsJEK2JmrYQx5o.jpg
2024-04-07 02:46:42.7|Info|DiskScanService|Scanning disk for All the President's Men
2024-04-07 02:46:42.7|Info|MediaCoverService|Downloading Fanart for [All Star Superman (2011)][tt1699114, 56590] https://image.tmdb.org/t/p/original/FTpFec420ztDa6HSpwLxGuwzis.jpg
2024-04-07 02:46:42.7|Info|MediaCoverService|Downloading Poster for [American Fiction (2023)][tt23561236, 1056360] https://image.tmdb.org/t/p/original/57MFWGHarg9jid7yfDTka4RmcMU.jpg
2024-04-07 02:46:42.7|Info|DiskScanService|Scanning disk for American Fiction
2024-04-07 02:46:42.7|Info|MediaCoverService|Downloading Poster for [Anatomy of a Fall (2023)][tt17009710, 915935] https://image.tmdb.org/t/p/original/kQs6keheMwCxJxrzV83VUwFtHkB.jpg
2024-04-07 02:46:42.7|Info|DiskScanService|Scanning disk for Anatomy of a Fall
2024-04-07 02:46:42.8|Info|MovieService|Assigning file [All the President's Men (1976) Bluray-1080p.mkv] to movie [[All the President's Men (1976)][tt0074119, 891]]
2024-04-07 02:46:42.8|Info|DiskScanService|Completed scanning disk for All the President's Men
2024-04-07 02:46:42.8|Info|MovieScannedHandler|[All the President's Men] was recently added, performing post-add actions
2024-04-07 02:46:42.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:42.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:42.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:42.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:42.8|Info|RefreshMovieService|Updating info for Ant-Man and the Wasp: Quantumania
2024-04-07 02:46:42.9|Info|MediaCoverService|Downloading Fanart for [All the President's Men (1976)][tt0074119, 891] https://image.tmdb.org/t/p/original/qvLjTAwwQTcAiYXxnGaXctlqUJ6.jpg
2024-04-07 02:46:42.9|Info|MovieService|Assigning file [American.Fiction.2023.HDR.2160p.WEB.H265-WeDeserveWestworldSeasonFive[TGx].mkv] to movie [[American Fiction (2023)][tt23561236, 1056360]]
2024-04-07 02:46:42.9|Info|DiskScanService|Completed scanning disk for American Fiction
2024-04-07 02:46:42.9|Info|MovieScannedHandler|[American Fiction] was recently added, performing post-add actions
2024-04-07 02:46:42.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:42.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:42.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:42.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:42.9|Info|MediaCoverService|Downloading Fanart for [Anatomy of a Fall (2023)][tt17009710, 915935] https://image.tmdb.org/t/p/original/fGe1ej335XbqN1j9teoDpofpbLX.jpg
2024-04-07 02:46:42.9|Info|RefreshMovieService|Updating info for Argylle
2024-04-07 02:46:42.9|Info|AddMovieCollectionService|Adding Collection Ant-Man Collection[422834]
2024-04-07 02:46:42.9|Info|MediaCoverService|Downloading Fanart for [American Fiction (2023)][tt23561236, 1056360] https://image.tmdb.org/t/p/original/3mpgltEMgPf8zFtPnAWdDVN8ZT1.jpg
2024-04-07 02:46:42.9|Info|MediaCoverService|Downloading Poster for [Ant-Man and the Wasp: Quantumania (2023)][tt10954600, 640146] https://image.tmdb.org/t/p/original/qnqGbB22YJ7dSs4o6M7exTpNxPz.jpg
2024-04-07 02:46:42.9|Info|DiskScanService|Scanning disk for Ant-Man and the Wasp: Quantumania
2024-04-07 02:46:43.0|Info|MediaCoverService|Downloading Poster for [Argylle (2024)][tt15009428, 848538] https://image.tmdb.org/t/p/original/siduVKgOnABO4WH4lOwPQwaGwJp.jpg
2024-04-07 02:46:43.0|Info|DiskScanService|Scanning disk for Argylle
2024-04-07 02:46:43.0|Info|MovieService|Assigning file [www.Torrenting.com - Anatomy Of A Fall (2023) 1080p BluRay 5.1-WORLD.mp4] to movie [[Anatomy of a Fall (2023)][tt17009710, 915935]]
2024-04-07 02:46:43.0|Info|DiskScanService|Completed scanning disk for Anatomy of a Fall
2024-04-07 02:46:43.0|Info|MovieScannedHandler|[Anatomy of a Fall] was recently added, performing post-add actions
2024-04-07 02:46:43.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:43.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:43.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:43.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:43.0|Info|RefreshMovieService|Updating info for Assassin 33 A.D.
2024-04-07 02:46:43.0|Info|MovieService|Assigning file [Argylle.2024.1080p.WEB.H264-SupermanPeacemakerWalterWhite[TGx].mkv] to movie [[Argylle (2024)][tt15009428, 848538]]
2024-04-07 02:46:43.0|Info|DiskScanService|Completed scanning disk for Argylle
2024-04-07 02:46:43.0|Info|MovieScannedHandler|[Argylle] was recently added, performing post-add actions
2024-04-07 02:46:43.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:43.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:43.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:43.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:43.1|Info|RefreshMovieService|Updating info for Aziz Ansari: Nightclub Comedian
2024-04-07 02:46:43.1|Info|MediaCoverService|Downloading Poster for [Assassin 33 A.D. (2020)][tt8064418, 582306] https://image.tmdb.org/t/p/original/8jDvtdH327I8TgX3UPdkAsZF1dA.jpg
2024-04-07 02:46:43.1|Info|DiskScanService|Scanning disk for Assassin 33 A.D.
2024-04-07 02:46:43.1|Info|MediaCoverService|Downloading Fanart for [Ant-Man and the Wasp: Quantumania (2023)][tt10954600, 640146] https://image.tmdb.org/t/p/original/m8JTwHFwX7I7JY5fPe4SjqejWag.jpg
2024-04-07 02:46:43.1|Info|MediaCoverService|Downloading Poster for [Aziz Ansari: Nightclub Comedian (2022)][tt17005888, 926179] https://image.tmdb.org/t/p/original/hgo2USQOTbiQR0HzwQQ7wuXSfCi.jpg
2024-04-07 02:46:43.1|Info|DiskScanService|Scanning disk for Aziz Ansari: Nightclub Comedian
2024-04-07 02:46:43.2|Info|MediaCoverService|Downloading Fanart for [Argylle (2024)][tt15009428, 848538] https://image.tmdb.org/t/p/original/xvk5AhfhgQcTuaCQyq3XqAnhEma.jpg
2024-04-07 02:46:43.2|Info|MovieService|Assigning file [Aziz.Ansari.Nightclub.Comedian.2022.1080p.WEB.H264-NAISU[rarbg].mkv] to movie [[Aziz Ansari: Nightclub Comedian (2022)][tt17005888, 926179]]
2024-04-07 02:46:43.2|Info|DiskScanService|Completed scanning disk for Aziz Ansari: Nightclub Comedian
2024-04-07 02:46:43.2|Info|MovieScannedHandler|[Aziz Ansari: Nightclub Comedian] was recently added, performing post-add actions
2024-04-07 02:46:43.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:43.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:43.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:43.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:43.2|Info|MovieService|Assigning file [Assassin 33 A.D. (2020) WEBRip-1080p.mp4] to movie [[Assassin 33 A.D. (2020)][tt8064418, 582306]]
2024-04-07 02:46:43.2|Info|DiskScanService|Completed scanning disk for Assassin 33 A.D.
2024-04-07 02:46:43.2|Info|MovieScannedHandler|[Assassin 33 A.D.] was recently added, performing post-add actions
2024-04-07 02:46:43.2|Info|RefreshMovieService|Updating info for Back to the Future
2024-04-07 02:46:43.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:43.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:43.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:43.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:43.2|Info|RefreshMovieService|Updating info for Bad Education
2024-04-07 02:46:43.2|Info|MovieService|Assigning file [Ant-Man and the Wasp - Quantumania (2023) WebDl Rip 2160p H265 10 bit Dolby Vision HDR10 Plus ita eng AC3 5.1 sub ita eng Licdom.mkv] to movie [[Ant-Man and the Wasp: Quantumania (2023)][tt10954600, 640146]]
2024-04-07 02:46:43.3|Info|DiskScanService|Completed scanning disk for Ant-Man and the Wasp: Quantumania
2024-04-07 02:46:43.3|Info|MovieScannedHandler|[Ant-Man and the Wasp: Quantumania] was recently added, performing post-add actions
2024-04-07 02:46:43.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:43.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:43.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:43.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:43.3|Info|RefreshMovieService|Updating info for Barbie
2024-04-07 02:46:43.3|Info|MediaCoverService|Downloading Fanart for [Assassin 33 A.D. (2020)][tt8064418, 582306] https://image.tmdb.org/t/p/original/fgGCLyx9PUm94I9mrk9SrDByTf3.jpg
2024-04-07 02:46:43.3|Info|MediaCoverService|Downloading Fanart for [Aziz Ansari: Nightclub Comedian (2022)][tt17005888, 926179] https://image.tmdb.org/t/p/original/xnuP09jSZK74B9G5qa4N1Cd2HAK.jpg
2024-04-07 02:46:43.3|Info|MediaCoverService|Downloading Poster for [Bad Education (2019)][tt8206668, 530723] https://image.tmdb.org/t/p/original/gizz5FphOtfSnLaGpRALOZgILd5.jpg
2024-04-07 02:46:43.3|Info|DiskScanService|Scanning disk for Bad Education
2024-04-07 02:46:43.4|Info|MediaCoverService|Downloading Poster for [Barbie (2023)][tt1517268, 346698] https://image.tmdb.org/t/p/original/iuFNMS8U5cb6xfzi51Dbkovj7vM.jpg
2024-04-07 02:46:43.4|Info|DiskScanService|Scanning disk for Barbie
2024-04-07 02:46:43.4|Info|AddMovieCollectionService|Adding Collection Back to the Future Collection[264]
2024-04-07 02:46:43.4|Info|MediaCoverService|Downloading Poster for [Back to the Future (1985)][tt0088763, 105] https://image.tmdb.org/t/p/original/fNOH9f1aA7XRTzl1sAOx9iF553Q.jpg
2024-04-07 02:46:43.4|Info|DiskScanService|Scanning disk for Back to the Future
2024-04-07 02:46:43.4|Info|MovieService|Assigning file [Bad Education (2019) (1080p BluRay x265 HEVC 10bit AAC 5.1 Tigole).mkv] to movie [[Bad Education (2019)][tt8206668, 530723]]
2024-04-07 02:46:43.4|Info|DiskScanService|Completed scanning disk for Bad Education
2024-04-07 02:46:43.4|Info|MovieScannedHandler|[Bad Education] was recently added, performing post-add actions
2024-04-07 02:46:43.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:43.5|Info|ExistingSubtitleImporter|Found 1 existing subtitle files
2024-04-07 02:46:43.5|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:46:43.5|Info|ExistingExtraFileService|Found 2 possible extra files, imported 2 files.
2024-04-07 02:46:43.5|Info|RefreshMovieService|Updating info for Batman and Superman: Battle of the Super Sons
2024-04-07 02:46:43.5|Info|MovieService|Assigning file [Barbie.2023.REPACK.2160p.WEB.h265-ETHEL[TGx].mkv] to movie [[Barbie (2023)][tt1517268, 346698]]
2024-04-07 02:46:43.5|Info|DiskScanService|Completed scanning disk for Barbie
2024-04-07 02:46:43.5|Info|MovieScannedHandler|[Barbie] was recently added, performing post-add actions
2024-04-07 02:46:43.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:43.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:43.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:43.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:43.5|Info|RefreshMovieService|Updating info for Batman: The Long Halloween, Part One
2024-04-07 02:46:43.6|Info|MediaCoverService|Downloading Fanart for [Barbie (2023)][tt1517268, 346698] https://image.tmdb.org/t/p/original/ctMserH8g2SeOAnCw5gFjdQF8mo.jpg
2024-04-07 02:46:43.6|Info|MediaCoverService|Downloading Poster for [Batman and Superman: Battle of the Super Sons (2022)][tt21197740, 886396] https://image.tmdb.org/t/p/original/mvffaexT5kA3chOnGxwBSlRoshh.jpg
2024-04-07 02:46:43.6|Info|DiskScanService|Scanning disk for Batman and Superman: Battle of the Super Sons
2024-04-07 02:46:43.6|Info|MediaCoverService|Downloading Fanart for [Bad Education (2019)][tt8206668, 530723] https://image.tmdb.org/t/p/original/kriOlxu4KVEjd0ZaY3dW7YYyP4z.jpg
2024-04-07 02:46:43.6|Info|MovieService|Assigning file [Batman.and.Superman.Battle.of.the.Super.Sons.2022.1080p.10bit.BluRay.6CH.x265.HEVC-PSA.mkv] to movie [[Batman and Superman: Battle of the Super Sons (2022)][tt21197740, 886396]]
2024-04-07 02:46:43.6|Info|DiskScanService|Completed scanning disk for Batman and Superman: Battle of the Super Sons
2024-04-07 02:46:43.6|Info|MovieScannedHandler|[Batman and Superman: Battle of the Super Sons] was recently added, performing post-add actions
2024-04-07 02:46:43.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:43.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:43.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:43.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:43.6|Info|MediaCoverService|Downloading Fanart for [Back to the Future (1985)][tt0088763, 105] https://image.tmdb.org/t/p/original/5bzPWQ2dFUl2aZKkp7ILJVVkRed.jpg
2024-04-07 02:46:43.6|Info|AddMovieCollectionService|Adding Collection Batman: The Long Halloween Collection[785583]
2024-04-07 02:46:43.6|Info|RefreshMovieService|Updating info for Batman: The Long Halloween, Part Two
2024-04-07 02:46:43.7|Info|MediaCoverService|Downloading Poster for [Batman: The Long Halloween, Part One (2021)][tt14324650, 736073] https://image.tmdb.org/t/p/original/sR7gppb0YGjwLvE6Vnj6wYv5MnW.jpg
2024-04-07 02:46:43.7|Info|DiskScanService|Scanning disk for Batman: The Long Halloween, Part One
2024-04-07 02:46:43.7|Info|MovieService|Assigning file [Back to the Future (1985) Bluray-2160p.mkv] to movie [[Back to the Future (1985)][tt0088763, 105]]
2024-04-07 02:46:43.7|Info|MediaCoverService|Downloading Fanart for [Batman and Superman: Battle of the Super Sons (2022)][tt21197740, 886396] https://image.tmdb.org/t/p/original/iQJ1gC2p6yn5wnBEklhPaEFJ3n1.jpg
2024-04-07 02:46:43.7|Info|DiskScanService|Completed scanning disk for Back to the Future
2024-04-07 02:46:43.7|Info|MovieScannedHandler|[Back to the Future] was recently added, performing post-add actions
2024-04-07 02:46:43.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:43.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:43.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:43.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:43.7|Info|MediaCoverService|Downloading Poster for [Batman: The Long Halloween, Part Two (2021)][tt14402926, 736074] https://image.tmdb.org/t/p/original/f46QMSo2wAVY1ywrNc9yZv0rkNy.jpg
2024-04-07 02:46:43.7|Info|DiskScanService|Scanning disk for Batman: The Long Halloween, Part Two
2024-04-07 02:46:43.7|Info|RefreshMovieService|Updating info for Batman: Under the Red Hood
2024-04-07 02:46:43.8|Info|MovieService|Assigning file [Batman The Long Halloween, Part One (2021) Bluray-1080p.mp4] to movie [[Batman: The Long Halloween, Part One (2021)][tt14324650, 736073]]
2024-04-07 02:46:43.8|Info|DiskScanService|Completed scanning disk for Batman: The Long Halloween, Part One
2024-04-07 02:46:43.8|Info|MovieScannedHandler|[Batman: The Long Halloween, Part One] was recently added, performing post-add actions
2024-04-07 02:46:43.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:43.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:43.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:43.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:43.8|Info|RefreshMovieService|Updating info for Beavis and Butt-Head Do America
2024-04-07 02:46:43.8|Info|MediaCoverService|Downloading Poster for [Batman: Under the Red Hood (2010)][tt1569923, 40662] https://image.tmdb.org/t/p/original/7lmHqHg1rG9b4U8MjuyQjmJ7Qm0.jpg
2024-04-07 02:46:43.8|Info|DiskScanService|Scanning disk for Batman: Under the Red Hood
2024-04-07 02:46:43.8|Info|MovieService|Assigning file [Batman.The.Long.Halloween.Part.Two.2021.1080p.BluRay.x264.DTS-HD.MA.5.1-MT.mkv] to movie [[Batman: The Long Halloween, Part Two (2021)][tt14402926, 736074]]
2024-04-07 02:46:43.9|Info|DiskScanService|Completed scanning disk for Batman: The Long Halloween, Part Two
2024-04-07 02:46:43.9|Info|MovieScannedHandler|[Batman: The Long Halloween, Part Two] was recently added, performing post-add actions
2024-04-07 02:46:43.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:43.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:43.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:43.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:43.9|Info|RefreshMovieService|Updating info for Beavis and Butt-Head Do the Universe
2024-04-07 02:46:43.9|Info|MediaCoverService|Downloading Fanart for [Batman: The Long Halloween, Part One (2021)][tt14324650, 736073] https://image.tmdb.org/t/p/original/uS9apevOgs2fuYghf9szOoK1u63.jpg
2024-04-07 02:46:43.9|Info|MovieService|Assigning file [Batman Under the Red Hood (2010) Bluray-1080p.mkv] to movie [[Batman: Under the Red Hood (2010)][tt1569923, 40662]]
2024-04-07 02:46:43.9|Info|DiskScanService|Completed scanning disk for Batman: Under the Red Hood
2024-04-07 02:46:43.9|Info|MovieScannedHandler|[Batman: Under the Red Hood] was recently added, performing post-add actions
2024-04-07 02:46:43.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:43.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:43.9|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:46:43.9|Info|ExistingExtraFileService|Found 1 possible extra files, imported 1 files.
2024-04-07 02:46:43.9|Info|RefreshMovieService|Updating info for Beth Stelling: If You Didn't Want Me Then
2024-04-07 02:46:44.0|Info|AddMovieCollectionService|Adding Collection Beavis and Butt-Head Collection[939227]
2024-04-07 02:46:44.0|Info|MediaCoverService|Downloading Poster for [Beth Stelling: If You Didn't Want Me Then (2023)][tt28997186, 1185401] https://image.tmdb.org/t/p/original/fMvNCGHV8a76GOFihi3wv9udglB.jpg
2024-04-07 02:46:44.0|Info|DiskScanService|Scanning disk for Beth Stelling: If You Didn't Want Me Then
2024-04-07 02:46:44.0|Info|MediaCoverService|Downloading Poster for [Beavis and Butt-Head Do America (1996)][tt0115641, 3179] https://image.tmdb.org/t/p/original/wEB1GPT7mQcTNuYT73s72ljjbMF.jpg
2024-04-07 02:46:44.0|Info|DiskScanService|Scanning disk for Beavis and Butt-Head Do America
2024-04-07 02:46:44.0|Info|MediaCoverService|Downloading Fanart for [Batman: The Long Halloween, Part Two (2021)][tt14402926, 736074] https://image.tmdb.org/t/p/original/oSogG5fpITtg11UGz8tfRNfuMeA.jpg
2024-04-07 02:46:44.0|Info|AddMovieCollectionService|Adding Collection Beavis and Butt-Head Collection[939227]
2024-04-07 02:46:44.0|Info|MediaCoverService|Downloading Fanart for [Batman: Under the Red Hood (2010)][tt1569923, 40662] https://image.tmdb.org/t/p/original/jGb3kBZlknSGTTNlk6cdZldnh2m.jpg
2024-04-07 02:46:44.0|Info|MediaCoverService|Downloading Poster for [Beavis and Butt-Head Do the Universe (2022)][tt14145426, 828947] https://image.tmdb.org/t/p/original/rVKMA2j8m8hWgsDyXOllXp8DsWI.jpg
2024-04-07 02:46:44.0|Info|DiskScanService|Scanning disk for Beavis and Butt-Head Do the Universe
2024-04-07 02:46:44.1|Info|MediaCoverService|Downloading Fanart for [Beth Stelling: If You Didn't Want Me Then (2023)][tt28997186, 1185401] https://image.tmdb.org/t/p/original/g1ghpiYx2qtHZaJ2ChHBJd5l8Z7.jpg
2024-04-07 02:46:44.1|Info|MovieService|Assigning file [Beavis.And.Butt-Head.Do.The.Universe.2022.1080p.WEB.H264-NAISU.mkv] to movie [[Beavis and Butt-Head Do the Universe (2022)][tt14145426, 828947]]
2024-04-07 02:46:44.1|Info|MediaCoverService|Downloading Fanart for [Beavis and Butt-Head Do America (1996)][tt0115641, 3179] https://image.tmdb.org/t/p/original/myc2N1GjIKLTjSbIzmI0KEXdaPB.jpg
2024-04-07 02:46:44.1|Info|DiskScanService|Completed scanning disk for Beavis and Butt-Head Do the Universe
2024-04-07 02:46:44.1|Info|MovieScannedHandler|[Beavis and Butt-Head Do the Universe] was recently added, performing post-add actions
2024-04-07 02:46:44.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:44.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:44.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:44.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:44.1|Info|RefreshMovieService|Updating info for Black Adam
2024-04-07 02:46:44.2|Info|MediaCoverService|Downloading Fanart for [Beavis and Butt-Head Do the Universe (2022)][tt14145426, 828947] https://image.tmdb.org/t/p/original/q3sfAlvvEvJn3PSPAMJiOqGl9OC.jpg
2024-04-07 02:46:44.2|Info|MediaCoverService|Downloading Poster for [Black Adam (2022)][tt6443346, 436270] https://image.tmdb.org/t/p/original/pFlaoHTZeyNkG83vxsAJiGzfSsa.jpg
2024-04-07 02:46:44.2|Info|DiskScanService|Scanning disk for Black Adam
2024-04-07 02:46:44.2|Info|MovieService|Assigning file [Beth Stelling If You Didnt Want Me Then (2023) [1080p] [WEBRip] [YTS.MX].mp4] to movie [[Beth Stelling: If You Didn't Want Me Then (2023)][tt28997186, 1185401]]
2024-04-07 02:46:44.2|Info|DiskScanService|Completed scanning disk for Beth Stelling: If You Didn't Want Me Then
2024-04-07 02:46:44.2|Info|MovieScannedHandler|[Beth Stelling: If You Didn't Want Me Then] was recently added, performing post-add actions
2024-04-07 02:46:44.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:44.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:44.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:44.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:44.3|Info|MovieService|Assigning file [Beavis.And.Butt-Head.Do.America.1996.1080p.BluRay.x264.AAC5.1-[YTS.MX].mp4] to movie [[Beavis and Butt-Head Do America (1996)][tt0115641, 3179]]
2024-04-07 02:46:44.3|Info|DiskScanService|Completed scanning disk for Beavis and Butt-Head Do America
2024-04-07 02:46:44.3|Info|MovieScannedHandler|[Beavis and Butt-Head Do America] was recently added, performing post-add actions
2024-04-07 02:46:44.3|Info|RefreshMovieService|Updating info for BlackBerry
2024-04-07 02:46:44.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:44.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:44.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:44.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:44.3|Info|RefreshMovieService|Updating info for Blade Runner
2024-04-07 02:46:44.3|Info|MovieService|Assigning file [Black.Adam.2022.1080p.BluRay.X264.Will1869.mp4] to movie [[Black Adam (2022)][tt6443346, 436270]]
2024-04-07 02:46:44.3|Info|DiskScanService|Completed scanning disk for Black Adam
2024-04-07 02:46:44.3|Info|MovieScannedHandler|[Black Adam] was recently added, performing post-add actions
2024-04-07 02:46:44.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:44.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:44.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:44.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:44.3|Info|MediaCoverService|Downloading Poster for [BlackBerry (2023)][tt21867434, 1016084] https://image.tmdb.org/t/p/original/nQSvHZDuMlrZdm7ooMo8gb4CXhW.jpg
2024-04-07 02:46:44.3|Info|DiskScanService|Scanning disk for BlackBerry
2024-04-07 02:46:44.4|Info|RefreshMovieService|Updating info for Bo Burnham: Inside
2024-04-07 02:46:44.4|Info|MediaCoverService|Downloading Fanart for [Black Adam (2022)][tt6443346, 436270] https://image.tmdb.org/t/p/original/bQXAqRx2Fgc46uCVWgoPz5L5Dtr.jpg
2024-04-07 02:46:44.4|Info|AddMovieCollectionService|Adding Collection Blade Runner Collection[422837]
2024-04-07 02:46:44.4|Info|MovieService|Assigning file [BlackBerry.2023.2160p.WEB.H265-SLOT[TGx].mkv] to movie [[BlackBerry (2023)][tt21867434, 1016084]]
2024-04-07 02:46:44.4|Info|DiskScanService|Completed scanning disk for BlackBerry
2024-04-07 02:46:44.4|Info|MovieScannedHandler|[BlackBerry] was recently added, performing post-add actions
2024-04-07 02:46:44.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:44.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:44.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:44.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:44.4|Info|MediaCoverService|Downloading Poster for [Blade Runner (1982)][tt0083658, 78] https://image.tmdb.org/t/p/original/7W9aJkjgicrVc7jtCIDqLTTPsYv.jpg
2024-04-07 02:46:44.4|Info|DiskScanService|Scanning disk for Blade Runner
2024-04-07 02:46:44.5|Info|MediaCoverService|Downloading Poster for [Bo Burnham: Inside (2021)][tt14544192, 823754] https://image.tmdb.org/t/p/original/ku1UvTWYvhFQbSesOD6zteY7bXT.jpg
2024-04-07 02:46:44.5|Info|DiskScanService|Scanning disk for Bo Burnham: Inside
2024-04-07 02:46:44.5|Info|RefreshMovieService|Updating info for Bodies Bodies Bodies
2024-04-07 02:46:44.5|Info|MediaCoverService|Downloading Fanart for [BlackBerry (2023)][tt21867434, 1016084] https://image.tmdb.org/t/p/original/cUHxmWfkp6se0Rt10Kr86bMCYDE.jpg
2024-04-07 02:46:44.5|Info|MovieService|Assigning file [Bo Burnham Inside (2021) WEBDL-1080p.mkv] to movie [[Bo Burnham: Inside (2021)][tt14544192, 823754]]
2024-04-07 02:46:44.5|Info|DiskScanService|Completed scanning disk for Bo Burnham: Inside
2024-04-07 02:46:44.5|Info|MovieScannedHandler|[Bo Burnham: Inside] was recently added, performing post-add actions
2024-04-07 02:46:44.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:44.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:44.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:44.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:44.5|Info|MovieService|Assigning file [Blade.Runner.2049.2017.2160p.4K.BluRay.x265.10bit.AAC5.1-[YTS.MX].mkv] to movie [[Blade Runner (1982)][tt0083658, 78]]
2024-04-07 02:46:44.5|Info|RefreshMovieService|Updating info for Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan
2024-04-07 02:46:44.5|Info|DiskScanService|Completed scanning disk for Blade Runner
2024-04-07 02:46:44.5|Info|MovieScannedHandler|[Blade Runner] was recently added, performing post-add actions
2024-04-07 02:46:44.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:44.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:44.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:44.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:44.5|Info|MediaCoverService|Downloading Poster for [Bodies Bodies Bodies (2022)][tt8110652, 520023] https://image.tmdb.org/t/p/original/hSuTjDmqRdy7Dii8ymnF2WILTeP.jpg
2024-04-07 02:46:44.5|Info|DiskScanService|Scanning disk for Bodies Bodies Bodies
2024-04-07 02:46:44.6|Info|RefreshMovieService|Updating info for Bottoms
2024-04-07 02:46:44.6|Info|MediaCoverService|Downloading Fanart for [Blade Runner (1982)][tt0083658, 78] https://image.tmdb.org/t/p/original/eIi3klFf7mp3oL5EEF4mLIDs26r.jpg
2024-04-07 02:46:44.6|Info|MediaCoverService|Downloading Fanart for [Bo Burnham: Inside (2021)][tt14544192, 823754] https://image.tmdb.org/t/p/original/9sfVyE3sP2dkCwDyV7UlYP5TAAR.jpg
2024-04-07 02:46:44.6|Info|MovieService|Assigning file [Bodies.Bodies.Bodies.2022.1080p.BluRay.x264.TrueHD.7.1.Atmos-MT.mkv] to movie [[Bodies Bodies Bodies (2022)][tt8110652, 520023]]
2024-04-07 02:46:44.6|Info|DiskScanService|Completed scanning disk for Bodies Bodies Bodies
2024-04-07 02:46:44.6|Info|MovieScannedHandler|[Bodies Bodies Bodies] was recently added, performing post-add actions
2024-04-07 02:46:44.6|Info|MediaCoverService|Downloading Poster for [Bottoms (2023)][tt17527468, 814776] https://image.tmdb.org/t/p/original/jeyTQrNEpyE1LZIgVlswYh3sc34.jpg
2024-04-07 02:46:44.6|Info|DiskScanService|Scanning disk for Bottoms
2024-04-07 02:46:44.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:44.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:44.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:44.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:44.7|Info|AddMovieCollectionService|Adding Collection Borat Moviefilms Collection[747168]
2024-04-07 02:46:44.7|Info|RefreshMovieService|Updating info for Brick
2024-04-07 02:46:44.7|Info|MediaCoverService|Downloading Fanart for [Bodies Bodies Bodies (2022)][tt8110652, 520023] https://image.tmdb.org/t/p/original/tMvLze1KGP3rFIVNRRrWdC1FGp8.jpg
2024-04-07 02:46:44.7|Info|MovieService|Assigning file [Bottoms (2023) [2160p] [4K] [WEB] [5.1] [YTS.MX].mkv] to movie [[Bottoms (2023)][tt17527468, 814776]]
2024-04-07 02:46:44.7|Info|DiskScanService|Completed scanning disk for Bottoms
2024-04-07 02:46:44.7|Info|MovieScannedHandler|[Bottoms] was recently added, performing post-add actions
2024-04-07 02:46:44.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:44.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:44.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:44.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:44.7|Info|MediaCoverService|Downloading Poster for [Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan (2006)][tt0443453, 496] https://image.tmdb.org/t/p/original/kfkyALfD4G1mlBJI1lOt2QCra4i.jpg
2024-04-07 02:46:44.7|Info|DiskScanService|Scanning disk for Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan
2024-04-07 02:46:44.7|Info|RefreshMovieService|Updating info for Brigsby Bear
2024-04-07 02:46:44.7|Info|MediaCoverService|Downloading Poster for [Brick (2006)][tt0393109, 9270] https://image.tmdb.org/t/p/original/5WVk8JpNIxepn4fpZzQeCumkOL5.jpg
2024-04-07 02:46:44.7|Info|DiskScanService|Scanning disk for Brick
2024-04-07 02:46:44.8|Info|MediaCoverService|Downloading Poster for [Brigsby Bear (2017)][tt5805752, 403431] https://image.tmdb.org/t/p/original/xIPgbuGcorPbOs2l3dVyaQbDboW.jpg
2024-04-07 02:46:44.8|Info|DiskScanService|Scanning disk for Brigsby Bear
2024-04-07 02:46:44.8|Info|MediaCoverService|Downloading Fanart for [Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan (2006)][tt0443453, 496] https://image.tmdb.org/t/p/original/kt0Ku4cTQUZe4KyZiWC6HsWCbcS.jpg
2024-04-07 02:46:44.8|Info|MediaCoverService|Downloading Fanart for [Bottoms (2023)][tt17527468, 814776] https://image.tmdb.org/t/p/original/f9ErVXAyR9EP5WOOp4i5ivBKsKC.jpg
2024-04-07 02:46:44.8|Info|MediaCoverService|Downloading Fanart for [Brick (2006)][tt0393109, 9270] https://image.tmdb.org/t/p/original/7smKjeEbOWUjFANV1AbFvgJbgqs.jpg
2024-04-07 02:46:44.8|Info|MovieService|Assigning file [Borat (2006) [1080p].mp4] to movie [[Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan (2006)][tt0443453, 496]]
2024-04-07 02:46:44.9|Info|DiskScanService|Completed scanning disk for Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan
2024-04-07 02:46:44.9|Info|MovieScannedHandler|[Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan] was recently added, performing post-add actions
2024-04-07 02:46:44.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:44.9|Info|ExistingSubtitleImporter|Found 1 existing subtitle files
2024-04-07 02:46:44.9|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:46:44.9|Info|MovieService|Assigning file [Brick (2006) (1080p BluRay x265 HEVC 10bit AAC 5.1 Silence).mkv] to movie [[Brick (2006)][tt0393109, 9270]]
2024-04-07 02:46:44.9|Info|DiskScanService|Completed scanning disk for Brick
2024-04-07 02:46:44.9|Info|MovieScannedHandler|[Brick] was recently added, performing post-add actions
2024-04-07 02:46:44.9|Info|ExistingExtraFileService|Found 2 possible extra files, imported 2 files.
2024-04-07 02:46:44.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:44.9|Info|ExistingSubtitleImporter|Found 1 existing subtitle files
2024-04-07 02:46:44.9|Info|RefreshMovieService|Updating info for Bros
2024-04-07 02:46:44.9|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:46:44.9|Info|ExistingExtraFileService|Found 2 possible extra files, imported 2 files.
2024-04-07 02:46:44.9|Info|RefreshMovieService|Updating info for Bullet Train
2024-04-07 02:46:44.9|Info|MovieService|Assigning file [Brigsby Bear (2017) Bluray-1080p.mp4] to movie [[Brigsby Bear (2017)][tt5805752, 403431]]
2024-04-07 02:46:44.9|Info|DiskScanService|Completed scanning disk for Brigsby Bear
2024-04-07 02:46:44.9|Info|MovieScannedHandler|[Brigsby Bear] was recently added, performing post-add actions
2024-04-07 02:46:44.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:44.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:44.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:44.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:44.9|Info|MediaCoverService|Downloading Fanart for [Brigsby Bear (2017)][tt5805752, 403431] https://image.tmdb.org/t/p/original/ymzgxmjAoBKhXV3cYep2OoBcnXz.jpg
2024-04-07 02:46:45.0|Info|RefreshMovieService|Updating info for Chip 'n Dale: Rescue Rangers
2024-04-07 02:46:45.0|Info|MediaCoverService|Downloading Poster for [Bros (2022)][tt9731598, 614939] https://image.tmdb.org/t/p/original/op02Hv5i4Z049nGJYmk6BScRqHO.jpg
2024-04-07 02:46:45.0|Info|DiskScanService|Scanning disk for Bros
2024-04-07 02:46:45.0|Info|MediaCoverService|Downloading Poster for [Bullet Train (2022)][tt12593682, 718930] https://image.tmdb.org/t/p/original/j8szC8OgrejDQjjMKSVXyaAjw3V.jpg
2024-04-07 02:46:45.0|Info|DiskScanService|Scanning disk for Bullet Train
2024-04-07 02:46:45.0|Info|MediaCoverService|Downloading Poster for [Chip 'n Dale: Rescue Rangers (2022)][tt3513500, 420821] https://image.tmdb.org/t/p/original/7UGmn8TyWPPzkjhLUW58cOUHjPS.jpg
2024-04-07 02:46:45.0|Info|DiskScanService|Scanning disk for Chip 'n Dale: Rescue Rangers
2024-04-07 02:46:45.1|Info|MovieService|Assigning file [Bros.2022.1080p.Bluray.DTS-HD.MA.5.1.X264-EVO[TGx].mkv] to movie [[Bros (2022)][tt9731598, 614939]]
2024-04-07 02:46:45.1|Info|DiskScanService|Completed scanning disk for Bros
2024-04-07 02:46:45.1|Info|MovieScannedHandler|[Bros] was recently added, performing post-add actions
2024-04-07 02:46:45.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:45.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:45.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:45.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:45.1|Info|RefreshMovieService|Updating info for Chris Distefano: Speshy Weshy
2024-04-07 02:46:45.1|Info|MovieService|Assigning file [Chip.n.Dale.Rescue.Rangers.2022.1080p.DSNP.WEBRip.DDP5.1.Atmos.x264-CM.mkv] to movie [[Chip 'n Dale: Rescue Rangers (2022)][tt3513500, 420821]]
2024-04-07 02:46:45.2|Info|DiskScanService|Completed scanning disk for Chip 'n Dale: Rescue Rangers
2024-04-07 02:46:45.2|Info|MovieScannedHandler|[Chip 'n Dale: Rescue Rangers] was recently added, performing post-add actions
2024-04-07 02:46:45.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:45.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:45.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:45.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:45.2|Info|RefreshMovieService|Updating info for Color Out of Space
2024-04-07 02:46:45.2|Info|MovieService|Assigning file [Bullet Train (2022) 1080p BluRay H264 DolbyD 5.1 + nickarad.mp4] to movie [[Bullet Train (2022)][tt12593682, 718930]]
2024-04-07 02:46:45.2|Info|MediaCoverService|Downloading Fanart for [Bros (2022)][tt9731598, 614939] https://image.tmdb.org/t/p/original/mezKuuKtAKPENnAVlT3TghkMACv.jpg
2024-04-07 02:46:45.2|Info|MediaCoverService|Downloading Poster for [Chris Distefano: Speshy Weshy (2022)][tt19875708, 970083] https://image.tmdb.org/t/p/original/thaYL3pzDZRVywJaiVQ75WlBE1o.jpg
2024-04-07 02:46:45.2|Info|DiskScanService|Scanning disk for Chris Distefano: Speshy Weshy
2024-04-07 02:46:45.2|Info|DiskScanService|Completed scanning disk for Bullet Train
2024-04-07 02:46:45.2|Info|MovieScannedHandler|[Bullet Train] was recently added, performing post-add actions
2024-04-07 02:46:45.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:45.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:45.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:45.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:45.2|Info|RefreshMovieService|Updating info for Colossal
2024-04-07 02:46:45.2|Info|MediaCoverService|Downloading Fanart for [Bullet Train (2022)][tt12593682, 718930] https://image.tmdb.org/t/p/original/y2Ca1neKke2mGPMaHzlCNDVZqsK.jpg
2024-04-07 02:46:45.2|Info|MovieService|Assigning file [Chris.Distefano.Speshy.Weshy.2022.1080p.WEBRip.x264-RARBG.mp4] to movie [[Chris Distefano: Speshy Weshy (2022)][tt19875708, 970083]]
2024-04-07 02:46:45.2|Info|DiskScanService|Completed scanning disk for Chris Distefano: Speshy Weshy
2024-04-07 02:46:45.2|Info|MovieScannedHandler|[Chris Distefano: Speshy Weshy] was recently added, performing post-add actions
2024-04-07 02:46:45.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:45.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:45.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:45.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:45.3|Info|MediaCoverService|Downloading Poster for [Color Out of Space (2019)][tt5073642, 548473] https://image.tmdb.org/t/p/original/vkwgzCBBiY3C1XEy0WakYfMOvnG.jpg
2024-04-07 02:46:45.3|Info|DiskScanService|Scanning disk for Color Out of Space
2024-04-07 02:46:45.3|Info|RefreshMovieService|Updating info for Confess, Fletch
2024-04-07 02:46:45.3|Info|MediaCoverService|Downloading Fanart for [Chip 'n Dale: Rescue Rangers (2022)][tt3513500, 420821] https://image.tmdb.org/t/p/original/qK7Ssnrfvrt65F66A1thvehfQg2.jpg
2024-04-07 02:46:45.3|Info|MediaCoverService|Downloading Poster for [Colossal (2017)][tt4680182, 339967] https://image.tmdb.org/t/p/original/4VOyofBd1pexblxtDZYtYIk7NI4.jpg
2024-04-07 02:46:45.3|Info|DiskScanService|Scanning disk for Colossal
2024-04-07 02:46:45.3|Info|MediaCoverService|Downloading Fanart for [Chris Distefano: Speshy Weshy (2022)][tt19875708, 970083] https://image.tmdb.org/t/p/original/dVgPfdNToG2Sje3sOEN4e1H7RMu.jpg
2024-04-07 02:46:45.4|Info|MediaCoverService|Downloading Fanart for [Color Out of Space (2019)][tt5073642, 548473] https://image.tmdb.org/t/p/original/vj2gCvD5vZDJ865izTU0J0wJBVc.jpg
2024-04-07 02:46:45.4|Info|MovieService|Assigning file [Color.Out.Of.Space.2019.1080p.BluRay.x264.AAC5.1-[YTS.MX].mp4] to movie [[Color Out of Space (2019)][tt5073642, 548473]]
2024-04-07 02:46:45.4|Info|DiskScanService|Completed scanning disk for Color Out of Space
2024-04-07 02:46:45.4|Info|MovieScannedHandler|[Color Out of Space] was recently added, performing post-add actions
2024-04-07 02:46:45.4|Info|MediaCoverService|Downloading Poster for [Confess, Fletch (2022)][tt12718300, 724665] https://image.tmdb.org/t/p/original/h2oyiPu7aql1s1mLDoKBNAH7p3B.jpg
2024-04-07 02:46:45.4|Info|DiskScanService|Scanning disk for Confess, Fletch
2024-04-07 02:46:45.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:45.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:45.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:45.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:45.4|Info|MovieService|Assigning file [Colossal.2016.1080p.BluRay.x265-RARBG.mp4] to movie [[Colossal (2017)][tt4680182, 339967]]
2024-04-07 02:46:45.4|Info|DiskScanService|Completed scanning disk for Colossal
2024-04-07 02:46:45.4|Info|MovieScannedHandler|[Colossal] was recently added, performing post-add actions
2024-04-07 02:46:45.4|Info|RefreshMovieService|Updating info for Constantine: City of Demons - The Movie
2024-04-07 02:46:45.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:45.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:45.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:45.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:45.4|Info|RefreshMovieService|Updating info for Crimes of the Future
2024-04-07 02:46:45.4|Info|MovieService|Assigning file [Confess.Fletch.2022.1080p.BluRay.1400MB.DD5.1.x264-GalaxyRG[TGx].mkv] to movie [[Confess, Fletch (2022)][tt12718300, 724665]]
2024-04-07 02:46:45.4|Info|DiskScanService|Completed scanning disk for Confess, Fletch
2024-04-07 02:46:45.4|Info|MovieScannedHandler|[Confess, Fletch] was recently added, performing post-add actions
2024-04-07 02:46:45.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:45.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:45.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:45.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:45.5|Info|RefreshMovieService|Updating info for Daniel Sloss: Socio
2024-04-07 02:46:45.5|Info|MediaCoverService|Downloading Fanart for [Colossal (2017)][tt4680182, 339967] https://image.tmdb.org/t/p/original/1ddf2Kq1hC7SgV02E3pyLAC26lq.jpg
2024-04-07 02:46:45.5|Info|MediaCoverService|Downloading Poster for [Crimes of the Future (2022)][tt14549466, 819876] https://image.tmdb.org/t/p/original/RAFYMC0NgK9In9aGY6k6wsIL8w.jpg
2024-04-07 02:46:45.5|Info|DiskScanService|Scanning disk for Crimes of the Future
2024-04-07 02:46:45.5|Info|MediaCoverService|Downloading Poster for [Constantine: City of Demons - The Movie (2018)][tt9177882, 539517] https://image.tmdb.org/t/p/original/tZIMe2pYug1cS9e7AZnd1bTTidM.jpg
2024-04-07 02:46:45.5|Info|DiskScanService|Scanning disk for Constantine: City of Demons - The Movie
2024-04-07 02:46:45.6|Info|MediaCoverService|Downloading Poster for [Daniel Sloss: Socio (2022)][tt11178728, 1054105] https://image.tmdb.org/t/p/original/cyDP3cstfopC7C3lPeStxlEBQlh.jpg
2024-04-07 02:46:45.6|Info|DiskScanService|Scanning disk for Daniel Sloss: Socio
2024-04-07 02:46:45.6|Info|MovieService|Assigning file [Crimes.of.the.Future.2022.1080p.Bluray.DTS-HD.MA.5.1.X264-EVO[TGx].mkv] to movie [[Crimes of the Future (2022)][tt14549466, 819876]]
2024-04-07 02:46:45.6|Info|DiskScanService|Completed scanning disk for Crimes of the Future
2024-04-07 02:46:45.6|Info|MovieScannedHandler|[Crimes of the Future] was recently added, performing post-add actions
2024-04-07 02:46:45.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:45.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:45.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:45.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:45.6|Info|RefreshMovieService|Updating info for Daniel Sloss: X
2024-04-07 02:46:45.7|Info|MediaCoverService|Downloading Fanart for [Confess, Fletch (2022)][tt12718300, 724665] https://image.tmdb.org/t/p/original/3xGfsAYAxVmYj1CbE5vAkmMJbHo.jpg
2024-04-07 02:46:45.7|Info|MediaCoverService|Downloading Fanart for [Crimes of the Future (2022)][tt14549466, 819876] https://image.tmdb.org/t/p/original/sqdsuvy8X6Maila4IAc7deMtPAA.jpg
2024-04-07 02:46:45.7|Info|MediaCoverService|Downloading Fanart for [Constantine: City of Demons - The Movie (2018)][tt9177882, 539517] https://image.tmdb.org/t/p/original/dPPjBf74W1j8va6KvDGePaJcqm7.jpg
2024-04-07 02:46:45.7|Info|MediaCoverService|Downloading Poster for [Daniel Sloss: X (2019)][tt11081044, 637573] https://image.tmdb.org/t/p/original/b3DxLUvcp5hRXtTa4pv2wRAuY4P.jpg
2024-04-07 02:46:45.7|Info|DiskScanService|Scanning disk for Daniel Sloss: X
2024-04-07 02:46:45.7|Info|MediaCoverService|Downloading Fanart for [Daniel Sloss: Socio (2022)][tt11178728, 1054105] https://image.tmdb.org/t/p/original/fGoqrdryfD0MEeDaypCVjMEvQtG.jpg
2024-04-07 02:46:45.8|Info|MovieService|Assigning file [Daniel Sloss X (2019) (1080p AMZN WEB-DL x265 YOGI).mkv] to movie [[Daniel Sloss: X (2019)][tt11081044, 637573]]
2024-04-07 02:46:45.8|Info|DiskScanService|Completed scanning disk for Daniel Sloss: X
2024-04-07 02:46:45.8|Info|MovieScannedHandler|[Daniel Sloss: X] was recently added, performing post-add actions
2024-04-07 02:46:45.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:45.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:45.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:45.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:45.8|Info|RefreshMovieService|Updating info for David Spade: Nothing Personal
2024-04-07 02:46:45.8|Info|MediaCoverService|Downloading Fanart for [Daniel Sloss: X (2019)][tt11081044, 637573] https://image.tmdb.org/t/p/original/2HM08mXddEunEqvJVckVjPp85vc.jpg
2024-04-07 02:46:45.9|Info|MediaCoverService|Downloading Poster for [David Spade: Nothing Personal (2022)][tt18955474, 953138] https://image.tmdb.org/t/p/original/jc3u2yD3rpq6WyKAIpg85LnAVDe.jpg
2024-04-07 02:46:45.9|Info|DiskScanService|Scanning disk for David Spade: Nothing Personal
2024-04-07 02:46:45.9|Info|MovieService|Assigning file [Constantine City of Demons - The Movie (2018) Bluray-1080p.mp4] to movie [[Constantine: City of Demons - The Movie (2018)][tt9177882, 539517]]
2024-04-07 02:46:45.9|Info|DiskScanService|Completed scanning disk for Constantine: City of Demons - The Movie
2024-04-07 02:46:45.9|Info|MovieScannedHandler|[Constantine: City of Demons - The Movie] was recently added, performing post-add actions
2024-04-07 02:46:45.9|Info|MovieService|Assigning file [Daniel Sloss - Socio (1080P).mp4] to movie [[Daniel Sloss: Socio (2022)][tt11178728, 1054105]]
2024-04-07 02:46:45.9|Info|DiskScanService|Completed scanning disk for Daniel Sloss: Socio
2024-04-07 02:46:45.9|Info|MovieScannedHandler|[Daniel Sloss: Socio] was recently added, performing post-add actions
2024-04-07 02:46:45.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:45.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:45.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:45.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:45.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:45.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:45.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:45.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:45.9|Info|MediaCoverService|Downloading Fanart for [David Spade: Nothing Personal (2022)][tt18955474, 953138] https://image.tmdb.org/t/p/original/9VKbgGlOGHQE0VAuCNwlX7VHCNt.jpg
2024-04-07 02:46:45.9|Info|RefreshMovieService|Updating info for DC League of Super-Pets
2024-04-07 02:46:45.9|Info|RefreshMovieService|Updating info for Death on the Nile
2024-04-07 02:46:45.9|Info|MovieService|Assigning file [David.Spade.Nothing.Personal.2022.1080p.WEBRip.x265-RARBG.mp4] to movie [[David Spade: Nothing Personal (2022)][tt18955474, 953138]]
2024-04-07 02:46:45.9|Info|DiskScanService|Completed scanning disk for David Spade: Nothing Personal
2024-04-07 02:46:45.9|Info|MovieScannedHandler|[David Spade: Nothing Personal] was recently added, performing post-add actions
2024-04-07 02:46:45.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:45.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:45.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:45.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:45.9|Info|RefreshMovieService|Updating info for Decision to Leave
2024-04-07 02:46:46.0|Info|MediaCoverService|Downloading Poster for [DC League of Super-Pets (2022)][tt8912936, 539681] https://image.tmdb.org/t/p/original/qpPMewlugFaejXjz4YNDnpTniFX.jpg
2024-04-07 02:46:46.0|Info|DiskScanService|Scanning disk for DC League of Super-Pets
2024-04-07 02:46:46.0|Info|MediaCoverService|Downloading Poster for [Death on the Nile (2022)][tt7657566, 505026] https://image.tmdb.org/t/p/original/kVr5zIAFSPRQ57Y1zE7KzmhzdMQ.jpg
2024-04-07 02:46:46.0|Info|DiskScanService|Scanning disk for Death on the Nile
2024-04-07 02:46:46.0|Info|MediaCoverService|Downloading Poster for [Decision to Leave (2022)][tt12477480, 705996] https://image.tmdb.org/t/p/original/N0rskx91Eh6aWjvBybeY6epNic.jpg
2024-04-07 02:46:46.0|Info|DiskScanService|Scanning disk for Decision to Leave
2024-04-07 02:46:46.0|Info|MovieService|Assigning file [DC.League.Of.Super-Pets.2022.1080p.BluRay.1400MB.DD2.0.x264-GalaxyRG[TGx].mkv] to movie [[DC League of Super-Pets (2022)][tt8912936, 539681]]
2024-04-07 02:46:46.0|Info|DiskScanService|Completed scanning disk for DC League of Super-Pets
2024-04-07 02:46:46.0|Info|MovieScannedHandler|[DC League of Super-Pets] was recently added, performing post-add actions
2024-04-07 02:46:46.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:46.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:46.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:46.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:46.0|Info|RefreshMovieService|Updating info for Dinner in America
2024-04-07 02:46:46.1|Info|MovieService|Assigning file [Death on the Nile (2022) Bluray-1080p Proper.mkv] to movie [[Death on the Nile (2022)][tt7657566, 505026]]
2024-04-07 02:46:46.1|Info|DiskScanService|Completed scanning disk for Death on the Nile
2024-04-07 02:46:46.1|Info|MovieScannedHandler|[Death on the Nile] was recently added, performing post-add actions
2024-04-07 02:46:46.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:46.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:46.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:46.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:46.1|Info|RefreshMovieService|Updating info for Doctor Strange in the Multiverse of Madness
2024-04-07 02:46:46.1|Info|MovieService|Assigning file [Decision to Leave (2022) 1080p H264 iTA Kor AC3 5.1 Sub iTA EnG NuiTA AsPiDe-MIRCrew.mkv] to movie [[Decision to Leave (2022)][tt12477480, 705996]]
2024-04-07 02:46:46.1|Info|DiskScanService|Completed scanning disk for Decision to Leave
2024-04-07 02:46:46.1|Info|MovieScannedHandler|[Decision to Leave] was recently added, performing post-add actions
2024-04-07 02:46:46.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:46.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:46.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:46.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:46.1|Info|MediaCoverService|Downloading Fanart for [DC League of Super-Pets (2022)][tt8912936, 539681] https://image.tmdb.org/t/p/original/mzFlwK2WN5KGCgEc4ExJmooJy97.jpg
2024-04-07 02:46:46.1|Info|RefreshMovieService|Updating info for Dogma
2024-04-07 02:46:46.1|Info|MediaCoverService|Downloading Poster for [Dinner in America (2022)][tt9058654, 653664] https://image.tmdb.org/t/p/original/7hWgqev6waBi2v9XVC3oDN2ZR3l.jpg
2024-04-07 02:46:46.1|Info|DiskScanService|Scanning disk for Dinner in America
2024-04-07 02:46:46.1|Info|MediaCoverService|Downloading Fanart for [Decision to Leave (2022)][tt12477480, 705996] https://image.tmdb.org/t/p/original/A1bWhTFQKkhF1yhSKWosSyzn2Hp.jpg
2024-04-07 02:46:46.2|Info|MovieService|Assigning file [Dinner in America (2020) (1080p BluRay x265 HEVC 10bit AAC 5.1 Tigole).mkv] to movie [[Dinner in America (2022)][tt9058654, 653664]]
2024-04-07 02:46:46.2|Info|MediaCoverService|Downloading Fanart for [Death on the Nile (2022)][tt7657566, 505026] https://image.tmdb.org/t/p/original/lRbDyjI7HEaXxflFQbYpqHRGFBJ.jpg
2024-04-07 02:46:46.2|Info|DiskScanService|Completed scanning disk for Dinner in America
2024-04-07 02:46:46.2|Info|MovieScannedHandler|[Dinner in America] was recently added, performing post-add actions
2024-04-07 02:46:46.2|Info|MediaCoverService|Downloading Poster for [Dogma (1999)][tt0120655, 1832] https://image.tmdb.org/t/p/original/xI5beD8Td79E2uZNAxgd1gWWOEd.jpg
2024-04-07 02:46:46.2|Info|DiskScanService|Scanning disk for Dogma
2024-04-07 02:46:46.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:46.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:46.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:46.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:46.2|Info|RefreshMovieService|Updating info for Don't Think Twice
2024-04-07 02:46:46.2|Info|AddMovieCollectionService|Adding Collection Doctor Strange Collection[618529]
2024-04-07 02:46:46.2|Info|MovieService|Assigning file [Dogma.1999.1080p.BluRay.x265.HEVC.10bit.5,1ch(xxxpav69).mkv] to movie [[Dogma (1999)][tt0120655, 1832]]
2024-04-07 02:46:46.2|Info|DiskScanService|Completed scanning disk for Dogma
2024-04-07 02:46:46.2|Info|MovieScannedHandler|[Dogma] was recently added, performing post-add actions
2024-04-07 02:46:46.2|Info|MediaCoverService|Downloading Poster for [Doctor Strange in the Multiverse of Madness (2022)][tt9419884, 453395] https://image.tmdb.org/t/p/original/9Gtg2DzBhmYamXBS1hKAhiwbBKS.jpg
2024-04-07 02:46:46.2|Info|DiskScanService|Scanning disk for Doctor Strange in the Multiverse of Madness
2024-04-07 02:46:46.2|Info|MediaCoverService|Downloading Fanart for [Dinner in America (2022)][tt9058654, 653664] https://image.tmdb.org/t/p/original/gpwhYkii8JN1GYjlch3SmDk6oj0.jpg
2024-04-07 02:46:46.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:46.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:46.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:46.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:46.2|Info|RefreshMovieService|Updating info for Downfall: The Case Against Boeing
2024-04-07 02:46:46.3|Info|MediaCoverService|Downloading Poster for [Don't Think Twice (2016)][tt4972062, 356298] https://image.tmdb.org/t/p/original/f8PuoewhI3qeROdfXSw2Utjf1On.jpg
2024-04-07 02:46:46.3|Info|DiskScanService|Scanning disk for Don't Think Twice
2024-04-07 02:46:46.3|Info|MediaCoverService|Downloading Fanart for [Dogma (1999)][tt0120655, 1832] https://image.tmdb.org/t/p/original/wXzdoMyLYvz7AoXPGx5STZ1XZDd.jpg
2024-04-07 02:46:46.3|Info|MediaCoverService|Downloading Poster for [Downfall: The Case Against Boeing (2022)][tt11893274, 913862] https://image.tmdb.org/t/p/original/LRPi6b6gpDyKuveut38S8R38NI.jpg
2024-04-07 02:46:46.3|Info|DiskScanService|Scanning disk for Downfall: The Case Against Boeing
2024-04-07 02:46:46.4|Info|MediaCoverService|Downloading Fanart for [Doctor Strange in the Multiverse of Madness (2022)][tt9419884, 453395] https://image.tmdb.org/t/p/original/gUNRlH66yNDH3NQblYMIwgZXJ2u.jpg
2024-04-07 02:46:46.4|Info|MovieService|Assigning file [Downfall The Case Against Boeing (2022) [2160p] [4K] [WEB] [5.1] [YTS.MX].mkv] to movie [[Downfall: The Case Against Boeing (2022)][tt11893274, 913862]]
2024-04-07 02:46:46.4|Info|DiskScanService|Completed scanning disk for Downfall: The Case Against Boeing
2024-04-07 02:46:46.4|Info|MovieScannedHandler|[Downfall: The Case Against Boeing] was recently added, performing post-add actions
2024-04-07 02:46:46.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:46.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:46.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:46.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:46.4|Info|MediaCoverService|Downloading Fanart for [Don't Think Twice (2016)][tt4972062, 356298] https://image.tmdb.org/t/p/original/ha9YT9RJdXgzm2iGTftWtPrB02T.jpg
2024-04-07 02:46:46.4|Info|RefreshMovieService|Updating info for Downton Abbey
2024-04-07 02:46:46.5|Info|MediaCoverService|Downloading Fanart for [Downfall: The Case Against Boeing (2022)][tt11893274, 913862] https://image.tmdb.org/t/p/original/5CUdP1wrg4S6yZrDHuW3JLohYLO.jpg
2024-04-07 02:46:46.5|Info|MovieService|Assigning file [Dont.Think.Twice.2016.1080p.BluRay.x265-RARBG.mp4] to movie [[Don't Think Twice (2016)][tt4972062, 356298]]
2024-04-07 02:46:46.5|Info|DiskScanService|Completed scanning disk for Don't Think Twice
2024-04-07 02:46:46.5|Info|MovieScannedHandler|[Don't Think Twice] was recently added, performing post-add actions
2024-04-07 02:46:46.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:46.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:46.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:46.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:46.5|Info|RefreshMovieService|Updating info for Downton Abbey: A New Era
2024-04-07 02:46:46.6|Info|AddMovieCollectionService|Adding Collection Downton Abbey Collection[925006]
2024-04-07 02:46:46.6|Info|MediaCoverService|Downloading Poster for [Downton Abbey (2019)][tt6398184, 535544] https://image.tmdb.org/t/p/original/pWt1iRuhNpeVDNP2QiUT2C5OiBt.jpg
2024-04-07 02:46:46.6|Info|MovieService|Assigning file [Doctor.Strange.in.the.Multiverse.of.Madness.2022.1080p.BluRay.AVC.DTS-HD.MA.7.1-SharpHD.m2ts] to movie [[Doctor Strange in the Multiverse of Madness (2022)][tt9419884, 453395]]
2024-04-07 02:46:46.6|Info|DiskScanService|Scanning disk for Downton Abbey
2024-04-07 02:46:46.6|Info|MediaCoverService|Downloading Poster for [Downton Abbey: A New Era (2022)][tt11703710, 820446] https://image.tmdb.org/t/p/original/r5n4CLoIjUcnT3shWDi6MHdJ25a.jpg
2024-04-07 02:46:46.6|Info|DiskScanService|Scanning disk for Downton Abbey: A New Era
2024-04-07 02:46:46.6|Info|DiskScanService|Completed scanning disk for Doctor Strange in the Multiverse of Madness
2024-04-07 02:46:46.6|Info|MovieScannedHandler|[Doctor Strange in the Multiverse of Madness] was recently added, performing post-add actions
2024-04-07 02:46:46.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:46.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:46.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:46.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:46.6|Info|RefreshMovieService|Updating info for Dune
2024-04-07 02:46:46.7|Info|MovieService|Assigning file [Downton.Abbey.A.New.Era.2022.1080p.AMZN.WEB-DL.DDP5.1.H.264-EVO.mkv] to movie [[Downton Abbey: A New Era (2022)][tt11703710, 820446]]
2024-04-07 02:46:46.7|Info|DiskScanService|Completed scanning disk for Downton Abbey: A New Era
2024-04-07 02:46:46.7|Info|MovieScannedHandler|[Downton Abbey: A New Era] was recently added, performing post-add actions
2024-04-07 02:46:46.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:46.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:46.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:46.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:46.7|Info|RefreshMovieService|Updating info for Dungeons & Dragons: Honor Among Thieves
2024-04-07 02:46:46.7|Info|MediaCoverService|Downloading Fanart for [Downton Abbey (2019)][tt6398184, 535544] https://image.tmdb.org/t/p/original/vnedp9tKITHxTKrqCGGKF0Mtl0G.jpg
2024-04-07 02:46:46.7|Info|MovieService|Assigning file [Downton.Abbey.2019.1080p.WEBRip.x264-[YTS.LT].mp4] to movie [[Downton Abbey (2019)][tt6398184, 535544]]
2024-04-07 02:46:46.7|Info|DiskScanService|Completed scanning disk for Downton Abbey
2024-04-07 02:46:46.7|Info|MovieScannedHandler|[Downton Abbey] was recently added, performing post-add actions
2024-04-07 02:46:46.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:46.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:46.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:46.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:46.8|Info|RefreshMovieService|Updating info for Emily the Criminal
2024-04-07 02:46:46.8|Info|AddMovieCollectionService|Adding Collection Dune Collection[726871]
2024-04-07 02:46:46.8|Info|MediaCoverService|Downloading Poster for [Dungeons & Dragons: Honor Among Thieves (2023)][tt2906216, 493529] https://image.tmdb.org/t/p/original/v7UF7ypAqjsFZFdjksjQ7IUpXdn.jpg
2024-04-07 02:46:46.8|Info|DiskScanService|Scanning disk for Dungeons & Dragons: Honor Among Thieves
2024-04-07 02:46:46.8|Info|MediaCoverService|Downloading Poster for [Dune (2021)][tt1160419, 438631] https://image.tmdb.org/t/p/original/d5NXSklXo0qyIYkgV94XAgMIckC.jpg
2024-04-07 02:46:46.8|Info|DiskScanService|Scanning disk for Dune
2024-04-07 02:46:46.8|Info|MediaCoverService|Downloading Fanart for [Downton Abbey: A New Era (2022)][tt11703710, 820446] https://image.tmdb.org/t/p/original/nBHKT3pm5DmidZd5VS4bD5Hc2S3.jpg
2024-04-07 02:46:46.8|Info|MediaCoverService|Downloading Poster for [Emily the Criminal (2022)][tt15255876, 862965] https://image.tmdb.org/t/p/original/hFuynYYxZIiWR4cRlwzmteH2diL.jpg
2024-04-07 02:46:46.8|Info|DiskScanService|Scanning disk for Emily the Criminal
2024-04-07 02:46:46.9|Info|MovieService|Assigning file [Emily.the.Criminal.2022.1080p.Bluray.DTS-HD.MA.5.1.X264-EVO[TGx].mkv] to movie [[Emily the Criminal (2022)][tt15255876, 862965]]
2024-04-07 02:46:46.9|Info|DiskScanService|Completed scanning disk for Emily the Criminal
2024-04-07 02:46:46.9|Info|MovieScannedHandler|[Emily the Criminal] was recently added, performing post-add actions
2024-04-07 02:46:46.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:46.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:46.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:46.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:46.9|Info|RefreshMovieService|Updating info for Encanto
2024-04-07 02:46:46.9|Info|MovieService|Assigning file [Dungeons.and.Dragons.Honor.Among.Thieves.2023.REPACK.2160p.AMZN.WEB-DL.DDP5.1.HDR.HEVC-XEBEC[TGx].mkv] to movie [[Dungeons & Dragons: Honor Among Thieves (2023)][tt2906216, 493529]]
2024-04-07 02:46:46.9|Info|DiskScanService|Completed scanning disk for Dungeons & Dragons: Honor Among Thieves
2024-04-07 02:46:46.9|Info|MovieScannedHandler|[Dungeons & Dragons: Honor Among Thieves] was recently added, performing post-add actions
2024-04-07 02:46:46.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:46.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:46.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:46.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:47.0|Info|RefreshMovieService|Updating info for Enola Holmes
2024-04-07 02:46:47.0|Info|MediaCoverService|Downloading Fanart for [Dungeons & Dragons: Honor Among Thieves (2023)][tt2906216, 493529] https://image.tmdb.org/t/p/original/oblUNeHlwV3VsjB5ITMlco5ZSOF.jpg
2024-04-07 02:46:47.0|Info|MediaCoverService|Downloading Fanart for [Dune (2021)][tt1160419, 438631] https://image.tmdb.org/t/p/original/lzWHmYdfeFiMIY4JaMmtR7GEli3.jpg
2024-04-07 02:46:47.0|Info|MediaCoverService|Downloading Poster for [Encanto (2021)][tt2953050, 568124] https://image.tmdb.org/t/p/original/4j0PNHkMr5ax3IA8tjtxcmPU3QT.jpg
2024-04-07 02:46:47.0|Info|DiskScanService|Scanning disk for Encanto
2024-04-07 02:46:47.0|Info|MovieService|Assigning file [Dune (2021) Bluray-1080p.mp4] to movie [[Dune (2021)][tt1160419, 438631]]
2024-04-07 02:46:47.0|Info|DiskScanService|Completed scanning disk for Dune
2024-04-07 02:46:47.0|Info|MovieScannedHandler|[Dune] was recently added, performing post-add actions
2024-04-07 02:46:47.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:47.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:47.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:47.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:47.1|Info|RefreshMovieService|Updating info for Enola Holmes 2
2024-04-07 02:46:47.1|Info|MediaCoverService|Downloading Fanart for [Emily the Criminal (2022)][tt15255876, 862965] https://image.tmdb.org/t/p/original/c6BEspznv2528qaOGzvqtpktn1J.jpg
2024-04-07 02:46:47.1|Info|AddMovieCollectionService|Adding Collection Enola Holmes Collection[829314]
2024-04-07 02:46:47.1|Info|MediaCoverService|Downloading Poster for [Enola Holmes (2020)][tt7846844, 497582] https://image.tmdb.org/t/p/original/riYInlsq2kf1AWoGm80JQW5dLKp.jpg
2024-04-07 02:46:47.1|Info|DiskScanService|Scanning disk for Enola Holmes
2024-04-07 02:46:47.1|Info|MediaCoverService|Downloading Poster for [Enola Holmes 2 (2022)][tt14641788, 829280] https://image.tmdb.org/t/p/original/tegBpjM5ODoYoM1NjaiHVLEA0QM.jpg
2024-04-07 02:46:47.1|Info|DiskScanService|Scanning disk for Enola Holmes 2
2024-04-07 02:46:47.2|Info|MovieService|Assigning file [Enola Holmes (2020) WEBDL-1080p.mkv] to movie [[Enola Holmes (2020)][tt7846844, 497582]]
2024-04-07 02:46:47.2|Info|MovieService|Assigning file [Encanto.2021.2160p.BRRip.TrueHD.Atmos.7.1.HDR.HEVC-EVO[TGx].mkv] to movie [[Encanto (2021)][tt2953050, 568124]]
2024-04-07 02:46:47.2|Info|DiskScanService|Completed scanning disk for Encanto
2024-04-07 02:46:47.2|Info|MovieScannedHandler|[Encanto] was recently added, performing post-add actions
2024-04-07 02:46:47.2|Info|DiskScanService|Completed scanning disk for Enola Holmes
2024-04-07 02:46:47.2|Info|MovieScannedHandler|[Enola Holmes] was recently added, performing post-add actions
2024-04-07 02:46:47.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:47.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:47.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:47.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:47.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:47.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:47.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:47.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:47.2|Info|RefreshMovieService|Updating info for Entergalactic
2024-04-07 02:46:47.2|Info|RefreshMovieService|Updating info for Eternals
2024-04-07 02:46:47.3|Info|MovieService|Assigning file [Enola.Holmes.2.2022.1080p.NF.WEB-DL.DDP5.1.Atmos.x264-EVO[TGx].mkv] to movie [[Enola Holmes 2 (2022)][tt14641788, 829280]]
2024-04-07 02:46:47.3|Info|DiskScanService|Completed scanning disk for Enola Holmes 2
2024-04-07 02:46:47.3|Info|MovieScannedHandler|[Enola Holmes 2] was recently added, performing post-add actions
2024-04-07 02:46:47.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:47.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:47.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:47.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:47.3|Info|RefreshMovieService|Updating info for Everything Everywhere All at Once
2024-04-07 02:46:47.3|Info|MediaCoverService|Downloading Fanart for [Encanto (2021)][tt2953050, 568124] https://image.tmdb.org/t/p/original/3G1Q5xF40HkUBJXxt2DQgQzKTp5.jpg
2024-04-07 02:46:47.3|Info|MediaCoverService|Downloading Fanart for [Enola Holmes (2020)][tt7846844, 497582] https://image.tmdb.org/t/p/original/pQQggUuDMleFSl2tQYxzTmKIiLU.jpg
2024-04-07 02:46:47.4|Info|MediaCoverService|Downloading Poster for [Entergalactic (2022)][tt10687116, 1027014] https://image.tmdb.org/t/p/original/cfXbwPWwlmMhC45asWxCWq3Utwa.jpg
2024-04-07 02:46:47.4|Info|DiskScanService|Scanning disk for Entergalactic
2024-04-07 02:46:47.4|Info|MediaCoverService|Downloading Poster for [Eternals (2021)][tt9032400, 524434] https://image.tmdb.org/t/p/original/lFByFSLV5WDJEv3KabbdAF959F2.jpg
2024-04-07 02:46:47.4|Info|DiskScanService|Scanning disk for Eternals
2024-04-07 02:46:47.4|Info|MediaCoverService|Downloading Poster for [Everything Everywhere All at Once (2022)][tt6710474, 545611] https://image.tmdb.org/t/p/original/w3LxiVYdWWRvEVdn5RYq6jIqkb1.jpg
2024-04-07 02:46:47.4|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once
2024-04-07 02:46:47.4|Info|MediaCoverService|Downloading Fanart for [Enola Holmes 2 (2022)][tt14641788, 829280] https://image.tmdb.org/t/p/original/n2OaA7Je0fgcVnfJM7xDJoPny7x.jpg
2024-04-07 02:46:47.5|Info|MediaCoverService|Downloading Fanart for [Entergalactic (2022)][tt10687116, 1027014] https://image.tmdb.org/t/p/original/ak8vU6cI7Qx5H0cuz2e2w5BXXTJ.jpg
2024-04-07 02:46:47.6|Info|MovieService|Assigning file [Entergalactic.2022.1080p.WEBRip.x264.AAC5.1-[YTS.MX].mp4] to movie [[Entergalactic (2022)][tt10687116, 1027014]]
2024-04-07 02:46:47.6|Info|MovieService|Assigning file [Eternals (2021) Bluray-1080p Proper.mkv] to movie [[Eternals (2021)][tt9032400, 524434]]
2024-04-07 02:46:47.6|Info|DiskScanService|Completed scanning disk for Entergalactic
2024-04-07 02:46:47.6|Info|MovieScannedHandler|[Entergalactic] was recently added, performing post-add actions
2024-04-07 02:46:47.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:47.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:47.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:47.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:47.6|Info|DiskScanService|Completed scanning disk for Eternals
2024-04-07 02:46:47.6|Info|MovieScannedHandler|[Eternals] was recently added, performing post-add actions
2024-04-07 02:46:47.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:47.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:47.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:47.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:47.6|Info|RefreshMovieService|Updating info for Exodus: Gods and Kings
2024-04-07 02:46:47.6|Info|RefreshMovieService|Updating info for Extraction
2024-04-07 02:46:47.6|Info|MediaCoverService|Downloading Fanart for [Everything Everywhere All at Once (2022)][tt6710474, 545611] https://image.tmdb.org/t/p/original/fIwiFha3WPu5nHkBeMQ4GzEk0Hv.jpg
2024-04-07 02:46:47.7|Info|MediaCoverService|Downloading Fanart for [Eternals (2021)][tt9032400, 524434] https://image.tmdb.org/t/p/original/c6H7Z4u73ir3cIoCteuhJh7UCAR.jpg
2024-04-07 02:46:47.7|Info|MovieService|Assigning file [Everything.Everywhere.All.at.Once.(2022).IMAX.UHD.BluRay.HDR.2160p.ITA.Atmos.7.1.ITA.AC3.ENG.AC3.Subs.x265..mkv] to movie [[Everything Everywhere All at Once (2022)][tt6710474, 545611]]
2024-04-07 02:46:47.7|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once
2024-04-07 02:46:47.7|Info|MovieScannedHandler|[Everything Everywhere All at Once] was recently added, performing post-add actions
2024-04-07 02:46:47.7|Info|MediaCoverService|Downloading Poster for [Exodus: Gods and Kings (2014)][tt1528100, 147441] https://image.tmdb.org/t/p/original/uaDj37JtvLan9tihxZ18e6qL33b.jpg
2024-04-07 02:46:47.7|Info|DiskScanService|Scanning disk for Exodus: Gods and Kings
2024-04-07 02:46:47.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:47.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:47.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:47.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:47.7|Info|RefreshMovieService|Updating info for Extraction 2
2024-04-07 02:46:47.7|Info|AddMovieCollectionService|Adding Collection Extraction Collection[735127]
2024-04-07 02:46:47.7|Info|MovieService|Assigning file [Exodus - Gods and Kings (2014) 1080p BluRay x264 Dual Audio Hindi English AC3 5.1 - MeGUiL.mkv] to movie [[Exodus: Gods and Kings (2014)][tt1528100, 147441]]
2024-04-07 02:46:47.7|Info|DiskScanService|Completed scanning disk for Exodus: Gods and Kings
2024-04-07 02:46:47.8|Info|MovieScannedHandler|[Exodus: Gods and Kings] was recently added, performing post-add actions
2024-04-07 02:46:47.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:47.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:47.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:47.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:47.8|Info|MediaCoverService|Downloading Poster for [Extraction (2020)][tt8936646, 545609] https://image.tmdb.org/t/p/original/nygOUcBKPHFTbxsYRFZVePqgPK6.jpg
2024-04-07 02:46:47.8|Info|DiskScanService|Scanning disk for Extraction
2024-04-07 02:46:47.8|Info|RefreshMovieService|Updating info for Fear and Loathing in Las Vegas
2024-04-07 02:46:47.8|Info|MediaCoverService|Downloading Poster for [Extraction 2 (2023)][tt12263384, 697843] https://image.tmdb.org/t/p/original/7gKI9hpEMcZUQpNgKrkDzJpbnNS.jpg
2024-04-07 02:46:47.8|Info|DiskScanService|Scanning disk for Extraction 2
2024-04-07 02:46:47.8|Info|MovieService|Assigning file [Extraction.2020.2160p.NF.WEBRip.3500MB.DDP5.1.x264-GalaxyRG[TGx].mkv] to movie [[Extraction (2020)][tt8936646, 545609]]
2024-04-07 02:46:47.9|Info|MediaCoverService|Downloading Fanart for [Exodus: Gods and Kings (2014)][tt1528100, 147441] https://image.tmdb.org/t/p/original/hJ1jUw8irCiWwQk7BElxF92BrlK.jpg
2024-04-07 02:46:47.9|Info|DiskScanService|Completed scanning disk for Extraction
2024-04-07 02:46:47.9|Info|MovieScannedHandler|[Extraction] was recently added, performing post-add actions
2024-04-07 02:46:47.9|Info|MediaCoverService|Downloading Poster for [Fear and Loathing in Las Vegas (1998)][tt0120669, 1878] https://image.tmdb.org/t/p/original/tisNLcMkxryU2zxhi0PiyDFqhm0.jpg
2024-04-07 02:46:47.9|Info|DiskScanService|Scanning disk for Fear and Loathing in Las Vegas
2024-04-07 02:46:47.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:47.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:47.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:47.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:47.9|Info|RefreshMovieService|Updating info for Ferris Bueller's Day Off
2024-04-07 02:46:47.9|Info|MediaCoverService|Downloading Fanart for [Extraction (2020)][tt8936646, 545609] https://image.tmdb.org/t/p/original/1R6cvRtZgsYCkh8UFuWFN33xBP4.jpg
2024-04-07 02:46:47.9|Info|MovieService|Assigning file [Extraction.2.2023.2160p.NF.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265-FLUX[TGx].mkv] to movie [[Extraction 2 (2023)][tt12263384, 697843]]
2024-04-07 02:46:48.0|Info|DiskScanService|Completed scanning disk for Extraction 2
2024-04-07 02:46:48.0|Info|MovieScannedHandler|[Extraction 2] was recently added, performing post-add actions
2024-04-07 02:46:48.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:48.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:48.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:48.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:48.0|Info|MediaCoverService|Downloading Poster for [Ferris Bueller's Day Off (1986)][tt0091042, 9377] https://image.tmdb.org/t/p/original/9LTQNCvoLsKXP0LtaKAaYVtRaQL.jpg
2024-04-07 02:46:48.0|Info|DiskScanService|Scanning disk for Ferris Bueller's Day Off
2024-04-07 02:46:48.0|Info|RefreshMovieService|Updating info for Fletch
2024-04-07 02:46:48.0|Info|MovieService|Assigning file [Fear and Loathing in Las Vegas (1998) Remux-1080p.mkv] to movie [[Fear and Loathing in Las Vegas (1998)][tt0120669, 1878]]
2024-04-07 02:46:48.0|Info|DiskScanService|Completed scanning disk for Fear and Loathing in Las Vegas
2024-04-07 02:46:48.0|Info|MovieScannedHandler|[Fear and Loathing in Las Vegas] was recently added, performing post-add actions
2024-04-07 02:46:48.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:48.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:48.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:48.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:48.0|Info|MediaCoverService|Downloading Fanart for [Extraction 2 (2023)][tt12263384, 697843] https://image.tmdb.org/t/p/original/wRxLAw4l17LqiFcPLkobriPTZAw.jpg
2024-04-07 02:46:48.0|Info|MovieService|Assigning file [Ferris Bueller's Day Off (1986) (1080p BluRay x265 r00t).mkv] to movie [[Ferris Bueller's Day Off (1986)][tt0091042, 9377]]
2024-04-07 02:46:48.0|Info|DiskScanService|Completed scanning disk for Ferris Bueller's Day Off
2024-04-07 02:46:48.0|Info|RefreshMovieService|Updating info for Freaks
2024-04-07 02:46:48.0|Info|MovieScannedHandler|[Ferris Bueller's Day Off] was recently added, performing post-add actions
2024-04-07 02:46:48.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:48.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:48.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:48.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:48.0|Info|RefreshMovieService|Updating info for Get Out
2024-04-07 02:46:48.1|Info|MediaCoverService|Downloading Fanart for [Fear and Loathing in Las Vegas (1998)][tt0120669, 1878] https://image.tmdb.org/t/p/original/8AR6I7FSuwqcbQWb4mvqW7qpbnO.jpg
2024-04-07 02:46:48.1|Info|MediaCoverService|Downloading Poster for [Freaks (2019)][tt8781414, 539892] https://image.tmdb.org/t/p/original/kc2cvuqESIiRX5QoZOoMTBq18kQ.jpg
2024-04-07 02:46:48.1|Info|DiskScanService|Scanning disk for Freaks
2024-04-07 02:46:48.2|Info|MediaCoverService|Downloading Fanart for [Ferris Bueller's Day Off (1986)][tt0091042, 9377] https://image.tmdb.org/t/p/original/zmVq7y63z8NewluK7MUBfTxuyvD.jpg
2024-04-07 02:46:48.2|Info|MediaCoverService|Downloading Poster for [Get Out (2017)][tt5052448, 419430] https://image.tmdb.org/t/p/original/DaDh4SXcJHHDvdMCpng2M95r8s.jpg
2024-04-07 02:46:48.2|Info|DiskScanService|Scanning disk for Get Out
2024-04-07 02:46:48.2|Info|AddMovieCollectionService|Adding Collection Fletch Collection[104833]
2024-04-07 02:46:48.2|Info|MediaCoverService|Downloading Poster for [Fletch (1985)][tt0089155, 9749] https://image.tmdb.org/t/p/original/nKDnMvVynvj7lwdv1iAZO1DzTYn.jpg
2024-04-07 02:46:48.2|Info|DiskScanService|Scanning disk for Fletch
2024-04-07 02:46:48.2|Info|MediaCoverService|Downloading Fanart for [Get Out (2017)][tt5052448, 419430] https://image.tmdb.org/t/p/original/o8dPH0ZSIyyViP6rjRX1djwCUwI.jpg
2024-04-07 02:46:48.3|Info|MediaCoverService|Downloading Fanart for [Fletch (1985)][tt0089155, 9749] https://image.tmdb.org/t/p/original/caRqs1GIhwoJqn8JA3LakIUR0v3.jpg
2024-04-07 02:46:48.4|Info|MediaCoverService|Downloading Fanart for [Freaks (2019)][tt8781414, 539892] https://image.tmdb.org/t/p/original/4RVYNmNJVAfuB2E6YSnimnTDGvQ.jpg
2024-04-07 02:46:48.4|Info|MovieService|Assigning file [Fletch.1985.1080p.BrRip.x264.YIFY.mp4] to movie [[Fletch (1985)][tt0089155, 9749]]
2024-04-07 02:46:48.4|Info|DiskScanService|Completed scanning disk for Fletch
2024-04-07 02:46:48.4|Info|MovieScannedHandler|[Fletch] was recently added, performing post-add actions
2024-04-07 02:46:48.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:48.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:48.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:48.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:48.4|Info|MovieService|Assigning file [Freaks (2019) Remux-1080p.mkv] to movie [[Freaks (2019)][tt8781414, 539892]]
2024-04-07 02:46:48.4|Info|DiskScanService|Completed scanning disk for Freaks
2024-04-07 02:46:48.4|Info|MovieScannedHandler|[Freaks] was recently added, performing post-add actions
2024-04-07 02:46:48.4|Info|RefreshMovieService|Updating info for Ghostbusters: Afterlife
2024-04-07 02:46:48.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:48.4|Info|ExistingSubtitleImporter|Found 1 existing subtitle files
2024-04-07 02:46:48.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:48.4|Info|ExistingExtraFileService|Found 1 possible extra files, imported 1 files.
2024-04-07 02:46:48.4|Info|RefreshMovieService|Updating info for Gone Girl
2024-04-07 02:46:48.4|Info|MovieService|Assigning file [Get Out (2017) Bluray-1080p.mp4] to movie [[Get Out (2017)][tt5052448, 419430]]
2024-04-07 02:46:48.4|Info|DiskScanService|Completed scanning disk for Get Out
2024-04-07 02:46:48.4|Info|MovieScannedHandler|[Get Out] was recently added, performing post-add actions
2024-04-07 02:46:48.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:48.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:48.4|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:46:48.4|Info|ExistingExtraFileService|Found 1 possible extra files, imported 1 files.
2024-04-07 02:46:48.4|Info|RefreshMovieService|Updating info for Green Book
2024-04-07 02:46:48.5|Info|MediaCoverService|Downloading Poster for [Gone Girl (2014)][tt2267998, 210577] https://image.tmdb.org/t/p/original/lv5xShBIDPe7m4ufdlV0IAc7Avk.jpg
2024-04-07 02:46:48.5|Info|DiskScanService|Scanning disk for Gone Girl
2024-04-07 02:46:48.5|Info|MediaCoverService|Downloading Poster for [Green Book (2018)][tt6966692, 490132] https://image.tmdb.org/t/p/original/7BsvSuDQuoqhWmU2fL7W2GOcZHU.jpg
2024-04-07 02:46:48.5|Info|DiskScanService|Scanning disk for Green Book
2024-04-07 02:46:48.5|Info|DiskScanService|Completed scanning disk for Green Book
2024-04-07 02:46:48.5|Info|MovieScannedHandler|[Green Book] was recently added, performing post-add actions
2024-04-07 02:46:48.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:48.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:48.6|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:46:48.6|Info|ExistingExtraFileService|Found 1 possible extra files, imported 1 files.
2024-04-07 02:46:48.6|Info|RefreshMovieService|Updating info for Guardians of the Galaxy Vol. 3
2024-04-07 02:46:48.6|Info|AddMovieCollectionService|Adding Collection Ghostbusters Collection[2980]
2024-04-07 02:46:48.6|Info|MediaCoverService|Downloading Poster for [Ghostbusters: Afterlife (2021)][tt4513678, 425909] https://image.tmdb.org/t/p/original/sg4xJaufDiQl7caFEskBtQXfD4x.jpg
2024-04-07 02:46:48.6|Info|DiskScanService|Scanning disk for Ghostbusters: Afterlife
2024-04-07 02:46:48.6|Info|MediaCoverService|Downloading Fanart for [Gone Girl (2014)][tt2267998, 210577] https://image.tmdb.org/t/p/original/h2JaQWLKhapm7AuSViJwGiv8ngC.jpg
2024-04-07 02:46:48.7|Info|MovieService|Assigning file [Gone.Girl.2014.PROPER.1080p.BluRay.H264.AAC-RARBG.mp4] to movie [[Gone Girl (2014)][tt2267998, 210577]]
2024-04-07 02:46:48.7|Info|DiskScanService|Completed scanning disk for Gone Girl
2024-04-07 02:46:48.7|Info|MovieScannedHandler|[Gone Girl] was recently added, performing post-add actions
2024-04-07 02:46:48.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:48.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:48.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:48.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:48.7|Info|MediaCoverService|Downloading Fanart for [Green Book (2018)][tt6966692, 490132] https://image.tmdb.org/t/p/original/5En0fmDagt3Pk8d7P3uTwfeQceg.jpg
2024-04-07 02:46:48.7|Info|RefreshMovieService|Updating info for Guillermo del Toro's Pinocchio
2024-04-07 02:46:48.7|Info|AddMovieCollectionService|Adding Collection Guardians of the Galaxy Collection[284433]
2024-04-07 02:46:48.7|Info|MovieService|Assigning file [Ghostbusters.Afterlife.2021.1080p.Bluray.DTS-HD.MA.5.1.X264-EVO[TGx].mkv] to movie [[Ghostbusters: Afterlife (2021)][tt4513678, 425909]]
2024-04-07 02:46:48.7|Info|DiskScanService|Completed scanning disk for Ghostbusters: Afterlife
2024-04-07 02:46:48.7|Info|MovieScannedHandler|[Ghostbusters: Afterlife] was recently added, performing post-add actions
2024-04-07 02:46:48.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:48.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:48.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:48.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:48.7|Info|RefreshMovieService|Updating info for Hamlet
2024-04-07 02:46:48.7|Info|MediaCoverService|Downloading Poster for [Guardians of the Galaxy Vol. 3 (2023)][tt6791350, 447365] https://image.tmdb.org/t/p/original/r2J02Z2OpNTctfOSN1Ydgii51I3.jpg
2024-04-07 02:46:48.7|Info|DiskScanService|Scanning disk for Guardians of the Galaxy Vol. 3
2024-04-07 02:46:48.8|Info|MediaCoverService|Downloading Poster for [Guillermo del Toro's Pinocchio (2022)][tt1488589, 555604] https://image.tmdb.org/t/p/original/vx1u0uwxdlhV2MUzj4VlcMB0N6m.jpg
2024-04-07 02:46:48.8|Info|DiskScanService|Scanning disk for Guillermo del Toro's Pinocchio
2024-04-07 02:46:48.8|Info|MediaCoverService|Downloading Poster for [Hamlet (2009)][tt1449175, 28238] https://image.tmdb.org/t/p/original/ykluFIkzQocbsZO1F4au8HV8naQ.jpg
2024-04-07 02:46:48.8|Info|DiskScanService|Scanning disk for Hamlet
2024-04-07 02:46:48.8|Info|MediaCoverService|Downloading Fanart for [Ghostbusters: Afterlife (2021)][tt4513678, 425909] https://image.tmdb.org/t/p/original/58082NwAWlM91iybyvxzl7PmFwZ.jpg
2024-04-07 02:46:48.8|Info|MovieService|Assigning file [Guillermo del Toro's Pinocchio (2022) Criterion (1080p BluRay x265 HEVC 10bit AAC 7.1 Tigole).mkv] to movie [[Guillermo del Toro's Pinocchio (2022)][tt1488589, 555604]]
2024-04-07 02:46:48.8|Info|DiskScanService|Completed scanning disk for Guillermo del Toro's Pinocchio
2024-04-07 02:46:48.8|Info|MovieScannedHandler|[Guillermo del Toro's Pinocchio] was recently added, performing post-add actions
2024-04-07 02:46:48.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:48.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:48.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:48.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:48.8|Info|RefreshMovieService|Updating info for Heathers
2024-04-07 02:46:48.8|Info|MovieService|Assigning file [Guardians.of.the.Galaxy.Vol.3.2023.2160p.WEB-DL.DDP5.1.Atmos.HDR.DV.HEVC-CMRG[TGx].mkv] to movie [[Guardians of the Galaxy Vol. 3 (2023)][tt6791350, 447365]]
2024-04-07 02:46:48.9|Info|DiskScanService|Completed scanning disk for Guardians of the Galaxy Vol. 3
2024-04-07 02:46:48.9|Info|MovieScannedHandler|[Guardians of the Galaxy Vol. 3] was recently added, performing post-add actions
2024-04-07 02:46:48.9|Info|MediaCoverService|Downloading Fanart for [Guillermo del Toro's Pinocchio (2022)][tt1488589, 555604] https://image.tmdb.org/t/p/original/e782pDRAlu4BG0ahd777n8zfPzZ.jpg
2024-04-07 02:46:48.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:48.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:48.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:48.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:48.9|Info|MediaCoverService|Downloading Fanart for [Hamlet (2009)][tt1449175, 28238] https://image.tmdb.org/t/p/original/2IPOmxB7tBxXe1tkP3oR4Qbr40n.jpg
2024-04-07 02:46:48.9|Info|RefreshMovieService|Updating info for Her
2024-04-07 02:46:48.9|Info|MovieService|Assigning file [Hamlet (2009) [BluRay] [1080p] [YTS.AM].mp4] to movie [[Hamlet (2009)][tt1449175, 28238]]
2024-04-07 02:46:48.9|Info|DiskScanService|Completed scanning disk for Hamlet
2024-04-07 02:46:48.9|Info|MovieScannedHandler|[Hamlet] was recently added, performing post-add actions
2024-04-07 02:46:48.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:48.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:48.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:48.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:48.9|Info|RefreshMovieService|Updating info for High-Rise
2024-04-07 02:46:48.9|Info|MediaCoverService|Downloading Poster for [Heathers (1989)][tt0097493, 2640] https://image.tmdb.org/t/p/original/6MIq1dZClhp6NI7PoPQNBmiHDMN.jpg
2024-04-07 02:46:48.9|Info|DiskScanService|Scanning disk for Heathers
2024-04-07 02:46:49.0|Info|MediaCoverService|Downloading Fanart for [Guardians of the Galaxy Vol. 3 (2023)][tt6791350, 447365] https://image.tmdb.org/t/p/original/5YZbUmjbMa3ClvSW1Wj3D6XGolb.jpg
2024-04-07 02:46:49.0|Info|MediaCoverService|Downloading Poster for [Her (2013)][tt1798709, 152601] https://image.tmdb.org/t/p/original/eCOtqtfvn7mxGl6nfmq4b1exJRc.jpg
2024-04-07 02:46:49.0|Info|DiskScanService|Scanning disk for Her
2024-04-07 02:46:49.0|Info|MediaCoverService|Downloading Poster for [High-Rise (2015)][tt0462335, 254302] https://image.tmdb.org/t/p/original/tNBHTOdIoeT5PMnt4TJpTm1nohG.jpg
2024-04-07 02:46:49.0|Info|DiskScanService|Scanning disk for High-Rise
2024-04-07 02:46:49.0|Info|DiskScanService|Completed scanning disk for High-Rise
2024-04-07 02:46:49.0|Info|MovieScannedHandler|[High-Rise] was recently added, performing post-add actions
2024-04-07 02:46:49.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:49.0|Info|ExistingSubtitleImporter|Found 1 existing subtitle files
2024-04-07 02:46:49.0|Info|ExistingOtherExtraImporter|Found 3 existing other extra files
2024-04-07 02:46:49.0|Info|ExistingExtraFileService|Found 4 possible extra files, imported 4 files.
2024-04-07 02:46:49.0|Info|RefreshMovieService|Updating info for Hocus Pocus
2024-04-07 02:46:49.0|Info|MediaCoverService|Downloading Fanart for [Heathers (1989)][tt0097493, 2640] https://image.tmdb.org/t/p/original/5pLaYZGbweHYULiNiRehPxYuUnn.jpg
2024-04-07 02:46:49.0|Info|MovieService|Assigning file [Heathers (1989) Bluray-1080p.mp4] to movie [[Heathers (1989)][tt0097493, 2640]]
2024-04-07 02:46:49.0|Info|DiskScanService|Completed scanning disk for Heathers
2024-04-07 02:46:49.0|Info|MovieScannedHandler|[Heathers] was recently added, performing post-add actions
2024-04-07 02:46:49.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:49.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:49.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:49.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:49.1|Info|RefreshMovieService|Updating info for Howl's Moving Castle
2024-04-07 02:46:49.1|Info|MovieService|Assigning file [Her.2013.1080p.BluRay.REMUX.AVC.DTS-HD.MA.5.1-RARBG.mkv] to movie [[Her (2013)][tt1798709, 152601]]
2024-04-07 02:46:49.1|Info|DiskScanService|Completed scanning disk for Her
2024-04-07 02:46:49.1|Info|MovieScannedHandler|[Her] was recently added, performing post-add actions
2024-04-07 02:46:49.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:49.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:49.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:49.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:49.1|Info|RefreshMovieService|Updating info for I'm Thinking of Ending Things
2024-04-07 02:46:49.1|Info|MediaCoverService|Downloading Fanart for [Her (2013)][tt1798709, 152601] https://image.tmdb.org/t/p/original/sPPsR9f4K0movWVQ99u4uMqFzEL.jpg
2024-04-07 02:46:49.1|Info|MediaCoverService|Downloading Fanart for [High-Rise (2015)][tt0462335, 254302] https://image.tmdb.org/t/p/original/wESuRMxELPAwo56qFRcoyI4p20F.jpg
2024-04-07 02:46:49.1|Info|AddMovieCollectionService|Adding Collection Hocus Pocus Collection[751156]
2024-04-07 02:46:49.1|Info|MediaCoverService|Downloading Poster for [Howl's Moving Castle (2004)][tt0347149, 4935] https://image.tmdb.org/t/p/original/6pZgH10jhpToPcf0uvyTCPFhWpI.jpg
2024-04-07 02:46:49.1|Info|DiskScanService|Scanning disk for Howl's Moving Castle
2024-04-07 02:46:49.2|Info|MediaCoverService|Downloading Poster for [Hocus Pocus (1993)][tt0107120, 10439] https://image.tmdb.org/t/p/original/by4D4Q9NlUjFSEUA1yrxq6ksXmk.jpg
2024-04-07 02:46:49.2|Info|DiskScanService|Scanning disk for Hocus Pocus
2024-04-07 02:46:49.2|Info|MediaCoverService|Downloading Poster for [I'm Thinking of Ending Things (2020)][tt7939766, 500840] https://image.tmdb.org/t/p/original/5ynWWapdl45hJXUh0KIevxSG9JQ.jpg
2024-04-07 02:46:49.2|Info|DiskScanService|Scanning disk for I'm Thinking of Ending Things
2024-04-07 02:46:49.3|Info|MediaCoverService|Downloading Fanart for [Howl's Moving Castle (2004)][tt0347149, 4935] https://image.tmdb.org/t/p/original/9RWPPVB9ZPsrqALjcXKkl5rwijN.jpg
2024-04-07 02:46:49.3|Info|MovieService|Assigning file [Howl's Moving Castle (2004) (1080p BluRay x265 HEVC 10bit EAC3 5.1 Japanese Garshasp).mkv] to movie [[Howl's Moving Castle (2004)][tt0347149, 4935]]
2024-04-07 02:46:49.3|Info|DiskScanService|Completed scanning disk for Howl's Moving Castle
2024-04-07 02:46:49.3|Info|MovieScannedHandler|[Howl's Moving Castle] was recently added, performing post-add actions
2024-04-07 02:46:49.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:49.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:49.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:49.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:49.3|Info|MovieService|Assigning file [I'm Thinking of Ending Things (2020) WEBDL-1080p.mkv] to movie [[I'm Thinking of Ending Things (2020)][tt7939766, 500840]]
2024-04-07 02:46:49.3|Info|DiskScanService|Completed scanning disk for I'm Thinking of Ending Things
2024-04-07 02:46:49.3|Info|MovieScannedHandler|[I'm Thinking of Ending Things] was recently added, performing post-add actions
2024-04-07 02:46:49.3|Info|RefreshMovieService|Updating info for Inside the Shein Machine: Untold
2024-04-07 02:46:49.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:49.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:49.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:49.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:49.3|Info|RefreshMovieService|Updating info for Into the West
2024-04-07 02:46:49.3|Info|MediaCoverService|Downloading Fanart for [Hocus Pocus (1993)][tt0107120, 10439] https://image.tmdb.org/t/p/original/c4Fl1cWiXcq4uJdOQudQClFjhho.jpg
2024-04-07 02:46:49.3|Info|MediaCoverService|Downloading Fanart for [I'm Thinking of Ending Things (2020)][tt7939766, 500840] https://image.tmdb.org/t/p/original/bMKGU5HFHPvg67ybbNXnBvpFEp0.jpg
2024-04-07 02:46:49.4|Info|MovieService|Assigning file [Hocus Pocus (1993) Bluray-1080p.mp4] to movie [[Hocus Pocus (1993)][tt0107120, 10439]]
2024-04-07 02:46:49.4|Info|DiskScanService|Completed scanning disk for Hocus Pocus
2024-04-07 02:46:49.4|Info|MovieScannedHandler|[Hocus Pocus] was recently added, performing post-add actions
2024-04-07 02:46:49.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:49.4|Info|ExistingSubtitleImporter|Found 1 existing subtitle files
2024-04-07 02:46:49.4|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:46:49.4|Info|ExistingExtraFileService|Found 2 possible extra files, imported 2 files.
2024-04-07 02:46:49.4|Info|MediaCoverService|Downloading Poster for [Inside the Shein Machine: Untold (2022)][tt22816826, 1037235] https://image.tmdb.org/t/p/original/e0JaWt7SE32GY1rtnKsQDylKQiJ.jpg
2024-04-07 02:46:49.4|Info|DiskScanService|Scanning disk for Inside the Shein Machine: Untold
2024-04-07 02:46:49.4|Info|RefreshMovieService|Updating info for Jerrod Carmichael: Rothaniel
2024-04-07 02:46:49.4|Info|MediaCoverService|Downloading Poster for [Into the West (1992)][tt0104522, 33221] https://image.tmdb.org/t/p/original/k9e63dUNxu5MtXCCB3trUXtXX58.jpg
2024-04-07 02:46:49.4|Info|DiskScanService|Scanning disk for Into the West
2024-04-07 02:46:49.5|Info|MediaCoverService|Downloading Poster for [Jerrod Carmichael: Rothaniel (2022)][tt18949702, 952326] https://image.tmdb.org/t/p/original/klYNX97TLtWz4zfaByWsoLH2BGT.jpg
2024-04-07 02:46:49.5|Info|DiskScanService|Scanning disk for Jerrod Carmichael: Rothaniel
2024-04-07 02:46:49.5|Info|MediaCoverService|Downloading Fanart for [Inside the Shein Machine: Untold (2022)][tt22816826, 1037235] https://image.tmdb.org/t/p/original/xGuykQDltaABVAiUVdAewsc2ytK.jpg
2024-04-07 02:46:49.5|Info|MediaCoverService|Downloading Fanart for [Into the West (1992)][tt0104522, 33221] https://image.tmdb.org/t/p/original/jRJnq8dyWs0zlCyJmihOilQSRir.jpg
2024-04-07 02:46:49.5|Info|MovieService|Assigning file [Jerrod Carmichael Rothaniel (2022) (1080p HMAX.WEBDL x265 10bit AC3 5.1 EDGE2020).mkv] to movie [[Jerrod Carmichael: Rothaniel (2022)][tt18949702, 952326]]
2024-04-07 02:46:49.6|Info|DiskScanService|Completed scanning disk for Jerrod Carmichael: Rothaniel
2024-04-07 02:46:49.6|Info|MovieScannedHandler|[Jerrod Carmichael: Rothaniel] was recently added, performing post-add actions
2024-04-07 02:46:49.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:49.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:49.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:49.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:49.6|Info|RefreshMovieService|Updating info for Jim Jefferies: Intolerant
2024-04-07 02:46:49.6|Info|MediaCoverService|Downloading Fanart for [Jerrod Carmichael: Rothaniel (2022)][tt18949702, 952326] https://image.tmdb.org/t/p/original/dSoJ8tgH83cZeX4ngxXDqXGQpUj.jpg
2024-04-07 02:46:49.6|Info|MediaCoverService|Downloading Poster for [Jim Jefferies: Intolerant (2020)][tt12588160, 718831] https://image.tmdb.org/t/p/original/h4lRLoaeISvLncMVwGt8BcecGIM.jpg
2024-04-07 02:46:49.6|Info|DiskScanService|Scanning disk for Jim Jefferies: Intolerant
2024-04-07 02:46:49.7|Info|MovieService|Assigning file [Inside The Shein Machine Untold (2022) [1080p] [WEBRip] [YTS.MX].mp4] to movie [[Inside the Shein Machine: Untold (2022)][tt22816826, 1037235]]
2024-04-07 02:46:49.7|Info|DiskScanService|Completed scanning disk for Inside the Shein Machine: Untold
2024-04-07 02:46:49.7|Info|MovieScannedHandler|[Inside the Shein Machine: Untold] was recently added, performing post-add actions
2024-04-07 02:46:49.7|Info|MovieService|Assigning file [Into The West (1992) [1080p] [BluRay] [5.1] [YTS.MX].mp4] to movie [[Into the West (1992)][tt0104522, 33221]]
2024-04-07 02:46:49.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:49.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:49.7|Info|DiskScanService|Completed scanning disk for Into the West
2024-04-07 02:46:49.7|Info|MovieScannedHandler|[Into the West] was recently added, performing post-add actions
2024-04-07 02:46:49.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:49.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:49.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:49.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:49.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:49.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:49.7|Info|RefreshMovieService|Updating info for John Wick: Chapter 4
2024-04-07 02:46:49.8|Info|RefreshMovieService|Updating info for Jumanji: The Next Level
2024-04-07 02:46:49.8|Info|MediaCoverService|Downloading Fanart for [Jim Jefferies: Intolerant (2020)][tt12588160, 718831] https://image.tmdb.org/t/p/original/wEiQuY5L1Mr1ac3EWtZ1O7hZa6f.jpg
2024-04-07 02:46:49.8|Info|MovieService|Assigning file [Jim.Jefferies.Intolerant.2020.1080p.WEBRip.x264.AAC5.1-[YTS.MX].mp4] to movie [[Jim Jefferies: Intolerant (2020)][tt12588160, 718831]]
2024-04-07 02:46:49.8|Info|DiskScanService|Completed scanning disk for Jim Jefferies: Intolerant
2024-04-07 02:46:49.8|Info|MovieScannedHandler|[Jim Jefferies: Intolerant] was recently added, performing post-add actions
2024-04-07 02:46:49.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:49.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:49.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:49.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:49.8|Info|RefreshMovieService|Updating info for Jurassic Park
2024-04-07 02:46:49.9|Info|AddMovieCollectionService|Adding Collection Jumanji Collection[495527]
2024-04-07 02:46:49.9|Info|AddMovieCollectionService|Adding Collection John Wick Collection[404609]
2024-04-07 02:46:49.9|Info|AddMovieCollectionService|Adding Collection Jurassic Park Collection[328]
2024-04-07 02:46:49.9|Info|MediaCoverService|Downloading Poster for [Jumanji: The Next Level (2019)][tt7975244, 512200] https://image.tmdb.org/t/p/original/jyw8VKYEiM1UDzPB7NsisUgBeJ8.jpg
2024-04-07 02:46:49.9|Info|DiskScanService|Scanning disk for Jumanji: The Next Level
2024-04-07 02:46:49.9|Info|MediaCoverService|Downloading Poster for [John Wick: Chapter 4 (2023)][tt10366206, 603692] https://image.tmdb.org/t/p/original/vZloFAK7NmvMGKE7VkF5UHaz0I.jpg
2024-04-07 02:46:49.9|Info|DiskScanService|Scanning disk for John Wick: Chapter 4
2024-04-07 02:46:49.9|Info|MediaCoverService|Downloading Poster for [Jurassic Park (1993)][tt0107290, 329] https://image.tmdb.org/t/p/original/b1xCNnyrPebIc7EWNZIa6jhb1Ww.jpg
2024-04-07 02:46:49.9|Info|DiskScanService|Scanning disk for Jurassic Park
2024-04-07 02:46:50.0|Info|MovieService|Assigning file [Jumanji-The nex level (2019) ITA-ENG Ac3 5.1 BDRip 1080p H264 [ArMor].mkv] to movie [[Jumanji: The Next Level (2019)][tt7975244, 512200]]
2024-04-07 02:46:50.0|Info|DiskScanService|Completed scanning disk for Jumanji: The Next Level
2024-04-07 02:46:50.0|Info|MovieScannedHandler|[Jumanji: The Next Level] was recently added, performing post-add actions
2024-04-07 02:46:50.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:50.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:50.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:50.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:50.0|Info|RefreshMovieService|Updating info for Jurassic Park III
2024-04-07 02:46:50.0|Info|MovieService|Assigning file [Jurassic.Park.1993.RERIP.1080p.BluRay.X264-AMIABLE[hotpena].mkv] to movie [[Jurassic Park (1993)][tt0107290, 329]]
2024-04-07 02:46:50.0|Info|DiskScanService|Completed scanning disk for Jurassic Park
2024-04-07 02:46:50.0|Info|MovieScannedHandler|[Jurassic Park] was recently added, performing post-add actions
2024-04-07 02:46:50.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:50.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:50.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:50.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:50.0|Info|RefreshMovieService|Updating info for Jurassic World
2024-04-07 02:46:50.1|Info|MediaCoverService|Downloading Fanart for [Jurassic Park (1993)][tt0107290, 329] https://image.tmdb.org/t/p/original/79bJL9ydAMYVltuNTt4VhxORqIz.jpg
2024-04-07 02:46:50.1|Info|MediaCoverService|Downloading Poster for [Jurassic Park III (2001)][tt0163025, 331] https://image.tmdb.org/t/p/original/oQXj4NUfS3r3gHXtDOzcJgj1lLc.jpg
2024-04-07 02:46:50.1|Info|DiskScanService|Scanning disk for Jurassic Park III
2024-04-07 02:46:50.1|Info|MovieService|Assigning file [John.Wick.Chapter.4.2023.2160p.WEB-DL.DDP5.1.Atmos.DV.HDR10Plus.H.265-CM.mkv] to movie [[John Wick: Chapter 4 (2023)][tt10366206, 603692]]
2024-04-07 02:46:50.1|Info|MediaCoverService|Downloading Fanart for [Jumanji: The Next Level (2019)][tt7975244, 512200] https://image.tmdb.org/t/p/original/oLma4sWjqlXVr0E3jpaXQCytuG9.jpg
2024-04-07 02:46:50.1|Info|MediaCoverService|Downloading Fanart for [John Wick: Chapter 4 (2023)][tt10366206, 603692] https://image.tmdb.org/t/p/original/7I6VUdPj6tQECNHdviJkUHD2u89.jpg
2024-04-07 02:46:50.1|Info|DiskScanService|Completed scanning disk for John Wick: Chapter 4
2024-04-07 02:46:50.1|Info|MovieScannedHandler|[John Wick: Chapter 4] was recently added, performing post-add actions
2024-04-07 02:46:50.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:50.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:50.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:50.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:50.1|Info|RefreshMovieService|Updating info for Jurassic World Dominion
2024-04-07 02:46:50.1|Info|MediaCoverService|Downloading Poster for [Jurassic World (2015)][tt0369610, 135397] https://image.tmdb.org/t/p/original/A0LZHXUzo5C60Oahvt7VxvwuzHw.jpg
2024-04-07 02:46:50.1|Info|DiskScanService|Scanning disk for Jurassic World
2024-04-07 02:46:50.2|Info|MovieService|Assigning file [Jurassic World 2015 1080p BRRip x264 DTS-JYK.mkv] to movie [[Jurassic World (2015)][tt0369610, 135397]]
2024-04-07 02:46:50.2|Info|DiskScanService|Completed scanning disk for Jurassic World
2024-04-07 02:46:50.2|Info|MovieScannedHandler|[Jurassic World] was recently added, performing post-add actions
2024-04-07 02:46:50.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:50.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:50.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:50.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:50.2|Info|RefreshMovieService|Updating info for Jurassic World: Fallen Kingdom
2024-04-07 02:46:50.2|Info|MovieService|Assigning file [Jurassic.Park.III.2001.REMASTERED.PROPER.1080p.BluRay.x265-RARBG.mp4] to movie [[Jurassic Park III (2001)][tt0163025, 331]]
2024-04-07 02:46:50.2|Info|DiskScanService|Completed scanning disk for Jurassic Park III
2024-04-07 02:46:50.2|Info|MovieScannedHandler|[Jurassic Park III] was recently added, performing post-add actions
2024-04-07 02:46:50.2|Info|MediaCoverService|Downloading Fanart for [Jurassic Park III (2001)][tt0163025, 331] https://image.tmdb.org/t/p/original/hc0rX4AjWy4N39ByuXKbnhjbFia.jpg
2024-04-07 02:46:50.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:50.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:50.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:50.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:50.2|Info|RefreshMovieService|Updating info for Justice League: Crisis on Infinite Earths Part One
2024-04-07 02:46:50.2|Info|MediaCoverService|Downloading Poster for [Jurassic World Dominion (2022)][tt8041270, 507086] https://image.tmdb.org/t/p/original/kAVRgw7GgK1CfYEJq8ME6EvRIgU.jpg
2024-04-07 02:46:50.2|Info|DiskScanService|Scanning disk for Jurassic World Dominion
2024-04-07 02:46:50.3|Info|MediaCoverService|Downloading Poster for [Jurassic World: Fallen Kingdom (2018)][tt4881806, 351286] https://image.tmdb.org/t/p/original/c9XxwwhPHdaImA2f1WEfEsbhaFB.jpg
2024-04-07 02:46:50.3|Info|DiskScanService|Scanning disk for Jurassic World: Fallen Kingdom
2024-04-07 02:46:50.4|Info|AddMovieCollectionService|Adding Collection Justice League (Tomorrowverse) Collection[1178688]
2024-04-07 02:46:50.4|Info|MediaCoverService|Downloading Fanart for [Jurassic World (2015)][tt0369610, 135397] https://image.tmdb.org/t/p/original/dF6FjTZzRTENfB4R17HDN20jLT2.jpg
2024-04-07 02:46:50.4|Info|MediaCoverService|Downloading Poster for [Justice League: Crisis on Infinite Earths Part One (2024)][tt29195117, 1155089] https://image.tmdb.org/t/p/original/zR6C66EDklgTPLHRSmmMt5878MR.jpg
2024-04-07 02:46:50.4|Info|DiskScanService|Scanning disk for Justice League: Crisis on Infinite Earths Part One
2024-04-07 02:46:50.5|Info|MediaCoverService|Downloading Fanart for [Jurassic World Dominion (2022)][tt8041270, 507086] https://image.tmdb.org/t/p/original/9eAn20y26wtB3aet7w9lHjuSgZ3.jpg
2024-04-07 02:46:50.5|Info|MediaCoverService|Downloading Fanart for [Jurassic World: Fallen Kingdom (2018)][tt4881806, 351286] https://image.tmdb.org/t/p/original/3s9O5af2xWKWR5JzP2iJZpZeQQg.jpg
2024-04-07 02:46:50.5|Info|MovieService|Assigning file [Jurassic.World.Fallen.Kingdom.2018.1080p.WEBRip.x264-[YTS.AM].mp4] to movie [[Jurassic World: Fallen Kingdom (2018)][tt4881806, 351286]]
2024-04-07 02:46:50.6|Info|DiskScanService|Completed scanning disk for Jurassic World: Fallen Kingdom
2024-04-07 02:46:50.6|Info|MovieScannedHandler|[Jurassic World: Fallen Kingdom] was recently added, performing post-add actions
2024-04-07 02:46:50.6|Info|MovieService|Assigning file [Justice.League.Crisis.on.Infinite.Earths.Part.One.2024.2160p.AMZN.WEB-DL.DDP5.1.HDR.H.265-FLUX[TGx].mkv] to movie [[Justice League: Crisis on Infinite Earths Part One (2024)][tt29195117, 1155089]]
2024-04-07 02:46:50.6|Info|DiskScanService|Completed scanning disk for Justice League: Crisis on Infinite Earths Part One
2024-04-07 02:46:50.6|Info|MovieScannedHandler|[Justice League: Crisis on Infinite Earths Part One] was recently added, performing post-add actions
2024-04-07 02:46:50.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:50.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:50.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:50.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:50.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:50.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:50.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:50.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:50.6|Info|RefreshMovieService|Updating info for Justice League Dark: Apokolips War
2024-04-07 02:46:50.6|Info|MovieService|Assigning file [Jurassic.World.3.Dominion.2022.EXTENDED.1080p.BluRay.x265-RARBG.mp4] to movie [[Jurassic World Dominion (2022)][tt8041270, 507086]]
2024-04-07 02:46:50.6|Info|MediaCoverService|Downloading Fanart for [Justice League: Crisis on Infinite Earths Part One (2024)][tt29195117, 1155089] https://image.tmdb.org/t/p/original/rVJfabCz1ViynQCEz54MRqdZig1.jpg
2024-04-07 02:46:50.6|Info|RefreshMovieService|Updating info for Justice League: Warworld
2024-04-07 02:46:50.6|Info|DiskScanService|Completed scanning disk for Jurassic World Dominion
2024-04-07 02:46:50.6|Info|MovieScannedHandler|[Jurassic World Dominion] was recently added, performing post-add actions
2024-04-07 02:46:50.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:50.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:50.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:50.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:50.6|Info|RefreshMovieService|Updating info for Justice Society: World War II
2024-04-07 02:46:50.7|Info|AddMovieCollectionService|Adding Collection Justice League Dark Collection[702342]
2024-04-07 02:46:50.7|Info|MediaCoverService|Downloading Poster for [Justice Society: World War II (2021)][tt13804084, 736069] https://image.tmdb.org/t/p/original/e4REOC6CZW8J6FslA4nRvdQXFXR.jpg
2024-04-07 02:46:50.7|Info|DiskScanService|Scanning disk for Justice Society: World War II
2024-04-07 02:46:50.7|Info|MediaCoverService|Downloading Poster for [Justice League: Warworld (2023)][tt27687527, 1003581] https://image.tmdb.org/t/p/original/pHdSS5G3wDwJp6jWgMpbSjNiTbr.jpg
2024-04-07 02:46:50.7|Info|DiskScanService|Scanning disk for Justice League: Warworld
2024-04-07 02:46:50.8|Info|MediaCoverService|Downloading Poster for [Justice League Dark: Apokolips War (2020)][tt11079148, 618344] https://image.tmdb.org/t/p/original/c01Y4suApJ1Wic2xLmaq1QYcfoZ.jpg
2024-04-07 02:46:50.8|Info|DiskScanService|Scanning disk for Justice League Dark: Apokolips War
2024-04-07 02:46:50.9|Info|MediaCoverService|Downloading Fanart for [Justice League: Warworld (2023)][tt27687527, 1003581] https://image.tmdb.org/t/p/original/kIMYSzp1fH1H9adKplekLD9BuNi.jpg
2024-04-07 02:46:50.9|Info|MediaCoverService|Downloading Fanart for [Justice League Dark: Apokolips War (2020)][tt11079148, 618344] https://image.tmdb.org/t/p/original/sQkRiQo3nLrQYMXZodDjNUJKHZV.jpg
2024-04-07 02:46:50.9|Info|MediaCoverService|Downloading Fanart for [Justice Society: World War II (2021)][tt13804084, 736069] https://image.tmdb.org/t/p/original/8LHSDyRizQ4kQz5rEHPKyXPvMG3.jpg
2024-04-07 02:46:51.0|Info|MovieService|Assigning file [Justice League Dark Apokolips War (2020) WEBDL-1080p.mkv] to movie [[Justice League Dark: Apokolips War (2020)][tt11079148, 618344]]
2024-04-07 02:46:51.0|Info|DiskScanService|Completed scanning disk for Justice League Dark: Apokolips War
2024-04-07 02:46:51.0|Info|MovieScannedHandler|[Justice League Dark: Apokolips War] was recently added, performing post-add actions
2024-04-07 02:46:51.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:51.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:51.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:51.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:51.0|Info|RefreshMovieService|Updating info for Keanu
2024-04-07 02:46:51.0|Info|MovieService|Assigning file [Justice.League.Warworld.2023.Bluray.2160p.AV1.HDR10.OPUS.5.1-UH.mkv] to movie [[Justice League: Warworld (2023)][tt27687527, 1003581]]
2024-04-07 02:46:51.0|Info|DiskScanService|Completed scanning disk for Justice League: Warworld
2024-04-07 02:46:51.0|Info|MovieScannedHandler|[Justice League: Warworld] was recently added, performing post-add actions
2024-04-07 02:46:51.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:51.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:51.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:51.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:51.0|Info|RefreshMovieService|Updating info for Kiki's Delivery Service
2024-04-07 02:46:51.0|Info|MediaCoverService|Downloading Poster for [Keanu (2016)][tt4139124, 342521] https://image.tmdb.org/t/p/original/dPWlBmCixh9k3Jjb7c7jkIaxBbL.jpg
2024-04-07 02:46:51.0|Info|DiskScanService|Scanning disk for Keanu
2024-04-07 02:46:51.0|Info|DiskScanService|Completed scanning disk for Keanu
2024-04-07 02:46:51.0|Info|MovieScannedHandler|[Keanu] was recently added, performing post-add actions
2024-04-07 02:46:51.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:51.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:51.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:51.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:51.1|Info|RefreshMovieService|Updating info for Killers of the Flower Moon
2024-04-07 02:46:51.1|Info|MediaCoverService|Downloading Poster for [Kiki's Delivery Service (1989)][tt0097814, 16859] https://image.tmdb.org/t/p/original/Aufa4YdZIv4AXpR9rznwVA5SEfd.jpg
2024-04-07 02:46:51.1|Info|DiskScanService|Scanning disk for Kiki's Delivery Service
2024-04-07 02:46:51.1|Info|MediaCoverService|Downloading Poster for [Killers of the Flower Moon (2023)][tt5537002, 466420] https://image.tmdb.org/t/p/original/dB6Krk806zeqd0YNp2ngQ9zXteH.jpg
2024-04-07 02:46:51.1|Info|DiskScanService|Scanning disk for Killers of the Flower Moon
2024-04-07 02:46:51.2|Info|MovieService|Assigning file [Justice Society World War II (2021) Remux-2160p.mkv] to movie [[Justice Society: World War II (2021)][tt13804084, 736069]]
2024-04-07 02:46:51.2|Info|MovieService|Assigning file [Kiki's Delivery Service (1989) (1080p BluRay x265 HEVC 10bit EAC3 2.0 Japanese Garshasp).mkv] to movie [[Kiki's Delivery Service (1989)][tt0097814, 16859]]
2024-04-07 02:46:51.2|Info|DiskScanService|Completed scanning disk for Justice Society: World War II
2024-04-07 02:46:51.2|Info|MovieScannedHandler|[Justice Society: World War II] was recently added, performing post-add actions
2024-04-07 02:46:51.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:51.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:51.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:51.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:51.2|Info|DiskScanService|Completed scanning disk for Kiki's Delivery Service
2024-04-07 02:46:51.2|Info|MovieScannedHandler|[Kiki's Delivery Service] was recently added, performing post-add actions
2024-04-07 02:46:51.2|Info|MovieService|Assigning file [Killers.Of.The.Flower.Moon.2023.REPACK.2160p.AMZN.WEB-DL.DDP5.1.Atmos.H.265-FLUX[TGx].mkv] to movie [[Killers of the Flower Moon (2023)][tt5537002, 466420]]
2024-04-07 02:46:51.2|Info|RefreshMovieService|Updating info for Klaus
2024-04-07 02:46:51.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:51.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:51.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:51.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:51.2|Info|DiskScanService|Completed scanning disk for Killers of the Flower Moon
2024-04-07 02:46:51.2|Info|MovieScannedHandler|[Killers of the Flower Moon] was recently added, performing post-add actions
2024-04-07 02:46:51.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:51.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:51.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:51.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:51.2|Info|MediaCoverService|Downloading Fanart for [Keanu (2016)][tt4139124, 342521] https://image.tmdb.org/t/p/original/y6mCy0k7dnNKcHjLLPdo7guVjCR.jpg
2024-04-07 02:46:51.2|Info|RefreshMovieService|Updating info for Knives Out
2024-04-07 02:46:51.2|Info|RefreshMovieService|Updating info for Glass Onion: A Knives Out Mystery
2024-04-07 02:46:51.3|Info|MediaCoverService|Downloading Fanart for [Kiki's Delivery Service (1989)][tt0097814, 16859] https://image.tmdb.org/t/p/original/h5pAEVma835u8xoE60kmLVopLct.jpg
2024-04-07 02:46:51.3|Info|MediaCoverService|Downloading Poster for [Klaus (2019)][tt4729430, 508965] https://image.tmdb.org/t/p/original/q125RHUDgR4gjwh1QkfYuJLYkL.jpg
2024-04-07 02:46:51.3|Info|DiskScanService|Scanning disk for Klaus
2024-04-07 02:46:51.4|Info|MediaCoverService|Downloading Fanart for [Killers of the Flower Moon (2023)][tt5537002, 466420] https://image.tmdb.org/t/p/original/1X7vow16X7CnCoexXh4H4F2yDJv.jpg
2024-04-07 02:46:51.4|Info|MediaCoverService|Downloading Fanart for [Klaus (2019)][tt4729430, 508965] https://image.tmdb.org/t/p/original/mlxKite1x1PgmIhJgAxNS9eHmH8.jpg
2024-04-07 02:46:51.4|Info|AddMovieCollectionService|Adding Collection Knives Out Collection[722971]
2024-04-07 02:46:51.4|Info|AddMovieCollectionService|Adding Collection Knives Out Collection[722971]
2024-04-07 02:46:51.4|Error|RefreshMovieService|Couldn't refresh info for [Glass Onion: A Knives Out Mystery (2022)][tt11564570, 661374]
[v5.3.6.8612] code = Constraint (19), message = System.Data.SQLite.SQLiteException (0x800027AF): constraint failed
UNIQUE constraint failed: Collections.TmdbId
at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1142
at Dapper.SqlMapper.QueryMultipleImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 1125
at NzbDrone.Core.Datastore.BasicRepository`1.Insert(IDbConnection connection, IDbTransaction transaction, TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 188
at NzbDrone.Core.Datastore.BasicRepository`1.Insert(TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 151
at NzbDrone.Core.Movies.Collections.MovieCollectionService.AddCollection(MovieCollection newCollection) in ./Radarr.Core/Movies/Collections/MovieCollectionService.cs:line 44
at NzbDrone.Core.Movies.Collections.AddMovieCollectionService.AddMovieCollection(MovieCollection newCollection)
at NzbDrone.Core.Movies.RefreshMovieService.RefreshMovieInfo(Int32 movieId) in ./Radarr.Core/Movies/RefreshMovieService.cs:line 100
at NzbDrone.Core.Movies.RefreshMovieService.Execute(RefreshMovieCommand message) in ./Radarr.Core/Movies/RefreshMovieService.cs:line 258
2024-04-07 02:46:51.4|Info|DiskScanService|Scanning disk for Glass Onion: A Knives Out Mystery
2024-04-07 02:46:51.4|Info|MovieService|Assigning file [Klaus.2019.2160p.NF.WEB-DL.x265.10bit.HDR.DDP5.1.Atmos-SMURF.mkv] to movie [[Klaus (2019)][tt4729430, 508965]]
2024-04-07 02:46:51.4|Info|MediaCoverService|Downloading Poster for [Knives Out (2019)][tt8946378, 546554] https://image.tmdb.org/t/p/original/pThyQovXQrw2m0s9x82twj48Jq4.jpg
2024-04-07 02:46:51.4|Info|DiskScanService|Scanning disk for Knives Out
2024-04-07 02:46:51.4|Info|DiskScanService|Completed scanning disk for Klaus
2024-04-07 02:46:51.4|Info|MovieScannedHandler|[Klaus] was recently added, performing post-add actions
2024-04-07 02:46:51.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:51.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:51.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:51.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:51.5|Info|MovieService|Assigning file [Glass.Onion.A.Knives.Out.Mystery.2022.1080p.NF.WEBRip.DDP5.1.Atmos.x264-SMURF.mkv] to movie [[Glass Onion: A Knives Out Mystery (2022)][tt11564570, 661374]]
2024-04-07 02:46:51.5|Info|RefreshMovieService|Updating info for Kung Fu Panda
2024-04-07 02:46:51.5|Info|DiskScanService|Completed scanning disk for Glass Onion: A Knives Out Mystery
2024-04-07 02:46:51.5|Info|MovieScannedHandler|[Glass Onion: A Knives Out Mystery] was recently added, performing post-add actions
2024-04-07 02:46:51.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:51.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:51.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:51.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:51.5|Error|CommandExecutor|Error occurred while executing task RefreshMovie
[v5.3.6.8612] code = Constraint (19), message = System.Data.SQLite.SQLiteException (0x800027AF): constraint failed
UNIQUE constraint failed: Collections.TmdbId
at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1142
at Dapper.SqlMapper.QueryMultipleImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 1125
at NzbDrone.Core.Datastore.BasicRepository`1.Insert(IDbConnection connection, IDbTransaction transaction, TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 188
at NzbDrone.Core.Datastore.BasicRepository`1.Insert(TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 151
at NzbDrone.Core.Movies.Collections.MovieCollectionService.AddCollection(MovieCollection newCollection) in ./Radarr.Core/Movies/Collections/MovieCollectionService.cs:line 44
at NzbDrone.Core.Movies.Collections.AddMovieCollectionService.AddMovieCollection(MovieCollection newCollection)
at NzbDrone.Core.Movies.RefreshMovieService.RefreshMovieInfo(Int32 movieId) in ./Radarr.Core/Movies/RefreshMovieService.cs:line 100
at NzbDrone.Core.Movies.RefreshMovieService.Execute(RefreshMovieCommand message) in ./Radarr.Core/Movies/RefreshMovieService.cs:line 258
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44
2024-04-07 02:46:51.5|Info|RefreshMovieService|Updating info for Lady Bird
2024-04-07 02:46:51.6|Info|MediaCoverService|Downloading Poster for [Lady Bird (2017)][tt4925292, 391713] https://image.tmdb.org/t/p/original/iySFtKLrWvVzXzlFj7x1zalxi5G.jpg
2024-04-07 02:46:51.6|Info|DiskScanService|Scanning disk for Lady Bird
2024-04-07 02:46:51.6|Info|MovieService|Assigning file [Knives Out (2019) [1080p] [BluRay] [YTS.MX].mp4] to movie [[Knives Out (2019)][tt8946378, 546554]]
2024-04-07 02:46:51.6|Info|DiskScanService|Completed scanning disk for Knives Out
2024-04-07 02:46:51.6|Info|MovieScannedHandler|[Knives Out] was recently added, performing post-add actions
2024-04-07 02:46:51.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:51.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:51.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:51.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:51.6|Info|RefreshMovieService|Updating info for Leave the World Behind
2024-04-07 02:46:51.6|Info|AddMovieCollectionService|Adding Collection Kung Fu Panda Collection[77816]
2024-04-07 02:46:51.6|Info|MovieService|Assigning file [Lady Bird (2017) REPACK (1080p BluRay x265 HEVC 10bit AAC 5.1 Tigole).mkv] to movie [[Lady Bird (2017)][tt4925292, 391713]]
2024-04-07 02:46:51.6|Info|DiskScanService|Completed scanning disk for Lady Bird
2024-04-07 02:46:51.6|Info|MovieScannedHandler|[Lady Bird] was recently added, performing post-add actions
2024-04-07 02:46:51.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:51.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:51.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:51.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:51.7|Info|RefreshMovieService|Updating info for Legion of Super-Heroes
2024-04-07 02:46:51.7|Info|MediaCoverService|Downloading Poster for [Kung Fu Panda (2008)][tt0441773, 9502] https://image.tmdb.org/t/p/original/wWt4JYXTg5Wr3xBW2phBrMKgp3x.jpg
2024-04-07 02:46:51.7|Info|DiskScanService|Scanning disk for Kung Fu Panda
2024-04-07 02:46:51.7|Info|MediaCoverService|Downloading Fanart for [Knives Out (2019)][tt8946378, 546554] https://image.tmdb.org/t/p/original/4HWAQu28e2yaWrtupFPGFkdNU7V.jpg
2024-04-07 02:46:51.7|Info|MediaCoverService|Downloading Poster for [Leave the World Behind (2023)][tt12747748, 726209] https://image.tmdb.org/t/p/original/29rhl1xopxA7JlGVVsf1UHfYPvN.jpg
2024-04-07 02:46:51.7|Info|DiskScanService|Scanning disk for Leave the World Behind
2024-04-07 02:46:51.7|Info|MovieService|Assigning file [Kung.Fu.Panda.2008.1080p.BluRay.ENG.LATINO.DD5.1.MKV-BEN.THE.MEN.mkv] to movie [[Kung Fu Panda (2008)][tt0441773, 9502]]
2024-04-07 02:46:51.7|Info|DiskScanService|Completed scanning disk for Kung Fu Panda
2024-04-07 02:46:51.7|Info|MovieScannedHandler|[Kung Fu Panda] was recently added, performing post-add actions
2024-04-07 02:46:51.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:51.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:51.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:51.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:51.8|Info|MediaCoverService|Downloading Poster for [Legion of Super-Heroes (2023)][tt22769820, 1003580] https://image.tmdb.org/t/p/original/8M6bA5t2q5u1nWDTEIXuGDwvboW.jpg
2024-04-07 02:46:51.8|Info|DiskScanService|Scanning disk for Legion of Super-Heroes
2024-04-07 02:46:51.8|Info|RefreshMovieService|Updating info for Licorice Pizza
2024-04-07 02:46:51.8|Info|MediaCoverService|Downloading Fanart for [Lady Bird (2017)][tt4925292, 391713] https://image.tmdb.org/t/p/original/pcWxKfFNCznTKYy0E8M9nG1cwL4.jpg
2024-04-07 02:46:51.8|Info|MovieService|Assigning file [Legion.of.Super.Heroes.2023.1080p.BluRay.x264.DTS-MT.mkv] to movie [[Legion of Super-Heroes (2023)][tt22769820, 1003580]]
2024-04-07 02:46:51.8|Info|DiskScanService|Completed scanning disk for Legion of Super-Heroes
2024-04-07 02:46:51.8|Info|MovieScannedHandler|[Legion of Super-Heroes] was recently added, performing post-add actions
2024-04-07 02:46:51.8|Info|MediaCoverService|Downloading Fanart for [Kung Fu Panda (2008)][tt0441773, 9502] https://image.tmdb.org/t/p/original/d1RHScaZc7I8j0lDke1c4AxI435.jpg
2024-04-07 02:46:51.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:51.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:51.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:51.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:51.8|Info|RefreshMovieService|Updating info for Lightyear
2024-04-07 02:46:51.8|Info|MovieService|Assigning file [Il.Mondo.Dietro.Di.Te.2023.iTA-ENG.WEBDL.2160p.HDR.x265-CYBER.mkv] to movie [[Leave the World Behind (2023)][tt12747748, 726209]]
2024-04-07 02:46:51.8|Info|DiskScanService|Completed scanning disk for Leave the World Behind
2024-04-07 02:46:51.8|Info|MovieScannedHandler|[Leave the World Behind] was recently added, performing post-add actions
2024-04-07 02:46:51.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:51.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:51.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:51.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:51.8|Info|RefreshMovieService|Updating info for Lost Soul: The Doomed Journey of Richard Stanley's “Island of Dr. Moreau”
2024-04-07 02:46:51.9|Info|MediaCoverService|Downloading Poster for [Licorice Pizza (2021)][tt11271038, 718032] https://image.tmdb.org/t/p/original/jD98aUKHQZNAmrk0wQQ9wmNQPnP.jpg
2024-04-07 02:46:51.9|Info|DiskScanService|Scanning disk for Licorice Pizza
2024-04-07 02:46:51.9|Info|MediaCoverService|Downloading Poster for [Lost Soul: The Doomed Journey of Richard Stanley's “Island of Dr. Moreau” (2014)][tt3966544, 279992] https://image.tmdb.org/t/p/original/rySKp5esmRPVDMm33mr4szxR6IU.jpg
2024-04-07 02:46:51.9|Info|DiskScanService|Scanning disk for Lost Soul: The Doomed Journey of Richard Stanley's “Island of Dr. Moreau”
2024-04-07 02:46:51.9|Info|MediaCoverService|Downloading Fanart for [Leave the World Behind (2023)][tt12747748, 726209] https://image.tmdb.org/t/p/original/tLsc8SCFO0rMVgVyNm9XtfnyX84.jpg
2024-04-07 02:46:52.0|Info|MediaCoverService|Downloading Fanart for [Legion of Super-Heroes (2023)][tt22769820, 1003580] https://image.tmdb.org/t/p/original/jhi3K0rN46SSu9wEu6zYVCOeVtH.jpg
2024-04-07 02:46:52.0|Info|MediaCoverService|Downloading Poster for [Lightyear (2022)][tt10298810, 718789] https://image.tmdb.org/t/p/original/b9t3w1loraDh7hjdWmpc9ZsaYns.jpg
2024-04-07 02:46:52.0|Info|DiskScanService|Scanning disk for Lightyear
2024-04-07 02:46:52.0|Info|MovieService|Assigning file [Licorice Pizza (2021) WEBDL-2160p.mkv] to movie [[Licorice Pizza (2021)][tt11271038, 718032]]
2024-04-07 02:46:52.0|Info|DiskScanService|Completed scanning disk for Licorice Pizza
2024-04-07 02:46:52.0|Info|MovieScannedHandler|[Licorice Pizza] was recently added, performing post-add actions
2024-04-07 02:46:52.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:52.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:52.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:52.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:52.0|Info|RefreshMovieService|Updating info for Luca
2024-04-07 02:46:52.0|Info|MediaCoverService|Downloading Fanart for [Licorice Pizza (2021)][tt11271038, 718032] https://image.tmdb.org/t/p/original/hB4ibOHXm1Xl0IbuYVioktDGUWJ.jpg
2024-04-07 02:46:52.1|Info|MediaCoverService|Downloading Fanart for [Lost Soul: The Doomed Journey of Richard Stanley's “Island of Dr. Moreau” (2014)][tt3966544, 279992] https://image.tmdb.org/t/p/original/37QX7fTizptsUhtUqXasqkNpWX8.jpg
2024-04-07 02:46:52.1|Info|MediaCoverService|Downloading Poster for [Luca (2021)][tt12801262, 508943] https://image.tmdb.org/t/p/original/jTswp6KyDYKtvC52GbHagrZbGvD.jpg
2024-04-07 02:46:52.1|Info|DiskScanService|Scanning disk for Luca
2024-04-07 02:46:52.1|Info|MovieService|Assigning file [Lost Soul The Doomed Journey of Richard Stanley's “Island of Dr. Moreau” (2014) Bluray-1080p.mp4] to movie [[Lost Soul: The Doomed Journey of Richard Stanley's “Island of Dr. Moreau” (2014)][tt3966544, 279992]]
2024-04-07 02:46:52.1|Info|DiskScanService|Completed scanning disk for Lost Soul: The Doomed Journey of Richard Stanley's “Island of Dr. Moreau”
2024-04-07 02:46:52.1|Info|MovieScannedHandler|[Lost Soul: The Doomed Journey of Richard Stanley's “Island of Dr. Moreau”] was recently added, performing post-add actions
2024-04-07 02:46:52.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:52.1|Info|ExistingSubtitleImporter|Found 1 existing subtitle files
2024-04-07 02:46:52.1|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:46:52.1|Info|ExistingExtraFileService|Found 3 possible extra files, imported 2 files.
2024-04-07 02:46:52.1|Info|MediaCoverService|Downloading Fanart for [Lightyear (2022)][tt10298810, 718789] https://image.tmdb.org/t/p/original/nW5fUbldp1DYf2uQ3zJTUdachOu.jpg
2024-04-07 02:46:52.1|Info|RefreshMovieService|Updating info for Luther: The Fallen Sun
2024-04-07 02:46:52.2|Info|MediaCoverService|Downloading Poster for [Luther: The Fallen Sun (2023)][tt3155298, 722149] https://image.tmdb.org/t/p/original/tvX2JltXjmpHLQ7BBijyVc9STv4.jpg
2024-04-07 02:46:52.2|Info|DiskScanService|Scanning disk for Luther: The Fallen Sun
2024-04-07 02:46:52.3|Info|MovieService|Assigning file [Luther.The.Fallen.Sun.2023.1080p.NF.WEBRip.DDP5.1.Atmos.x264-TBD.mkv] to movie [[Luther: The Fallen Sun (2023)][tt3155298, 722149]]
2024-04-07 02:46:52.3|Info|MovieService|Assigning file [Lightyear.2022.1080p.Bluray.DTS-HD.MA.7.1.X264-EVO[TGx].mkv] to movie [[Lightyear (2022)][tt10298810, 718789]]
2024-04-07 02:46:52.3|Info|DiskScanService|Completed scanning disk for Luther: The Fallen Sun
2024-04-07 02:46:52.3|Info|MovieScannedHandler|[Luther: The Fallen Sun] was recently added, performing post-add actions
2024-04-07 02:46:52.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:52.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:52.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:52.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:52.3|Info|DiskScanService|Completed scanning disk for Lightyear
2024-04-07 02:46:52.3|Info|MovieScannedHandler|[Lightyear] was recently added, performing post-add actions
2024-04-07 02:46:52.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:52.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:52.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:52.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:52.3|Info|MovieService|Assigning file [Luca (2021) Bluray-1080p.mkv] to movie [[Luca (2021)][tt12801262, 508943]]
2024-04-07 02:46:52.3|Info|DiskScanService|Completed scanning disk for Luca
2024-04-07 02:46:52.3|Info|MovieScannedHandler|[Luca] was recently added, performing post-add actions
2024-04-07 02:46:52.3|Info|RefreshMovieService|Updating info for Madame Web
2024-04-07 02:46:52.3|Info|RefreshMovieService|Updating info for Marc Maron: From Bleak to Dark
2024-04-07 02:46:52.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:52.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:52.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:52.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:52.4|Info|RefreshMovieService|Updating info for Marcel the Shell with Shoes On
2024-04-07 02:46:52.4|Info|MediaCoverService|Downloading Poster for [Marc Maron: From Bleak to Dark (2023)][tt26453369, 1078615] https://image.tmdb.org/t/p/original/w6kHdceewoGCvewpqVMOfRqHnJ3.jpg
2024-04-07 02:46:52.4|Info|DiskScanService|Scanning disk for Marc Maron: From Bleak to Dark
2024-04-07 02:46:52.4|Info|MediaCoverService|Downloading Poster for [Madame Web (2024)][tt11057302, 634492] https://image.tmdb.org/t/p/original/rULWuutDcN5NvtiZi4FRPzRYWSh.jpg
2024-04-07 02:46:52.4|Info|DiskScanService|Scanning disk for Madame Web
2024-04-07 02:46:52.4|Info|MovieService|Assigning file [www.Torrenting.com - Marc.Maron.From.Bleak.to.Dark.2023.1080p.WEB.H264-NAISU.mkv] to movie [[Marc Maron: From Bleak to Dark (2023)][tt26453369, 1078615]]
2024-04-07 02:46:52.4|Info|DiskScanService|Completed scanning disk for Marc Maron: From Bleak to Dark
2024-04-07 02:46:52.4|Info|MovieScannedHandler|[Marc Maron: From Bleak to Dark] was recently added, performing post-add actions
2024-04-07 02:46:52.5|Info|MediaCoverService|Downloading Poster for [Marcel the Shell with Shoes On (2022)][tt15339456, 869626] https://image.tmdb.org/t/p/original/jaYmP4Ct8YLnxWAW2oYkUjeXtzm.jpg
2024-04-07 02:46:52.5|Info|DiskScanService|Scanning disk for Marcel the Shell with Shoes On
2024-04-07 02:46:52.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:52.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:52.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:52.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:52.5|Info|RefreshMovieService|Updating info for May December
2024-04-07 02:46:52.5|Info|MediaCoverService|Downloading Fanart for [Luther: The Fallen Sun (2023)][tt3155298, 722149] https://image.tmdb.org/t/p/original/eN6R6mb3ntHwA3y3MhSwpP78ljN.jpg
2024-04-07 02:46:52.5|Info|MediaCoverService|Downloading Fanart for [Luca (2021)][tt12801262, 508943] https://image.tmdb.org/t/p/original/620hnMVLu6RSZW6a5rwO8gqpt0t.jpg
2024-04-07 02:46:52.5|Info|MovieService|Assigning file [Madame.Web.2024.2160p.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265-FLUX[TGx].mkv] to movie [[Madame Web (2024)][tt11057302, 634492]]
2024-04-07 02:46:52.5|Info|DiskScanService|Completed scanning disk for Madame Web
2024-04-07 02:46:52.5|Info|MovieScannedHandler|[Madame Web] was recently added, performing post-add actions
2024-04-07 02:46:52.5|Info|MovieService|Assigning file [Marcel.the.Shell.with.Shoes.On.2021.1080p.BluRay.x264-USURY[rarbg].mkv] to movie [[Marcel the Shell with Shoes On (2022)][tt15339456, 869626]]
2024-04-07 02:46:52.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:52.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:52.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:52.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:52.6|Info|MediaCoverService|Downloading Fanart for [Marc Maron: From Bleak to Dark (2023)][tt26453369, 1078615] https://image.tmdb.org/t/p/original/3wuN2RnMh6k00VPya7R1806MccR.jpg
2024-04-07 02:46:52.6|Info|DiskScanService|Completed scanning disk for Marcel the Shell with Shoes On
2024-04-07 02:46:52.6|Info|MovieScannedHandler|[Marcel the Shell with Shoes On] was recently added, performing post-add actions
2024-04-07 02:46:52.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:52.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:52.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:52.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:52.6|Info|RefreshMovieService|Updating info for Midnight Special
2024-04-07 02:46:52.6|Info|RefreshMovieService|Updating info for Men
2024-04-07 02:46:52.6|Info|MediaCoverService|Downloading Fanart for [Marcel the Shell with Shoes On (2022)][tt15339456, 869626] https://image.tmdb.org/t/p/original/1PRWW60yQparK1I8Soyy9Evf7Dv.jpg
2024-04-07 02:46:52.6|Info|MediaCoverService|Downloading Poster for [May December (2023)][tt13651794, 839369] https://image.tmdb.org/t/p/original/zhV7B610l7hjlri4ywikJ18ONuq.jpg
2024-04-07 02:46:52.6|Info|DiskScanService|Scanning disk for May December
2024-04-07 02:46:52.6|Info|MediaCoverService|Downloading Fanart for [Madame Web (2024)][tt11057302, 634492] https://image.tmdb.org/t/p/original/pwGmXVKUgKN13psUjlhC9zBcq1o.jpg
2024-04-07 02:46:52.7|Info|MediaCoverService|Downloading Poster for [Midnight Special (2016)][tt2649554, 245703] https://image.tmdb.org/t/p/original/hgDRq1l4ATxwufWjILKsYtglbI6.jpg
2024-04-07 02:46:52.7|Info|DiskScanService|Scanning disk for Midnight Special
2024-04-07 02:46:52.7|Info|MediaCoverService|Downloading Poster for [Men (2022)][tt13841850, 780609] https://image.tmdb.org/t/p/original/jo1Kv3P3UgDVk7JnUFr2Cl8WWUM.jpg
2024-04-07 02:46:52.7|Info|DiskScanService|Scanning disk for Men
2024-04-07 02:46:52.8|Info|MovieService|Assigning file [Midnight Special (2016) Bluray-720p.mkv] to movie [[Midnight Special (2016)][tt2649554, 245703]]
2024-04-07 02:46:52.8|Info|DiskScanService|Completed scanning disk for Midnight Special
2024-04-07 02:46:52.8|Info|MovieScannedHandler|[Midnight Special] was recently added, performing post-add actions
2024-04-07 02:46:52.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:52.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:52.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:52.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:52.8|Info|RefreshMovieService|Updating info for Mike Birbiglia: The Old Man and the Pool
2024-04-07 02:46:52.8|Info|MovieService|Assigning file [Men.2022.iTA-ENG.PROPER.Bluray.1080p.x264-CYBER.mkv] to movie [[Men (2022)][tt13841850, 780609]]
2024-04-07 02:46:52.8|Info|DiskScanService|Completed scanning disk for Men
2024-04-07 02:46:52.8|Info|MovieScannedHandler|[Men] was recently added, performing post-add actions
2024-04-07 02:46:52.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:52.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:52.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:52.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:52.8|Info|RefreshMovieService|Updating info for Mike Epps: Indiana Mike
2024-04-07 02:46:52.9|Info|MediaCoverService|Downloading Fanart for [May December (2023)][tt13651794, 839369] https://image.tmdb.org/t/p/original/97MOhHIgU6ZdLcB9DrAhx3WAqrU.jpg
2024-04-07 02:46:52.9|Info|MediaCoverService|Downloading Poster for [Mike Birbiglia: The Old Man and the Pool (2023)][tt29729075, 1199400] https://image.tmdb.org/t/p/original/aeOZWFosBdIWsn1dkDT0HKcmctP.jpg
2024-04-07 02:46:52.9|Info|DiskScanService|Scanning disk for Mike Birbiglia: The Old Man and the Pool
2024-04-07 02:46:52.9|Info|MediaCoverService|Downloading Poster for [Mike Epps: Indiana Mike (2022)][tt18314226, 945455] https://image.tmdb.org/t/p/original/jTfbkGEfm3OUvdl2ynZRtwzmCwG.jpg
2024-04-07 02:46:52.9|Info|DiskScanService|Scanning disk for Mike Epps: Indiana Mike
2024-04-07 02:46:52.9|Info|MediaCoverService|Downloading Fanart for [Men (2022)][tt13841850, 780609] https://image.tmdb.org/t/p/original/4N2FuCTuqH3h4dw9XPFtsnDPSz7.jpg
2024-04-07 02:46:53.0|Info|MovieService|Assigning file [May.December.2023.2160p.HDR.NF.WEB-DL.Multi.Sub.DDP5.1.x265.MKV-BEN.THE.MEN.mkv] to movie [[May December (2023)][tt13651794, 839369]]
2024-04-07 02:46:53.0|Info|DiskScanService|Completed scanning disk for May December
2024-04-07 02:46:53.0|Info|MovieScannedHandler|[May December] was recently added, performing post-add actions
2024-04-07 02:46:53.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:53.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:53.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:53.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:53.0|Info|RefreshMovieService|Updating info for Mission: Impossible - Dead Reckoning Part One
2024-04-07 02:46:53.0|Info|MediaCoverService|Downloading Fanart for [Midnight Special (2016)][tt2649554, 245703] https://image.tmdb.org/t/p/original/akfExB9nb79hphVLd3aM64h9ZES.jpg
2024-04-07 02:46:53.1|Info|MediaCoverService|Downloading Fanart for [Mike Birbiglia: The Old Man and the Pool (2023)][tt29729075, 1199400] https://image.tmdb.org/t/p/original/9xeTERH6wVjQFdTiXswFVBvHezK.jpg
2024-04-07 02:46:53.1|Info|MediaCoverService|Downloading Fanart for [Mike Epps: Indiana Mike (2022)][tt18314226, 945455] https://image.tmdb.org/t/p/original/qnSgigDIN3HfBuh0zzUAVrdhshk.jpg
2024-04-07 02:46:53.1|Info|MovieService|Assigning file [Mike.Epps.Indiana.Mike.2022.1080p.WEBRip.x264-RARBG.mp4] to movie [[Mike Epps: Indiana Mike (2022)][tt18314226, 945455]]
2024-04-07 02:46:53.1|Info|DiskScanService|Completed scanning disk for Mike Epps: Indiana Mike
2024-04-07 02:46:53.1|Info|MovieScannedHandler|[Mike Epps: Indiana Mike] was recently added, performing post-add actions
2024-04-07 02:46:53.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:53.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:53.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:53.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:53.1|Info|AddMovieCollectionService|Adding Collection Mission: Impossible Collection[87359]
2024-04-07 02:46:53.1|Info|RefreshMovieService|Updating info for Moonlight
2024-04-07 02:46:53.2|Info|MovieService|Assigning file [Mike Birbiglia The Old Man And The Pool (2023) [1080p] [WEBRip] [5.1] [YTS.MX].mp4] to movie [[Mike Birbiglia: The Old Man and the Pool (2023)][tt29729075, 1199400]]
2024-04-07 02:46:53.2|Info|DiskScanService|Completed scanning disk for Mike Birbiglia: The Old Man and the Pool
2024-04-07 02:46:53.2|Info|MovieScannedHandler|[Mike Birbiglia: The Old Man and the Pool] was recently added, performing post-add actions
2024-04-07 02:46:53.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:53.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:53.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:53.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:53.2|Info|RefreshMovieService|Updating info for Moses Storm: Trash White
2024-04-07 02:46:53.2|Info|MediaCoverService|Downloading Poster for [Mission: Impossible - Dead Reckoning Part One (2023)][tt9603212, 575264] https://image.tmdb.org/t/p/original/NNxYkU70HPurnNCSiCjYAmacwm.jpg
2024-04-07 02:46:53.2|Info|DiskScanService|Scanning disk for Mission: Impossible - Dead Reckoning Part One
2024-04-07 02:46:53.2|Info|MediaCoverService|Downloading Poster for [Moses Storm: Trash White (2022)][tt17048424, 925901] https://image.tmdb.org/t/p/original/Ar5Icg1vnqBnYg9nOHoRc3CgU1O.jpg
2024-04-07 02:46:53.2|Info|DiskScanService|Scanning disk for Moses Storm: Trash White
2024-04-07 02:46:53.3|Info|MediaCoverService|Downloading Poster for [Moonlight (2016)][tt4975722, 376867] https://image.tmdb.org/t/p/original/4911T5FbJ9eD2Faz5Z8cT3SUhU3.jpg
2024-04-07 02:46:53.3|Info|DiskScanService|Scanning disk for Moonlight
2024-04-07 02:46:53.3|Info|MediaCoverService|Downloading Fanart for [Moses Storm: Trash White (2022)][tt17048424, 925901] https://image.tmdb.org/t/p/original/ibI4ylNFFz9WK82NO2mO0D7s8Yf.jpg
2024-04-07 02:46:53.4|Info|MediaCoverService|Downloading Fanart for [Mission: Impossible - Dead Reckoning Part One (2023)][tt9603212, 575264] https://image.tmdb.org/t/p/original/628Dep6AxEtDxjZoGP78TsOxYbK.jpg
2024-04-07 02:46:53.5|Info|MovieService|Assigning file [Moonlight (2016) (1080p BluRay x265 HEVC 10bit AAC 5.1 afm72).mkv] to movie [[Moonlight (2016)][tt4975722, 376867]]
2024-04-07 02:46:53.5|Info|DiskScanService|Completed scanning disk for Moonlight
2024-04-07 02:46:53.5|Info|MovieScannedHandler|[Moonlight] was recently added, performing post-add actions
2024-04-07 02:46:53.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:53.5|Info|ExistingSubtitleImporter|Found 1 existing subtitle files
2024-04-07 02:46:53.5|Info|ExistingOtherExtraImporter|Found 2 existing other extra files
2024-04-07 02:46:53.5|Info|ExistingExtraFileService|Found 3 possible extra files, imported 3 files.
2024-04-07 02:46:53.5|Info|RefreshMovieService|Updating info for Mr. Monk's Last Case: A Monk Movie
2024-04-07 02:46:53.5|Info|MediaCoverService|Downloading Fanart for [Moonlight (2016)][tt4975722, 376867] https://image.tmdb.org/t/p/original/jm1oD3eB08LImSwL1LrzF9AJQ5b.jpg
2024-04-07 02:46:53.5|Info|MovieService|Assigning file [Moses.Storm.Trash.White.2022.1080p.WEBRip.x264-RARBG.mp4] to movie [[Moses Storm: Trash White (2022)][tt17048424, 925901]]
2024-04-07 02:46:53.5|Info|DiskScanService|Completed scanning disk for Moses Storm: Trash White
2024-04-07 02:46:53.5|Info|MovieScannedHandler|[Moses Storm: Trash White] was recently added, performing post-add actions
2024-04-07 02:46:53.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:53.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:53.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:53.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:53.5|Info|RefreshMovieService|Updating info for Mr. Right
2024-04-07 02:46:53.6|Info|MediaCoverService|Downloading Poster for [Mr. Monk's Last Case: A Monk Movie (2023)][tt27145269, 1100795] https://image.tmdb.org/t/p/original/gj74sUGsPMg5qDQooh8GTs4MvbP.jpg
2024-04-07 02:46:53.6|Info|DiskScanService|Scanning disk for Mr. Monk's Last Case: A Monk Movie
2024-04-07 02:46:53.6|Info|MovieService|Assigning file [Mr.Monks.Last.Case.A.Monk.Movie.2023.2160p.PCOK.WEB-DL.DDP5.1.H.265-FLUX[TGx].mkv] to movie [[Mr. Monk's Last Case: A Monk Movie (2023)][tt27145269, 1100795]]
2024-04-07 02:46:53.6|Info|DiskScanService|Completed scanning disk for Mr. Monk's Last Case: A Monk Movie
2024-04-07 02:46:53.6|Info|MovieScannedHandler|[Mr. Monk's Last Case: A Monk Movie] was recently added, performing post-add actions
2024-04-07 02:46:53.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:53.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:53.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:53.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:53.6|Info|RefreshMovieService|Updating info for Murder on the Orient Express
2024-04-07 02:46:53.6|Info|MediaCoverService|Downloading Poster for [Mr. Right (2016)][tt2091935, 333385] https://image.tmdb.org/t/p/original/yuive5iOJF72ANOetEypK5SpfRv.jpg
2024-04-07 02:46:53.6|Info|DiskScanService|Scanning disk for Mr. Right
2024-04-07 02:46:53.6|Info|MovieService|Assigning file [Mission Impossible-Dead Reckoning Part One 2023 2160p UHD BluRay DV HDR DDP Atmos 7.1 x265-BiTOR.mkv] to movie [[Mission: Impossible - Dead Reckoning Part One (2023)][tt9603212, 575264]]
2024-04-07 02:46:53.7|Info|DiskScanService|Completed scanning disk for Mission: Impossible - Dead Reckoning Part One
2024-04-07 02:46:53.7|Info|MovieScannedHandler|[Mission: Impossible - Dead Reckoning Part One] was recently added, performing post-add actions
2024-04-07 02:46:53.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:53.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:53.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:53.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:53.7|Info|MediaCoverService|Downloading Fanart for [Mr. Monk's Last Case: A Monk Movie (2023)][tt27145269, 1100795] https://image.tmdb.org/t/p/original/ul2TKwO6Y8zqJlWWDgLTCQYTGmX.jpg
2024-04-07 02:46:53.7|Info|MediaCoverService|Downloading Poster for [Murder on the Orient Express (2017)][tt3402236, 392044] https://image.tmdb.org/t/p/original/kc2gJjebceoFgOQbukzPzP8SXVZ.jpg
2024-04-07 02:46:53.7|Info|DiskScanService|Scanning disk for Murder on the Orient Express
2024-04-07 02:46:53.8|Info|MovieService|Assigning file [Mr. Right (2016) Bluray-1080p.mp4] to movie [[Mr. Right (2016)][tt2091935, 333385]]
2024-04-07 02:46:53.8|Info|DiskScanService|Completed scanning disk for Mr. Right
2024-04-07 02:46:53.8|Info|MovieScannedHandler|[Mr. Right] was recently added, performing post-add actions
2024-04-07 02:46:53.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:53.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:53.8|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:46:53.8|Info|ExistingExtraFileService|Found 1 possible extra files, imported 1 files.
2024-04-07 02:46:53.8|Info|RefreshMovieService|Updating info for My Neighbor Totoro
2024-04-07 02:46:53.8|Info|RefreshMovieService|Updating info for Nightmare Alley
2024-04-07 02:46:53.8|Info|MediaCoverService|Downloading Fanart for [Mr. Right (2016)][tt2091935, 333385] https://image.tmdb.org/t/p/original/5WjCUGl6FGXmLIMTOW224E9Z2tG.jpg
2024-04-07 02:46:53.8|Info|MovieService|Assigning file [Assassinio.Sull.Orient.Express.2017.1080p.ITA-ENG.AAC.BluRay.x265-V3SP4EV3R.mkv] to movie [[Murder on the Orient Express (2017)][tt3402236, 392044]]
2024-04-07 02:46:53.8|Info|DiskScanService|Completed scanning disk for Murder on the Orient Express
2024-04-07 02:46:53.8|Info|MovieScannedHandler|[Murder on the Orient Express] was recently added, performing post-add actions
2024-04-07 02:46:53.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:53.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:53.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:53.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:53.8|Info|RefreshMovieService|Updating info for Nimona
2024-04-07 02:46:53.9|Info|MediaCoverService|Downloading Poster for [Nightmare Alley (2021)][tt7740496, 597208] https://image.tmdb.org/t/p/original/680klE0dIreQQOyWKFgNnCAJtws.jpg
2024-04-07 02:46:53.9|Info|DiskScanService|Scanning disk for Nightmare Alley
2024-04-07 02:46:53.9|Info|MediaCoverService|Downloading Poster for [Nimona (2023)][tt19500164, 961323] https://image.tmdb.org/t/p/original/2NQljeavtfl22207D1kxLpa4LS3.jpg
2024-04-07 02:46:53.9|Info|DiskScanService|Scanning disk for Nimona
2024-04-07 02:46:53.9|Info|MediaCoverService|Downloading Poster for [My Neighbor Totoro (1988)][tt0096283, 8392] https://image.tmdb.org/t/p/original/rtGDOeG9LzoerkDGZF9dnVeLppL.jpg
2024-04-07 02:46:53.9|Info|DiskScanService|Scanning disk for My Neighbor Totoro
2024-04-07 02:46:53.9|Info|MediaCoverService|Downloading Fanart for [Murder on the Orient Express (2017)][tt3402236, 392044] https://image.tmdb.org/t/p/original/2J283YNxKhxAqHeVegUJ5mzLfGb.jpg
2024-04-07 02:46:54.0|Info|MovieService|Assigning file [Nimona (2023) 2160P AI EAC3 5.1.mkv] to movie [[Nimona (2023)][tt19500164, 961323]]
2024-04-07 02:46:54.0|Info|DiskScanService|Completed scanning disk for Nimona
2024-04-07 02:46:54.0|Info|MovieScannedHandler|[Nimona] was recently added, performing post-add actions
2024-04-07 02:46:54.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:54.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:54.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:54.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:54.0|Info|RefreshMovieService|Updating info for Nobody
2024-04-07 02:46:54.0|Info|MediaCoverService|Downloading Fanart for [Nightmare Alley (2021)][tt7740496, 597208] https://image.tmdb.org/t/p/original/g0YNGpmlXsgHfhGnJz3c5uyzZ1B.jpg
2024-04-07 02:46:54.0|Info|MediaCoverService|Downloading Fanart for [Nimona (2023)][tt19500164, 961323] https://image.tmdb.org/t/p/original/4QpKxH614YFIsmiIBVUbsnG2H8w.jpg
2024-04-07 02:46:54.1|Info|MovieService|Assigning file [My Neighbor Totoro (1988) (1080p BluRay x265 HEVC 10bit EAC3 2.0 Japanese Garshasp).mkv] to movie [[My Neighbor Totoro (1988)][tt0096283, 8392]]
2024-04-07 02:46:54.1|Info|DiskScanService|Completed scanning disk for My Neighbor Totoro
2024-04-07 02:46:54.1|Info|MediaCoverService|Downloading Fanart for [My Neighbor Totoro (1988)][tt0096283, 8392] https://image.tmdb.org/t/p/original/fxYazFVeOCHpHwuqGuiqcCTw162.jpg
2024-04-07 02:46:54.1|Info|MovieScannedHandler|[My Neighbor Totoro] was recently added, performing post-add actions
2024-04-07 02:46:54.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:54.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:54.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:54.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:54.1|Info|RefreshMovieService|Updating info for Nope
2024-04-07 02:46:54.2|Info|MovieService|Assigning file [Nightmare.Alley.2021.1080p.BluRay.x264.DTS-HD.MA.5.1-MT.mkv] to movie [[Nightmare Alley (2021)][tt7740496, 597208]]
2024-04-07 02:46:54.2|Info|DiskScanService|Completed scanning disk for Nightmare Alley
2024-04-07 02:46:54.2|Info|MovieScannedHandler|[Nightmare Alley] was recently added, performing post-add actions
2024-04-07 02:46:54.2|Info|AddMovieCollectionService|Adding Collection Nobody Collection[1129084]
2024-04-07 02:46:54.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:54.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:54.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:54.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:54.2|Info|RefreshMovieService|Updating info for Once Upon a Forest
2024-04-07 02:46:54.2|Info|MediaCoverService|Downloading Poster for [Nobody (2021)][tt7888964, 615457] https://image.tmdb.org/t/p/original/oBgWY00bEFeZ9N25wWVyuQddbAo.jpg
2024-04-07 02:46:54.2|Info|DiskScanService|Scanning disk for Nobody
2024-04-07 02:46:54.2|Info|MediaCoverService|Downloading Poster for [Nope (2022)][tt10954984, 762504] https://image.tmdb.org/t/p/original/AcKVlWaNVVVFQwro3nLXqPljcYA.jpg
2024-04-07 02:46:54.2|Info|DiskScanService|Scanning disk for Nope
2024-04-07 02:46:54.3|Info|MovieService|Assigning file [Nobody (2021) WEBDL-1080p.mkv] to movie [[Nobody (2021)][tt7888964, 615457]]
2024-04-07 02:46:54.3|Info|DiskScanService|Completed scanning disk for Nobody
2024-04-07 02:46:54.3|Info|MovieScannedHandler|[Nobody] was recently added, performing post-add actions
2024-04-07 02:46:54.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:54.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:54.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:54.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:54.3|Info|MediaCoverService|Downloading Poster for [Once Upon a Forest (1993)][tt0107745, 33539] https://image.tmdb.org/t/p/original/aGmed955Bv1ok2YBjjhAA71b7OF.jpg
2024-04-07 02:46:54.3|Info|DiskScanService|Scanning disk for Once Upon a Forest
2024-04-07 02:46:54.3|Info|RefreshMovieService|Updating info for Once Upon a Time... in Hollywood
2024-04-07 02:46:54.3|Info|MovieService|Assigning file [Nope.2022.1080p.Bluray.Atmos.TrueHD.7.1.x264-EVO[TGx].mkv] to movie [[Nope (2022)][tt10954984, 762504]]
2024-04-07 02:46:54.3|Info|DiskScanService|Completed scanning disk for Nope
2024-04-07 02:46:54.3|Info|MovieScannedHandler|[Nope] was recently added, performing post-add actions
2024-04-07 02:46:54.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:54.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:54.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:54.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:54.3|Info|RefreshMovieService|Updating info for Oppenheimer
2024-04-07 02:46:54.3|Info|MediaCoverService|Downloading Poster for [Once Upon a Time... in Hollywood (2019)][tt7131622, 466272] https://image.tmdb.org/t/p/original/8j58iEBw9pOXFD2L0nt0ZXeHviB.jpg
2024-04-07 02:46:54.3|Info|DiskScanService|Scanning disk for Once Upon a Time... in Hollywood
2024-04-07 02:46:54.4|Info|MovieService|Assigning file [Once Upon A Forest 1993 4x3 Full frame.avi] to movie [[Once Upon a Forest (1993)][tt0107745, 33539]]
2024-04-07 02:46:54.4|Info|DiskScanService|Completed scanning disk for Once Upon a Forest
2024-04-07 02:46:54.4|Info|MovieScannedHandler|[Once Upon a Forest] was recently added, performing post-add actions
2024-04-07 02:46:54.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:54.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:54.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:54.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:54.4|Info|MediaCoverService|Downloading Fanart for [Once Upon a Forest (1993)][tt0107745, 33539] https://image.tmdb.org/t/p/original/9IRxGztVDo1t7k2AEOc0oKrkHdd.jpg
2024-04-07 02:46:54.4|Info|RefreshMovieService|Updating info for Orgasm Inc: The Story of OneTaste
2024-04-07 02:46:54.4|Info|MediaCoverService|Downloading Fanart for [Nobody (2021)][tt7888964, 615457] https://image.tmdb.org/t/p/original/6zbKgwgaaCyyBXE4Sun4oWQfQmi.jpg
2024-04-07 02:46:54.4|Info|MediaCoverService|Downloading Poster for [Oppenheimer (2023)][tt15398776, 872585] https://image.tmdb.org/t/p/original/8Gxv8gSFCU0XGDykEGv7zR1n2ua.jpg
2024-04-07 02:46:54.4|Info|DiskScanService|Scanning disk for Oppenheimer
2024-04-07 02:46:54.4|Info|MediaCoverService|Downloading Poster for [Orgasm Inc: The Story of OneTaste (2022)][tt22900124, 1040603] https://image.tmdb.org/t/p/original/yqI3XQ1nmvxFpBus1BescRrRBAj.jpg
2024-04-07 02:46:54.4|Info|DiskScanService|Scanning disk for Orgasm Inc: The Story of OneTaste
2024-04-07 02:46:54.4|Info|MediaCoverService|Downloading Fanart for [Nope (2022)][tt10954984, 762504] https://image.tmdb.org/t/p/original/5N8LOeRzt7LcZIhPbNVaCsVOPdT.jpg
2024-04-07 02:46:54.5|Info|MovieService|Assigning file [Once.Upon.a.Time.in.Hollywood.2019.PROPER.1080p.BluRay.x265-RARBG.mp4] to movie [[Once Upon a Time... in Hollywood (2019)][tt7131622, 466272]]
2024-04-07 02:46:54.5|Info|DiskScanService|Completed scanning disk for Once Upon a Time... in Hollywood
2024-04-07 02:46:54.5|Info|MovieScannedHandler|[Once Upon a Time... in Hollywood] was recently added, performing post-add actions
2024-04-07 02:46:54.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:54.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:54.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:54.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:54.5|Info|RefreshMovieService|Updating info for Orion and the Dark
2024-04-07 02:46:54.6|Info|MediaCoverService|Downloading Fanart for [Orgasm Inc: The Story of OneTaste (2022)][tt22900124, 1040603] https://image.tmdb.org/t/p/original/hraytJBd1Ztcp7k9So4zLFcgsyh.jpg
2024-04-07 02:46:54.6|Info|MediaCoverService|Downloading Fanart for [Once Upon a Time... in Hollywood (2019)][tt7131622, 466272] https://image.tmdb.org/t/p/original/oRiUKwDpcqDdoLwPoA4FIRh3hqY.jpg
2024-04-07 02:46:54.6|Info|MediaCoverService|Downloading Poster for [Orion and the Dark (2024)][tt28066777, 1139829] https://image.tmdb.org/t/p/original/oT53tpbp12PfJ0ifCs71Viue8R8.jpg
2024-04-07 02:46:54.6|Info|DiskScanService|Scanning disk for Orion and the Dark
2024-04-07 02:46:54.6|Info|MovieService|Assigning file [Orgasm Inc The Story Of OneTaste (2022) [1080p] [WEBRip] [5.1] [YTS.MX].mp4] to movie [[Orgasm Inc: The Story of OneTaste (2022)][tt22900124, 1040603]]
2024-04-07 02:46:54.6|Info|DiskScanService|Completed scanning disk for Orgasm Inc: The Story of OneTaste
2024-04-07 02:46:54.6|Info|MovieScannedHandler|[Orgasm Inc: The Story of OneTaste] was recently added, performing post-add actions
2024-04-07 02:46:54.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:54.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:54.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:54.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:54.7|Info|RefreshMovieService|Updating info for Paddington
2024-04-07 02:46:54.7|Info|MediaCoverService|Downloading Fanart for [Oppenheimer (2023)][tt15398776, 872585] https://image.tmdb.org/t/p/original/nb3xI8XI3w4pMVZ38VijbsyBqP4.jpg
2024-04-07 02:46:54.7|Info|MovieService|Assigning file [Oppenheimer (2023) [2160p] [HDR] (bluray) [WMAN-LorD].mkv] to movie [[Oppenheimer (2023)][tt15398776, 872585]]
2024-04-07 02:46:54.7|Info|MovieService|Assigning file [Orion.and.the.Dark.2024.1080p.WEB.H264-TeamworkMakesTheDreamworks[TGx].mkv] to movie [[Orion and the Dark (2024)][tt28066777, 1139829]]
2024-04-07 02:46:54.7|Info|DiskScanService|Completed scanning disk for Oppenheimer
2024-04-07 02:46:54.7|Info|MovieScannedHandler|[Oppenheimer] was recently added, performing post-add actions
2024-04-07 02:46:54.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:54.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:54.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:54.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:54.7|Info|DiskScanService|Completed scanning disk for Orion and the Dark
2024-04-07 02:46:54.7|Info|MovieScannedHandler|[Orion and the Dark] was recently added, performing post-add actions
2024-04-07 02:46:54.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:54.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:54.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:54.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:54.7|Info|RefreshMovieService|Updating info for Paddington 2
2024-04-07 02:46:54.7|Info|RefreshMovieService|Updating info for Past Lives
2024-04-07 02:46:54.8|Info|MediaCoverService|Downloading Fanart for [Orion and the Dark (2024)][tt28066777, 1139829] https://image.tmdb.org/t/p/original/zLj0peaxy5y2SlC6wNIQ4V0pfqg.jpg
2024-04-07 02:46:54.8|Info|AddMovieCollectionService|Adding Collection Paddington Collection[488924]
2024-04-07 02:46:54.8|Info|MediaCoverService|Downloading Poster for [Paddington (2014)][tt1109624, 116149] https://image.tmdb.org/t/p/original/y7lFcSKhFrcelocr2VFflJnVzIH.jpg
2024-04-07 02:46:54.8|Info|DiskScanService|Scanning disk for Paddington
2024-04-07 02:46:54.9|Info|MediaCoverService|Downloading Poster for [Past Lives (2023)][tt13238346, 666277] https://image.tmdb.org/t/p/original/k3waqVXSnvCZWfJYNtdamTgTtTA.jpg
2024-04-07 02:46:54.9|Info|DiskScanService|Scanning disk for Past Lives
2024-04-07 02:46:54.9|Info|AddMovieCollectionService|Adding Collection Paddington Collection[488924]
2024-04-07 02:46:54.9|Info|MediaCoverService|Downloading Poster for [Paddington 2 (2017)][tt4468740, 346648] https://image.tmdb.org/t/p/original/1OJ9vkD5xPt3skC6KguyXAgagRZ.jpg
2024-04-07 02:46:54.9|Info|DiskScanService|Scanning disk for Paddington 2
2024-04-07 02:46:54.9|Info|MovieService|Assigning file [Paddington (2014) [1080p].mp4] to movie [[Paddington (2014)][tt1109624, 116149]]
2024-04-07 02:46:54.9|Info|DiskScanService|Completed scanning disk for Paddington
2024-04-07 02:46:54.9|Info|MovieScannedHandler|[Paddington] was recently added, performing post-add actions
2024-04-07 02:46:54.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:55.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:55.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:55.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:55.0|Info|MediaCoverService|Downloading Fanart for [Past Lives (2023)][tt13238346, 666277] https://image.tmdb.org/t/p/original/rron9HAuS9s7zBF8iCX1tsafxUo.jpg
2024-04-07 02:46:55.0|Info|RefreshMovieService|Updating info for Pinocchio: A True Story
2024-04-07 02:46:55.0|Info|MovieService|Assigning file [Past.Lives.2023.HDR.2160p.WEB.H265-HUZZAH[TGx].mkv] to movie [[Past Lives (2023)][tt13238346, 666277]]
2024-04-07 02:46:55.0|Info|MediaCoverService|Downloading Fanart for [Paddington (2014)][tt1109624, 116149] https://image.tmdb.org/t/p/original/wqX1vVZnBWwb0E18kt4epWYL90z.jpg
2024-04-07 02:46:55.0|Info|DiskScanService|Completed scanning disk for Past Lives
2024-04-07 02:46:55.0|Info|MovieScannedHandler|[Past Lives] was recently added, performing post-add actions
2024-04-07 02:46:55.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:55.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:55.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:55.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:55.0|Info|RefreshMovieService|Updating info for Planet Hulk
2024-04-07 02:46:55.0|Info|MediaCoverService|Downloading Poster for [Pinocchio: A True Story (2021)][tt8480678, 597840] https://image.tmdb.org/t/p/original/vOApCPvjmOU4MxyzCanGNLRzhW9.jpg
2024-04-07 02:46:55.0|Info|DiskScanService|Scanning disk for Pinocchio: A True Story
2024-04-07 02:46:55.0|Info|MovieService|Assigning file [Paddington.2.2017.1080p.BluRay.x264-[YTS.AM].mp4] to movie [[Paddington 2 (2017)][tt4468740, 346648]]
2024-04-07 02:46:55.0|Info|DiskScanService|Completed scanning disk for Paddington 2
2024-04-07 02:46:55.0|Info|MovieScannedHandler|[Paddington 2] was recently added, performing post-add actions
2024-04-07 02:46:55.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:55.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:55.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:55.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:55.1|Info|RefreshMovieService|Updating info for Poor Things
2024-04-07 02:46:55.1|Info|MovieService|Assigning file [Pinocchio A True Story (2022) 1080p WEB-DL x265 Hindi DDP5.1 English DDP5.1 ESub - SP3LL.mkv] to movie [[Pinocchio: A True Story (2021)][tt8480678, 597840]]
2024-04-07 02:46:55.1|Info|DiskScanService|Completed scanning disk for Pinocchio: A True Story
2024-04-07 02:46:55.1|Info|MovieScannedHandler|[Pinocchio: A True Story] was recently added, performing post-add actions
2024-04-07 02:46:55.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:55.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:55.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:55.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:55.1|Info|RefreshMovieService|Updating info for Popstar: Never Stop Never Stopping
2024-04-07 02:46:55.1|Info|MediaCoverService|Downloading Poster for [Planet Hulk (2010)][tt1483025, 30675] https://image.tmdb.org/t/p/original/5wCzY3sAs6zHIzzHIcTKN2g0pu8.jpg
2024-04-07 02:46:55.1|Info|DiskScanService|Scanning disk for Planet Hulk
2024-04-07 02:46:55.1|Info|MediaCoverService|Downloading Fanart for [Paddington 2 (2017)][tt4468740, 346648] https://image.tmdb.org/t/p/original/zbdBYpte1Crlfjs8jPVzplOQBpN.jpg
2024-04-07 02:46:55.2|Info|MediaCoverService|Downloading Poster for [Poor Things (2023)][tt14230458, 792307] https://image.tmdb.org/t/p/original/kCGlIMHnOm8JPXq3rXM6c5wMxcT.jpg
2024-04-07 02:46:55.2|Info|DiskScanService|Scanning disk for Poor Things
2024-04-07 02:46:55.2|Info|MediaCoverService|Downloading Poster for [Popstar: Never Stop Never Stopping (2016)][tt3960412, 341012] https://image.tmdb.org/t/p/original/gfC38IuH1nULbvEqnvSE6PoBrAT.jpg
2024-04-07 02:46:55.2|Info|DiskScanService|Scanning disk for Popstar: Never Stop Never Stopping
2024-04-07 02:46:55.2|Info|MovieService|Assigning file [Poor.Things.2023.2160p.WEB-DL.DDP5.1.Atmos.SDR.H265-AOC.mkv] to movie [[Poor Things (2023)][tt14230458, 792307]]
2024-04-07 02:46:55.2|Info|DiskScanService|Completed scanning disk for Poor Things
2024-04-07 02:46:55.2|Info|MovieScannedHandler|[Poor Things] was recently added, performing post-add actions
2024-04-07 02:46:55.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:55.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:55.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:55.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:55.2|Info|RefreshMovieService|Updating info for Prey
2024-04-07 02:46:55.2|Info|MediaCoverService|Downloading Fanart for [Pinocchio: A True Story (2021)][tt8480678, 597840] https://image.tmdb.org/t/p/original/dEsNMjOL5znJJrQbHyRyRsWXd9C.jpg
2024-04-07 02:46:55.2|Info|MovieService|Assigning file [Popstar Never Stop Never Stopping (2016) Bluray-1080p.mkv] to movie [[Popstar: Never Stop Never Stopping (2016)][tt3960412, 341012]]
2024-04-07 02:46:55.2|Info|DiskScanService|Completed scanning disk for Popstar: Never Stop Never Stopping
2024-04-07 02:46:55.2|Info|MovieScannedHandler|[Popstar: Never Stop Never Stopping] was recently added, performing post-add actions
2024-04-07 02:46:55.2|Info|MovieService|Assigning file [Planet.Hulk.2010.1080p.BluRay.x264-[YTS.AM].mp4] to movie [[Planet Hulk (2010)][tt1483025, 30675]]
2024-04-07 02:46:55.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:55.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:55.2|Info|DiskScanService|Completed scanning disk for Planet Hulk
2024-04-07 02:46:55.2|Info|MovieScannedHandler|[Planet Hulk] was recently added, performing post-add actions
2024-04-07 02:46:55.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:55.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:55.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:55.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:55.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:55.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:55.3|Info|RefreshMovieService|Updating info for Promising Young Woman
2024-04-07 02:46:55.3|Info|RefreshMovieService|Updating info for Puss in Boots: The Last Wish
2024-04-07 02:46:55.3|Info|MediaCoverService|Downloading Fanart for [Planet Hulk (2010)][tt1483025, 30675] https://image.tmdb.org/t/p/original/3utATrnpVG3VMmI9j8fw5wr0sZB.jpg
2024-04-07 02:46:55.4|Info|MediaCoverService|Downloading Poster for [Promising Young Woman (2020)][tt9620292, 582014] https://image.tmdb.org/t/p/original/73QoFJFmUrJfDG2EynFjNc5gJxk.jpg
2024-04-07 02:46:55.4|Info|DiskScanService|Scanning disk for Promising Young Woman
2024-04-07 02:46:55.4|Info|AddMovieCollectionService|Adding Collection Predator Collection[399]
2024-04-07 02:46:55.4|Info|MovieService|Assigning file [Promising Young Woman (2020) (1080p BluRay x265 10bit Tigole).mkv] to movie [[Promising Young Woman (2020)][tt9620292, 582014]]
2024-04-07 02:46:55.4|Info|DiskScanService|Completed scanning disk for Promising Young Woman
2024-04-07 02:46:55.4|Info|MovieScannedHandler|[Promising Young Woman] was recently added, performing post-add actions
2024-04-07 02:46:55.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:55.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:55.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:55.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:55.4|Info|MediaCoverService|Downloading Poster for [Prey (2022)][tt11866324, 766507] https://image.tmdb.org/t/p/original/ujr5pztc1oitbe7ViMUOilFaJ7s.jpg
2024-04-07 02:46:55.4|Info|DiskScanService|Scanning disk for Prey
2024-04-07 02:46:55.4|Info|AddMovieCollectionService|Adding Collection Puss in Boots Collection[94602]
2024-04-07 02:46:55.4|Info|RefreshMovieService|Updating info for Road House
2024-04-07 02:46:55.5|Info|MediaCoverService|Downloading Fanart for [Poor Things (2023)][tt14230458, 792307] https://image.tmdb.org/t/p/original/fS89P93Lq6pyT7d8ox8AMAEtXUs.jpg
2024-04-07 02:46:55.5|Info|MovieService|Assigning file [Prey.2022.PROPER.1080p.WEBRip.x264-RARBG.mp4] to movie [[Prey (2022)][tt11866324, 766507]]
2024-04-07 02:46:55.5|Info|DiskScanService|Completed scanning disk for Prey
2024-04-07 02:46:55.5|Info|MovieScannedHandler|[Prey] was recently added, performing post-add actions
2024-04-07 02:46:55.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:55.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:55.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:55.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:55.5|Info|MediaCoverService|Downloading Fanart for [Promising Young Woman (2020)][tt9620292, 582014] https://image.tmdb.org/t/p/original/rWrvcsrvISKXdMOzCdkvU3Jtg0j.jpg
2024-04-07 02:46:55.5|Info|RefreshMovieService|Updating info for Robot Dreams
2024-04-07 02:46:55.6|Info|MediaCoverService|Downloading Poster for [Puss in Boots: The Last Wish (2022)][tt3915174, 315162] https://image.tmdb.org/t/p/original/kuf6dutpsT0vSVehic3EZIqkOBt.jpg
2024-04-07 02:46:55.6|Info|DiskScanService|Scanning disk for Puss in Boots: The Last Wish
2024-04-07 02:46:55.6|Info|MediaCoverService|Downloading Poster for [Road House (2024)][tt3359350, 359410] https://image.tmdb.org/t/p/original/bXi6IQiQDHD00JFio5ZSZOeRSBh.jpg
2024-04-07 02:46:55.6|Info|DiskScanService|Scanning disk for Road House
2024-04-07 02:46:55.6|Info|MediaCoverService|Downloading Fanart for [Popstar: Never Stop Never Stopping (2016)][tt3960412, 341012] https://image.tmdb.org/t/p/original/7SOUwC0hhq37MtcWLfXg5E5ZNXQ.jpg
2024-04-07 02:46:55.6|Info|MovieService|Assigning file [Puss.in.Boots.The.Last.Wish.2022.1080p.BluRay.x264.DTS-MT.mkv] to movie [[Puss in Boots: The Last Wish (2022)][tt3915174, 315162]]
2024-04-07 02:46:55.6|Info|DiskScanService|Completed scanning disk for Puss in Boots: The Last Wish
2024-04-07 02:46:55.6|Info|MovieScannedHandler|[Puss in Boots: The Last Wish] was recently added, performing post-add actions
2024-04-07 02:46:55.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:55.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:55.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:55.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:55.6|Info|MediaCoverService|Downloading Poster for [Robot Dreams (2023)][tt13429870, 838240] https://image.tmdb.org/t/p/original/rUPJfjfNEbANXQrmCQfurOppqrA.jpg
2024-04-07 02:46:55.6|Info|DiskScanService|Scanning disk for Robot Dreams
2024-04-07 02:46:55.6|Info|RefreshMovieService|Updating info for Ron's Gone Wrong
2024-04-07 02:46:55.6|Info|MediaCoverService|Downloading Fanart for [Prey (2022)][tt11866324, 766507] https://image.tmdb.org/t/p/original/7ZO9yoEU2fAHKhmJWfAc2QIPWJg.jpg
2024-04-07 02:46:55.7|Info|MovieService|Assigning file [Road.House.2024.HDR.2160p.WEB.H265-McGregorBetterActorThanGyllenhaal[TGx].mkv] to movie [[Road House (2024)][tt3359350, 359410]]
2024-04-07 02:46:55.7|Info|DiskScanService|Completed scanning disk for Road House
2024-04-07 02:46:55.7|Info|MovieScannedHandler|[Road House] was recently added, performing post-add actions
2024-04-07 02:46:55.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:55.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:55.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:55.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:55.7|Info|RefreshMovieService|Updating info for Roy Wood Jr.: Imperfect Messenger
2024-04-07 02:46:55.7|Info|MediaCoverService|Downloading Poster for [Ron's Gone Wrong (2021)][tt7504818, 482321] https://image.tmdb.org/t/p/original/plzgQAXIEHm4Y92ktxU6fedUc0x.jpg
2024-04-07 02:46:55.7|Info|DiskScanService|Scanning disk for Ron's Gone Wrong
2024-04-07 02:46:55.8|Info|MediaCoverService|Downloading Poster for [Roy Wood Jr.: Imperfect Messenger (2021)][tt15800236, 892096] https://image.tmdb.org/t/p/original/s78AburKEhBfW8ml3bj6A63bGKr.jpg
2024-04-07 02:46:55.8|Info|DiskScanService|Scanning disk for Roy Wood Jr.: Imperfect Messenger
2024-04-07 02:46:55.8|Info|MovieService|Assigning file [www.Torrenting.com - Robot Dreams (2023) 1080p WEBRip-WORLD.mp4] to movie [[Robot Dreams (2023)][tt13429870, 838240]]
2024-04-07 02:46:55.8|Info|DiskScanService|Completed scanning disk for Robot Dreams
2024-04-07 02:46:55.8|Info|MovieScannedHandler|[Robot Dreams] was recently added, performing post-add actions
2024-04-07 02:46:55.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:55.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:55.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:55.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:55.8|Info|RefreshMovieService|Updating info for Saltburn
2024-04-07 02:46:55.8|Info|MediaCoverService|Downloading Fanart for [Puss in Boots: The Last Wish (2022)][tt3915174, 315162] https://image.tmdb.org/t/p/original/jr8tSoJGj33XLgFBy6lmZhpGQNu.jpg
2024-04-07 02:46:55.8|Info|MediaCoverService|Downloading Fanart for [Robot Dreams (2023)][tt13429870, 838240] https://image.tmdb.org/t/p/original/hIeEpk2w1dnC9ly9ZJwwbunH2Cx.jpg
2024-04-07 02:46:55.8|Info|MediaCoverService|Downloading Fanart for [Road House (2024)][tt3359350, 359410] https://image.tmdb.org/t/p/original/oe7mWkvYhK4PLRNAVSvonzyUXNy.jpg
2024-04-07 02:46:55.9|Info|MediaCoverService|Downloading Poster for [Saltburn (2023)][tt17351924, 930564] https://image.tmdb.org/t/p/original/qjhahNLSZ705B5JP92YMEYPocPz.jpg
2024-04-07 02:46:55.9|Info|DiskScanService|Scanning disk for Saltburn
2024-04-07 02:46:56.0|Info|MediaCoverService|Downloading Fanart for [Ron's Gone Wrong (2021)][tt7504818, 482321] https://image.tmdb.org/t/p/original/sdL37sfUBth7mdkAolI83bXAl7L.jpg
2024-04-07 02:46:56.0|Info|MediaCoverService|Downloading Fanart for [Roy Wood Jr.: Imperfect Messenger (2021)][tt15800236, 892096] https://image.tmdb.org/t/p/original/iDiPZV1FIYEvDDeHJuWNG30Sefk.jpg
2024-04-07 02:46:56.0|Info|MovieService|Assigning file [Roy.Wood.Jr.Imperfect.Messenger.2021.1080p.WEBRip.x264-RARBG.mp4] to movie [[Roy Wood Jr.: Imperfect Messenger (2021)][tt15800236, 892096]]
2024-04-07 02:46:56.0|Info|DiskScanService|Completed scanning disk for Roy Wood Jr.: Imperfect Messenger
2024-04-07 02:46:56.0|Info|MovieScannedHandler|[Roy Wood Jr.: Imperfect Messenger] was recently added, performing post-add actions
2024-04-07 02:46:56.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:56.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:56.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:56.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:56.0|Info|RefreshMovieService|Updating info for Sam Jay: Salute Me or Shoot Me
2024-04-07 02:46:56.1|Info|MediaCoverService|Downloading Fanart for [Saltburn (2023)][tt17351924, 930564] https://image.tmdb.org/t/p/original/fK713wZLlMO4HQGiUJSHLzxg2qJ.jpg
2024-04-07 02:46:56.1|Info|MovieService|Assigning file [Saltburn.2023.2160p.AMZN.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265-FLUX[TGx].mkv] to movie [[Saltburn (2023)][tt17351924, 930564]]
2024-04-07 02:46:56.1|Info|DiskScanService|Completed scanning disk for Saltburn
2024-04-07 02:46:56.1|Info|MovieScannedHandler|[Saltburn] was recently added, performing post-add actions
2024-04-07 02:46:56.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:56.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:56.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:56.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:56.1|Info|MediaCoverService|Downloading Poster for [Sam Jay: Salute Me or Shoot Me (2023)][tt29280429, 1177095] https://image.tmdb.org/t/p/original/qprE4CXZAFHnWD1aB1PKYUc6M7r.jpg
2024-04-07 02:46:56.1|Info|DiskScanService|Scanning disk for Sam Jay: Salute Me or Shoot Me
2024-04-07 02:46:56.1|Info|RefreshMovieService|Updating info for Sanctuary
2024-04-07 02:46:56.1|Info|MovieService|Assigning file [Ron's Gone Wrong (2021) Remux-1080p.mkv] to movie [[Ron's Gone Wrong (2021)][tt7504818, 482321]]
2024-04-07 02:46:56.1|Info|DiskScanService|Completed scanning disk for Ron's Gone Wrong
2024-04-07 02:46:56.1|Info|MovieScannedHandler|[Ron's Gone Wrong] was recently added, performing post-add actions
2024-04-07 02:46:56.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:56.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:56.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:56.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:56.1|Info|RefreshMovieService|Updating info for Secretary
2024-04-07 02:46:56.1|Info|Auth|Auth-Success ip 192.168.240.1 username 'neurobomber'
2024-04-07 02:46:56.1|Info|MediaCoverService|Downloading Poster for [Sanctuary (2023)][tt15364972, 870518] https://image.tmdb.org/t/p/original/yGQAZupyZgT2ESbBSMZ9R0OBToo.jpg
2024-04-07 02:46:56.1|Info|DiskScanService|Scanning disk for Sanctuary
2024-04-07 02:46:56.2|Info|MediaCoverService|Downloading Poster for [Secretary (2002)][tt0274812, 11013] https://image.tmdb.org/t/p/original/mdRXSE7ho185SZlXj0JSwuecEd3.jpg
2024-04-07 02:46:56.2|Info|DiskScanService|Scanning disk for Secretary
2024-04-07 02:46:56.2|Info|MovieService|Assigning file [Sanctuary (2022) [2160p] [4K] [WEB] [5.1] [YTS.MX].mkv] to movie [[Sanctuary (2023)][tt15364972, 870518]]
2024-04-07 02:46:56.2|Info|DiskScanService|Completed scanning disk for Sanctuary
2024-04-07 02:46:56.2|Info|MovieScannedHandler|[Sanctuary] was recently added, performing post-add actions
2024-04-07 02:46:56.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:56.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:56.2|Info|MovieService|Assigning file [Sam Jay Salute Me Or Shoot Me (2023) [1080p] [BluRay] [5.1] [YTS.MX].mp4] to movie [[Sam Jay: Salute Me or Shoot Me (2023)][tt29280429, 1177095]]
2024-04-07 02:46:56.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:56.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:56.2|Info|DiskScanService|Completed scanning disk for Sam Jay: Salute Me or Shoot Me
2024-04-07 02:46:56.2|Info|MovieScannedHandler|[Sam Jay: Salute Me or Shoot Me] was recently added, performing post-add actions
2024-04-07 02:46:56.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:56.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:56.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:56.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:56.2|Info|RefreshMovieService|Updating info for Shang-Chi and the Legend of the Ten Rings
2024-04-07 02:46:56.2|Info|RefreshMovieService|Updating info for Silence
2024-04-07 02:46:56.3|Info|MediaCoverService|Downloading Fanart for [Sanctuary (2023)][tt15364972, 870518] https://image.tmdb.org/t/p/original/hZ5r3hrbQ9uqXBxto1VpixOfqvj.jpg
2024-04-07 02:46:56.3|Info|MediaCoverService|Downloading Fanart for [Sam Jay: Salute Me or Shoot Me (2023)][tt29280429, 1177095] https://image.tmdb.org/t/p/original/6LxzRHGBJh1I3QNNUBpeKwC9Eek.jpg
2024-04-07 02:46:56.3|Info|MovieService|Assigning file [Secretary.2002.1080p.BluRay.x264-[YTS.AM].mp4] to movie [[Secretary (2002)][tt0274812, 11013]]
2024-04-07 02:46:56.3|Info|DiskScanService|Completed scanning disk for Secretary
2024-04-07 02:46:56.3|Info|MovieScannedHandler|[Secretary] was recently added, performing post-add actions
2024-04-07 02:46:56.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:56.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:56.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:56.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:56.3|Info|RefreshMovieService|Updating info for Song of the Sea
2024-04-07 02:46:56.3|Info|MediaCoverService|Downloading Poster for [Silence (2016)][tt0490215, 68730] https://image.tmdb.org/t/p/original/x5T0cQDYws0xRBVG4Q3wpcrcmax.jpg
2024-04-07 02:46:56.3|Info|DiskScanService|Scanning disk for Silence
2024-04-07 02:46:56.3|Info|MediaCoverService|Downloading Fanart for [Secretary (2002)][tt0274812, 11013] https://image.tmdb.org/t/p/original/ifHgVh5c7B3mbq5CfkzwsyMRmpG.jpg
2024-04-07 02:46:56.4|Info|AddMovieCollectionService|Adding Collection Shang-Chi Collection[912503]
2024-04-07 02:46:56.4|Info|MovieService|Assigning file [Silence (2016) (1080p BluRay x265 SAMPA).mkv] to movie [[Silence (2016)][tt0490215, 68730]]
2024-04-07 02:46:56.4|Info|DiskScanService|Completed scanning disk for Silence
2024-04-07 02:46:56.4|Info|MovieScannedHandler|[Silence] was recently added, performing post-add actions
2024-04-07 02:46:56.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:56.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:56.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:56.4|Info|ExistingExtraFileService|Found 1 possible extra files, imported 0 files.
2024-04-07 02:46:56.4|Info|MediaCoverService|Downloading Poster for [Song of the Sea (2014)][tt1865505, 110416] https://image.tmdb.org/t/p/original/3DBX7QOEzWPNcDhqXInk6GBEvhK.jpg
2024-04-07 02:46:56.4|Info|DiskScanService|Scanning disk for Song of the Sea
2024-04-07 02:46:56.4|Info|MediaCoverService|Downloading Fanart for [Silence (2016)][tt0490215, 68730] https://image.tmdb.org/t/p/original/2tE0A6WjLowwQOUY8se1Xlf3O6U.jpg
2024-04-07 02:46:56.4|Info|RefreshMovieService|Updating info for Soul
2024-04-07 02:46:56.5|Info|MediaCoverService|Downloading Poster for [Shang-Chi and the Legend of the Ten Rings (2021)][tt9376612, 566525] https://image.tmdb.org/t/p/original/1BIoJGKbXjdFDAqUEiA2VHqkK1Z.jpg
2024-04-07 02:46:56.5|Info|DiskScanService|Scanning disk for Shang-Chi and the Legend of the Ten Rings
2024-04-07 02:46:56.6|Info|MediaCoverService|Downloading Poster for [Soul (2020)][tt2948372, 508442] https://image.tmdb.org/t/p/original/hm58Jw4Lw8OIeECIq5qyPYhAeRJ.jpg
2024-04-07 02:46:56.6|Info|DiskScanService|Scanning disk for Soul
2024-04-07 02:46:56.6|Info|MediaCoverService|Downloading Fanart for [Song of the Sea (2014)][tt1865505, 110416] https://image.tmdb.org/t/p/original/AaIRBsx4hpa2fVQzeCfFyOdzCEM.jpg
2024-04-07 02:46:56.7|Info|MediaCoverService|Downloading Fanart for [Shang-Chi and the Legend of the Ten Rings (2021)][tt9376612, 566525] https://image.tmdb.org/t/p/original/zxWAv1A34kdYslBi4ekMDtgIGUt.jpg
2024-04-07 02:46:56.7|Info|MovieService|Assigning file [Soul (2020) (1080p BluRay x265 10bit Tigole).mkv] to movie [[Soul (2020)][tt2948372, 508442]]
2024-04-07 02:46:56.7|Info|MediaCoverService|Downloading Fanart for [Soul (2020)][tt2948372, 508442] https://image.tmdb.org/t/p/original/rQaHA74pevnGsxcKGaoZVGWe9TC.jpg
2024-04-07 02:46:56.7|Info|DiskScanService|Completed scanning disk for Soul
2024-04-07 02:46:56.7|Info|MovieScannedHandler|[Soul] was recently added, performing post-add actions
2024-04-07 02:46:56.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:56.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:56.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:56.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:56.7|Info|RefreshMovieService|Updating info for Spectre
2024-04-07 02:46:56.7|Info|MovieService|Assigning file [Song of the Sea (2014) [1080p].mp4] to movie [[Song of the Sea (2014)][tt1865505, 110416]]
2024-04-07 02:46:56.7|Info|DiskScanService|Completed scanning disk for Song of the Sea
2024-04-07 02:46:56.7|Info|MovieScannedHandler|[Song of the Sea] was recently added, performing post-add actions
2024-04-07 02:46:56.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:56.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:56.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:56.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:56.8|Info|RefreshMovieService|Updating info for Spider-Man: Across the Spider-Verse
2024-04-07 02:46:56.8|Info|MovieService|Assigning file [Shang-Chi.And.The.Legend.Of.The.Ten.Rings.2021.1080p.BluRay.x264.AAC5.1-[YTS.MX].mp4] to movie [[Shang-Chi and the Legend of the Ten Rings (2021)][tt9376612, 566525]]
2024-04-07 02:46:56.8|Info|DiskScanService|Completed scanning disk for Shang-Chi and the Legend of the Ten Rings
2024-04-07 02:46:56.8|Info|MovieScannedHandler|[Shang-Chi and the Legend of the Ten Rings] was recently added, performing post-add actions
2024-04-07 02:46:56.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:56.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:56.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:56.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:56.8|Info|RefreshMovieService|Updating info for Spider-Man: Far From Home
2024-04-07 02:46:56.9|Info|AddMovieCollectionService|Adding Collection Spider-Man: Spider-Verse Collection[573436]
2024-04-07 02:46:57.0|Info|AddMovieCollectionService|Adding Collection Spider-Man (MCU) Collection[531241]
2024-04-07 02:46:57.0|Info|AddMovieCollectionService|Adding Collection James Bond Collection[645]
2024-04-07 02:46:57.0|Info|MediaCoverService|Downloading Poster for [Spider-Man: Across the Spider-Verse (2023)][tt9362722, 569094] https://image.tmdb.org/t/p/original/8Vt6mWEReuy4Of61Lnj5Xj704m8.jpg
2024-04-07 02:46:57.0|Info|DiskScanService|Scanning disk for Spider-Man: Across the Spider-Verse
2024-04-07 02:46:57.0|Info|MediaCoverService|Downloading Poster for [Spider-Man: Far From Home (2019)][tt6320628, 429617] https://image.tmdb.org/t/p/original/4q2NNj4S5dG2RLF9CpXsej7yXl.jpg
2024-04-07 02:46:57.0|Info|DiskScanService|Scanning disk for Spider-Man: Far From Home
2024-04-07 02:46:57.0|Info|MediaCoverService|Downloading Poster for [Spectre (2015)][tt2379713, 206647] https://image.tmdb.org/t/p/original/672kUEMtTHcaVYSVY4eiHEliHFa.jpg
2024-04-07 02:46:57.0|Info|DiskScanService|Scanning disk for Spectre
2024-04-07 02:46:57.1|Info|MovieService|Assigning file [Spider-Man.Across.The.Spider-Verse.2023.REAL.HDR.2160p.WEB.h265-ETHEL[TGx].mkv] to movie [[Spider-Man: Across the Spider-Verse (2023)][tt9362722, 569094]]
2024-04-07 02:46:57.1|Info|DiskScanService|Completed scanning disk for Spider-Man: Across the Spider-Verse
2024-04-07 02:46:57.1|Info|MovieScannedHandler|[Spider-Man: Across the Spider-Verse] was recently added, performing post-add actions
2024-04-07 02:46:57.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:57.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:57.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:57.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:57.1|Info|MovieService|Assigning file [Spectre (2015) Bluray-1080p.mkv] to movie [[Spectre (2015)][tt2379713, 206647]]
2024-04-07 02:46:57.1|Info|RefreshMovieService|Updating info for Spider-Man: Homecoming
2024-04-07 02:46:57.1|Info|DiskScanService|Completed scanning disk for Spectre
2024-04-07 02:46:57.1|Info|MovieScannedHandler|[Spectre] was recently added, performing post-add actions
2024-04-07 02:46:57.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:57.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:57.2|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:46:57.2|Info|ExistingExtraFileService|Found 3 possible extra files, imported 1 files.
2024-04-07 02:46:57.2|Warn|MediaCoverMapper|File /config/MediaCover/176/poster.jpg not found
2024-04-07 02:46:57.2|Warn|MediaCoverMapper|File /config/MediaCover/181/poster.jpg not found
2024-04-07 02:46:57.2|Info|RefreshMovieService|Updating info for Spider-Man: Into the Spider-Verse
2024-04-07 02:46:57.2|Info|MediaCoverService|Downloading Fanart for [Spider-Man: Across the Spider-Verse (2023)][tt9362722, 569094] https://image.tmdb.org/t/p/original/4HodYYKEIsGOdinkGi2Ucz6X9i0.jpg
2024-04-07 02:46:57.2|Info|MediaCoverService|Downloading Fanart for [Spider-Man: Far From Home (2019)][tt6320628, 429617] https://image.tmdb.org/t/p/original/ng6SSB3JhbcpKTwbPDsRwUYK8Cq.jpg
2024-04-07 02:46:57.2|Warn|MediaCoverMapper|File /config/MediaCover/180/poster.jpg not found
2024-04-07 02:46:57.2|Warn|MediaCoverMapper|File /config/MediaCover/182/poster.jpg not found
2024-04-07 02:46:57.2|Info|MediaCoverService|Downloading Fanart for [Spectre (2015)][tt2379713, 206647] https://image.tmdb.org/t/p/original/8lBViysvNJBPkl6zG1LVAaW3qhj.jpg
2024-04-07 02:46:57.2|Info|MediaCoverService|Downloading Poster for [Spider-Man: Homecoming (2017)][tt2250912, 315635] https://image.tmdb.org/t/p/original/c24sv2weTHPsmDa7jEMN0m2P3RT.jpg
2024-04-07 02:46:57.2|Info|DiskScanService|Scanning disk for Spider-Man: Homecoming
2024-04-07 02:46:57.3|Info|MovieService|Assigning file [Spider-Man.Far.from.Home.2019.BluRay.1080p.x264.DTS-HD.MA.7.1-HDChina[EtHD].mkv] to movie [[Spider-Man: Far From Home (2019)][tt6320628, 429617]]
2024-04-07 02:46:57.3|Info|DiskScanService|Completed scanning disk for Spider-Man: Far From Home
2024-04-07 02:46:57.3|Info|MovieScannedHandler|[Spider-Man: Far From Home] was recently added, performing post-add actions
2024-04-07 02:46:57.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:57.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:57.3|Warn|MediaCoverMapper|File /config/MediaCover/177/poster.jpg not found
2024-04-07 02:46:57.3|Warn|MediaCoverMapper|File /config/MediaCover/178/poster.jpg not found
2024-04-07 02:46:57.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:57.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:57.3|Info|MediaCoverService|Downloading Poster for [Spider-Man: Into the Spider-Verse (2018)][tt4633694, 324857] https://image.tmdb.org/t/p/original/iiZZdoQBEYBv6id8su7ImL0oCbD.jpg
2024-04-07 02:46:57.3|Info|DiskScanService|Scanning disk for Spider-Man: Into the Spider-Verse
2024-04-07 02:46:57.3|Info|MovieService|Assigning file [Spider-Man Homecoming 2017 BluRay 1080p DTS AC3 x264-MgB.mkv] to movie [[Spider-Man: Homecoming (2017)][tt2250912, 315635]]
2024-04-07 02:46:57.3|Info|DiskScanService|Completed scanning disk for Spider-Man: Homecoming
2024-04-07 02:46:57.3|Info|MovieScannedHandler|[Spider-Man: Homecoming] was recently added, performing post-add actions
2024-04-07 02:46:57.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:57.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:57.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:57.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:57.3|Info|RefreshMovieService|Updating info for Spider-Man: No Way Home
2024-04-07 02:46:57.3|Info|RefreshMovieService|Updating info for Spirited
2024-04-07 02:46:57.4|Info|MediaCoverService|Downloading Poster for [Spirited (2022)][tt10999120, 632856] https://image.tmdb.org/t/p/original/h3zAzTMs5EP3cKusOxFNGSFE1WI.jpg
2024-04-07 02:46:57.4|Info|DiskScanService|Scanning disk for Spirited
2024-04-07 02:46:57.4|Warn|MediaCoverMapper|File /config/MediaCover/179/poster.jpg not found
2024-04-07 02:46:57.4|Info|MediaCoverService|Downloading Poster for [Spider-Man: No Way Home (2021)][tt10872600, 634649] https://image.tmdb.org/t/p/original/5weKu49pzJCt06OPpjvT80efnQj.jpg
2024-04-07 02:46:57.4|Info|DiskScanService|Scanning disk for Spider-Man: No Way Home
2024-04-07 02:46:57.5|Info|MovieService|Assigning file [Spider-Man Into the Spider-Verse 2018 UHD BluRay DV HDR10+ DDP 5.1 x265-BiTOR[TGx].mkv] to movie [[Spider-Man: Into the Spider-Verse (2018)][tt4633694, 324857]]
2024-04-07 02:46:57.5|Info|MovieService|Assigning file [Spider-Man.No.Way.Home.(2021).Repack.1080p.10bit.BluRay.x265.[Hindi+English].DTS-PeruGuy.mkv] to movie [[Spider-Man: No Way Home (2021)][tt10872600, 634649]]
2024-04-07 02:46:57.5|Info|MovieService|Assigning file [Spirited.2022.2160p.ATVP.WEB-DL.DDP5.1.Atmos.HDR.HEVC-EVO[TGx].mkv] to movie [[Spirited (2022)][tt10999120, 632856]]
2024-04-07 02:46:57.5|Info|DiskScanService|Completed scanning disk for Spider-Man: Into the Spider-Verse
2024-04-07 02:46:57.5|Info|MovieScannedHandler|[Spider-Man: Into the Spider-Verse] was recently added, performing post-add actions
2024-04-07 02:46:57.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:57.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:57.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:57.5|Info|DiskScanService|Completed scanning disk for Spirited
2024-04-07 02:46:57.5|Info|MovieScannedHandler|[Spirited] was recently added, performing post-add actions
2024-04-07 02:46:57.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:57.5|Info|DiskScanService|Completed scanning disk for Spider-Man: No Way Home
2024-04-07 02:46:57.5|Info|MovieScannedHandler|[Spider-Man: No Way Home] was recently added, performing post-add actions
2024-04-07 02:46:57.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:57.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:57.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:57.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:57.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:57.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:57.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:57.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:57.5|Info|RefreshMovieService|Updating info for Strange World
2024-04-07 02:46:57.5|Info|RefreshMovieService|Updating info for Superman: Man of Tomorrow
2024-04-07 02:46:57.6|Info|RefreshMovieService|Updating info for Superman/Shazam!: The Return of Black Adam
2024-04-07 02:46:57.6|Info|MediaCoverService|Downloading Fanart for [Spider-Man: Homecoming (2017)][tt2250912, 315635] https://image.tmdb.org/t/p/original/fn4n6uOYcB6Uh89nbNPoU2w80RV.jpg
2024-04-07 02:46:57.6|Info|MediaCoverService|Downloading Fanart for [Spider-Man: Into the Spider-Verse (2018)][tt4633694, 324857] https://image.tmdb.org/t/p/original/qGQf2OHIkoh89K8XeKQzhxczf96.jpg
2024-04-07 02:46:57.7|Info|MediaCoverService|Downloading Fanart for [Spirited (2022)][tt10999120, 632856] https://image.tmdb.org/t/p/original/fHDvGGPFry65ou79WLi6JsjCZrM.jpg
2024-04-07 02:46:57.7|Info|MediaCoverService|Downloading Poster for [Superman/Shazam!: The Return of Black Adam (2010)][tt1701223, 43641] https://image.tmdb.org/t/p/original/3MgwChvi42N1RnhQE9A4pQVHyUY.jpg
2024-04-07 02:46:57.7|Info|DiskScanService|Scanning disk for Superman/Shazam!: The Return of Black Adam
2024-04-07 02:46:57.7|Info|MediaCoverService|Downloading Poster for [Strange World (2022)][tt10298840, 877269] https://image.tmdb.org/t/p/original/fHMqfsYyl3lskPK2RiFRwhzwuep.jpg
2024-04-07 02:46:57.7|Info|DiskScanService|Scanning disk for Strange World
2024-04-07 02:46:57.7|Info|MediaCoverService|Downloading Poster for [Superman: Man of Tomorrow (2020)][tt11079116, 618354] https://image.tmdb.org/t/p/original/n9GtiJiBETVFayQy7YnVdF9AucU.jpg
2024-04-07 02:46:57.7|Info|DiskScanService|Scanning disk for Superman: Man of Tomorrow
2024-04-07 02:46:57.7|Info|MediaCoverService|Downloading Fanart for [Spider-Man: No Way Home (2021)][tt10872600, 634649] https://image.tmdb.org/t/p/original/14QbnygCuTO0vl7CAFmPf1fgZfV.jpg
2024-04-07 02:46:57.9|Info|MediaCoverService|Downloading Fanart for [Superman/Shazam!: The Return of Black Adam (2010)][tt1701223, 43641] https://image.tmdb.org/t/p/original/7Eht97Zd5aTAu0DPr1TdqYOFmAH.jpg
2024-04-07 02:46:57.9|Info|MediaCoverService|Downloading Fanart for [Strange World (2022)][tt10298840, 877269] https://image.tmdb.org/t/p/original/5wDBVictj4wUYZ31gR5WzCM9dLD.jpg
2024-04-07 02:46:58.0|Info|MediaCoverService|Downloading Fanart for [Superman: Man of Tomorrow (2020)][tt11079116, 618354] https://image.tmdb.org/t/p/original/6MPOr6nZAMbStXq2dNF7ocqghLO.jpg
2024-04-07 02:46:58.1|Info|MovieService|Assigning file [Superman.Shazam.The.Return.of.Black.Adam.2010.1080p.BluRay.x265.mp4] to movie [[Superman/Shazam!: The Return of Black Adam (2010)][tt1701223, 43641]]
2024-04-07 02:46:58.1|Info|DiskScanService|Completed scanning disk for Superman/Shazam!: The Return of Black Adam
2024-04-07 02:46:58.1|Info|MovieScannedHandler|[Superman/Shazam!: The Return of Black Adam] was recently added, performing post-add actions
2024-04-07 02:46:58.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:58.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:58.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:58.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:58.1|Info|RefreshMovieService|Updating info for Suzume
2024-04-07 02:46:58.1|Info|MovieService|Assigning file [Strange.World.2022.1080p.BluRay.x264-KNiVES[rarbg].mkv] to movie [[Strange World (2022)][tt10298840, 877269]]
2024-04-07 02:46:58.1|Info|DiskScanService|Completed scanning disk for Strange World
2024-04-07 02:46:58.1|Info|MovieScannedHandler|[Strange World] was recently added, performing post-add actions
2024-04-07 02:46:58.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:58.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:58.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:58.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:58.1|Info|RefreshMovieService|Updating info for Taylor Tomlinson: Have It All
2024-04-07 02:46:58.2|Info|MovieService|Assigning file [Superman.Man.of.Tomorrow.2020.2160p.UHD.BluRay.x265.10bit.HDR.DTS-HD.MA.5.1-SWTYBLZ.mkv] to movie [[Superman: Man of Tomorrow (2020)][tt11079116, 618354]]
2024-04-07 02:46:58.2|Info|DiskScanService|Completed scanning disk for Superman: Man of Tomorrow
2024-04-07 02:46:58.2|Info|MovieScannedHandler|[Superman: Man of Tomorrow] was recently added, performing post-add actions
2024-04-07 02:46:58.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:58.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:58.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:58.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:58.2|Info|RefreshMovieService|Updating info for Taylor Tomlinson: Look at You
2024-04-07 02:46:58.2|Info|MediaCoverService|Downloading Poster for [Taylor Tomlinson: Have It All (2024)][tt30796334, 1227770] https://image.tmdb.org/t/p/original/xotV6MkshGfLWIUi3su6Pdajrt3.jpg
2024-04-07 02:46:58.2|Info|DiskScanService|Scanning disk for Taylor Tomlinson: Have It All
2024-04-07 02:46:58.2|Info|MediaCoverService|Downloading Poster for [Suzume (2022)][tt16428256, 916224] https://image.tmdb.org/t/p/original/oNbCAM3UVJamxRFd5hUt686aqb2.jpg
2024-04-07 02:46:58.2|Info|DiskScanService|Scanning disk for Suzume
2024-04-07 02:46:58.2|Info|MediaCoverService|Downloading Poster for [Taylor Tomlinson: Look at You (2022)][tt18096250, 937348] https://image.tmdb.org/t/p/original/de8ZRKr0TEFTuvdvlolIt6bLJUk.jpg
2024-04-07 02:46:58.2|Info|DiskScanService|Scanning disk for Taylor Tomlinson: Look at You
2024-04-07 02:46:58.3|Info|MediaCoverService|Downloading Fanart for [Taylor Tomlinson: Have It All (2024)][tt30796334, 1227770] https://image.tmdb.org/t/p/original/rVzOnqaKHEoH4Ky74i4CUUViKy1.jpg
2024-04-07 02:46:58.3|Info|MediaCoverService|Downloading Fanart for [Suzume (2022)][tt16428256, 916224] https://image.tmdb.org/t/p/original/4tdV5AeojEdbvn6VpeQrbuDlmzs.jpg
2024-04-07 02:46:58.3|Info|MovieService|Assigning file [Taylor Tomlinson - Look at You (2022) (1080p NF WEB-DL x265 10bit t3nzin).mkv] to movie [[Taylor Tomlinson: Look at You (2022)][tt18096250, 937348]]
2024-04-07 02:46:58.3|Info|MediaCoverService|Downloading Fanart for [Taylor Tomlinson: Look at You (2022)][tt18096250, 937348] https://image.tmdb.org/t/p/original/iTndrveLDL0HQYd5XmgTYpXEeyr.jpg
2024-04-07 02:46:58.3|Info|DiskScanService|Completed scanning disk for Taylor Tomlinson: Look at You
2024-04-07 02:46:58.3|Info|MovieScannedHandler|[Taylor Tomlinson: Look at You] was recently added, performing post-add actions
2024-04-07 02:46:58.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:58.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:58.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:58.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:58.3|Info|RefreshMovieService|Updating info for Teenage Mutant Ninja Turtles: Mutant Mayhem
2024-04-07 02:46:58.4|Info|MovieService|Assigning file [Taylor Tomlinson Have It All (2024) [1080p] [WEBRip] [5.1] [YTS.MX].mp4] to movie [[Taylor Tomlinson: Have It All (2024)][tt30796334, 1227770]]
2024-04-07 02:46:58.4|Info|DiskScanService|Completed scanning disk for Taylor Tomlinson: Have It All
2024-04-07 02:46:58.4|Info|MovieScannedHandler|[Taylor Tomlinson: Have It All] was recently added, performing post-add actions
2024-04-07 02:46:58.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:58.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:58.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:58.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:58.4|Info|RefreshMovieService|Updating info for The Adam Project
2024-04-07 02:46:58.5|Info|MediaCoverService|Downloading Poster for [The Adam Project (2022)][tt2463208, 696806] https://image.tmdb.org/t/p/original/wFjboE0aFZNbVOF05fzrka9Fqyx.jpg
2024-04-07 02:46:58.5|Info|DiskScanService|Scanning disk for The Adam Project
2024-04-07 02:46:58.5|Info|AddMovieCollectionService|Adding Collection Teenage Mutant Ninja Turtles (Animated) Collection[1156855]
2024-04-07 02:46:58.5|Info|MediaCoverService|Downloading Poster for [Teenage Mutant Ninja Turtles: Mutant Mayhem (2023)][tt8589698, 614930] https://image.tmdb.org/t/p/original/ueO9MYIOHO7M1PiMUeX74uf8fB9.jpg
2024-04-07 02:46:58.5|Info|DiskScanService|Scanning disk for Teenage Mutant Ninja Turtles: Mutant Mayhem
2024-04-07 02:46:58.6|Info|MediaCoverService|Downloading Fanart for [The Adam Project (2022)][tt2463208, 696806] https://image.tmdb.org/t/p/original/ewUqXnwiRLhgmGhuksOdLgh49Ch.jpg
2024-04-07 02:46:58.6|Info|MovieService|Assigning file [The Adam Project (2022) WEBRip-1080p.mp4] to movie [[The Adam Project (2022)][tt2463208, 696806]]
2024-04-07 02:46:58.6|Info|DiskScanService|Completed scanning disk for The Adam Project
2024-04-07 02:46:58.6|Info|MovieScannedHandler|[The Adam Project] was recently added, performing post-add actions
2024-04-07 02:46:58.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:58.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:58.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:58.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:58.6|Info|RefreshMovieService|Updating info for The Artifice Girl
2024-04-07 02:46:58.7|Info|MovieService|Assigning file [teenage.mutant.ninja.turtles.mutant.mayhem.2023.multi.1080p.bluray.x264-ulysse.mkv] to movie [[Teenage Mutant Ninja Turtles: Mutant Mayhem (2023)][tt8589698, 614930]]
2024-04-07 02:46:58.7|Info|DiskScanService|Completed scanning disk for Teenage Mutant Ninja Turtles: Mutant Mayhem
2024-04-07 02:46:58.7|Info|MovieScannedHandler|[Teenage Mutant Ninja Turtles: Mutant Mayhem] was recently added, performing post-add actions
2024-04-07 02:46:58.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:58.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:58.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:58.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:58.7|Info|RefreshMovieService|Updating info for The Bad Guys
2024-04-07 02:46:58.7|Info|MediaCoverService|Downloading Fanart for [Teenage Mutant Ninja Turtles: Mutant Mayhem (2023)][tt8589698, 614930] https://image.tmdb.org/t/p/original/2Cpg8hUn60PK9CW9d5SWf605Ah8.jpg
2024-04-07 02:46:58.7|Info|MediaCoverService|Downloading Poster for [The Artifice Girl (2023)][tt20859464, 983282] https://image.tmdb.org/t/p/original/A3qrVjsBd4IZ3QWHMs2x1dwRxuX.jpg
2024-04-07 02:46:58.7|Info|DiskScanService|Scanning disk for The Artifice Girl
2024-04-07 02:46:58.7|Info|MovieService|Assigning file [Suzume.2022.4K.HDR.2160p.BDRip Ita Eng Jap x265-NAHOM.mkv] to movie [[Suzume (2022)][tt16428256, 916224]]
2024-04-07 02:46:58.7|Info|DiskScanService|Completed scanning disk for Suzume
2024-04-07 02:46:58.7|Info|MovieScannedHandler|[Suzume] was recently added, performing post-add actions
2024-04-07 02:46:58.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:58.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:58.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:58.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:58.8|Info|RefreshMovieService|Updating info for The Banshees of Inisherin
2024-04-07 02:46:58.8|Info|MovieService|Assigning file [The.Artifice.Girl.2023.1080p.AMZN.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx].mkv] to movie [[The Artifice Girl (2023)][tt20859464, 983282]]
2024-04-07 02:46:58.8|Info|DiskScanService|Completed scanning disk for The Artifice Girl
2024-04-07 02:46:58.8|Info|MovieScannedHandler|[The Artifice Girl] was recently added, performing post-add actions
2024-04-07 02:46:58.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:58.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:58.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:58.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:58.8|Info|RefreshMovieService|Updating info for The Batman
2024-04-07 02:46:58.8|Info|AddMovieCollectionService|Adding Collection The Bad Guys Collection[1231053]
2024-04-07 02:46:58.8|Info|MediaCoverService|Downloading Fanart for [The Artifice Girl (2023)][tt20859464, 983282] https://image.tmdb.org/t/p/original/9j7EPYAaS2Pa3bry7Yrkq64ToLf.jpg
2024-04-07 02:46:58.8|Info|MediaCoverService|Downloading Poster for [The Banshees of Inisherin (2022)][tt11813216, 674324] https://image.tmdb.org/t/p/original/4yFG6cSPaCaPhyJ1vtGOtMD1lgh.jpg
2024-04-07 02:46:58.8|Info|DiskScanService|Scanning disk for The Banshees of Inisherin
2024-04-07 02:46:58.9|Info|AddMovieCollectionService|Adding Collection The Batman Collection[948485]
2024-04-07 02:46:58.9|Info|MediaCoverService|Downloading Poster for [The Bad Guys (2022)][tt8115900, 629542] https://image.tmdb.org/t/p/original/7qop80YfuO0BwJa1uXk1DXUUEwv.jpg
2024-04-07 02:46:58.9|Info|DiskScanService|Scanning disk for The Bad Guys
2024-04-07 02:46:58.9|Info|MovieService|Assigning file [The.Banshees.of.Inisherin.2022.1080p.BluRay.x264-PiGNUS[rarbg].mkv] to movie [[The Banshees of Inisherin (2022)][tt11813216, 674324]]
2024-04-07 02:46:58.9|Info|DiskScanService|Completed scanning disk for The Banshees of Inisherin
2024-04-07 02:46:58.9|Info|MovieScannedHandler|[The Banshees of Inisherin] was recently added, performing post-add actions
2024-04-07 02:46:58.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:58.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:58.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:58.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:58.9|Info|MediaCoverService|Downloading Poster for [The Batman (2022)][tt1877830, 414906] https://image.tmdb.org/t/p/original/74xTEgt7R36Fpooo50r9T25onhq.jpg
2024-04-07 02:46:58.9|Info|DiskScanService|Scanning disk for The Batman
2024-04-07 02:46:58.9|Info|RefreshMovieService|Updating info for The Batman vs. Dracula
2024-04-07 02:46:58.9|Info|MediaCoverService|Downloading Fanart for [The Banshees of Inisherin (2022)][tt11813216, 674324] https://image.tmdb.org/t/p/original/1vXD5HXqkhvsXFHE7KmCPZGPR1e.jpg
2024-04-07 02:46:59.0|Info|MovieService|Assigning file [The Bad Guys (2022) WEBDL-1080p.mkv] to movie [[The Bad Guys (2022)][tt8115900, 629542]]
2024-04-07 02:46:59.0|Info|DiskScanService|Completed scanning disk for The Bad Guys
2024-04-07 02:46:59.0|Info|MovieScannedHandler|[The Bad Guys] was recently added, performing post-add actions
2024-04-07 02:46:59.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:59.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:59.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:59.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:59.0|Info|RefreshMovieService|Updating info for The Birdcage
2024-04-07 02:46:59.0|Info|MediaCoverService|Downloading Fanart for [The Bad Guys (2022)][tt8115900, 629542] https://image.tmdb.org/t/p/original/9IDJpHROaC0S1ZlIxrvzOcOX5yC.jpg
2024-04-07 02:46:59.0|Info|MediaCoverService|Downloading Poster for [The Batman vs. Dracula (2005)][tt0472219, 20077] https://image.tmdb.org/t/p/original/8uKIqZBXfxhflenI2LkNZIHUp7I.jpg
2024-04-07 02:46:59.0|Info|DiskScanService|Scanning disk for The Batman vs. Dracula
2024-04-07 02:46:59.1|Info|MovieService|Assigning file [The.Batman.2022.1080p.BluRay.x265-RARBG.mp4] to movie [[The Batman (2022)][tt1877830, 414906]]
2024-04-07 02:46:59.1|Info|DiskScanService|Completed scanning disk for The Batman
2024-04-07 02:46:59.1|Info|MovieScannedHandler|[The Batman] was recently added, performing post-add actions
2024-04-07 02:46:59.1|Info|MediaCoverService|Downloading Poster for [The Birdcage (1996)][tt0115685, 11000] https://image.tmdb.org/t/p/original/4IpC35BoA5aRO0Q1DpFGJ8iKKYq.jpg
2024-04-07 02:46:59.1|Info|DiskScanService|Scanning disk for The Birdcage
2024-04-07 02:46:59.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:59.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:59.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:59.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:59.1|Info|RefreshMovieService|Updating info for The Breadwinner
2024-04-07 02:46:59.2|Info|MovieService|Assigning file [The.Batman.vs.Dracula.2005.PROPER.1080p.WEBRip.x264-RARBG.mp4] to movie [[The Batman vs. Dracula (2005)][tt0472219, 20077]]
2024-04-07 02:46:59.2|Info|DiskScanService|Completed scanning disk for The Batman vs. Dracula
2024-04-07 02:46:59.2|Info|MovieScannedHandler|[The Batman vs. Dracula] was recently added, performing post-add actions
2024-04-07 02:46:59.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:59.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:59.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:59.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:59.2|Info|RefreshMovieService|Updating info for The Bubble
2024-04-07 02:46:59.2|Info|MediaCoverService|Downloading Fanart for [The Batman (2022)][tt1877830, 414906] https://image.tmdb.org/t/p/original/b0PlSFdDwbyK0cf5RxwDpaOJQvQ.jpg
2024-04-07 02:46:59.2|Info|MediaCoverService|Downloading Fanart for [The Batman vs. Dracula (2005)][tt0472219, 20077] https://image.tmdb.org/t/p/original/8Or1XOnUMtg4NIpOCDmdDqRwU4k.jpg
2024-04-07 02:46:59.2|Info|MediaCoverService|Downloading Poster for [The Breadwinner (2017)][tt3901826, 435129] https://image.tmdb.org/t/p/original/2d6qmkJz9AWqmk9wBWtd2uFX89t.jpg
2024-04-07 02:46:59.2|Info|DiskScanService|Scanning disk for The Breadwinner
2024-04-07 02:46:59.2|Info|MovieService|Assigning file [The.Birdcage.1996.1080p.BluRay.x264-[YTS.AM].mp4] to movie [[The Birdcage (1996)][tt0115685, 11000]]
2024-04-07 02:46:59.2|Info|DiskScanService|Completed scanning disk for The Birdcage
2024-04-07 02:46:59.2|Info|MovieScannedHandler|[The Birdcage] was recently added, performing post-add actions
2024-04-07 02:46:59.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:59.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:59.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:59.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:59.3|Info|RefreshMovieService|Updating info for The Clovehitch Killer
2024-04-07 02:46:59.3|Info|MediaCoverService|Downloading Poster for [The Bubble (2022)][tt13610562, 765119] https://image.tmdb.org/t/p/original/edYk5TSowZIDv138bCpF5ls3XI5.jpg
2024-04-07 02:46:59.3|Info|DiskScanService|Scanning disk for The Bubble
2024-04-07 02:46:59.3|Info|MediaCoverService|Downloading Fanart for [The Birdcage (1996)][tt0115685, 11000] https://image.tmdb.org/t/p/original/40UqrWf4ncxWN71r2otCq9RxvSZ.jpg
2024-04-07 02:46:59.3|Info|MediaCoverService|Downloading Poster for [The Clovehitch Killer (2018)][tt6269368, 544431] https://image.tmdb.org/t/p/original/6NmsbUJqnopbnLun2E4KvtVNj8T.jpg
2024-04-07 02:46:59.3|Info|DiskScanService|Scanning disk for The Clovehitch Killer
2024-04-07 02:46:59.3|Info|MovieService|Assigning file [The Breadwinner (2017) Bluray-1080p.mp4] to movie [[The Breadwinner (2017)][tt3901826, 435129]]
2024-04-07 02:46:59.3|Info|DiskScanService|Completed scanning disk for The Breadwinner
2024-04-07 02:46:59.3|Info|MovieScannedHandler|[The Breadwinner] was recently added, performing post-add actions
2024-04-07 02:46:59.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:59.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:59.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:59.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:59.3|Info|RefreshMovieService|Updating info for The Creator
2024-04-07 02:46:59.4|Info|MovieService|Assigning file [The Clovehitch Killer (2018) Remux-1080p.mkv] to movie [[The Clovehitch Killer (2018)][tt6269368, 544431]]
2024-04-07 02:46:59.4|Info|DiskScanService|Completed scanning disk for The Clovehitch Killer
2024-04-07 02:46:59.4|Info|MovieScannedHandler|[The Clovehitch Killer] was recently added, performing post-add actions
2024-04-07 02:46:59.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:59.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:59.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:59.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:59.4|Info|MovieService|Assigning file [The Bubble (2022) WEBDL-1080p.mkv] to movie [[The Bubble (2022)][tt13610562, 765119]]
2024-04-07 02:46:59.4|Info|RefreshMovieService|Updating info for The Devil All the Time
2024-04-07 02:46:59.4|Info|DiskScanService|Completed scanning disk for The Bubble
2024-04-07 02:46:59.4|Info|MovieScannedHandler|[The Bubble] was recently added, performing post-add actions
2024-04-07 02:46:59.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:59.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:59.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:59.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:59.4|Info|RefreshMovieService|Updating info for The Fabelmans
2024-04-07 02:46:59.4|Info|MediaCoverService|Downloading Fanart for [The Breadwinner (2017)][tt3901826, 435129] https://image.tmdb.org/t/p/original/fRtQdiESAdt9rjXCvZhvkmprvac.jpg
2024-04-07 02:46:59.4|Info|MediaCoverService|Downloading Fanart for [The Bubble (2022)][tt13610562, 765119] https://image.tmdb.org/t/p/original/s54domZlnNGxfFzUdODxO7Ll8rO.jpg
2024-04-07 02:46:59.5|Info|MediaCoverService|Downloading Fanart for [The Clovehitch Killer (2018)][tt6269368, 544431] https://image.tmdb.org/t/p/original/vSPUZQr6bsvFOJPsd6NPxGkDd2v.jpg
2024-04-07 02:46:59.5|Info|MediaCoverService|Downloading Poster for [The Devil All the Time (2020)][tt7395114, 499932] https://image.tmdb.org/t/p/original/bVL7LGq528h3KzeNI90HOVbV5uW.jpg
2024-04-07 02:46:59.5|Info|DiskScanService|Scanning disk for The Devil All the Time
2024-04-07 02:46:59.5|Info|MediaCoverService|Downloading Poster for [The Fabelmans (2022)][tt14208870, 804095] https://image.tmdb.org/t/p/original/h7llKkqkkJtJrTOaDLuVeUYDQ7I.jpg
2024-04-07 02:46:59.5|Info|DiskScanService|Scanning disk for The Fabelmans
2024-04-07 02:46:59.5|Info|MediaCoverService|Downloading Poster for [The Creator (2023)][tt11858890, 670292] https://image.tmdb.org/t/p/original/vBZ0qvaRxqEhZwl6LWmruJqWE8Z.jpg
2024-04-07 02:46:59.5|Info|DiskScanService|Scanning disk for The Creator
2024-04-07 02:46:59.5|Info|MovieService|Assigning file [The.Devil.All.the.Time.2020.1080p.NF.WEBRip.DDP5.1.Atmos.x264-CM.mkv] to movie [[The Devil All the Time (2020)][tt7395114, 499932]]
2024-04-07 02:46:59.5|Info|DiskScanService|Completed scanning disk for The Devil All the Time
2024-04-07 02:46:59.5|Info|MovieScannedHandler|[The Devil All the Time] was recently added, performing post-add actions
2024-04-07 02:46:59.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:59.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:59.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:59.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:59.6|Info|RefreshMovieService|Updating info for The Father
2024-04-07 02:46:59.6|Info|MovieService|Assigning file [The Fabelmans (2022) 2160p H265 10 bit Dolby Vision ita eng AC3 5.1 sub ita eng Licdom.mkv] to movie [[The Fabelmans (2022)][tt14208870, 804095]]
2024-04-07 02:46:59.6|Info|DiskScanService|Completed scanning disk for The Fabelmans
2024-04-07 02:46:59.6|Info|MovieScannedHandler|[The Fabelmans] was recently added, performing post-add actions
2024-04-07 02:46:59.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:59.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:59.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:59.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:59.7|Info|RefreshMovieService|Updating info for The Founder
2024-04-07 02:46:59.7|Info|MediaCoverService|Downloading Fanart for [The Creator (2023)][tt11858890, 670292] https://image.tmdb.org/t/p/original/kjQBrc00fB2RjHZB3PGR4w9ibpz.jpg
2024-04-07 02:46:59.7|Info|MediaCoverService|Downloading Poster for [The Father (2020)][tt10272386, 600354] https://image.tmdb.org/t/p/original/pr3bEQ517uMb5loLvjFQi8uLAsp.jpg
2024-04-07 02:46:59.7|Info|DiskScanService|Scanning disk for The Father
2024-04-07 02:46:59.7|Info|MediaCoverService|Downloading Fanart for [The Devil All the Time (2020)][tt7395114, 499932] https://image.tmdb.org/t/p/original/rUeqBuNDR9zN6vZV9kpEFMtQm0E.jpg
2024-04-07 02:46:59.7|Info|MovieService|Assigning file [the.creator.2023.hdr.2160p.web.h265-huzzah.mkv] to movie [[The Creator (2023)][tt11858890, 670292]]
2024-04-07 02:46:59.7|Info|DiskScanService|Completed scanning disk for The Creator
2024-04-07 02:46:59.7|Info|MovieScannedHandler|[The Creator] was recently added, performing post-add actions
2024-04-07 02:46:59.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:59.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:59.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:59.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:59.7|Info|MediaCoverService|Downloading Fanart for [The Fabelmans (2022)][tt14208870, 804095] https://image.tmdb.org/t/p/original/2OnmtVOEpCwt0sYtss5kNxyYM2W.jpg
2024-04-07 02:46:59.7|Info|RefreshMovieService|Updating info for The Gray Man
2024-04-07 02:46:59.7|Info|MovieService|Assigning file [The.Father.Nulla.è.Come.Sembra.2020.iTA-ENG.PROPER.Bluray.1080p.x264-CYBER.mkv] to movie [[The Father (2020)][tt10272386, 600354]]
2024-04-07 02:46:59.7|Info|DiskScanService|Completed scanning disk for The Father
2024-04-07 02:46:59.7|Info|MovieScannedHandler|[The Father] was recently added, performing post-add actions
2024-04-07 02:46:59.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:59.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:46:59.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:59.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:46:59.7|Info|RefreshMovieService|Updating info for The Great Mouse Detective
2024-04-07 02:46:59.8|Info|MediaCoverService|Downloading Poster for [The Founder (2016)][tt4276820, 310307] https://image.tmdb.org/t/p/original/8gLIksu5ggdfBL1UbeTeonHquxl.jpg
2024-04-07 02:46:59.8|Info|DiskScanService|Scanning disk for The Founder
2024-04-07 02:46:59.8|Info|AddMovieCollectionService|Adding Collection The Gray Man Collection[1005134]
2024-04-07 02:46:59.8|Info|MediaCoverService|Downloading Poster for [The Great Mouse Detective (1986)][tt0091149, 9994] https://image.tmdb.org/t/p/original/9uDr7vfjCFr39KGCcqrk44Cg7fQ.jpg
2024-04-07 02:46:59.8|Info|DiskScanService|Scanning disk for The Great Mouse Detective
2024-04-07 02:46:59.9|Info|MediaCoverService|Downloading Poster for [The Gray Man (2022)][tt1649418, 725201] https://image.tmdb.org/t/p/original/5Eom3JsXgQlCj6QIsGCwXkX7wyH.jpg
2024-04-07 02:46:59.9|Info|DiskScanService|Scanning disk for The Gray Man
2024-04-07 02:46:59.9|Info|MediaCoverService|Downloading Fanart for [The Father (2020)][tt10272386, 600354] https://image.tmdb.org/t/p/original/h3weAFgg06GqchI2xDfufBgSFTj.jpg
2024-04-07 02:46:59.9|Info|MovieService|Assigning file [The Founder (2016) Bluray-1080p.mp4] to movie [[The Founder (2016)][tt4276820, 310307]]
2024-04-07 02:46:59.9|Info|DiskScanService|Completed scanning disk for The Founder
2024-04-07 02:46:59.9|Info|MovieScannedHandler|[The Founder] was recently added, performing post-add actions
2024-04-07 02:46:59.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:46:59.9|Info|ExistingSubtitleImporter|Found 1 existing subtitle files
2024-04-07 02:46:59.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:46:59.9|Info|ExistingExtraFileService|Found 1 possible extra files, imported 1 files.
2024-04-07 02:46:59.9|Info|RefreshMovieService|Updating info for The Green Knight
2024-04-07 02:46:59.9|Info|MediaCoverService|Downloading Fanart for [The Founder (2016)][tt4276820, 310307] https://image.tmdb.org/t/p/original/5WparwIlAtSZW0tcWbK2NHEZJC6.jpg
2024-04-07 02:46:59.9|Info|MediaCoverService|Downloading Fanart for [The Great Mouse Detective (1986)][tt0091149, 9994] https://image.tmdb.org/t/p/original/ijCfzdRLhrdu9OUIaPsVt08ogT5.jpg
2024-04-07 02:47:00.0|Info|MediaCoverService|Downloading Fanart for [The Gray Man (2022)][tt1649418, 725201] https://image.tmdb.org/t/p/original/2u1YBNBlSwvBReyvI7i5z5ykQXP.jpg
2024-04-07 02:47:00.0|Info|MovieService|Assigning file [The.Gray.Man.2022.PROPER.1080p.WEB.H264-PECULATE[rarbg].mkv] to movie [[The Gray Man (2022)][tt1649418, 725201]]
2024-04-07 02:47:00.0|Info|DiskScanService|Completed scanning disk for The Gray Man
2024-04-07 02:47:00.0|Info|MovieScannedHandler|[The Gray Man] was recently added, performing post-add actions
2024-04-07 02:47:00.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:00.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:00.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:00.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:00.0|Info|RefreshMovieService|Updating info for The Holdovers
2024-04-07 02:47:00.1|Info|MovieService|Assigning file [The Great Mouse Detective (1986) [BluRay] [1080p] [YTS.AM].mp4] to movie [[The Great Mouse Detective (1986)][tt0091149, 9994]]
2024-04-07 02:47:00.1|Info|DiskScanService|Completed scanning disk for The Great Mouse Detective
2024-04-07 02:47:00.1|Info|MovieScannedHandler|[The Great Mouse Detective] was recently added, performing post-add actions
2024-04-07 02:47:00.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:00.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:00.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:00.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:00.1|Info|MediaCoverService|Downloading Poster for [The Green Knight (2021)][tt9243804, 559907] https://image.tmdb.org/t/p/original/if4hw3Ou5Sav9Em7WWHj66mnywp.jpg
2024-04-07 02:47:00.1|Info|DiskScanService|Scanning disk for The Green Knight
2024-04-07 02:47:00.1|Info|RefreshMovieService|Updating info for The House
2024-04-07 02:47:00.1|Info|MediaCoverService|Downloading Poster for [The Holdovers (2023)][tt14849194, 840430] https://image.tmdb.org/t/p/original/VHSzNBTwxV8vh7wylo7O9CLdac.jpg
2024-04-07 02:47:00.1|Info|DiskScanService|Scanning disk for The Holdovers
2024-04-07 02:47:00.2|Info|MediaCoverService|Downloading Poster for [The House (2022)][tt11703050, 926899] https://image.tmdb.org/t/p/original/iZjMFSKCrleKolC1gYcz5Rs8bk1.jpg
2024-04-07 02:47:00.2|Info|DiskScanService|Scanning disk for The House
2024-04-07 02:47:00.2|Info|MovieService|Assigning file [The.Green.Knight.2021.1080p.BluRay.x264.TrueHD.7.1.Atmos-MT.mkv] to movie [[The Green Knight (2021)][tt9243804, 559907]]
2024-04-07 02:47:00.2|Info|DiskScanService|Completed scanning disk for The Green Knight
2024-04-07 02:47:00.2|Info|MovieScannedHandler|[The Green Knight] was recently added, performing post-add actions
2024-04-07 02:47:00.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:00.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:00.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:00.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:00.2|Info|RefreshMovieService|Updating info for The Imitation Game
2024-04-07 02:47:00.3|Info|MovieService|Assigning file [The.House.2022.1080p.WEB.h264-RUMOUR.mkv] to movie [[The House (2022)][tt11703050, 926899]]
2024-04-07 02:47:00.3|Info|MovieService|Assigning file [The.Holdovers.2023.HDR.2160p.WEB.H265-MauveSkunkOfStereotypedAptitude[TGx].mkv] to movie [[The Holdovers (2023)][tt14849194, 840430]]
2024-04-07 02:47:00.3|Info|MediaCoverService|Downloading Fanart for [The Holdovers (2023)][tt14849194, 840430] https://image.tmdb.org/t/p/original/A99WMiz0ASpH9coOFrxSEuwTWx0.jpg
2024-04-07 02:47:00.3|Info|DiskScanService|Completed scanning disk for The Holdovers
2024-04-07 02:47:00.3|Info|MovieScannedHandler|[The Holdovers] was recently added, performing post-add actions
2024-04-07 02:47:00.3|Info|DiskScanService|Completed scanning disk for The House
2024-04-07 02:47:00.3|Info|MovieScannedHandler|[The House] was recently added, performing post-add actions
2024-04-07 02:47:00.3|Info|MediaCoverService|Downloading Fanart for [The Green Knight (2021)][tt9243804, 559907] https://image.tmdb.org/t/p/original/kIQc0kkqIYTo65x5XjlKgqdDQ6a.jpg
2024-04-07 02:47:00.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:00.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:00.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:00.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:00.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:00.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:00.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:00.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:00.3|Info|RefreshMovieService|Updating info for The Killer
2024-04-07 02:47:00.3|Info|MediaCoverService|Downloading Fanart for [The House (2022)][tt11703050, 926899] https://image.tmdb.org/t/p/original/9SQ0ZLBAcv23D9xJ1nlgTWqDNc5.jpg
2024-04-07 02:47:00.3|Info|MediaCoverService|Downloading Poster for [The Imitation Game (2014)][tt2084970, 205596] https://image.tmdb.org/t/p/original/zSqJ1qFq8NXFfi7JeIYMlzyR0dx.jpg
2024-04-07 02:47:00.3|Info|DiskScanService|Scanning disk for The Imitation Game
2024-04-07 02:47:00.3|Info|DiskScanService|Completed scanning disk for The Imitation Game
2024-04-07 02:47:00.3|Info|MovieScannedHandler|[The Imitation Game] was recently added, performing post-add actions
2024-04-07 02:47:00.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:00.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:00.3|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:47:00.3|Info|ExistingExtraFileService|Found 1 possible extra files, imported 1 files.
2024-04-07 02:47:00.3|Info|RefreshMovieService|Updating info for The Last Temptation of Christ
2024-04-07 02:47:00.3|Info|RefreshMovieService|Updating info for The Lion King
2024-04-07 02:47:00.4|Info|MediaCoverService|Downloading Poster for [The Killer (2023)][tt1136617, 800158] https://image.tmdb.org/t/p/original/e7Jvsry47JJQruuezjU2X1Z6J77.jpg
2024-04-07 02:47:00.4|Info|DiskScanService|Scanning disk for The Killer
2024-04-07 02:47:00.4|Info|MediaCoverService|Downloading Fanart for [The Imitation Game (2014)][tt2084970, 205596] https://image.tmdb.org/t/p/original/gLQoJ9P79g501oEEtrN8zMlCPpx.jpg
2024-04-07 02:47:00.4|Info|AddMovieCollectionService|Adding Collection The Lion King Collection[94032]
2024-04-07 02:47:00.4|Info|MediaCoverService|Downloading Poster for [The Last Temptation of Christ (1988)][tt0095497, 11051] https://image.tmdb.org/t/p/original/7L4qwrC1mipZXJfU5oRgQWChLv1.jpg
2024-04-07 02:47:00.4|Info|DiskScanService|Scanning disk for The Last Temptation of Christ
2024-04-07 02:47:00.5|Info|MediaCoverService|Downloading Poster for [The Lion King (1994)][tt0110357, 8587] https://image.tmdb.org/t/p/original/sKCr78MXSLixwmZ8DyJLrpMsd15.jpg
2024-04-07 02:47:00.5|Info|DiskScanService|Scanning disk for The Lion King
2024-04-07 02:47:00.5|Info|MovieService|Assigning file [The.Killer.2023.2160p.NF.WEB-DL.DDP5.1.DV.HDR.H.265-FLUX[TGx].mkv] to movie [[The Killer (2023)][tt1136617, 800158]]
2024-04-07 02:47:00.5|Info|DiskScanService|Completed scanning disk for The Killer
2024-04-07 02:47:00.5|Info|MovieScannedHandler|[The Killer] was recently added, performing post-add actions
2024-04-07 02:47:00.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:00.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:00.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:00.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:00.5|Info|MediaCoverService|Downloading Fanart for [The Killer (2023)][tt1136617, 800158] https://image.tmdb.org/t/p/original/mRmRE4RknbL7qKALWQDz64hWKPa.jpg
2024-04-07 02:47:00.5|Info|RefreshMovieService|Updating info for The Lost City
2024-04-07 02:47:00.6|Info|MediaCoverService|Downloading Fanart for [The Last Temptation of Christ (1988)][tt0095497, 11051] https://image.tmdb.org/t/p/original/r76RjsexxdOM5GAhTRo7FRxdm3c.jpg
2024-04-07 02:47:00.6|Info|MediaCoverService|Downloading Fanart for [The Lion King (1994)][tt0110357, 8587] https://image.tmdb.org/t/p/original/wXsQvli6tWqja51pYxXNG1LFIGV.jpg
2024-04-07 02:47:00.6|Info|MovieService|Assigning file [The Last Temptation Of Christ (1988) [BluRay] [1080p] [YTS.LT].mp4] to movie [[The Last Temptation of Christ (1988)][tt0095497, 11051]]
2024-04-07 02:47:00.6|Info|DiskScanService|Completed scanning disk for The Last Temptation of Christ
2024-04-07 02:47:00.6|Info|MovieScannedHandler|[The Last Temptation of Christ] was recently added, performing post-add actions
2024-04-07 02:47:00.6|Info|MovieService|Assigning file [The Lion King (1994) Remux-1080p.mkv] to movie [[The Lion King (1994)][tt0110357, 8587]]
2024-04-07 02:47:00.6|Info|DiskScanService|Completed scanning disk for The Lion King
2024-04-07 02:47:00.6|Info|MovieScannedHandler|[The Lion King] was recently added, performing post-add actions
2024-04-07 02:47:00.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:00.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:00.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:00.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:00.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:00.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:00.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:00.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:00.6|Info|RefreshMovieService|Updating info for The Lost World: Jurassic Park
2024-04-07 02:47:00.6|Info|RefreshMovieService|Updating info for The Menu
2024-04-07 02:47:00.7|Info|MediaCoverService|Downloading Poster for [The Lost City (2022)][tt13320622, 752623] https://image.tmdb.org/t/p/original/neMZH82Stu91d3iqvLdNQfqPPyl.jpg
2024-04-07 02:47:00.7|Info|DiskScanService|Scanning disk for The Lost City
2024-04-07 02:47:00.7|Info|MovieService|Assigning file [The.Lost.City.2022.1080p.BluRay.1400MB.DD2.0.x264-GalaxyRG[TGx].mkv] to movie [[The Lost City (2022)][tt13320622, 752623]]
2024-04-07 02:47:00.7|Info|DiskScanService|Completed scanning disk for The Lost City
2024-04-07 02:47:00.7|Info|MovieScannedHandler|[The Lost City] was recently added, performing post-add actions
2024-04-07 02:47:00.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:00.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:00.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:00.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:00.7|Info|RefreshMovieService|Updating info for The Mitchells vs. the Machines
2024-04-07 02:47:00.8|Info|MediaCoverService|Downloading Poster for [The Menu (2022)][tt9764362, 593643] https://image.tmdb.org/t/p/original/v31MsWhF9WFh7Qooq6xSBbmJxoG.jpg
2024-04-07 02:47:00.8|Info|DiskScanService|Scanning disk for The Menu
2024-04-07 02:47:00.8|Info|MediaCoverService|Downloading Poster for [The Lost World: Jurassic Park (1997)][tt0119567, 330] https://image.tmdb.org/t/p/original/jElpCJkSaRPYwIMwZY28gOKV7BK.jpg
2024-04-07 02:47:00.8|Info|DiskScanService|Scanning disk for The Lost World: Jurassic Park
2024-04-07 02:47:00.8|Info|MediaCoverService|Downloading Fanart for [The Lost City (2022)][tt13320622, 752623] https://image.tmdb.org/t/p/original/1Ds7xy7ILo8u2WWxdnkJth1jQVT.jpg
2024-04-07 02:47:00.8|Info|MovieService|Assigning file [The Lost World - Jurassic Park (1997) (1080p BluRay x265 10bit Tigole).mkv] to movie [[The Lost World: Jurassic Park (1997)][tt0119567, 330]]
2024-04-07 02:47:00.9|Info|DiskScanService|Completed scanning disk for The Lost World: Jurassic Park
2024-04-07 02:47:00.9|Info|MovieScannedHandler|[The Lost World: Jurassic Park] was recently added, performing post-add actions
2024-04-07 02:47:00.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:00.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:00.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:00.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:00.9|Info|MediaCoverService|Downloading Poster for [The Mitchells vs. the Machines (2021)][tt7979580, 501929] https://image.tmdb.org/t/p/original/mI2Di7HmskQQ34kz0iau6J1vr70.jpg
2024-04-07 02:47:00.9|Info|DiskScanService|Scanning disk for The Mitchells vs. the Machines
2024-04-07 02:47:00.9|Info|RefreshMovieService|Updating info for The Night Comes for Us
2024-04-07 02:47:00.9|Info|MovieService|Assigning file [The.Menu.2022.1080p.BluRay.x264-ROEN.mkv] to movie [[The Menu (2022)][tt9764362, 593643]]
2024-04-07 02:47:00.9|Info|MediaCoverService|Downloading Fanart for [The Lost World: Jurassic Park (1997)][tt0119567, 330] https://image.tmdb.org/t/p/original/w9eBtIHHpGgGfjqnEAJM3s7mCOa.jpg
2024-04-07 02:47:00.9|Info|DiskScanService|Completed scanning disk for The Menu
2024-04-07 02:47:00.9|Info|MovieScannedHandler|[The Menu] was recently added, performing post-add actions
2024-04-07 02:47:00.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:00.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:00.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:00.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:00.9|Info|RefreshMovieService|Updating info for The Northman
2024-04-07 02:47:00.9|Info|MediaCoverService|Downloading Fanart for [The Menu (2022)][tt9764362, 593643] https://image.tmdb.org/t/p/original/mSyQoValhBsJdq3JNGXJww2Q5yL.jpg
2024-04-07 02:47:01.0|Info|MovieService|Assigning file [The Mitchells vs. the Machines (2021) Bluray-1080p.mkv] to movie [[The Mitchells vs. the Machines (2021)][tt7979580, 501929]]
2024-04-07 02:47:01.0|Info|DiskScanService|Completed scanning disk for The Mitchells vs. the Machines
2024-04-07 02:47:01.0|Info|MovieScannedHandler|[The Mitchells vs. the Machines] was recently added, performing post-add actions
2024-04-07 02:47:01.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:01.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:01.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:01.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:01.0|Info|RefreshMovieService|Updating info for The Other Guys
2024-04-07 02:47:01.0|Info|MediaCoverService|Downloading Poster for [The Night Comes for Us (2018)][tt6116856, 449992] https://image.tmdb.org/t/p/original/8lI1p5cPqgXN2qrKZrmI3mhKBfs.jpg
2024-04-07 02:47:01.0|Info|DiskScanService|Scanning disk for The Night Comes for Us
2024-04-07 02:47:01.0|Info|MediaCoverService|Downloading Poster for [The Northman (2022)][tt11138512, 639933] https://image.tmdb.org/t/p/original/aSSJMnHknzKjlZ6zybwD7eyJ4Po.jpg
2024-04-07 02:47:01.0|Info|DiskScanService|Scanning disk for The Northman
2024-04-07 02:47:01.1|Info|MediaCoverService|Downloading Poster for [The Other Guys (2010)][tt1386588, 27581] https://image.tmdb.org/t/p/original/wNEHNqo3MgHmj3BUiPSqqq5czcm.jpg
2024-04-07 02:47:01.1|Info|DiskScanService|Scanning disk for The Other Guys
2024-04-07 02:47:01.1|Info|MediaCoverService|Downloading Fanart for [The Mitchells vs. the Machines (2021)][tt7979580, 501929] https://image.tmdb.org/t/p/original/6ydGnzbo8s4yRNqQWPAvVSiNU8N.jpg
2024-04-07 02:47:01.1|Info|MovieService|Assigning file [The.Night.Comes.For.Us.2018.1080p.WEBRip.x264-[YTS.AM].mp4] to movie [[The Night Comes for Us (2018)][tt6116856, 449992]]
2024-04-07 02:47:01.1|Info|DiskScanService|Completed scanning disk for The Night Comes for Us
2024-04-07 02:47:01.1|Info|MovieScannedHandler|[The Night Comes for Us] was recently added, performing post-add actions
2024-04-07 02:47:01.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:01.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:01.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:01.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:01.1|Info|RefreshMovieService|Updating info for The Passion of the Christ
2024-04-07 02:47:01.1|Info|MovieService|Assigning file [The.Northman.2022.1080p.Bluray.Atmos.TrueHD.7.1.x264-EVO[TGx].mkv] to movie [[The Northman (2022)][tt11138512, 639933]]
2024-04-07 02:47:01.1|Info|DiskScanService|Completed scanning disk for The Northman
2024-04-07 02:47:01.1|Info|MovieScannedHandler|[The Northman] was recently added, performing post-add actions
2024-04-07 02:47:01.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:01.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:01.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:01.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:01.2|Info|RefreshMovieService|Updating info for The Power of the Dog
2024-04-07 02:47:01.2|Info|MovieService|Assigning file [The Other Guys (2010) Bluray-1080p.mp4] to movie [[The Other Guys (2010)][tt1386588, 27581]]
2024-04-07 02:47:01.2|Info|DiskScanService|Completed scanning disk for The Other Guys
2024-04-07 02:47:01.2|Info|MovieScannedHandler|[The Other Guys] was recently added, performing post-add actions
2024-04-07 02:47:01.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:01.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:01.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:01.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:01.3|Info|MediaCoverService|Downloading Fanart for [The Other Guys (2010)][tt1386588, 27581] https://image.tmdb.org/t/p/original/nHyri67CN6juBR6hmOefCn9oGf8.jpg
2024-04-07 02:47:01.3|Info|RefreshMovieService|Updating info for The Road to El Dorado
2024-04-07 02:47:01.3|Info|MediaCoverService|Downloading Poster for [The Power of the Dog (2021)][tt10293406, 600583] https://image.tmdb.org/t/p/original/kEy48iCzGnp0ao1cZbNeWR6yIhC.jpg
2024-04-07 02:47:01.3|Info|DiskScanService|Scanning disk for The Power of the Dog
2024-04-07 02:47:01.3|Info|AddMovieCollectionService|Adding Collection Passion of the Christ Collection[985311]
2024-04-07 02:47:01.3|Info|MediaCoverService|Downloading Poster for [The Passion of the Christ (2004)][tt0335345, 615] https://image.tmdb.org/t/p/original/v9f9MMrq2nGQrN7cHnQRmEq9lSE.jpg
2024-04-07 02:47:01.3|Info|DiskScanService|Scanning disk for The Passion of the Christ
2024-04-07 02:47:01.3|Info|MediaCoverService|Downloading Fanart for [The Night Comes for Us (2018)][tt6116856, 449992] https://image.tmdb.org/t/p/original/bWN8nCxlZmzov8o0KXcgZzHYZZd.jpg
2024-04-07 02:47:01.3|Info|MediaCoverService|Downloading Fanart for [The Northman (2022)][tt11138512, 639933] https://image.tmdb.org/t/p/original/qZYvF1M7y8Gfp4S6OBHbYfB0Lgc.jpg
2024-04-07 02:47:01.4|Info|MovieService|Assigning file [The Passion of the Christ (2004) 1080p BluRay 5.1 Ch x265 HEVC SUJAIDR.mkv] to movie [[The Passion of the Christ (2004)][tt0335345, 615]]
2024-04-07 02:47:01.4|Info|DiskScanService|Completed scanning disk for The Passion of the Christ
2024-04-07 02:47:01.4|Info|MovieScannedHandler|[The Passion of the Christ] was recently added, performing post-add actions
2024-04-07 02:47:01.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:01.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:01.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:01.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:01.4|Info|MediaCoverService|Downloading Poster for [The Road to El Dorado (2000)][tt0138749, 10501] https://image.tmdb.org/t/p/original/yrx9uj1hnGKicNuMtiiAAo2alON.jpg
2024-04-07 02:47:01.4|Info|DiskScanService|Scanning disk for The Road to El Dorado
2024-04-07 02:47:01.4|Info|RefreshMovieService|Updating info for The Sea Beast
2024-04-07 02:47:01.4|Info|MediaCoverService|Downloading Fanart for [The Power of the Dog (2021)][tt10293406, 600583] https://image.tmdb.org/t/p/original/gAsHuCQMN7mv4uFIvM4ACQ09hPr.jpg
2024-04-07 02:47:01.5|Info|MovieService|Assigning file [勇闯黄金城.2000.BD1080P.AAC.H264.CHS-ENG.BTSJ6.mp4] to movie [[The Road to El Dorado (2000)][tt0138749, 10501]]
2024-04-07 02:47:01.5|Info|DiskScanService|Completed scanning disk for The Road to El Dorado
2024-04-07 02:47:01.5|Info|MovieScannedHandler|[The Road to El Dorado] was recently added, performing post-add actions
2024-04-07 02:47:01.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:01.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:01.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:01.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:01.5|Info|MediaCoverService|Downloading Fanart for [The Passion of the Christ (2004)][tt0335345, 615] https://image.tmdb.org/t/p/original/pulJ1iY7GVeppMRipiR7ZGDW7EW.jpg
2024-04-07 02:47:01.5|Info|RefreshMovieService|Updating info for The Secret of Kells
2024-04-07 02:47:01.5|Info|MediaCoverService|Downloading Fanart for [The Road to El Dorado (2000)][tt0138749, 10501] https://image.tmdb.org/t/p/original/ciM5RFsBoWEj0tbwJy42Hr76iRd.jpg
2024-04-07 02:47:01.5|Info|AddMovieCollectionService|Adding Collection The Sea Beast Collection[1070774]
2024-04-07 02:47:01.6|Info|MediaCoverService|Downloading Poster for [The Sea Beast (2022)][tt9288046, 560057] https://image.tmdb.org/t/p/original/9Zfv4Ap1e8eKOYnZPtYaWhLkk0d.jpg
2024-04-07 02:47:01.6|Info|DiskScanService|Scanning disk for The Sea Beast
2024-04-07 02:47:01.6|Info|MediaCoverService|Downloading Poster for [The Secret of Kells (2009)][tt0485601, 26963] https://image.tmdb.org/t/p/original/tmiufIvSssZ2cmYJbro99gZvn2H.jpg
2024-04-07 02:47:01.6|Info|DiskScanService|Scanning disk for The Secret of Kells
2024-04-07 02:47:01.6|Info|MovieService|Assigning file [The Power of the Dog (2021) WEBDL-2160p.mkv] to movie [[The Power of the Dog (2021)][tt10293406, 600583]]
2024-04-07 02:47:01.6|Info|DiskScanService|Completed scanning disk for The Power of the Dog
2024-04-07 02:47:01.6|Info|MovieScannedHandler|[The Power of the Dog] was recently added, performing post-add actions
2024-04-07 02:47:01.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:01.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:01.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:01.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:01.7|Info|RefreshMovieService|Updating info for The Secret of Roan Inish
2024-04-07 02:47:01.7|Info|MediaCoverService|Downloading Poster for [The Secret of Roan Inish (1994)][tt0111112, 14334] https://image.tmdb.org/t/p/original/knrhzhfMKgTqrDrCy3nBWL5sypa.jpg
2024-04-07 02:47:01.7|Info|DiskScanService|Scanning disk for The Secret of Roan Inish
2024-04-07 02:47:01.8|Info|MediaCoverService|Downloading Fanart for [The Sea Beast (2022)][tt9288046, 560057] https://image.tmdb.org/t/p/original/wUwizGzbTk5CTiKBnE4Pq1MONwD.jpg
2024-04-07 02:47:01.9|Info|MediaCoverService|Downloading Fanart for [The Secret of Kells (2009)][tt0485601, 26963] https://image.tmdb.org/t/p/original/740KCabjLKjsrxvEakmmJtDtAGY.jpg
2024-04-07 02:47:01.9|Info|MediaCoverService|Downloading Fanart for [The Secret of Roan Inish (1994)][tt0111112, 14334] https://image.tmdb.org/t/p/original/4kdjUgayHYUgsQlr2TsMzDHC2At.jpg
2024-04-07 02:47:02.0|Info|MovieService|Assigning file [The.Sea.Beast.2022.1080p.WEBRip.x264-RARBG.mp4] to movie [[The Sea Beast (2022)][tt9288046, 560057]]
2024-04-07 02:47:02.0|Info|DiskScanService|Completed scanning disk for The Sea Beast
2024-04-07 02:47:02.0|Info|MovieScannedHandler|[The Sea Beast] was recently added, performing post-add actions
2024-04-07 02:47:02.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:02.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:02.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:02.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:02.0|Info|RefreshMovieService|Updating info for The Shape of Water
2024-04-07 02:47:02.0|Info|MovieService|Assigning file [The Secret Of Kells (2009) [BluRay] [1080p] [YTS.LT].mp4] to movie [[The Secret of Kells (2009)][tt0485601, 26963]]
2024-04-07 02:47:02.0|Info|DiskScanService|Completed scanning disk for The Secret of Kells
2024-04-07 02:47:02.0|Info|MovieScannedHandler|[The Secret of Kells] was recently added, performing post-add actions
2024-04-07 02:47:02.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:02.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:02.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:02.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:02.0|Info|RefreshMovieService|Updating info for The Suicide Squad
2024-04-07 02:47:02.0|Info|MovieService|Assigning file [The Secret Of Roan Inish (1994) [1080p] [WEBRip] [5.1] [YTS.MX].mp4] to movie [[The Secret of Roan Inish (1994)][tt0111112, 14334]]
2024-04-07 02:47:02.1|Info|DiskScanService|Completed scanning disk for The Secret of Roan Inish
2024-04-07 02:47:02.1|Info|MovieScannedHandler|[The Secret of Roan Inish] was recently added, performing post-add actions
2024-04-07 02:47:02.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:02.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:02.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:02.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:02.1|Info|MediaCoverService|Downloading Poster for [The Shape of Water (2017)][tt5580390, 399055] https://image.tmdb.org/t/p/original/9zfwPffUXpBrEP26yp0q1ckXDcj.jpg
2024-04-07 02:47:02.1|Info|DiskScanService|Scanning disk for The Shape of Water
2024-04-07 02:47:02.1|Info|RefreshMovieService|Updating info for The Super Mario Bros. Movie
2024-04-07 02:47:02.1|Info|AddMovieCollectionService|Adding Collection Suicide Squad Collection[531242]
2024-04-07 02:47:02.2|Info|MediaCoverService|Downloading Fanart for [The Shape of Water (2017)][tt5580390, 399055] https://image.tmdb.org/t/p/original/hVYhrKuQNFro6jXHZMn60uYjrIP.jpg
2024-04-07 02:47:02.2|Info|MediaCoverService|Downloading Poster for [The Super Mario Bros. Movie (2023)][tt6718170, 502356] https://image.tmdb.org/t/p/original/qNBAXBIQlnOThrVvA6mA2B5ggV6.jpg
2024-04-07 02:47:02.2|Info|DiskScanService|Scanning disk for The Super Mario Bros. Movie
2024-04-07 02:47:02.2|Info|MediaCoverService|Downloading Poster for [The Suicide Squad (2021)][tt6334354, 436969] https://image.tmdb.org/t/p/original/kb4s0ML0iVZlG6wAKbbs9NAm6X.jpg
2024-04-07 02:47:02.2|Info|DiskScanService|Scanning disk for The Suicide Squad
2024-04-07 02:47:02.2|Info|MovieService|Assigning file [The.Shape.of.Water.2017.1080p.BluRay.REMUX.AVC.DTS-HD.MA.5.1-FGT.mkv] to movie [[The Shape of Water (2017)][tt5580390, 399055]]
2024-04-07 02:47:02.2|Info|DiskScanService|Completed scanning disk for The Shape of Water
2024-04-07 02:47:02.2|Info|MovieScannedHandler|[The Shape of Water] was recently added, performing post-add actions
2024-04-07 02:47:02.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:02.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:02.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:02.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:02.2|Info|RefreshMovieService|Updating info for The Tinder Swindler
2024-04-07 02:47:02.3|Info|MediaCoverService|Downloading Fanart for [The Super Mario Bros. Movie (2023)][tt6718170, 502356] https://image.tmdb.org/t/p/original/9n2tJBplPbgR2ca05hS5CKXwP2c.jpg
2024-04-07 02:47:02.3|Info|MovieService|Assigning file [The Suicide Squad (2021) WEBDL-1080p.mkv] to movie [[The Suicide Squad (2021)][tt6334354, 436969]]
2024-04-07 02:47:02.3|Info|MediaCoverService|Downloading Fanart for [The Suicide Squad (2021)][tt6334354, 436969] https://image.tmdb.org/t/p/original/jlGmlFOcfo8n5tURmhC7YVd4Iyy.jpg
2024-04-07 02:47:02.3|Info|DiskScanService|Completed scanning disk for The Suicide Squad
2024-04-07 02:47:02.3|Info|MovieScannedHandler|[The Suicide Squad] was recently added, performing post-add actions
2024-04-07 02:47:02.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:02.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:02.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:02.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:02.4|Info|RefreshMovieService|Updating info for The Truman Show
2024-04-07 02:47:02.4|Info|MediaCoverService|Downloading Poster for [The Tinder Swindler (2022)][tt14992922, 923632] https://image.tmdb.org/t/p/original/iLUSFjdavIf0SrP7ldoQ1xomQVC.jpg
2024-04-07 02:47:02.4|Info|DiskScanService|Scanning disk for The Tinder Swindler
2024-04-07 02:47:02.4|Info|MovieService|Assigning file [The.Super.Mario.Bros.Movie.2023.2160p.MA.WEB-DL.x265.10bit.HDR.DDP5.1.Atmos.x265-CMaRioG.mkv] to movie [[The Super Mario Bros. Movie (2023)][tt6718170, 502356]]
2024-04-07 02:47:02.4|Info|DiskScanService|Completed scanning disk for The Super Mario Bros. Movie
2024-04-07 02:47:02.4|Info|MovieScannedHandler|[The Super Mario Bros. Movie] was recently added, performing post-add actions
2024-04-07 02:47:02.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:02.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:02.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:02.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:02.4|Info|RefreshMovieService|Updating info for The Unbearable Weight of Massive Talent
2024-04-07 02:47:02.5|Info|MovieService|Assigning file [The Tinder Swindler (2022) WEBRip-1080p.mp4] to movie [[The Tinder Swindler (2022)][tt14992922, 923632]]
2024-04-07 02:47:02.5|Info|DiskScanService|Completed scanning disk for The Tinder Swindler
2024-04-07 02:47:02.5|Info|MovieScannedHandler|[The Tinder Swindler] was recently added, performing post-add actions
2024-04-07 02:47:02.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:02.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:02.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:02.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:02.5|Info|MediaCoverService|Downloading Poster for [The Truman Show (1998)][tt0120382, 37165] https://image.tmdb.org/t/p/original/vuza0WqY239yBXOadKlGwJsZJFE.jpg
2024-04-07 02:47:02.5|Info|DiskScanService|Scanning disk for The Truman Show
2024-04-07 02:47:02.5|Info|RefreshMovieService|Updating info for The Vast of Night
2024-04-07 02:47:02.5|Info|MediaCoverService|Downloading Fanart for [The Tinder Swindler (2022)][tt14992922, 923632] https://image.tmdb.org/t/p/original/iiq2cWUYblgfvaVn0h3xZMZK65j.jpg
2024-04-07 02:47:02.6|Info|MovieService|Assigning file [The Truman Show (1998) (1080p BluRay x265 Silence).mkv] to movie [[The Truman Show (1998)][tt0120382, 37165]]
2024-04-07 02:47:02.6|Info|DiskScanService|Completed scanning disk for The Truman Show
2024-04-07 02:47:02.6|Info|MovieScannedHandler|[The Truman Show] was recently added, performing post-add actions
2024-04-07 02:47:02.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:02.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:02.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:02.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:02.6|Info|MediaCoverService|Downloading Poster for [The Unbearable Weight of Massive Talent (2022)][tt11291274, 648579] https://image.tmdb.org/t/p/original/aqhLeieyTpTUKPOfZ3jzo2La0Mq.jpg
2024-04-07 02:47:02.6|Info|DiskScanService|Scanning disk for The Unbearable Weight of Massive Talent
2024-04-07 02:47:02.6|Info|RefreshMovieService|Updating info for The Whale
2024-04-07 02:47:02.6|Info|MediaCoverService|Downloading Poster for [The Vast of Night (2019)][tt6803046, 565743] https://image.tmdb.org/t/p/original/q2P9lYkctl5Ory71HEBMaFxbVlD.jpg
2024-04-07 02:47:02.6|Info|DiskScanService|Scanning disk for The Vast of Night
2024-04-07 02:47:02.6|Info|MovieService|Assigning file [The.Unbearable.Weight.of.Massive.Talent.2022.1080p.Bluray.Atmos.TrueHD.7.1.x264-EVO[TGx].mkv] to movie [[The Unbearable Weight of Massive Talent (2022)][tt11291274, 648579]]
2024-04-07 02:47:02.6|Info|DiskScanService|Completed scanning disk for The Unbearable Weight of Massive Talent
2024-04-07 02:47:02.6|Info|MovieScannedHandler|[The Unbearable Weight of Massive Talent] was recently added, performing post-add actions
2024-04-07 02:47:02.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:02.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:02.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:02.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:02.6|Info|RefreshMovieService|Updating info for The Woman King
2024-04-07 02:47:02.7|Info|MediaCoverService|Downloading Poster for [The Whale (2022)][tt13833688, 785084] https://image.tmdb.org/t/p/original/jQ0gylJMxWSL490sy0RrPj1Lj7e.jpg
2024-04-07 02:47:02.7|Info|DiskScanService|Scanning disk for The Whale
2024-04-07 02:47:02.7|Info|MovieService|Assigning file [The Vast of Night (2019) WEBRip-1080p.mp4] to movie [[The Vast of Night (2019)][tt6803046, 565743]]
2024-04-07 02:47:02.7|Info|MediaCoverService|Downloading Fanart for [The Truman Show (1998)][tt0120382, 37165] https://image.tmdb.org/t/p/original/aCHn2TXYJfzPXQKA6r9mKPbMlUB.jpg
2024-04-07 02:47:02.7|Info|DiskScanService|Completed scanning disk for The Vast of Night
2024-04-07 02:47:02.7|Info|MovieScannedHandler|[The Vast of Night] was recently added, performing post-add actions
2024-04-07 02:47:02.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:02.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:02.7|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:47:02.7|Info|ExistingExtraFileService|Found 1 possible extra files, imported 1 files.
2024-04-07 02:47:02.7|Info|RefreshMovieService|Updating info for The Wonderful Story of Henry Sugar
2024-04-07 02:47:02.7|Info|MovieService|Assigning file [The.Whale.2022.iTA-ENG.PROPER.Bluray.1080p.x264-CYBER.mkv] to movie [[The Whale (2022)][tt13833688, 785084]]
2024-04-07 02:47:02.7|Info|DiskScanService|Completed scanning disk for The Whale
2024-04-07 02:47:02.7|Info|MovieScannedHandler|[The Whale] was recently added, performing post-add actions
2024-04-07 02:47:02.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:02.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:02.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:02.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:02.7|Info|RefreshMovieService|Updating info for They Cloned Tyrone
2024-04-07 02:47:02.7|Info|MediaCoverService|Downloading Fanart for [The Vast of Night (2019)][tt6803046, 565743] https://image.tmdb.org/t/p/original/u3irmJ8d9HPDk4udWV385K8mSQJ.jpg
2024-04-07 02:47:02.8|Info|MediaCoverService|Downloading Poster for [The Woman King (2022)][tt8093700, 724495] https://image.tmdb.org/t/p/original/438QXt1E3WJWb3PqNniK0tAE5c1.jpg
2024-04-07 02:47:02.8|Info|DiskScanService|Scanning disk for The Woman King
2024-04-07 02:47:02.8|Info|MediaCoverService|Downloading Fanart for [The Unbearable Weight of Massive Talent (2022)][tt11291274, 648579] https://image.tmdb.org/t/p/original/M7Kiquud2bjrhQvZXeIrvW0J4a.jpg
2024-04-07 02:47:02.8|Info|MediaCoverService|Downloading Fanart for [The Whale (2022)][tt13833688, 785084] https://image.tmdb.org/t/p/original/46FRuCeAn6TrS4F1P4F9zhyCpyo.jpg
2024-04-07 02:47:02.8|Info|MediaCoverService|Downloading Poster for [They Cloned Tyrone (2023)][tt9873892, 736769] https://image.tmdb.org/t/p/original/hnzXoDaK346U4ByfvQenu2DZnTg.jpg
2024-04-07 02:47:02.8|Info|DiskScanService|Scanning disk for They Cloned Tyrone
2024-04-07 02:47:02.8|Info|MovieService|Assigning file [The Woman King 2022 BluRay 1080p DTS AC3 x264-MgB.mkv] to movie [[The Woman King (2022)][tt8093700, 724495]]
2024-04-07 02:47:02.8|Info|DiskScanService|Completed scanning disk for The Woman King
2024-04-07 02:47:02.8|Info|MovieScannedHandler|[The Woman King] was recently added, performing post-add actions
2024-04-07 02:47:02.8|Info|MediaCoverService|Downloading Poster for [The Wonderful Story of Henry Sugar (2023)][tt16968450, 923939] https://image.tmdb.org/t/p/original/fDUywEHwHh6nsLnVXAdPN9m4ZUG.jpg
2024-04-07 02:47:02.8|Info|DiskScanService|Scanning disk for The Wonderful Story of Henry Sugar
2024-04-07 02:47:02.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:02.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:02.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:02.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:02.9|Info|RefreshMovieService|Updating info for Thor: Love and Thunder
2024-04-07 02:47:02.9|Info|MovieService|Assigning file [They Cloned Tyrone (2023) [2160p] [4K] [WEB] [5.1] [YTS.MX].mkv] to movie [[They Cloned Tyrone (2023)][tt9873892, 736769]]
2024-04-07 02:47:02.9|Info|DiskScanService|Completed scanning disk for They Cloned Tyrone
2024-04-07 02:47:02.9|Info|MovieScannedHandler|[They Cloned Tyrone] was recently added, performing post-add actions
2024-04-07 02:47:02.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:02.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:02.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:02.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:02.9|Info|RefreshMovieService|Updating info for Three Thousand Years of Longing
2024-04-07 02:47:03.0|Info|MovieService|Assigning file [The.Wonderful.Story.of.Henry.Sugar.2023.2160p.NF.WEB-DL.DDP5.1.DV.HDR.H.265-FLUX[TGx].mkv] to movie [[The Wonderful Story of Henry Sugar (2023)][tt16968450, 923939]]
2024-04-07 02:47:03.0|Info|DiskScanService|Completed scanning disk for The Wonderful Story of Henry Sugar
2024-04-07 02:47:03.0|Info|MovieScannedHandler|[The Wonderful Story of Henry Sugar] was recently added, performing post-add actions
2024-04-07 02:47:03.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:03.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:03.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:03.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:03.0|Info|RefreshMovieService|Updating info for Time Bandits
2024-04-07 02:47:03.0|Info|MediaCoverService|Downloading Poster for [Three Thousand Years of Longing (2022)][tt9198364, 556694] https://image.tmdb.org/t/p/original/wdiUSKO0kebySOrHBVoDp7CLHIO.jpg
2024-04-07 02:47:03.0|Info|DiskScanService|Scanning disk for Three Thousand Years of Longing
2024-04-07 02:47:03.1|Info|MediaCoverService|Downloading Fanart for [The Wonderful Story of Henry Sugar (2023)][tt16968450, 923939] https://image.tmdb.org/t/p/original/dS4JR8gmj8UnamjuLEyAkEFoppy.jpg
2024-04-07 02:47:03.1|Info|MediaCoverService|Downloading Fanart for [The Woman King (2022)][tt8093700, 724495] https://image.tmdb.org/t/p/original/xTsERrOCW15OIYl5aPX7Jbj38wu.jpg
2024-04-07 02:47:03.1|Info|MediaCoverService|Downloading Poster for [Time Bandits (1981)][tt0081633, 36819] https://image.tmdb.org/t/p/original/4VZtpwdhHQSa4LUkvujyGAHb1hG.jpg
2024-04-07 02:47:03.1|Info|DiskScanService|Scanning disk for Time Bandits
2024-04-07 02:47:03.1|Info|AddMovieCollectionService|Adding Collection Thor Collection[131296]
2024-04-07 02:47:03.2|Info|MediaCoverService|Downloading Fanart for [They Cloned Tyrone (2023)][tt9873892, 736769] https://image.tmdb.org/t/p/original/av2wp3R978lp1ZyCOHDHOh4FINM.jpg
2024-04-07 02:47:03.2|Info|MovieService|Assigning file [Time Bandits (1981) Criterion (1080p BluRay x265 HEVC 10bit AAC 2.0 Tigole).mkv] to movie [[Time Bandits (1981)][tt0081633, 36819]]
2024-04-07 02:47:03.2|Info|DiskScanService|Completed scanning disk for Time Bandits
2024-04-07 02:47:03.2|Info|MovieScannedHandler|[Time Bandits] was recently added, performing post-add actions
2024-04-07 02:47:03.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:03.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:03.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:03.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:03.2|Info|RefreshMovieService|Updating info for Tombstone
2024-04-07 02:47:03.3|Info|MediaCoverService|Downloading Poster for [Thor: Love and Thunder (2022)][tt10648342, 616037] https://image.tmdb.org/t/p/original/pIkRyD18kl4FhoCNQuWxWu5cBLM.jpg
2024-04-07 02:47:03.3|Info|DiskScanService|Scanning disk for Thor: Love and Thunder
2024-04-07 02:47:03.3|Info|MediaCoverService|Downloading Fanart for [Time Bandits (1981)][tt0081633, 36819] https://image.tmdb.org/t/p/original/qI64gFiupDsCCgHJqtLE0nHvmE8.jpg
2024-04-07 02:47:03.3|Info|MovieService|Assigning file [Three.Thousand.Years.of.Longing.2022.1080p.Bluray.Atmos.TrueHD.7.1.x264-EVO[TGx].mkv] to movie [[Three Thousand Years of Longing (2022)][tt9198364, 556694]]
2024-04-07 02:47:03.3|Info|DiskScanService|Completed scanning disk for Three Thousand Years of Longing
2024-04-07 02:47:03.3|Info|MovieScannedHandler|[Three Thousand Years of Longing] was recently added, performing post-add actions
2024-04-07 02:47:03.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:03.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:03.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:03.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:03.3|Info|RefreshMovieService|Updating info for Top Gun: Maverick
2024-04-07 02:47:03.3|Info|MovieService|Assigning file [Thor.Love.and.Thunder.2022.1080p.Bluray.DTS-HD.MA.7.1.X264-EVO[TGx].mkv] to movie [[Thor: Love and Thunder (2022)][tt10648342, 616037]]
2024-04-07 02:47:03.3|Info|MediaCoverService|Downloading Fanart for [Three Thousand Years of Longing (2022)][tt9198364, 556694] https://image.tmdb.org/t/p/original/bsr5We9ANx3zWQLE9JPjDl2JbiM.jpg
2024-04-07 02:47:03.3|Info|DiskScanService|Completed scanning disk for Thor: Love and Thunder
2024-04-07 02:47:03.3|Info|MovieScannedHandler|[Thor: Love and Thunder] was recently added, performing post-add actions
2024-04-07 02:47:03.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:03.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:03.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:03.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:03.4|Info|RefreshMovieService|Updating info for Treasure Planet
2024-04-07 02:47:03.4|Info|MediaCoverService|Downloading Poster for [Tombstone (1993)][tt0108358, 11969] https://image.tmdb.org/t/p/original/f6Lb4bpUW2AJW42Hpnix2533RKU.jpg
2024-04-07 02:47:03.4|Info|DiskScanService|Scanning disk for Tombstone
2024-04-07 02:47:03.4|Info|AddMovieCollectionService|Adding Collection Top Gun Collection[531330]
2024-04-07 02:47:03.5|Info|MovieService|Assigning file [Tombstone.1993.1080p.BrRip.x264.YIFY.mp4] to movie [[Tombstone (1993)][tt0108358, 11969]]
2024-04-07 02:47:03.5|Info|MediaCoverService|Downloading Fanart for [Thor: Love and Thunder (2022)][tt10648342, 616037] https://image.tmdb.org/t/p/original/jsoz1HlxczSuTx0mDl2h0lxy36l.jpg
2024-04-07 02:47:03.5|Info|DiskScanService|Completed scanning disk for Tombstone
2024-04-07 02:47:03.5|Info|MovieScannedHandler|[Tombstone] was recently added, performing post-add actions
2024-04-07 02:47:03.5|Info|MediaCoverService|Downloading Poster for [Treasure Planet (2002)][tt0133240, 9016] https://image.tmdb.org/t/p/original/qKpxGBkksllc2oe6Y0YDKc1A232.jpg
2024-04-07 02:47:03.5|Info|DiskScanService|Scanning disk for Treasure Planet
2024-04-07 02:47:03.5|Info|MediaCoverService|Downloading Fanart for [Tombstone (1993)][tt0108358, 11969] https://image.tmdb.org/t/p/original/1D1DUS7JfhpYwIEr5ZzFieLRfKo.jpg
2024-04-07 02:47:03.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:03.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:03.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:03.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:03.5|Info|RefreshMovieService|Updating info for Triangle of Sadness
2024-04-07 02:47:03.6|Info|MediaCoverService|Downloading Poster for [Top Gun: Maverick (2022)][tt1745960, 361743] https://image.tmdb.org/t/p/original/62HCnUTziyWcpDaBO2i1DX17ljH.jpg
2024-04-07 02:47:03.6|Info|DiskScanService|Scanning disk for Top Gun: Maverick
2024-04-07 02:47:03.6|Info|MediaCoverService|Downloading Poster for [Triangle of Sadness (2022)][tt7322224, 497828] https://image.tmdb.org/t/p/original/k9eLozCgCed5FGTSdHu0bBElAV8.jpg
2024-04-07 02:47:03.6|Info|DiskScanService|Scanning disk for Triangle of Sadness
2024-04-07 02:47:03.7|Info|MediaCoverService|Downloading Fanart for [Treasure Planet (2002)][tt0133240, 9016] https://image.tmdb.org/t/p/original/30XLt1HzwOsdciWVaYVxlJq3cjH.jpg
2024-04-07 02:47:03.7|Info|MovieService|Assigning file [Treasure Planet (2002) Bluray-1080p.mp4] to movie [[Treasure Planet (2002)][tt0133240, 9016]]
2024-04-07 02:47:03.7|Info|DiskScanService|Completed scanning disk for Treasure Planet
2024-04-07 02:47:03.7|Info|MovieScannedHandler|[Treasure Planet] was recently added, performing post-add actions
2024-04-07 02:47:03.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:03.7|Info|ExistingSubtitleImporter|Found 1 existing subtitle files
2024-04-07 02:47:03.7|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:47:03.7|Info|ExistingExtraFileService|Found 2 possible extra files, imported 2 files.
2024-04-07 02:47:03.7|Info|MediaCoverService|Downloading Fanart for [Top Gun: Maverick (2022)][tt1745960, 361743] https://image.tmdb.org/t/p/original/AaV1YIdWKnjAIAOe8UUKBFm327v.jpg
2024-04-07 02:47:03.8|Info|RefreshMovieService|Updating info for Troy
2024-04-07 02:47:03.8|Info|MovieService|Assigning file [Triangle.of.Sadness.2022.1080p.BluRay.x264.DTS-HD.MA.5.1-FGT.mkv] to movie [[Triangle of Sadness (2022)][tt7322224, 497828]]
2024-04-07 02:47:03.8|Info|DiskScanService|Completed scanning disk for Triangle of Sadness
2024-04-07 02:47:03.8|Info|MovieScannedHandler|[Triangle of Sadness] was recently added, performing post-add actions
2024-04-07 02:47:03.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:03.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:03.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:03.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:03.8|Info|RefreshMovieService|Updating info for Tucker and Dale vs. Evil
2024-04-07 02:47:03.8|Info|MediaCoverService|Downloading Poster for [Troy (2004)][tt0332452, 652] https://image.tmdb.org/t/p/original/a07wLy4ONfpsjnBqMwhlWTJTcm.jpg
2024-04-07 02:47:03.8|Info|DiskScanService|Scanning disk for Troy
2024-04-07 02:47:03.8|Info|MediaCoverService|Downloading Fanart for [Triangle of Sadness (2022)][tt7322224, 497828] https://image.tmdb.org/t/p/original/jENycYiYGr5NvMs789zj06JkW5l.jpg
2024-04-07 02:47:03.9|Info|MovieService|Assigning file [Top.Gun.Maverick.2022.IMAX.1080p.Bluray.Atmos.TrueHD.7.1.x264-EVO[TGx].mkv] to movie [[Top Gun: Maverick (2022)][tt1745960, 361743]]
2024-04-07 02:47:03.9|Info|DiskScanService|Completed scanning disk for Top Gun: Maverick
2024-04-07 02:47:03.9|Info|MovieScannedHandler|[Top Gun: Maverick] was recently added, performing post-add actions
2024-04-07 02:47:03.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:03.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:03.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:03.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:03.9|Info|RefreshMovieService|Updating info for Turning Red
2024-04-07 02:47:03.9|Info|MovieService|Assigning file [Troy (2004) DC (1080p BluRay x265 HEVC 10bit AAC 5.1 Tigole).mkv] to movie [[Troy (2004)][tt0332452, 652]]
2024-04-07 02:47:03.9|Info|DiskScanService|Completed scanning disk for Troy
2024-04-07 02:47:03.9|Info|MovieScannedHandler|[Troy] was recently added, performing post-add actions
2024-04-07 02:47:03.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:03.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:03.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:03.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:03.9|Info|RefreshMovieService|Updating info for Uncut Gems
2024-04-07 02:47:03.9|Info|MediaCoverService|Downloading Poster for [Tucker and Dale vs. Evil (2010)][tt1465522, 46838] https://image.tmdb.org/t/p/original/8shwLEDzajJGSfLgbpac8x8xn1U.jpg
2024-04-07 02:47:03.9|Info|DiskScanService|Scanning disk for Tucker and Dale vs. Evil
2024-04-07 02:47:04.0|Info|MediaCoverService|Downloading Fanart for [Troy (2004)][tt0332452, 652] https://image.tmdb.org/t/p/original/8YURPHUqD2ODIffxPf8sG5l5UC7.jpg
2024-04-07 02:47:04.0|Info|MovieService|Assigning file [Tucker And Dale Vs Evil 2010 1080p BluRay HEVC x265 5.1 BONE.mkv] to movie [[Tucker and Dale vs. Evil (2010)][tt1465522, 46838]]
2024-04-07 02:47:04.0|Info|DiskScanService|Completed scanning disk for Tucker and Dale vs. Evil
2024-04-07 02:47:04.0|Info|MovieScannedHandler|[Tucker and Dale vs. Evil] was recently added, performing post-add actions
2024-04-07 02:47:04.0|Info|MediaCoverService|Downloading Poster for [Turning Red (2022)][tt8097030, 508947] https://image.tmdb.org/t/p/original/qsdjk9oAKSQMWs0Vt5Pyfh6O4GZ.jpg
2024-04-07 02:47:04.0|Info|DiskScanService|Scanning disk for Turning Red
2024-04-07 02:47:04.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:04.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:04.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:04.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:04.0|Info|RefreshMovieService|Updating info for Violent Night
2024-04-07 02:47:04.0|Info|MediaCoverService|Downloading Poster for [Uncut Gems (2019)][tt5727208, 473033] https://image.tmdb.org/t/p/original/6XN1vxHc7kUSqNWtaQKN45J5x2v.jpg
2024-04-07 02:47:04.0|Info|DiskScanService|Scanning disk for Uncut Gems
2024-04-07 02:47:04.1|Info|MovieService|Assigning file [Turning Red (2022) WEBRip-2160p Proper.mkv] to movie [[Turning Red (2022)][tt8097030, 508947]]
2024-04-07 02:47:04.1|Info|DiskScanService|Completed scanning disk for Turning Red
2024-04-07 02:47:04.1|Info|MovieScannedHandler|[Turning Red] was recently added, performing post-add actions
2024-04-07 02:47:04.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:04.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:04.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:04.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:04.1|Info|RefreshMovieService|Updating info for Wallace & Gromit: The Curse of the Were-Rabbit
2024-04-07 02:47:04.2|Info|AddMovieCollectionService|Adding Collection Violent Night Collection[1078456]
2024-04-07 02:47:04.2|Info|MediaCoverService|Downloading Fanart for [Tucker and Dale vs. Evil (2010)][tt1465522, 46838] https://image.tmdb.org/t/p/original/phv4nTeSViYfabikRB6oVjceIbG.jpg
2024-04-07 02:47:04.2|Info|MediaCoverService|Downloading Poster for [Violent Night (2022)][tt12003946, 899112] https://image.tmdb.org/t/p/original/e8CpMgdyihz9Td7amQDqubPuzfN.jpg
2024-04-07 02:47:04.2|Info|DiskScanService|Scanning disk for Violent Night
2024-04-07 02:47:04.2|Info|MediaCoverService|Downloading Fanart for [Turning Red (2022)][tt8097030, 508947] https://image.tmdb.org/t/p/original/fOy2Jurz9k6RnJnMUMRDAgBwru2.jpg
2024-04-07 02:47:04.2|Info|MovieService|Assigning file [Uncut Gems (2019) Remux-1080p.mkv] to movie [[Uncut Gems (2019)][tt5727208, 473033]]
2024-04-07 02:47:04.2|Info|DiskScanService|Completed scanning disk for Uncut Gems
2024-04-07 02:47:04.2|Info|MovieScannedHandler|[Uncut Gems] was recently added, performing post-add actions
2024-04-07 02:47:04.2|Info|MediaCoverService|Downloading Poster for [Wallace & Gromit: The Curse of the Were-Rabbit (2005)][tt0312004, 533] https://image.tmdb.org/t/p/original/cMQ2lNd7sBe6PCf6zF5QxrKzbRG.jpg
2024-04-07 02:47:04.2|Info|DiskScanService|Scanning disk for Wallace & Gromit: The Curse of the Were-Rabbit
2024-04-07 02:47:04.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:04.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:04.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:04.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:04.3|Info|RefreshMovieService|Updating info for War for the Planet of the Apes
2024-04-07 02:47:04.3|Info|MediaCoverService|Downloading Fanart for [Uncut Gems (2019)][tt5727208, 473033] https://image.tmdb.org/t/p/original/gN4ahTRnj0Z5ctYaHpeFTMSKqKD.jpg
2024-04-07 02:47:04.4|Info|MovieService|Assigning file [Violent.Night.2022.1080p.BluRay.x264.DTS-HD.MA.7.1-MT.mkv] to movie [[Violent Night (2022)][tt12003946, 899112]]
2024-04-07 02:47:04.4|Info|MediaCoverService|Downloading Fanart for [Wallace & Gromit: The Curse of the Were-Rabbit (2005)][tt0312004, 533] https://image.tmdb.org/t/p/original/lDc57OEx1u1aNpOmHFjWbpT99kl.jpg
2024-04-07 02:47:04.4|Info|DiskScanService|Completed scanning disk for Violent Night
2024-04-07 02:47:04.4|Info|MovieScannedHandler|[Violent Night] was recently added, performing post-add actions
2024-04-07 02:47:04.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:04.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:04.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:04.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:04.4|Info|RefreshMovieService|Updating info for Watcher
2024-04-07 02:47:04.4|Info|MovieService|Assigning file [The.Curse.Of.The.Were-Rabbit.2005.1080p.BluRay.x264-[YTS.AM].mp4] to movie [[Wallace & Gromit: The Curse of the Were-Rabbit (2005)][tt0312004, 533]]
2024-04-07 02:47:04.4|Info|MediaCoverService|Downloading Fanart for [Violent Night (2022)][tt12003946, 899112] https://image.tmdb.org/t/p/original/sBOenwOZGRN5nZZGw4TxwtnfrEf.jpg
2024-04-07 02:47:04.4|Info|DiskScanService|Completed scanning disk for Wallace & Gromit: The Curse of the Were-Rabbit
2024-04-07 02:47:04.4|Info|MovieScannedHandler|[Wallace & Gromit: The Curse of the Were-Rabbit] was recently added, performing post-add actions
2024-04-07 02:47:04.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:04.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:04.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:04.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:04.4|Info|RefreshMovieService|Updating info for Weird: The Al Yankovic Story
2024-04-07 02:47:04.5|Info|AddMovieCollectionService|Adding Collection Planet of the Apes (Reboot) Collection[173710]
2024-04-07 02:47:04.5|Info|MediaCoverService|Downloading Poster for [War for the Planet of the Apes (2017)][tt3450958, 281338] https://image.tmdb.org/t/p/original/mMA1qhBFgZX8O36qPPTC016kQl1.jpg
2024-04-07 02:47:04.5|Info|DiskScanService|Scanning disk for War for the Planet of the Apes
2024-04-07 02:47:04.5|Info|MediaCoverService|Downloading Poster for [Watcher (2022)][tt12004038, 807356] https://image.tmdb.org/t/p/original/dXCjoI3jdtBrwPHgVsyNLkl8Rvs.jpg
2024-04-07 02:47:04.5|Info|DiskScanService|Scanning disk for Watcher
2024-04-07 02:47:04.5|Info|MediaCoverService|Downloading Poster for [Weird: The Al Yankovic Story (2022)][tt17076046, 928344] https://image.tmdb.org/t/p/original/qcj2z13G0KjaIgc01ifiUKu7W07.jpg
2024-04-07 02:47:04.5|Info|DiskScanService|Scanning disk for Weird: The Al Yankovic Story
2024-04-07 02:47:04.5|Info|MovieService|Assigning file [War.for.the.Planet.of.the.Apes.2017.REPACK.1080p.10bit.BluRay.8CH.x265.HEVC-PSA.mkv] to movie [[War for the Planet of the Apes (2017)][tt3450958, 281338]]
2024-04-07 02:47:04.6|Info|DiskScanService|Completed scanning disk for War for the Planet of the Apes
2024-04-07 02:47:04.6|Info|MovieScannedHandler|[War for the Planet of the Apes] was recently added, performing post-add actions
2024-04-07 02:47:04.6|Info|MovieService|Assigning file [Watcher.2022.1080p.BluRay.1400MB.DD5.1.x264-GalaxyRG[TGx].mkv] to movie [[Watcher (2022)][tt12004038, 807356]]
2024-04-07 02:47:04.6|Info|DiskScanService|Completed scanning disk for Watcher
2024-04-07 02:47:04.6|Info|MovieScannedHandler|[Watcher] was recently added, performing post-add actions
2024-04-07 02:47:04.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:04.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:04.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:04.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:04.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:04.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:04.6|Info|ExistingOtherExtraImporter|Found 1 existing other extra files
2024-04-07 02:47:04.6|Info|ExistingExtraFileService|Found 1 possible extra files, imported 1 files.
2024-04-07 02:47:04.6|Info|RefreshMovieService|Updating info for Werewolf by Night
2024-04-07 02:47:04.6|Info|RefreshMovieService|Updating info for Where the Crawdads Sing
2024-04-07 02:47:04.7|Info|MediaCoverService|Downloading Fanart for [Watcher (2022)][tt12004038, 807356] https://image.tmdb.org/t/p/original/2cQMVHBaP1wK0UBX5SGDahB3lp3.jpg
2024-04-07 02:47:04.7|Info|MediaCoverService|Downloading Fanart for [Weird: The Al Yankovic Story (2022)][tt17076046, 928344] https://image.tmdb.org/t/p/original/8hSx5b4YfD2dzvGtrE6mdXF0xrZ.jpg
2024-04-07 02:47:04.7|Info|MediaCoverService|Downloading Poster for [Where the Crawdads Sing (2022)][tt9411972, 682507] https://image.tmdb.org/t/p/original/6h5OCqRnWH7Dcm4IeP4JypBdtuI.jpg
2024-04-07 02:47:04.7|Info|DiskScanService|Scanning disk for Where the Crawdads Sing
2024-04-07 02:47:04.7|Info|MediaCoverService|Downloading Poster for [Werewolf by Night (2022)][tt15318872, 894205] https://image.tmdb.org/t/p/original/jmv7EbqBuEk4V1U7OoSBaxkwawO.jpg
2024-04-07 02:47:04.7|Info|DiskScanService|Scanning disk for Werewolf by Night
2024-04-07 02:47:04.7|Info|MediaCoverService|Downloading Fanart for [War for the Planet of the Apes (2017)][tt3450958, 281338] https://image.tmdb.org/t/p/original/ulMscezy9YX0bhknvJbZoUgQxO5.jpg
2024-04-07 02:47:04.7|Info|MovieService|Assigning file [Weird.The.Al.Yankovic.Story.2022.COMPLETE.UHD.BLURAY-SURCODE.m2ts] to movie [[Weird: The Al Yankovic Story (2022)][tt17076046, 928344]]
2024-04-07 02:47:04.7|Info|DiskScanService|Completed scanning disk for Weird: The Al Yankovic Story
2024-04-07 02:47:04.7|Info|MovieScannedHandler|[Weird: The Al Yankovic Story] was recently added, performing post-add actions
2024-04-07 02:47:04.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:04.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:04.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:04.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:04.8|Info|RefreshMovieService|Updating info for Who Framed Roger Rabbit
2024-04-07 02:47:04.8|Info|MovieService|Assigning file [Where.the.Crawdads.Sing.2022.1080p.BluRay.x264.DTS-FGT.mkv] to movie [[Where the Crawdads Sing (2022)][tt9411972, 682507]]
2024-04-07 02:47:04.8|Info|DiskScanService|Completed scanning disk for Where the Crawdads Sing
2024-04-07 02:47:04.8|Info|MovieScannedHandler|[Where the Crawdads Sing] was recently added, performing post-add actions
2024-04-07 02:47:04.8|Info|MovieService|Assigning file [Werewolf.By.Night.2022.1080p.WEBRip.x264-Dual.YG.mkv] to movie [[Werewolf by Night (2022)][tt15318872, 894205]]
2024-04-07 02:47:04.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:04.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:04.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:04.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:04.8|Info|DiskScanService|Completed scanning disk for Werewolf by Night
2024-04-07 02:47:04.8|Info|MovieScannedHandler|[Werewolf by Night] was recently added, performing post-add actions
2024-04-07 02:47:04.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:04.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:04.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:04.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:04.8|Info|RefreshMovieService|Updating info for Wolfwalkers
2024-04-07 02:47:04.8|Info|RefreshMovieService|Updating info for Wonka
2024-04-07 02:47:04.9|Info|MediaCoverService|Downloading Poster for [Who Framed Roger Rabbit (1988)][tt0096438, 856] https://image.tmdb.org/t/p/original/lYfRc57Kx9VgLZ48iulu0HKnM15.jpg
2024-04-07 02:47:04.9|Info|DiskScanService|Scanning disk for Who Framed Roger Rabbit
2024-04-07 02:47:04.9|Info|MovieService|Assigning file [who.framed.roger.rabbit.1988.1080p.bluray.x264-hd4u.mkv] to movie [[Who Framed Roger Rabbit (1988)][tt0096438, 856]]
2024-04-07 02:47:05.0|Info|DiskScanService|Completed scanning disk for Who Framed Roger Rabbit
2024-04-07 02:47:05.0|Info|MovieScannedHandler|[Who Framed Roger Rabbit] was recently added, performing post-add actions
2024-04-07 02:47:05.0|Info|MediaCoverService|Downloading Fanart for [Werewolf by Night (2022)][tt15318872, 894205] https://image.tmdb.org/t/p/original/pfAZP7JvTTxqgq7n6A1OYgkAdEW.jpg
2024-04-07 02:47:05.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:05.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:05.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:05.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:05.0|Info|MediaCoverService|Downloading Poster for [Wolfwalkers (2020)][tt5198068, 441130] https://image.tmdb.org/t/p/original/ehAKuE48okTuonq6TpsNQj8vFTC.jpg
2024-04-07 02:47:05.0|Info|DiskScanService|Scanning disk for Wolfwalkers
2024-04-07 02:47:05.0|Info|MediaCoverService|Downloading Fanart for [Where the Crawdads Sing (2022)][tt9411972, 682507] https://image.tmdb.org/t/p/original/4js6A53tpvUbCEcUsKwuetRnVGb.jpg
2024-04-07 02:47:05.0|Info|RefreshMovieService|Updating info for X
2024-04-07 02:47:05.0|Info|MediaCoverService|Downloading Poster for [Wonka (2023)][tt6166392, 787699] https://image.tmdb.org/t/p/original/qhb1qOilapbapxWQn9jtRCMwXJF.jpg
2024-04-07 02:47:05.0|Info|DiskScanService|Scanning disk for Wonka
2024-04-07 02:47:05.1|Info|MediaCoverService|Downloading Fanart for [Who Framed Roger Rabbit (1988)][tt0096438, 856] https://image.tmdb.org/t/p/original/tym6NH7ybFeldBuYYp0RSLpjZFq.jpg
2024-04-07 02:47:05.1|Info|MovieService|Assigning file [Wonka.2023.2160p.WEB.H265-CondescendingWonkaFromMemeville[TGx].mkv] to movie [[Wonka (2023)][tt6166392, 787699]]
2024-04-07 02:47:05.1|Info|DiskScanService|Completed scanning disk for Wonka
2024-04-07 02:47:05.1|Info|MovieScannedHandler|[Wonka] was recently added, performing post-add actions
2024-04-07 02:47:05.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:05.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:05.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:05.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:05.1|Info|RefreshCollectionService|Updating info for A Goofy Movie Collection
2024-04-07 02:47:05.1|Info|AddMovieCollectionService|Adding Collection X Collection[950289]
2024-04-07 02:47:05.2|Info|MovieService|Assigning file [Wolfwalkers (2020) WEBDL-2160p.mkv] to movie [[Wolfwalkers (2020)][tt5198068, 441130]]
2024-04-07 02:47:05.2|Info|DiskScanService|Completed scanning disk for Wolfwalkers
2024-04-07 02:47:05.2|Info|MovieScannedHandler|[Wolfwalkers] was recently added, performing post-add actions
2024-04-07 02:47:05.2|Info|MediaCoverService|Downloading Poster for [X (2022)][tt13560574, 760104] https://image.tmdb.org/t/p/original/woTQx9Q4b8aO13jR9dsj8C9JESy.jpg
2024-04-07 02:47:05.2|Info|DiskScanService|Scanning disk for X
2024-04-07 02:47:05.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:05.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:05.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:05.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:05.2|Info|RefreshCollectionService|Updating info for Hercule Poirot (Kenneth Branagh) Collection
2024-04-07 02:47:05.3|Info|MediaCoverService|Downloading Fanart for [Wolfwalkers (2020)][tt5198068, 441130] https://image.tmdb.org/t/p/original/yeJhRNtE4XW2lOoVVFO9iuDr3AL.jpg
2024-04-07 02:47:05.3|Info|RefreshCollectionService|Updating info for Ant-Man Collection
2024-04-07 02:47:05.3|Info|MediaCoverService|Downloading Fanart for [Wonka (2023)][tt6166392, 787699] https://image.tmdb.org/t/p/original/yyFc8Iclt2jxPmLztbP617xXllT.jpg
2024-04-07 02:47:05.3|Info|RefreshCollectionService|Updating info for Back to the Future Collection
2024-04-07 02:47:05.3|Info|MovieService|Assigning file [X (2022) WEBDL-2160p.mp4] to movie [[X (2022)][tt13560574, 760104]]
2024-04-07 02:47:05.3|Info|DiskScanService|Completed scanning disk for X
2024-04-07 02:47:05.3|Info|MovieScannedHandler|[X] was recently added, performing post-add actions
2024-04-07 02:47:05.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-07 02:47:05.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-04-07 02:47:05.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-07 02:47:05.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-04-07 02:47:05.4|Info|RefreshCollectionService|Updating info for Batman: The Long Halloween Collection
2024-04-07 02:47:05.4|Info|MediaCoverService|Downloading Fanart for [X (2022)][tt13560574, 760104] https://image.tmdb.org/t/p/original/70Rm9ItxKuEKN8iu6rNjfwAYUCJ.jpg
2024-04-07 02:47:05.4|Info|RefreshCollectionService|Updating info for Beavis and Butt-Head Collection
2024-04-07 02:47:05.4|Info|RefreshCollectionService|Updating info for Blade Runner Collection
2024-04-07 02:47:05.4|Info|RefreshCollectionService|Updating info for Borat Moviefilms Collection
2024-04-07 02:47:05.5|Info|RefreshCollectionService|Updating info for Downton Abbey Collection
2024-04-07 02:47:05.5|Info|RefreshCollectionService|Updating info for Doctor Strange Collection
2024-04-07 02:47:05.6|Info|RefreshCollectionService|Updating info for Dune Collection
2024-04-07 02:47:05.6|Info|RefreshCollectionService|Updating info for Enola Holmes Collection
2024-04-07 02:47:05.6|Info|RefreshCollectionService|Updating info for Extraction Collection
2024-04-07 02:47:05.6|Info|RefreshCollectionService|Updating info for Fletch Collection
2024-04-07 02:47:05.7|Info|RefreshCollectionService|Updating info for Ghostbusters Collection
2024-04-07 02:47:05.7|Info|RefreshCollectionService|Updating info for Guardians of the Galaxy Collection
2024-04-07 02:47:05.7|Info|RefreshCollectionService|Updating info for Hocus Pocus Collection
2024-04-07 02:47:05.7|Info|RefreshCollectionService|Updating info for Jumanji Collection
2024-04-07 02:47:05.8|Info|RefreshCollectionService|Updating info for John Wick Collection
2024-04-07 02:47:05.8|Info|RefreshCollectionService|Updating info for Jurassic Park Collection
2024-04-07 02:47:05.8|Info|RefreshCollectionService|Updating info for Justice League (Tomorrowverse) Collection
2024-04-07 02:47:05.8|Info|RefreshCollectionService|Updating info for Justice League Dark Collection
2024-04-07 02:47:05.9|Info|RefreshCollectionService|Updating info for Knives Out Collection
2024-04-07 02:47:05.9|Info|RefreshCollectionService|Updating info for Kung Fu Panda Collection
2024-04-07 02:47:05.9|Info|RefreshCollectionService|Updating info for Mission: Impossible Collection
2024-04-07 02:47:06.0|Info|RefreshCollectionService|Updating info for Nobody Collection
2024-04-07 02:47:06.0|Info|RefreshCollectionService|Updating info for Paddington Collection
2024-04-07 02:47:06.0|Info|RefreshCollectionService|Updating info for Predator Collection
2024-04-07 02:47:06.0|Info|RefreshCollectionService|Updating info for Puss in Boots Collection
2024-04-07 02:47:06.1|Info|RefreshCollectionService|Updating info for Shang-Chi Collection
2024-04-07 02:47:06.1|Info|RefreshCollectionService|Updating info for Spider-Man: Spider-Verse Collection
2024-04-07 02:47:06.1|Info|RefreshCollectionService|Updating info for Spider-Man (MCU) Collection
2024-04-07 02:47:06.1|Info|RefreshCollectionService|Updating info for James Bond Collection
2024-04-07 02:47:06.2|Info|RefreshCollectionService|Updating info for The Bad Guys Collection
2024-04-07 02:47:06.2|Info|RefreshCollectionService|Updating info for Teenage Mutant Ninja Turtles (Animated) Collection
2024-04-07 02:47:06.3|Info|RefreshCollectionService|Updating info for The Batman Collection
2024-04-07 02:47:06.3|Info|RefreshCollectionService|Updating info for The Gray Man Collection
2024-04-07 02:47:06.3|Info|RefreshCollectionService|Updating info for Passion of the Christ Collection
2024-04-07 02:47:06.3|Info|RefreshCollectionService|Updating info for The Lion King Collection
2024-04-07 02:47:06.3|Info|RefreshCollectionService|Updating info for The Sea Beast Collection
2024-04-07 02:47:06.4|Info|RefreshCollectionService|Updating info for Suicide Squad Collection
2024-04-07 02:47:06.4|Info|RefreshCollectionService|Updating info for Thor Collection
2024-04-07 02:47:06.4|Info|RefreshCollectionService|Updating info for Top Gun Collection
2024-04-07 02:47:06.5|Info|RefreshCollectionService|Updating info for Violent Night Collection
2024-04-07 02:47:06.5|Info|RefreshCollectionService|Updating info for Planet of the Apes (Reboot) Collection
2024-04-07 02:47:06.5|Info|RefreshCollectionService|Updating info for X Collection
2024-04-07 02:48:23.0|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2024-04-07 02:48:23.1|Info|ConsoleApp|Exiting main.
2024-04-07 02:49:34.9|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.3.6.8612
2024-04-07 02:49:35.0|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-04-07 02:49:35.0|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-04-07 02:49:35.2|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-04-07 02:49:35.3|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-04-07 02:49:35.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-04-07 02:49:35.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-07 02:49:35.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-07 02:49:35.5|Info|DatabaseEngineVersionCheck|SQLite 3.44.2
2024-04-07 02:49:35.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.037792s
2024-04-07 02:49:35.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-04-07 02:49:35.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0393149s
2024-04-07 02:49:35.6|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-04-07 02:49:35.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-04-07 02:49:35.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-07 02:49:35.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-07 02:49:35.6|Info|DatabaseEngineVersionCheck|SQLite 3.44.2
2024-04-07 02:49:35.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018296s
2024-04-07 02:49:35.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-04-07 02:49:35.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019113s
2024-04-07 02:49:35.8|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2024-04-07 02:49:36.1|Info|CommandExecutor|Starting 2 threads for tasks.
2024-04-07 02:49:36.1|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2024-04-07 02:49:36.1|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2024-04-07 02:49:36.1|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2024-04-07 00:37:31 -04:00
2024-04-07 02:55:02.4|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2024-04-07 02:55:02.4|Info|ConsoleApp|Exiting main.
2024-04-07 02:55:06.8|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.3.6.8612
2024-04-07 02:55:06.9|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-04-07 02:55:06.9|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-04-07 02:55:07.1|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-04-07 02:55:07.2|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-04-07 02:55:07.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-04-07 02:55:07.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-07 02:55:07.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-07 02:55:07.3|Info|DatabaseEngineVersionCheck|SQLite 3.44.2
2024-04-07 02:55:07.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0374086s
2024-04-07 02:55:07.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-04-07 02:55:07.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0390843s
2024-04-07 02:55:07.4|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-04-07 02:55:07.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-04-07 02:55:07.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-07 02:55:07.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-07 02:55:07.4|Info|DatabaseEngineVersionCheck|SQLite 3.44.2
2024-04-07 02:55:07.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018942s
2024-04-07 02:55:07.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-04-07 02:55:07.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020122s
2024-04-07 02:55:07.7|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2024-04-07 02:55:07.9|Info|CommandExecutor|Starting 2 threads for tasks.
2024-04-07 02:55:08.0|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2024-04-07 02:55:08.0|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2024-04-07 02:55:08.0|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2024-04-07 02:57:22.6|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2024-04-07 02:57:22.6|Info|ConsoleApp|Exiting main.
2024-04-07 04:22:53.2|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.3.6.8612
2024-04-07 04:22:53.3|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-04-07 04:22:53.3|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-04-07 04:22:53.5|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-04-07 04:22:53.6|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-07 04:22:53.8|Info|DatabaseEngineVersionCheck|SQLite 3.44.2
2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0381546s
2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0397429s
2024-04-07 04:22:53.9|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-04-07 04:22:53.9|Info|DatabaseEngineVersionCheck|SQLite 3.44.2
2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020257s
2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021223s
2024-04-07 04:22:54.2|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2024-04-07 04:22:54.4|Info|CommandExecutor|Starting 2 threads for tasks.
2024-04-07 04:22:54.4|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2024-04-07 04:22:54.4|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2024-04-07 04:22:54.4|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2024-04-07 04:23:24.5|Info|RssSyncService|Starting RSS Sync
2024-04-07 04:23:24.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2024-04-07 04:23:24.6|Info|DownloadDecisionMaker|No results found
2024-04-07 04:23:24.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2024-04-07 04:33:39.4|Warn|RadarrErrorPipeline|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-04-07 04:33:41.4|Warn|RadarrErrorPipeline|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-04-07 04:36:04.5|Warn|RadarrErrorPipeline|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-04-07 04:36:06.1|Warn|RadarrErrorPipeline|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-04-07 04:36:06.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-04-07 04:36:06.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique