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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Config_Key" ON "Config" ("Key" ASC)
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|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|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|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|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: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|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|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|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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC)
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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
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|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|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|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|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|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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Tags_Label" ON "Tags" ("Label" ASC)
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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Identifier" ON "Users" ("Identifier" ASC)
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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_IndexerId" ON "IndexerStatus" ("IndexerId" ASC)
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|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|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|-> 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|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|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|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|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|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|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|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.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'BitMeTv'
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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'BroadcastheNet'
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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImport_Name" ON "NetImport" ("Name" ASC)
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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Kickass Torrents'
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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'KickassTorrents'
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.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|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|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|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|CREATE UNIQUE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
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|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|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|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|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|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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_CustomFormats_Name" ON "CustomFormats" ("Name" ASC)
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.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|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|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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'PlexHomeTheater'
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.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|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|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|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|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|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|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|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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Credits_CreditTmdbId" ON "Credits" ("CreditTmdbId" ASC)
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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'NotifyMyAndroid'
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|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|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|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|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|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|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|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.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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_EventType" ON "DownloadHistory" ("EventType" ASC)
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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_DownloadId" ON "DownloadHistory" ("DownloadId" ASC)
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|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|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|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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_Language" ON "MovieTranslations" ("Language" ASC)
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|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|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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
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|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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'AwesomeHD'
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.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|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|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|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|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|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|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|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|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|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|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|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.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|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|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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_ImportListMovies_MovieMetadataId" ON "ImportListMovies" ("MovieMetadataId" ASC)
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|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|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|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|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|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|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|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|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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Collections_TmdbId" ON "Collections" ("TmdbId" ASC)
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|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|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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "ImportLists" WHERE "Implementation" = 'TMDbCollectionImport'
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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC)
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.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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Omgwtfnzbs'
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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'importlistsyncinterval'
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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AutoTagging_Name" ON "AutoTagging" ("Name" ASC)
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|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|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|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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NotificationStatus_ProviderId" ON "NotificationStatus" ("ProviderId" ASC)
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|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|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|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.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|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
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.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|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|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|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|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|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)
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: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 [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: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.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: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: 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.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.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.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.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.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.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.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 [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 [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.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.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 [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: 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.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.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: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.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 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: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.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 [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.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.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.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|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|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|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|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|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|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|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|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|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|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|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.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|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|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 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|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|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|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|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|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|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|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|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|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|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|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|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.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.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|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|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.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.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|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|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|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|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|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|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|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|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|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|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|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|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.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|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|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.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|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: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|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.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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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.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.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|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|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|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|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|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|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|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.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|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|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|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|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|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]
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|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
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.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|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|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|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|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|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.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|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|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|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|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|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|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|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|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|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|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|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|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|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|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.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.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|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|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|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|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|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: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|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|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|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|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|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|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|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|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|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.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|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|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.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|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.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|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: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.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|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|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|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|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|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|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|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|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|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.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.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|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|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|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|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.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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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|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.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|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|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: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.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.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|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|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.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|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|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|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|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.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|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.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|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|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|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|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|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|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.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|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|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|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|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|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|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|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
-- : 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.
-- : 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.
-- : 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.
-- : 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.