10940 lines
1000 KiB
Plaintext
10940 lines
1000 KiB
Plaintext
2023-12-08 13:40:59.7|Info|Bootstrap|Starting Lidarr - /app/lidarr/bin/Lidarr - Version 1.4.5.3639
|
|
2023-12-08 13:40:59.7|Info|AppFolderInfo|Data directory is being overridden to [/config]
|
|
2023-12-08 13:40:59.7|Info|AppFolderInfo|Data directory is being overridden to [/config]
|
|
2023-12-08 13:41:00.0|Info|AppFolderInfo|Data directory is being overridden to [/config]
|
|
2023-12-08 13:41:00.0|Warn|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {c789a5f3-2c81-41da-82b9-02cf2186c6d9} may be persisted to storage in unencrypted form.
|
|
2023-12-08 13:41:00.1|Info|MigrationController|*** Migrating data source=/config/lidarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
|
|
2023-12-08 13:41:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
|
|
2023-12-08 13:41:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0234191s
|
|
2023-12-08 13:41:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0297752s
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
|
|
2023-12-08 13:41:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
|
|
2023-12-08 13:41:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0014246s
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001244s
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
|
|
2023-12-08 13:41:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007772s
|
|
2023-12-08 13:41:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022619s
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
|
|
2023-12-08 13:41:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 8.7E-06s
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
|
|
2023-12-08 13:41:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000321s
|
|
2023-12-08 13:41:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025815s
|
|
2023-12-08 13:41:00.3|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
|
|
2023-12-08 13:41:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.3|Info|InitialSetup|Starting migration of Main DB to 1
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Config
|
|
2023-12-08 13:41:00.4|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)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005343s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Config (Key)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Config_Key" ON "Config" ("Key" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000229s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable RootFolders
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "RootFolders" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Path" TEXT NOT NULL)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002704s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex RootFolders (Path)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_RootFolders_Path" ON "RootFolders" ("Path" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002174s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Artists
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Artists" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignArtistId" TEXT NOT NULL, "MBId" TEXT, "AMId" TEXT, "TADBId" INTEGER, "DiscogsId" INTEGER, "Name" TEXT NOT NULL, "NameSlug" TEXT, "CleanName" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "AlbumFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "DateFormed" DATETIME, "Members" TEXT, "Ratings" TEXT, "Genres" TEXT, "SortName" TEXT, "ProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "LanguageProfileId" INTEGER NOT NULL DEFAULT 1, "Links" TEXT, "ArtistType" TEXT, "Disambiguation" TEXT, "PrimaryAlbumTypes" TEXT, "SecondaryAlbumTypes" TEXT)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071821s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Artists (ForeignArtistId)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Artists_ForeignArtistId" ON "Artists" ("ForeignArtistId" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002417s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Artists (NameSlug)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Artists_NameSlug" ON "Artists" ("NameSlug" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000212s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Artists (CleanName)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_CleanName" ON "Artists" ("CleanName" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002014s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Artists (Path)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Path" ON "Artists" ("Path" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001904s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Albums
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Albums" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignAlbumId" TEXT NOT NULL, "ArtistId" INTEGER NOT NULL, "MBId" TEXT, "AMId" TEXT, "TADBId" INTEGER, "DiscogsId" INTEGER, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "ReleaseDate" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Label" TEXT, "SortTitle" TEXT, "ProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AlbumType" TEXT NOT NULL, "AddOptions" TEXT, "Duration" INTEGER NOT NULL DEFAULT 0)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018835s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Albums (ForeignAlbumId)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Albums_ForeignAlbumId" ON "Albums" ("ForeignAlbumId" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002241s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Albums (MBId)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_MBId" ON "Albums" ("MBId" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001896s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Albums (TADBId)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_TADBId" ON "Albums" ("TADBId" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001933s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Albums (TitleSlug)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Albums_TitleSlug" ON "Albums" ("TitleSlug" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002107s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Albums (CleanTitle)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_CleanTitle" ON "Albums" ("CleanTitle" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001979s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Albums (Path)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_Path" ON "Albums" ("Path" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001891s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Tracks
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Tracks" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignTrackId" TEXT NOT NULL, "ArtistId" INTEGER NOT NULL, "AlbumId" INTEGER NOT NULL, "TrackNumber" INTEGER NOT NULL, "Title" TEXT, "Explicit" INTEGER NOT NULL, "Compilation" INTEGER NOT NULL, "DiscNumber" INTEGER, "TrackFileId" INTEGER, "Monitored" INTEGER NOT NULL, "Ratings" TEXT, "Duration" INTEGER NOT NULL DEFAULT 0)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009595s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tracks (ForeignTrackId)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Tracks_ForeignTrackId" ON "Tracks" ("ForeignTrackId" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002411s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tracks (ArtistId)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Tracks_ArtistId" ON "Tracks" ("ArtistId" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002245s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tracks (TrackFileId)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Tracks_TrackFileId" ON "Tracks" ("TrackFileId" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002244s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tracks (ArtistId, AlbumId, TrackNumber)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Tracks_ArtistId_AlbumId_TrackNumber" ON "Tracks" ("ArtistId" ASC, "AlbumId" ASC, "TrackNumber" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000267s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable TrackFiles
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "TrackFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ArtistId" INTEGER NOT NULL, "AlbumId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "SceneName" TEXT, "DateAdded" DATETIME NOT NULL, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "RelativePath" TEXT, "Language" INTEGER NOT NULL DEFAULT 0)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007676s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex TrackFiles (ArtistId)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_TrackFiles_ArtistId" ON "TrackFiles" ("ArtistId" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002147s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex TrackFiles (AlbumId)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_TrackFiles_AlbumId" ON "TrackFiles" ("AlbumId" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002069s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable History
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History" ("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, "Language" INTEGER NOT NULL DEFAULT 0, "ArtistId" INTEGER NOT NULL DEFAULT 0, "AlbumId" INTEGER NOT NULL DEFAULT 0, "TrackId" INTEGER NOT NULL DEFAULT 0)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009207s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (Date)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002033s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (EventType)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_EventType" ON "History" ("EventType" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002219s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (DownloadId)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002206s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (AlbumId)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_AlbumId" ON "History" ("AlbumId" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002017s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Notifications
|
|
2023-12-08 13:41:00.4|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)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000699s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ScheduledTasks
|
|
2023-12-08 13:41:00.4|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)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003966s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ScheduledTasks (TypeName)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002479s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Indexers
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableSearch" INTEGER)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039745s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Indexers (Name)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002495s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Profiles
|
|
2023-12-08 13:41:00.4|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)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003624s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Profiles (Name)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002309s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable QualityDefinitions
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "QualityDefinitions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL, "Title" TEXT NOT NULL, "MinSize" NUMERIC, "MaxSize" NUMERIC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004165s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualityDefinitions (Quality)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002542s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualityDefinitions (Title)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002471s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NamingConfig
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ReplaceIllegalCharacters" INTEGER NOT NULL DEFAULT 1, "ArtistFolderFormat" TEXT, "RenameTracks" INTEGER, "StandardTrackFormat" TEXT, "AlbumFolderFormat" TEXT)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006877s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Blacklist
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blacklist" ("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, "Language" INTEGER NOT NULL DEFAULT 0, "ArtistId" INTEGER NOT NULL DEFAULT 0, "AlbumIds" TEXT NOT NULL DEFAULT '')
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019519s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Metadata
|
|
2023-12-08 13:41:00.4|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)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005035s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MetadataFiles
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ArtistId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "AlbumId" INTEGER, "TrackFileId" INTEGER, "Hash" TEXT, "Added" DATETIME, "Extension" TEXT NOT NULL)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007356s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClients
|
|
2023-12-08 13:41:00.4|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)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004967s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable PendingReleases
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "Release" TEXT NOT NULL, "ArtistId" INTEGER NOT NULL DEFAULT 0, "ParsedAlbumInfo" TEXT NOT NULL DEFAULT '')
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006052s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable RemotePathMappings
|
|
2023-12-08 13:41:00.4|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)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000389s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Tags
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Tags" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Label" TEXT NOT NULL)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002737s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tags (Label)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Tags_Label" ON "Tags" ("Label" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002455s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Restrictions
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Restrictions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Required" TEXT, "Preferred" TEXT, "Ignored" TEXT, "Tags" TEXT NOT NULL)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003638s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DelayProfiles
|
|
2023-12-08 13:41:00.4|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)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006729s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Users
|
|
2023-12-08 13:41:00.4|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)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003622s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Identifier)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Identifier" ON "Users" ("Identifier" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002324s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Username)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Username" ON "Users" ("Username" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002199s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Commands
|
|
2023-12-08 13:41:00.4|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)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000723s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable IndexerStatus
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005558s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex IndexerStatus (ProviderId)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002409s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ExtraFiles
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ArtistId" INTEGER NOT NULL, "AlbumId" INTEGER NOT NULL, "TrackFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006293s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable LyricFiles
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "LyricFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ArtistId" INTEGER NOT NULL, "AlbumId" INTEGER NOT NULL, "TrackFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL, "Language" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007191s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable LanguageProfiles
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "LanguageProfiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Languages" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003604s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex LanguageProfiles (Name)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_LanguageProfiles_Name" ON "LanguageProfiles" ("Name" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002499s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClientStatus
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004956s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadClientStatus (ProviderId)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002679s
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DelayProfiles" ("EnableUsenet", "EnableTorrent", "PreferredProtocol", "UsenetDelay", "TorrentDelay", "Order", "Tags") VALUES (1, 1, 1, 0, 0, 2147483647, '[]')
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|-> 1 Insert operations completed in 00:00:00.0026989 taking an average of 00:00:00.0026989
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2023-12-08T13:41:00', 'InitialSetup')
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0060942s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|2: add_reason_to_pending_releases migrating
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.4|Info|add_reason_to_pending_releases|Starting migration of Main DB to 2
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn PendingReleases Reason Int32
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases" ADD COLUMN "Reason" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005849s
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2023-12-08T13:41:00', 'add_reason_to_pending_releases')
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|2: add_reason_to_pending_releases migrated
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022072s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|3: add_medium_support migrating
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.4|Info|add_medium_support|Starting migration of Main DB to 3
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Albums
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Albums Media String
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums" ADD COLUMN "Media" TEXT NOT NULL DEFAULT ''
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006386s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Tracks
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 3E-07s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Tracks MediumNumber Int32
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Tracks" ADD COLUMN "MediumNumber" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005436s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Tracks
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 3E-07s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Tracks AbsoluteTrackNumber Int32
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Tracks" ADD COLUMN "AbsoluteTrackNumber" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000532s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Tracks" SET "AbsoluteTrackNumber" = "TrackNumber"
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Tracks" SET "AbsoluteTrackNumber" = "TrackNumber"
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003911s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Tracks TrackNumber
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Tracks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignTrackId" TEXT NOT NULL, "ArtistId" INTEGER NOT NULL, "AlbumId" INTEGER NOT NULL, "Title" TEXT, "Explicit" INTEGER NOT NULL, "Compilation" INTEGER NOT NULL, "DiscNumber" INTEGER, "TrackFileId" INTEGER, "Monitored" INTEGER NOT NULL, "Ratings" TEXT, "Duration" INTEGER NOT NULL, "MediumNumber" INTEGER NOT NULL, "AbsoluteTrackNumber" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Tracks_temp" ("Id", "ForeignTrackId", "ArtistId", "AlbumId", "Title", "Explicit", "Compilation", "DiscNumber", "TrackFileId", "Monitored", "Ratings", "Duration", "MediumNumber", "AbsoluteTrackNumber") SELECT "Id", "ForeignTrackId", "ArtistId", "AlbumId", "Title", "Explicit", "Compilation", "DiscNumber", "TrackFileId", "Monitored", "Ratings", "Duration", "MediumNumber", "AbsoluteTrackNumber" FROM "Tracks"
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Tracks"
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Tracks_temp" RENAME TO "Tracks"
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Tracks_ForeignTrackId" ON "Tracks" ("ForeignTrackId" ASC)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Tracks_ArtistId" ON "Tracks" ("ArtistId" ASC)
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Tracks_TrackFileId" ON "Tracks" ("TrackFileId" ASC)
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0189433s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Tracks
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Tracks TrackNumber String
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Tracks" ADD COLUMN "TrackNumber" TEXT
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008018s
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2023-12-08T13:41:00', 'add_medium_support')
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|3: add_medium_support migrated
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002831s
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|4: add_various_qualites_in_profile migrating
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.4|Info|add_various_qualites_in_profile|Starting migration of Main DB to 4
|
|
2023-12-08 13:41:00.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "QualityDefinitions" SET "Title" = 'MP3-160' WHERE "Quality" = 5
|
|
2023-12-08 13:41:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "QualityDefinitions" SET "Title" = 'MP3-160' WHERE "Quality" = 5
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003332s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0115897s
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2023-12-08T13:41:00', 'add_various_qualites_in_profile')
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|4: add_various_qualites_in_profile migrated
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0135101s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|5: metadata_profiles migrating
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.5|Info|metadata_profiles|Starting migration of Main DB to 5
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MetadataProfiles
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataProfiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "PrimaryAlbumTypes" TEXT NOT NULL, "SecondaryAlbumTypes" TEXT NOT NULL)
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004937s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MetadataProfiles (Name)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MetadataProfiles_Name" ON "MetadataProfiles" ("Name" ASC)
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003293s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Artists
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Artists MetadataProfileId Int32
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Artists" ADD COLUMN "MetadataProfileId" INTEGER NOT NULL DEFAULT 1
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000578s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Artists PrimaryAlbumTypes
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Artists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignArtistId" TEXT NOT NULL, "MBId" TEXT, "AMId" TEXT, "TADBId" INTEGER, "DiscogsId" INTEGER, "Name" TEXT NOT NULL, "NameSlug" TEXT, "CleanName" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "AlbumFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "DateFormed" DATETIME, "Members" TEXT, "Ratings" TEXT, "Genres" TEXT, "SortName" TEXT, "ProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "LanguageProfileId" INTEGER NOT NULL, "Links" TEXT, "ArtistType" TEXT, "Disambiguation" TEXT, "SecondaryAlbumTypes" TEXT, "MetadataProfileId" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Artists_temp" ("Id", "ForeignArtistId", "MBId", "AMId", "TADBId", "DiscogsId", "Name", "NameSlug", "CleanName", "Status", "Overview", "Images", "Path", "Monitored", "AlbumFolder", "LastInfoSync", "LastDiskSync", "DateFormed", "Members", "Ratings", "Genres", "SortName", "ProfileId", "Tags", "Added", "AddOptions", "LanguageProfileId", "Links", "ArtistType", "Disambiguation", "SecondaryAlbumTypes", "MetadataProfileId") SELECT "Id", "ForeignArtistId", "MBId", "AMId", "TADBId", "DiscogsId", "Name", "NameSlug", "CleanName", "Status", "Overview", "Images", "Path", "Monitored", "AlbumFolder", "LastInfoSync", "LastDiskSync", "DateFormed", "Members", "Ratings", "Genres", "SortName", "ProfileId", "Tags", "Added", "AddOptions", "LanguageProfileId", "Links", "ArtistType", "Disambiguation", "SecondaryAlbumTypes", "MetadataProfileId" FROM "Artists"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Artists"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Artists_temp" RENAME TO "Artists"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Artists_ForeignArtistId" ON "Artists" ("ForeignArtistId" ASC)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Artists_NameSlug" ON "Artists" ("NameSlug" ASC)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_CleanName" ON "Artists" ("CleanName" ASC)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Path" ON "Artists" ("Path" ASC)
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0085766s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Artists SecondaryAlbumTypes
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Artists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignArtistId" TEXT NOT NULL, "MBId" TEXT, "AMId" TEXT, "TADBId" INTEGER, "DiscogsId" INTEGER, "Name" TEXT NOT NULL, "NameSlug" TEXT, "CleanName" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "AlbumFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "DateFormed" DATETIME, "Members" TEXT, "Ratings" TEXT, "Genres" TEXT, "SortName" TEXT, "ProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "LanguageProfileId" INTEGER NOT NULL, "Links" TEXT, "ArtistType" TEXT, "Disambiguation" TEXT, "MetadataProfileId" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Artists_temp" ("Id", "ForeignArtistId", "MBId", "AMId", "TADBId", "DiscogsId", "Name", "NameSlug", "CleanName", "Status", "Overview", "Images", "Path", "Monitored", "AlbumFolder", "LastInfoSync", "LastDiskSync", "DateFormed", "Members", "Ratings", "Genres", "SortName", "ProfileId", "Tags", "Added", "AddOptions", "LanguageProfileId", "Links", "ArtistType", "Disambiguation", "MetadataProfileId") SELECT "Id", "ForeignArtistId", "MBId", "AMId", "TADBId", "DiscogsId", "Name", "NameSlug", "CleanName", "Status", "Overview", "Images", "Path", "Monitored", "AlbumFolder", "LastInfoSync", "LastDiskSync", "DateFormed", "Members", "Ratings", "Genres", "SortName", "ProfileId", "Tags", "Added", "AddOptions", "LanguageProfileId", "Links", "ArtistType", "Disambiguation", "MetadataProfileId" FROM "Artists"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Artists"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Artists_temp" RENAME TO "Artists"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Artists_ForeignArtistId" ON "Artists" ("ForeignArtistId" ASC)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Artists_NameSlug" ON "Artists" ("NameSlug" ASC)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_CleanName" ON "Artists" ("CleanName" ASC)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Path" ON "Artists" ("Path" ASC)
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0081624s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Albums
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Albums SecondaryTypes String
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums" ADD COLUMN "SecondaryTypes" TEXT
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005065s
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2023-12-08T13:41:00', 'metadata_profiles')
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|5: metadata_profiles migrated
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027547s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|6: separate_automatic_and_interactive_search migrating
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.5|Info|separate_automatic_and_interactive_search|Starting migration of Main DB to 6
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Indexers EnableSearch to EnableAutomaticSearch
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableAutomaticSearch" INTEGER)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Indexers_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableAutomaticSearch") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableSearch" FROM "Indexers"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0075791s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers EnableInteractiveSearch Boolean
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "EnableInteractiveSearch" INTEGER
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005061s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "EnableInteractiveSearch" = "EnableAutomaticSearch"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "EnableInteractiveSearch" = "EnableAutomaticSearch"
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001745s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Indexers EnableInteractiveSearch Boolean
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableAutomaticSearch" INTEGER, "EnableInteractiveSearch" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Indexers_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableAutomaticSearch", "EnableInteractiveSearch") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableAutomaticSearch", "EnableInteractiveSearch" FROM "Indexers"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0049227s
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2023-12-08T13:41:00', 'separate_automatic_and_interactive_search')
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|6: separate_automatic_and_interactive_search migrated
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070343s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|7: change_album_path_to_relative migrating
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.5|Info|change_album_path_to_relative|Starting migration of Main DB to 7
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Albums Path
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Albums_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignAlbumId" TEXT NOT NULL, "ArtistId" INTEGER NOT NULL, "MBId" TEXT, "AMId" TEXT, "TADBId" INTEGER, "DiscogsId" INTEGER, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "ReleaseDate" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Label" TEXT, "SortTitle" TEXT, "ProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AlbumType" TEXT NOT NULL, "AddOptions" TEXT, "Duration" INTEGER NOT NULL, "Media" TEXT NOT NULL, "SecondaryTypes" TEXT)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Albums_temp" ("Id", "ForeignAlbumId", "ArtistId", "MBId", "AMId", "TADBId", "DiscogsId", "Title", "TitleSlug", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "LastDiskSync", "ReleaseDate", "Ratings", "Genres", "Label", "SortTitle", "ProfileId", "Tags", "Added", "AlbumType", "AddOptions", "Duration", "Media", "SecondaryTypes") SELECT "Id", "ForeignAlbumId", "ArtistId", "MBId", "AMId", "TADBId", "DiscogsId", "Title", "TitleSlug", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "LastDiskSync", "ReleaseDate", "Ratings", "Genres", "Label", "SortTitle", "ProfileId", "Tags", "Added", "AlbumType", "AddOptions", "Duration", "Media", "SecondaryTypes" FROM "Albums"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Albums"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums_temp" RENAME TO "Albums"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Albums_ForeignAlbumId" ON "Albums" ("ForeignAlbumId" ASC)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_MBId" ON "Albums" ("MBId" ASC)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_TADBId" ON "Albums" ("TADBId" ASC)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Albums_TitleSlug" ON "Albums" ("TitleSlug" ASC)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_CleanTitle" ON "Albums" ("CleanTitle" ASC)
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0075078s
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2023-12-08T13:41:00', 'change_album_path_to_relative')
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|7: change_album_path_to_relative migrated
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097656s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|8: change_quality_size_mb_to_kb migrating
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.5|Info|change_quality_size_mb_to_kb|Starting migration of Main DB to 8
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE QualityDefinitions SET MaxSize = CASE WHEN (CAST(MaxSize AS FLOAT) / 60) * 8 * 1024 < 1500 THEN ROUND((CAST(MaxSize AS FLOAT) / 60) * 8 * 1024, 0) ELSE NULL END
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE QualityDefinitions SET MaxSize = CASE WHEN (CAST(MaxSize AS FLOAT) / 60) * 8 * 1024 < 1500 THEN ROUND((CAST(MaxSize AS FLOAT) / 60) * 8 * 1024, 0) ELSE NULL END
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000387s
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2023-12-08T13:41:00', 'change_quality_size_mb_to_kb')
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|8: change_quality_size_mb_to_kb migrated
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023581s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|9: album_releases migrating
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.5|Info|album_releases|Starting migration of Main DB to 9
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Albums
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Albums Releases String
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums" ADD COLUMN "Releases" TEXT DEFAULT ''
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006141s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Albums
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Albums CurrentRelease String
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums" ADD COLUMN "CurrentRelease" TEXT DEFAULT ''
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005201s
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (9, '2023-12-08T13:41:00', 'album_releases')
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|9: album_releases migrated
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024028s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|10: album_releases_fix migrating
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.5|Info|album_releases_fix|Starting migration of Main DB to 10
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Albums
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Albums Releases String
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Albums_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignAlbumId" TEXT NOT NULL, "ArtistId" INTEGER NOT NULL, "MBId" TEXT, "AMId" TEXT, "TADBId" INTEGER, "DiscogsId" INTEGER, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "ReleaseDate" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Label" TEXT, "SortTitle" TEXT, "ProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AlbumType" TEXT NOT NULL, "AddOptions" TEXT, "Duration" INTEGER NOT NULL, "Media" TEXT NOT NULL, "SecondaryTypes" TEXT, "Releases" TEXT NOT NULL, "CurrentRelease" TEXT)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Albums_temp" ("Id", "ForeignAlbumId", "ArtistId", "MBId", "AMId", "TADBId", "DiscogsId", "Title", "TitleSlug", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "LastDiskSync", "ReleaseDate", "Ratings", "Genres", "Label", "SortTitle", "ProfileId", "Tags", "Added", "AlbumType", "AddOptions", "Duration", "Media", "SecondaryTypes", "Releases", "CurrentRelease") SELECT "Id", "ForeignAlbumId", "ArtistId", "MBId", "AMId", "TADBId", "DiscogsId", "Title", "TitleSlug", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "LastDiskSync", "ReleaseDate", "Ratings", "Genres", "Label", "SortTitle", "ProfileId", "Tags", "Added", "AlbumType", "AddOptions", "Duration", "Media", "SecondaryTypes", "Releases", "CurrentRelease" FROM "Albums"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Albums"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums_temp" RENAME TO "Albums"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Albums_ForeignAlbumId" ON "Albums" ("ForeignAlbumId" ASC)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_MBId" ON "Albums" ("MBId" ASC)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_TADBId" ON "Albums" ("TADBId" ASC)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Albums_TitleSlug" ON "Albums" ("TitleSlug" ASC)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_CleanTitle" ON "Albums" ("CleanTitle" ASC)
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0084364s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Albums
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
|
|
2023-12-08 13:41:00.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Albums CurrentRelease String
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Albums_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignAlbumId" TEXT NOT NULL, "ArtistId" INTEGER NOT NULL, "MBId" TEXT, "AMId" TEXT, "TADBId" INTEGER, "DiscogsId" INTEGER, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "ReleaseDate" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Label" TEXT, "SortTitle" TEXT, "ProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AlbumType" TEXT NOT NULL, "AddOptions" TEXT, "Duration" INTEGER NOT NULL, "Media" TEXT NOT NULL, "SecondaryTypes" TEXT, "Releases" TEXT NOT NULL, "CurrentRelease" TEXT NOT NULL)
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Albums_temp" ("Id", "ForeignAlbumId", "ArtistId", "MBId", "AMId", "TADBId", "DiscogsId", "Title", "TitleSlug", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "LastDiskSync", "ReleaseDate", "Ratings", "Genres", "Label", "SortTitle", "ProfileId", "Tags", "Added", "AlbumType", "AddOptions", "Duration", "Media", "SecondaryTypes", "Releases", "CurrentRelease") SELECT "Id", "ForeignAlbumId", "ArtistId", "MBId", "AMId", "TADBId", "DiscogsId", "Title", "TitleSlug", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "LastDiskSync", "ReleaseDate", "Ratings", "Genres", "Label", "SortTitle", "ProfileId", "Tags", "Added", "AlbumType", "AddOptions", "Duration", "Media", "SecondaryTypes", "Releases", "CurrentRelease" FROM "Albums"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Albums"
|
|
2023-12-08 13:41:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums_temp" RENAME TO "Albums"
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Albums_ForeignAlbumId" ON "Albums" ("ForeignAlbumId" ASC)
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_MBId" ON "Albums" ("MBId" ASC)
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_TADBId" ON "Albums" ("TADBId" ASC)
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Albums_TitleSlug" ON "Albums" ("TitleSlug" ASC)
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_CleanTitle" ON "Albums" ("CleanTitle" ASC)
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0083441s
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2023-12-08T13:41:00', 'album_releases_fix')
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|10: album_releases_fix migrated
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0103076s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|11: import_lists migrating
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.6|Info|import_lists|Starting migration of Main DB to 11
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportLists
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportLists" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableAutomaticAdd" INTEGER, "RootFolderPath" TEXT NOT NULL, "ShouldMonitor" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LanguageProfileId" INTEGER NOT NULL, "MetadataProfileId" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008885s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ImportLists (Name)
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportLists_Name" ON "ImportLists" ("Name" ASC)
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002318s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportListStatus
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT)
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005535s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ImportListStatus (ProviderId)
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002862s
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2023-12-08T13:41:00', 'import_lists')
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|11: import_lists migrated
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022387s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|12: add_release_status migrating
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.6|Info|add_release_status|Starting migration of Main DB to 12
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataProfiles
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MetadataProfiles ReleaseStatuses String
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataProfiles" ADD COLUMN "ReleaseStatuses" TEXT NOT NULL DEFAULT ''
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006203s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021491s
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (12, '2023-12-08T13:41:00', 'add_release_status')
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|12: add_release_status migrated
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040884s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|13: album_download_notification migrating
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.6|Info|album_download_notification|Starting migration of Main DB to 13
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnAlbumDownload Boolean
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnAlbumDownload" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006989s
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2023-12-08T13:41:00', 'album_download_notification')
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|13: album_download_notification migrated
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024573s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|14: fix_language_metadata_profiles migrating
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.6|Info|fix_language_metadata_profiles|Starting migration of Main DB to 14
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Artists" SET "MetadataProfileId" = CASE WHEN ((SELECT COUNT(*) FROM "MetadataProfiles") > 0) THEN (SELECT "Id" FROM "MetadataProfiles" ORDER BY "Id" ASC LIMIT 1) ELSE 0 END WHERE "Artists"."MetadataProfileId" = 0
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Artists" SET "MetadataProfileId" = CASE WHEN ((SELECT COUNT(*) FROM "MetadataProfiles") > 0) THEN (SELECT "Id" FROM "MetadataProfiles" ORDER BY "Id" ASC LIMIT 1) ELSE 0 END WHERE "Artists"."MetadataProfileId" = 0
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004537s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Artists" SET "LanguageProfileId" = CASE WHEN ((SELECT COUNT(*) FROM "LanguageProfiles") > 0) THEN (SELECT "Id" FROM "LanguageProfiles" ORDER BY "Id" ASC LIMIT 1) ELSE 0 END WHERE "Artists"."LanguageProfileId" = 0
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Artists" SET "LanguageProfileId" = CASE WHEN ((SELECT COUNT(*) FROM "LanguageProfiles") > 0) THEN (SELECT "Id" FROM "LanguageProfiles" ORDER BY "Id" ASC LIMIT 1) ELSE 0 END WHERE "Artists"."LanguageProfileId" = 0
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004332s
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2023-12-08T13:41:00', 'fix_language_metadata_profiles')
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|14: fix_language_metadata_profiles migrated
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019861s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|15: remove_fanzub migrating
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.6|Info|remove_fanzub|Starting migration of Main DB to 15
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Indexers" WHERE "Implementation" = 'Fanzub';
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Fanzub';
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001664s
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2023-12-08T13:41:00', 'remove_fanzub')
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|15: remove_fanzub migrated
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019421s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|16: update_artist_history_indexes migrating
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.6|Info|update_artist_history_indexes|Starting migration of Main DB to 16
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Albums (ArtistId)
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_ArtistId" ON "Albums" ("ArtistId" ASC)
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002741s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Albums (ArtistId, ReleaseDate)
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_ArtistId_ReleaseDate" ON "Albums" ("ArtistId" ASC, "ReleaseDate" ASC)
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003238s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|DeleteIndex History (AlbumId)
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX "IX_History_AlbumId"
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004591s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (AlbumId, Date)
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_AlbumId_Date" ON "History" ("AlbumId" ASC, "Date" DESC)
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002799s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|DeleteIndex History (DownloadId)
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX "IX_History_DownloadId"
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002239s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (DownloadId, Date)
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId_Date" ON "History" ("DownloadId" ASC, "Date" DESC)
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002766s
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2023-12-08T13:41:00', 'update_artist_history_indexes')
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|16: update_artist_history_indexes migrated
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021048s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|17: remove_nma migrating
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.6|Info|remove_nma|Starting migration of Main DB to 17
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'NotifyMyAndroid'
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020806s
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2023-12-08T13:41:00', 'remove_nma')
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|17: remove_nma migrated
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040312s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|18: album_disambiguation migrating
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.6|Info|album_disambiguation|Starting migration of Main DB to 18
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Albums
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 6.7E-06s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Albums Disambiguation String
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums" ADD COLUMN "Disambiguation" TEXT
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005949s
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2023-12-08T13:41:00', 'album_disambiguation')
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|18: album_disambiguation migrated
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021632s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|19: add_ape_quality_in_profiles migrating
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.6|Info|add_ape_quality_in_profiles|Starting migration of Main DB to 19
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024495s
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2023-12-08T13:41:00', 'add_ape_quality_in_profiles')
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|19: add_ape_quality_in_profiles migrated
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041275s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|20: remove_pushalot migrating
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.6|Info|remove_pushalot|Starting migration of Main DB to 20
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'Pushalot'
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002149s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Metadata" WHERE "Implementation" = 'MediaBrowserMetadata'
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001822s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "MetadataFiles" WHERE "Consumer" = 'MediaBrowserMetadata'
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001795s
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2023-12-08T13:41:00', 'remove_pushalot')
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|20: remove_pushalot migrated
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017284s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|21: add_custom_filters migrating
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.6|Info|add_custom_filters|Starting migration of Main DB to 21
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable CustomFilters
|
|
2023-12-08 13:41:00.6|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)
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004623s
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2023-12-08T13:41:00', 'add_custom_filters')
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|21: add_custom_filters migrated
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001979s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|22: import_list_tags migrating
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.6|Info|import_list_tags|Starting migration of Main DB to 22
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists Tags String
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "Tags" TEXT
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005591s
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2023-12-08T13:41:00', 'import_list_tags')
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|22: import_list_tags migrated
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020708s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|23: add_release_groups_etc migrating
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.6|Info|add_release_groups_etc|Starting migration of Main DB to 23
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ArtistMetadata
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ArtistMetadata" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignArtistId" TEXT NOT NULL, "Name" TEXT NOT NULL, "Overview" TEXT, "Disambiguation" TEXT, "Type" TEXT, "Status" INTEGER NOT NULL, "Images" TEXT NOT NULL, "Links" TEXT, "Genres" TEXT, "Ratings" TEXT, "Members" TEXT)
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011939s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ArtistMetadata (ForeignArtistId)
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ArtistMetadata_ForeignArtistId" ON "ArtistMetadata" ("ForeignArtistId" ASC)
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004076s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement INSERT INTO "ArtistMetadata" ("ForeignArtistId", "Name", "Overview", "Disambiguation", "Type", "Status", "Images", "Links", "Genres", "Ratings", "Members")
|
|
SELECT "ForeignArtistId", "Name", "Overview", "Disambiguation", "ArtistType", "Status", "Images", "Links", "Genres", "Ratings", "Members"
|
|
FROM "Artists"
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ArtistMetadata" ("ForeignArtistId", "Name", "Overview", "Disambiguation", "Type", "Status", "Images", "Links", "Genres", "Ratings", "Members")
|
|
SELECT "ForeignArtistId", "Name", "Overview", "Disambiguation", "ArtistType", "Status", "Images", "Links", "Genres", "Ratings", "Members"
|
|
FROM "Artists"
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016068s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Artists
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Artists ArtistMetadataId Int32
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Artists" ADD COLUMN "ArtistMetadataId" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010733s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Artists"
|
|
SET "ArtistMetadataId" = (SELECT "ArtistMetadata"."Id"
|
|
FROM "ArtistMetadata"
|
|
WHERE "ArtistMetadata"."ForeignArtistId" = "Artists"."ForeignArtistId")
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Artists"
|
|
SET "ArtistMetadataId" = (SELECT "ArtistMetadata"."Id"
|
|
FROM "ArtistMetadata"
|
|
WHERE "ArtistMetadata"."ForeignArtistId" = "Artists"."ForeignArtistId")
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0014612s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable AlbumReleases
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlbumReleases" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignReleaseId" TEXT NOT NULL, "AlbumId" INTEGER NOT NULL, "Title" TEXT NOT NULL, "Status" TEXT NOT NULL, "Duration" INTEGER NOT NULL DEFAULT 0, "Label" TEXT, "Disambiguation" TEXT, "Country" TEXT, "ReleaseDate" DATETIME, "Media" TEXT, "TrackCount" INTEGER, "Monitored" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001507s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AlbumReleases (ForeignReleaseId)
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AlbumReleases_ForeignReleaseId" ON "AlbumReleases" ("ForeignReleaseId" ASC)
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004388s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AlbumReleases (AlbumId)
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlbumReleases_AlbumId" ON "AlbumReleases" ("AlbumId" ASC)
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003488s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.009252s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Albums
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Albums ArtistMetadataId Int32
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums" ADD COLUMN "ArtistMetadataId" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011085s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Albums
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Albums AnyReleaseOk Boolean
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums" ADD COLUMN "AnyReleaseOk" INTEGER NOT NULL DEFAULT 1
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009661s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Albums
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Albums Links String
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums" ADD COLUMN "Links" TEXT
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008884s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Albums"
|
|
SET "ArtistMetadataId" = (SELECT "ArtistMetadata"."Id"
|
|
FROM "ArtistMetadata"
|
|
JOIN "Artists" ON "ArtistMetadata"."Id" = "Artists"."ArtistMetadataId"
|
|
WHERE "Albums"."ArtistId" = "Artists"."Id")
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Albums"
|
|
SET "ArtistMetadataId" = (SELECT "ArtistMetadata"."Id"
|
|
FROM "ArtistMetadata"
|
|
JOIN "Artists" ON "ArtistMetadata"."Id" = "Artists"."ArtistMetadataId"
|
|
WHERE "Albums"."ArtistId" = "Artists"."Id")
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016707s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Tracks
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Tracks ForeignRecordingId String
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Tracks" ADD COLUMN "ForeignRecordingId" TEXT NOT NULL DEFAULT '0'
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009389s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Tracks
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Tracks AlbumReleaseId Int32
|
|
2023-12-08 13:41:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Tracks" ADD COLUMN "AlbumReleaseId" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009312s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Tracks
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Tracks ArtistMetadataId Int32
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Tracks" ADD COLUMN "ArtistMetadataId" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009716s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Tracks"
|
|
SET "AlbumReleaseId" = (SELECT "AlbumReleases"."Id"
|
|
FROM "AlbumReleases"
|
|
JOIN "Albums" ON "AlbumReleases"."AlbumId" = "Albums"."Id"
|
|
WHERE "Albums"."Id" = "Tracks"."AlbumId")
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Tracks"
|
|
SET "AlbumReleaseId" = (SELECT "AlbumReleases"."Id"
|
|
FROM "AlbumReleases"
|
|
JOIN "Albums" ON "AlbumReleases"."AlbumId" = "Albums"."Id"
|
|
WHERE "Albums"."Id" = "Tracks"."AlbumId")
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015935s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Tracks"
|
|
SET "ArtistMetadataId" = (SELECT "ArtistMetadata"."Id"
|
|
FROM "ArtistMetadata"
|
|
JOIN "Albums" ON "ArtistMetadata"."Id" = "Albums"."ArtistMetadataId"
|
|
WHERE "Tracks"."AlbumId" = "Albums"."Id")
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Tracks"
|
|
SET "ArtistMetadataId" = (SELECT "ArtistMetadata"."Id"
|
|
FROM "ArtistMetadata"
|
|
JOIN "Albums" ON "ArtistMetadata"."Id" = "Albums"."ArtistMetadataId"
|
|
WHERE "Tracks"."AlbumId" = "Albums"."Id")
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016435s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Artists ForeignArtistId, Name, Overview, Disambiguation, ArtistType, Status, Images, Links, Genres, Ratings, Members, MBId, AMId, TADBId, DiscogsId, NameSlug, LastDiskSync, DateFormed
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Artists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CleanName" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "AlbumFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "SortName" TEXT, "ProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "LanguageProfileId" INTEGER NOT NULL, "MetadataProfileId" INTEGER NOT NULL, "ArtistMetadataId" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Artists_temp" ("Id", "CleanName", "Path", "Monitored", "AlbumFolder", "LastInfoSync", "SortName", "ProfileId", "Tags", "Added", "AddOptions", "LanguageProfileId", "MetadataProfileId", "ArtistMetadataId") SELECT "Id", "CleanName", "Path", "Monitored", "AlbumFolder", "LastInfoSync", "SortName", "ProfileId", "Tags", "Added", "AddOptions", "LanguageProfileId", "MetadataProfileId", "ArtistMetadataId" FROM "Artists"
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Artists"
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Artists_temp" RENAME TO "Artists"
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_CleanName" ON "Artists" ("CleanName" ASC)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Path" ON "Artists" ("Path" ASC)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0089217s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Albums ArtistId, MBId, AMId, TADBId, DiscogsId, TitleSlug, Label, SortTitle, Tags, Duration, Media, Releases, CurrentRelease, LastDiskSync
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Albums_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignAlbumId" TEXT NOT NULL, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "ReleaseDate" DATETIME, "Ratings" TEXT, "Genres" TEXT, "ProfileId" INTEGER, "Added" DATETIME, "AlbumType" TEXT NOT NULL, "AddOptions" TEXT, "SecondaryTypes" TEXT, "Disambiguation" TEXT, "ArtistMetadataId" INTEGER NOT NULL, "AnyReleaseOk" INTEGER NOT NULL, "Links" TEXT)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Albums_temp" ("Id", "ForeignAlbumId", "Title", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "ReleaseDate", "Ratings", "Genres", "ProfileId", "Added", "AlbumType", "AddOptions", "SecondaryTypes", "Disambiguation", "ArtistMetadataId", "AnyReleaseOk", "Links") SELECT "Id", "ForeignAlbumId", "Title", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "ReleaseDate", "Ratings", "Genres", "ProfileId", "Added", "AlbumType", "AddOptions", "SecondaryTypes", "Disambiguation", "ArtistMetadataId", "AnyReleaseOk", "Links" FROM "Albums"
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Albums"
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums_temp" RENAME TO "Albums"
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Albums_ForeignAlbumId" ON "Albums" ("ForeignAlbumId" ASC)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_CleanTitle" ON "Albums" ("CleanTitle" ASC)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.018091s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Tracks ArtistId, AlbumId, Compilation, DiscNumber, Monitored
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Tracks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignTrackId" TEXT NOT NULL, "Title" TEXT, "Explicit" INTEGER NOT NULL, "TrackFileId" INTEGER, "Ratings" TEXT, "Duration" INTEGER NOT NULL, "MediumNumber" INTEGER NOT NULL, "AbsoluteTrackNumber" INTEGER NOT NULL, "TrackNumber" TEXT, "ForeignRecordingId" TEXT NOT NULL, "AlbumReleaseId" INTEGER NOT NULL, "ArtistMetadataId" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Tracks_temp" ("Id", "ForeignTrackId", "Title", "Explicit", "TrackFileId", "Ratings", "Duration", "MediumNumber", "AbsoluteTrackNumber", "TrackNumber", "ForeignRecordingId", "AlbumReleaseId", "ArtistMetadataId") SELECT "Id", "ForeignTrackId", "Title", "Explicit", "TrackFileId", "Ratings", "Duration", "MediumNumber", "AbsoluteTrackNumber", "TrackNumber", "ForeignRecordingId", "AlbumReleaseId", "ArtistMetadataId" FROM "Tracks"
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Tracks"
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Tracks_temp" RENAME TO "Tracks"
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Tracks_ForeignTrackId" ON "Tracks" ("ForeignTrackId" ASC)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Tracks_TrackFileId" ON "Tracks" ("TrackFileId" ASC)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051561s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn TrackFiles ArtistId
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "TrackFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AlbumId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "SceneName" TEXT, "DateAdded" DATETIME NOT NULL, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "RelativePath" TEXT, "Language" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "TrackFiles_temp" ("Id", "AlbumId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "RelativePath", "Language") SELECT "Id", "AlbumId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "RelativePath", "Language" FROM "TrackFiles"
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "TrackFiles"
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "TrackFiles_temp" RENAME TO "TrackFiles"
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_TrackFiles_AlbumId" ON "TrackFiles" ("AlbumId" ASC)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004607s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Artists (ArtistMetadataId)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_ArtistMetadataId" ON "Artists" ("ArtistMetadataId" ASC)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002509s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Artists (Monitored)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Monitored" ON "Artists" ("Monitored" ASC)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002391s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Albums (ArtistMetadataId)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_ArtistMetadataId" ON "Albums" ("ArtistMetadataId" ASC)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002444s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tracks (ArtistMetadataId)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Tracks_ArtistMetadataId" ON "Tracks" ("ArtistMetadataId" ASC)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002691s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tracks (AlbumReleaseId)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Tracks_AlbumReleaseId" ON "Tracks" ("AlbumReleaseId" ASC)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002377s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tracks (ForeignRecordingId)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Tracks_ForeignRecordingId" ON "Tracks" ("ForeignRecordingId" ASC)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002437s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Artists" SET "LastInfoSync" = '2018-01-01T00:00:01' WHERE 1 = 1
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001982s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Albums" SET "LastInfoSync" = '2018-01-01T00:00:01' WHERE 1 = 1
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001956s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ScheduledTasks" SET "LastExecution" = '2018-01-01T00:00:01' WHERE "TypeName" = 'NzbDrone.Core.Music.Commands.RefreshArtistCommand'
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002361s
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2023-12-08T13:41:00', 'add_release_groups_etc')
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|23: add_release_groups_etc migrated
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033828s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|24: NewMediaInfoFormat migrating
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.7|Info|NewMediaInfoFormat|Starting migration of Main DB to 24
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "TrackFiles" SET "MediaInfo" = '' WHERE 1 = 1
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001778s
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2023-12-08T13:41:00', 'NewMediaInfoFormat')
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|24: NewMediaInfoFormat migrated
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022007s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|25: rename_restrictions_to_release_profiles migrating
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.7|Info|rename_restrictions_to_release_profiles|Starting migration of Main DB to 25
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Restrictions ReleaseProfiles
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Restrictions" RENAME TO "ReleaseProfiles"
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013506s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles IncludePreferredWhenRenaming Boolean
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "IncludePreferredWhenRenaming" INTEGER NOT NULL DEFAULT 1
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005756s
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2023-12-08T13:41:00', 'rename_restrictions_to_release_profiles')
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|25: rename_restrictions_to_release_profiles migrated
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021364s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|26: rename_quality_profiles_add_upgrade_allowed migrating
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.7|Info|rename_quality_profiles_add_upgrade_allowed|Starting migration of Main DB to 26
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Profiles QualityProfiles
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" RENAME TO "QualityProfiles"
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012821s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityProfiles
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityProfiles UpgradeAllowed Boolean
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles" ADD COLUMN "UpgradeAllowed" INTEGER
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000521s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable LanguageProfiles
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn LanguageProfiles UpgradeAllowed Boolean
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "LanguageProfiles" ADD COLUMN "UpgradeAllowed" INTEGER
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005086s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "QualityProfiles" SET "UpgradeAllowed" = 1 WHERE 1 = 1
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001653s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "LanguageProfiles" SET "UpgradeAllowed" = 1 WHERE 1 = 1
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001704s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Artists ProfileId to QualityProfileId
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Artists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CleanName" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "AlbumFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "SortName" TEXT, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "LanguageProfileId" INTEGER NOT NULL, "MetadataProfileId" INTEGER NOT NULL, "ArtistMetadataId" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Artists_temp" ("Id", "CleanName", "Path", "Monitored", "AlbumFolder", "LastInfoSync", "SortName", "QualityProfileId", "Tags", "Added", "AddOptions", "LanguageProfileId", "MetadataProfileId", "ArtistMetadataId") SELECT "Id", "CleanName", "Path", "Monitored", "AlbumFolder", "LastInfoSync", "SortName", "ProfileId", "Tags", "Added", "AddOptions", "LanguageProfileId", "MetadataProfileId", "ArtistMetadataId" FROM "Artists"
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Artists"
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Artists_temp" RENAME TO "Artists"
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_CleanName" ON "Artists" ("CleanName" ASC)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Path" ON "Artists" ("Path" ASC)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_ArtistMetadataId" ON "Artists" ("ArtistMetadataId" ASC)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Monitored" ON "Artists" ("Monitored" ASC)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0059474s
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2023-12-08T13:41:00', 'rename_quality_profiles_add_upgrade_allowed')
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|26: rename_quality_profiles_add_upgrade_allowed migrated
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0083516s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|27: add_import_exclusions migrating
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.7|Info|add_import_exclusions|Starting migration of Main DB to 27
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportListExclusions
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListExclusions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignId" TEXT NOT NULL, "Name" TEXT NOT NULL)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004262s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ImportListExclusions (ForeignId)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListExclusions_ForeignId" ON "ImportListExclusions" ("ForeignId" ASC)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002512s
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2023-12-08T13:41:00', 'add_import_exclusions')
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|27: add_import_exclusions migrated
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021529s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|28: clean_artist_metadata_table migrating
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.7|Info|clean_artist_metadata_table|Starting migration of Main DB to 28
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Artists"
|
|
WHERE "Id" in (
|
|
SELECT "Artists"."Id" from "Artists"
|
|
LEFT OUTER JOIN "ArtistMetadata" ON "Artists"."ArtistMetadataId" = "ArtistMetadata"."Id"
|
|
WHERE "ArtistMetadata"."Id" IS NULL)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Artists"
|
|
WHERE "Id" in (
|
|
SELECT "Artists"."Id" from "Artists"
|
|
LEFT OUTER JOIN "ArtistMetadata" ON "Artists"."ArtistMetadataId" = "ArtistMetadata"."Id"
|
|
WHERE "ArtistMetadata"."Id" IS NULL)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010311s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Albums"
|
|
WHERE "Id" in (
|
|
SELECT "Albums"."Id" from "Albums"
|
|
LEFT OUTER JOIN "ArtistMetadata" ON "Albums"."ArtistMetadataId" = "ArtistMetadata"."Id"
|
|
WHERE "ArtistMetadata"."Id" IS NULL)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Albums"
|
|
WHERE "Id" in (
|
|
SELECT "Albums"."Id" from "Albums"
|
|
LEFT OUTER JOIN "ArtistMetadata" ON "Albums"."ArtistMetadataId" = "ArtistMetadata"."Id"
|
|
WHERE "ArtistMetadata"."Id" IS NULL)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011171s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "AlbumReleases"
|
|
WHERE "Id" in (
|
|
SELECT "AlbumReleases"."Id" from "AlbumReleases"
|
|
LEFT OUTER JOIN "Albums" ON "Albums"."Id" = "AlbumReleases"."AlbumId"
|
|
WHERE "Albums"."Id" IS NULL)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "AlbumReleases"
|
|
WHERE "Id" in (
|
|
SELECT "AlbumReleases"."Id" from "AlbumReleases"
|
|
LEFT OUTER JOIN "Albums" ON "Albums"."Id" = "AlbumReleases"."AlbumId"
|
|
WHERE "Albums"."Id" IS NULL)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00087s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Tracks"
|
|
WHERE "Id" in (
|
|
SELECT "Tracks"."Id" from "Tracks"
|
|
LEFT OUTER JOIN "AlbumReleases" ON "Tracks"."AlbumReleaseId" = "AlbumReleases"."Id"
|
|
WHERE "AlbumReleases"."Id" IS NULL)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Tracks"
|
|
WHERE "Id" in (
|
|
SELECT "Tracks"."Id" from "Tracks"
|
|
LEFT OUTER JOIN "AlbumReleases" ON "Tracks"."AlbumReleaseId" = "AlbumReleases"."Id"
|
|
WHERE "AlbumReleases"."Id" IS NULL)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008939s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Tracks"
|
|
WHERE "Id" in (
|
|
SELECT "Tracks"."Id" from "Tracks"
|
|
LEFT OUTER JOIN "ArtistMetadata" ON "Tracks"."ArtistMetadataId" = "ArtistMetadata"."Id"
|
|
WHERE "ArtistMetadata"."Id" IS NULL)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Tracks"
|
|
WHERE "Id" in (
|
|
SELECT "Tracks"."Id" from "Tracks"
|
|
LEFT OUTER JOIN "ArtistMetadata" ON "Tracks"."ArtistMetadataId" = "ArtistMetadata"."Id"
|
|
WHERE "ArtistMetadata"."Id" IS NULL)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009183s
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "TrackFiles"
|
|
WHERE "Id" IN (
|
|
SELECT "TrackFiles"."Id" FROM "TrackFiles"
|
|
LEFT OUTER JOIN "Tracks"
|
|
ON "TrackFiles"."Id" = "Tracks"."TrackFileId"
|
|
WHERE "Tracks"."Id" IS NULL)
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "TrackFiles"
|
|
WHERE "Id" IN (
|
|
SELECT "TrackFiles"."Id" FROM "TrackFiles"
|
|
LEFT OUTER JOIN "Tracks"
|
|
ON "TrackFiles"."Id" = "Tracks"."TrackFileId"
|
|
WHERE "Tracks"."Id" IS NULL)
|
|
2023-12-08 13:41:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000977s
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2023-12-08T13:41:00', 'clean_artist_metadata_table')
|
|
2023-12-08 13:41:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|28: clean_artist_metadata_table migrated
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027419s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|29: health_issue_notification migrating
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.8|Info|health_issue_notification|Starting migration of Main DB to 29
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnHealthIssue Boolean
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnHealthIssue" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006547s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications IncludeHealthWarnings Boolean
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "IncludeHealthWarnings" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000572s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnDownloadFailure Boolean
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnDownloadFailure" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005502s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnImportFailure Boolean
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnImportFailure" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000541s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnTrackRetag Boolean
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnTrackRetag" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005416s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Notifications OnDownload
|
|
2023-12-08 13:41:00.8|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, "Settings" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "OnUpgrade" INTEGER, "Tags" TEXT, "OnRename" INTEGER NOT NULL, "OnAlbumDownload" INTEGER NOT NULL, "OnHealthIssue" INTEGER NOT NULL, "IncludeHealthWarnings" INTEGER NOT NULL, "OnDownloadFailure" INTEGER NOT NULL, "OnImportFailure" INTEGER NOT NULL, "OnTrackRetag" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Notifications_temp" ("Id", "Name", "OnGrab", "Settings", "Implementation", "ConfigContract", "OnUpgrade", "Tags", "OnRename", "OnAlbumDownload", "OnHealthIssue", "IncludeHealthWarnings", "OnDownloadFailure", "OnImportFailure", "OnTrackRetag") SELECT "Id", "Name", "OnGrab", "Settings", "Implementation", "ConfigContract", "OnUpgrade", "Tags", "OnRename", "OnAlbumDownload", "OnHealthIssue", "IncludeHealthWarnings", "OnDownloadFailure", "OnImportFailure", "OnTrackRetag" FROM "Notifications"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Notifications"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications_temp" RENAME TO "Notifications"
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0052301s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Notifications OnAlbumDownload to OnReleaseImport
|
|
2023-12-08 13:41:00.8|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, "Settings" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "OnUpgrade" INTEGER, "Tags" TEXT, "OnRename" INTEGER NOT NULL, "OnReleaseImport" INTEGER NOT NULL, "OnHealthIssue" INTEGER NOT NULL, "IncludeHealthWarnings" INTEGER NOT NULL, "OnDownloadFailure" INTEGER NOT NULL, "OnImportFailure" INTEGER NOT NULL, "OnTrackRetag" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Notifications_temp" ("Id", "Name", "OnGrab", "Settings", "Implementation", "ConfigContract", "OnUpgrade", "Tags", "OnRename", "OnReleaseImport", "OnHealthIssue", "IncludeHealthWarnings", "OnDownloadFailure", "OnImportFailure", "OnTrackRetag") SELECT "Id", "Name", "OnGrab", "Settings", "Implementation", "ConfigContract", "OnUpgrade", "Tags", "OnRename", "OnAlbumDownload", "OnHealthIssue", "IncludeHealthWarnings", "OnDownloadFailure", "OnImportFailure", "OnTrackRetag" FROM "Notifications"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Notifications"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications_temp" RENAME TO "Notifications"
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0052075s
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2023-12-08T13:41:00', 'health_issue_notification')
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|29: health_issue_notification migrated
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072732s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|30: add_mediafilerepository_mtime migrating
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.8|Info|add_mediafilerepository_mtime|Starting migration of Main DB to 30
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable TrackFiles
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn TrackFiles Modified DateTime
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "TrackFiles" ADD COLUMN "Modified" DATETIME NOT NULL DEFAULT '2000-01-01T00:00:00'
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006637s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable TrackFiles
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn TrackFiles Path String
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "TrackFiles" ADD COLUMN "Path" TEXT
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005788s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "TrackFiles" WHERE "RelativePath" IS NULL
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "TrackFiles" WHERE "RelativePath" IS NULL
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001667s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "TrackFiles"
|
|
WHERE "Id" IN (
|
|
SELECT "TrackFiles"."Id" FROM "TrackFiles"
|
|
LEFT JOIN "Tracks" ON "TrackFiles"."Id" = "Tracks"."TrackFileId"
|
|
WHERE "Tracks"."Id" IS NULL)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "TrackFiles"
|
|
WHERE "Id" IN (
|
|
SELECT "TrackFiles"."Id" FROM "TrackFiles"
|
|
LEFT JOIN "Tracks" ON "TrackFiles"."Id" = "Tracks"."TrackFileId"
|
|
WHERE "Tracks"."Id" IS NULL)
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006786s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "TrackFiles"
|
|
WHERE "Id" IN (
|
|
SELECT "TrackFiles"."Id" FROM "TrackFiles"
|
|
LEFT JOIN "Albums" ON "TrackFiles"."AlbumId" = "Albums"."Id"
|
|
LEFT JOIN "Artists" ON "Artists"."ArtistMetadataId" = "Albums"."ArtistMetadataId"
|
|
WHERE "Artists"."Path" IS NULL)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "TrackFiles"
|
|
WHERE "Id" IN (
|
|
SELECT "TrackFiles"."Id" FROM "TrackFiles"
|
|
LEFT JOIN "Albums" ON "TrackFiles"."AlbumId" = "Albums"."Id"
|
|
LEFT JOIN "Artists" ON "Artists"."ArtistMetadataId" = "Albums"."ArtistMetadataId"
|
|
WHERE "Artists"."Path" IS NULL)
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008282s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "TrackFiles"
|
|
WHERE "Id" IN (
|
|
SELECT "TrackFiles"."Id" FROM "TrackFiles"
|
|
LEFT JOIN "Tracks" ON "TrackFiles"."Id" = "Tracks"."TrackFileId"
|
|
LEFT JOIN "AlbumReleases" ON "Tracks"."AlbumReleaseId" = "AlbumReleases"."Id"
|
|
WHERE "AlbumReleases"."Monitored" = 0
|
|
OR "AlbumReleases"."Monitored" IS NULL)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "TrackFiles"
|
|
WHERE "Id" IN (
|
|
SELECT "TrackFiles"."Id" FROM "TrackFiles"
|
|
LEFT JOIN "Tracks" ON "TrackFiles"."Id" = "Tracks"."TrackFileId"
|
|
LEFT JOIN "AlbumReleases" ON "Tracks"."AlbumReleaseId" = "AlbumReleases"."Id"
|
|
WHERE "AlbumReleases"."Monitored" = 0
|
|
OR "AlbumReleases"."Monitored" IS NULL)
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009227s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "TrackFiles"
|
|
SET "Path" = (SELECT "Artists"."Path" || '/' || "TrackFiles"."RelativePath"
|
|
FROM "Artists"
|
|
JOIN "Albums" ON "Albums"."ArtistMetadataId" = "Artists"."ArtistMetadataId"
|
|
WHERE "TrackFiles"."AlbumId" = "Albums"."Id")
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "TrackFiles"
|
|
SET "Path" = (SELECT "Artists"."Path" || '/' || "TrackFiles"."RelativePath"
|
|
FROM "Artists"
|
|
JOIN "Albums" ON "Albums"."ArtistMetadataId" = "Artists"."ArtistMetadataId"
|
|
WHERE "TrackFiles"."AlbumId" = "Albums"."Id")
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005718s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "TrackFiles"
|
|
WHERE "Id" NOT IN (
|
|
SELECT MIN("Id")
|
|
FROM "TrackFiles"
|
|
GROUP BY "Path"
|
|
)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "TrackFiles"
|
|
WHERE "Id" NOT IN (
|
|
SELECT MIN("Id")
|
|
FROM "TrackFiles"
|
|
GROUP BY "Path"
|
|
)
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006694s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable TrackFiles
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn TrackFiles Path String
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "TrackFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AlbumId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "SceneName" TEXT, "DateAdded" DATETIME NOT NULL, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "RelativePath" TEXT, "Language" INTEGER NOT NULL, "Modified" DATETIME NOT NULL, "Path" TEXT NOT NULL)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "TrackFiles_temp" ("Id", "AlbumId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "RelativePath", "Language", "Modified", "Path") SELECT "Id", "AlbumId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "RelativePath", "Language", "Modified", "Path" FROM "TrackFiles"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "TrackFiles"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "TrackFiles_temp" RENAME TO "TrackFiles"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_TrackFiles_AlbumId" ON "TrackFiles" ("AlbumId" ASC)
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007535s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex TrackFiles (Path)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_TrackFiles_Path" ON "TrackFiles" ("Path" ASC)
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002153s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn TrackFiles RelativePath
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "TrackFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AlbumId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "SceneName" TEXT, "DateAdded" DATETIME NOT NULL, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "Language" INTEGER NOT NULL, "Modified" DATETIME NOT NULL, "Path" TEXT NOT NULL)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "TrackFiles_temp" ("Id", "AlbumId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "Language", "Modified", "Path") SELECT "Id", "AlbumId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "Language", "Modified", "Path" FROM "TrackFiles"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "TrackFiles"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "TrackFiles_temp" RENAME TO "TrackFiles"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_TrackFiles_AlbumId" ON "TrackFiles" ("AlbumId" ASC)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_TrackFiles_Path" ON "TrackFiles" ("Path" ASC)
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006374s
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2023-12-08T13:41:00', 'add_mediafilerepository_mtime')
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|30: add_mediafilerepository_mtime migrated
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0083386s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|31: add_artistmetadataid_constraint migrating
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.8|Info|add_artistmetadataid_constraint|Starting migration of Main DB to 31
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Artists"
|
|
WHERE "Id" NOT IN (
|
|
SELECT MIN("Artists"."Id") from "Artists"
|
|
JOIN "ArtistMetadata" ON "Artists"."ArtistMetadataId" = "ArtistMetadata"."Id"
|
|
GROUP BY "ArtistMetadata"."Id")
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Artists"
|
|
WHERE "Id" NOT IN (
|
|
SELECT MIN("Artists"."Id") from "Artists"
|
|
JOIN "ArtistMetadata" ON "Artists"."ArtistMetadataId" = "ArtistMetadata"."Id"
|
|
GROUP BY "ArtistMetadata"."Id")
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010752s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteIndex Artists (ArtistMetadataId)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX "IX_Artists_ArtistMetadataId"
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002142s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Artists ArtistMetadataId Int32
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Artists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CleanName" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "AlbumFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "SortName" TEXT, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "LanguageProfileId" INTEGER NOT NULL, "MetadataProfileId" INTEGER NOT NULL, "ArtistMetadataId" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Artists_temp" ("Id", "CleanName", "Path", "Monitored", "AlbumFolder", "LastInfoSync", "SortName", "QualityProfileId", "Tags", "Added", "AddOptions", "LanguageProfileId", "MetadataProfileId", "ArtistMetadataId") SELECT "Id", "CleanName", "Path", "Monitored", "AlbumFolder", "LastInfoSync", "SortName", "QualityProfileId", "Tags", "Added", "AddOptions", "LanguageProfileId", "MetadataProfileId", "ArtistMetadataId" FROM "Artists"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Artists"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Artists_temp" RENAME TO "Artists"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_CleanName" ON "Artists" ("CleanName" ASC)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Path" ON "Artists" ("Path" ASC)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Monitored" ON "Artists" ("Monitored" ASC)
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0058598s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Artists (ArtistMetadataId)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Artists_ArtistMetadataId" ON "Artists" ("ArtistMetadataId" ASC)
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002339s
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2023-12-08T13:41:00', 'add_artistmetadataid_constraint')
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|31: add_artistmetadataid_constraint migrated
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020903s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|32: old_ids_and_artist_alias migrating
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.8|Info|old_ids_and_artist_alias|Starting migration of Main DB to 32
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ArtistMetadata
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ArtistMetadata Aliases String
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ArtistMetadata" ADD COLUMN "Aliases" TEXT NOT NULL DEFAULT '[]'
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005533s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ArtistMetadata
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ArtistMetadata OldForeignArtistIds String
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ArtistMetadata" ADD COLUMN "OldForeignArtistIds" TEXT NOT NULL DEFAULT '[]'
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005728s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Albums
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Albums OldForeignAlbumIds String
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums" ADD COLUMN "OldForeignAlbumIds" TEXT NOT NULL DEFAULT '[]'
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005333s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AlbumReleases
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn AlbumReleases OldForeignReleaseIds String
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlbumReleases" ADD COLUMN "OldForeignReleaseIds" TEXT NOT NULL DEFAULT '[]'
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005565s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Tracks
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Tracks OldForeignRecordingIds String
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Tracks" ADD COLUMN "OldForeignRecordingIds" TEXT NOT NULL DEFAULT '[]'
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006107s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Tracks
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Tracks OldForeignTrackIds String
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Tracks" ADD COLUMN "OldForeignTrackIds" TEXT NOT NULL DEFAULT '[]'
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005921s
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2023-12-08T13:41:00', 'old_ids_and_artist_alias')
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|32: old_ids_and_artist_alias migrated
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024747s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|33: download_propers_config migrating
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.8|Info|download_propers_config|Starting migration of Main DB to 33
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005225s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" = 'autodownloadpropers'
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'autodownloadpropers'
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001591s
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2023-12-08T13:41:00', 'download_propers_config')
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|33: download_propers_config migrated
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018299s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|34: remove_language_profiles migrating
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.8|Info|remove_language_profiles|Starting migration of Main DB to 34
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable LanguageProfiles
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "LanguageProfiles"
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00031s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Artists LanguageProfileId
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Artists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CleanName" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "AlbumFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "SortName" TEXT, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "MetadataProfileId" INTEGER NOT NULL, "ArtistMetadataId" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Artists_temp" ("Id", "CleanName", "Path", "Monitored", "AlbumFolder", "LastInfoSync", "SortName", "QualityProfileId", "Tags", "Added", "AddOptions", "MetadataProfileId", "ArtistMetadataId") SELECT "Id", "CleanName", "Path", "Monitored", "AlbumFolder", "LastInfoSync", "SortName", "QualityProfileId", "Tags", "Added", "AddOptions", "MetadataProfileId", "ArtistMetadataId" FROM "Artists"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Artists"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Artists_temp" RENAME TO "Artists"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_CleanName" ON "Artists" ("CleanName" ASC)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Path" ON "Artists" ("Path" ASC)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Monitored" ON "Artists" ("Monitored" ASC)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Artists_ArtistMetadataId" ON "Artists" ("ArtistMetadataId" ASC)
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0056132s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ImportLists LanguageProfileId
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportLists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableAutomaticAdd" INTEGER, "RootFolderPath" TEXT NOT NULL, "ShouldMonitor" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "MetadataProfileId" INTEGER NOT NULL, "Tags" TEXT)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportLists_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableAutomaticAdd", "RootFolderPath", "ShouldMonitor", "ProfileId", "MetadataProfileId", "Tags") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableAutomaticAdd", "RootFolderPath", "ShouldMonitor", "ProfileId", "MetadataProfileId", "Tags" FROM "ImportLists"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportLists"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists_temp" RENAME TO "ImportLists"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportLists_Name" ON "ImportLists" ("Name" ASC)
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047679s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Blacklist Language
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blacklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "ArtistId" INTEGER NOT NULL, "AlbumIds" TEXT NOT NULL)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blacklist_temp" ("Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "ArtistId", "AlbumIds") SELECT "Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "ArtistId", "AlbumIds" FROM "Blacklist"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blacklist"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist_temp" RENAME TO "Blacklist"
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004444s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn History Language
|
|
2023-12-08 13:41:00.8|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, "ArtistId" INTEGER NOT NULL, "AlbumId" INTEGER NOT NULL, "TrackId" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "History_temp" ("Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "ArtistId", "AlbumId", "TrackId") SELECT "Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "ArtistId", "AlbumId", "TrackId" FROM "History"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History_temp" RENAME TO "History"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_EventType" ON "History" ("EventType" ASC)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_AlbumId_Date" ON "History" ("AlbumId" ASC, "Date" DESC)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId_Date" ON "History" ("DownloadId" ASC, "Date" DESC)
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0054225s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn LyricFiles Language
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "LyricFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ArtistId" INTEGER NOT NULL, "AlbumId" INTEGER NOT NULL, "TrackFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL)
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "LyricFiles_temp" ("Id", "ArtistId", "AlbumId", "TrackFileId", "RelativePath", "Extension", "Added", "LastUpdated") SELECT "Id", "ArtistId", "AlbumId", "TrackFileId", "RelativePath", "Extension", "Added", "LastUpdated" FROM "LyricFiles"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "LyricFiles"
|
|
2023-12-08 13:41:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "LyricFiles_temp" RENAME TO "LyricFiles"
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004192s
|
|
2023-12-08 13:41:00.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn TrackFiles Language
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "TrackFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AlbumId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "SceneName" TEXT, "DateAdded" DATETIME NOT NULL, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "Modified" DATETIME NOT NULL, "Path" TEXT NOT NULL)
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "TrackFiles_temp" ("Id", "AlbumId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "Modified", "Path") SELECT "Id", "AlbumId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "Modified", "Path" FROM "TrackFiles"
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "TrackFiles"
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "TrackFiles_temp" RENAME TO "TrackFiles"
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_TrackFiles_AlbumId" ON "TrackFiles" ("AlbumId" ASC)
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_TrackFiles_Path" ON "TrackFiles" ("Path" ASC)
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0059663s
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (34, '2023-12-08T13:41:00', 'remove_language_profiles')
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|34: remove_language_profiles migrated
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0083703s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|35: multi_disc_naming_format migrating
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.9|Info|multi_disc_naming_format|Starting migration of Main DB to 35
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig MultiDiscTrackFormat String
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "MultiDiscTrackFormat" TEXT
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00059s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "NamingConfig" SET "MultiDiscTrackFormat" = '{Medium Format} {medium:00}/{Artist Name} - {Album Title} - {track:00} - {Track Title}'
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "MultiDiscTrackFormat" = '{Medium Format} {medium:00}/{Artist Name} - {Album Title} - {track:00} - {Track Title}'
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002703s
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2023-12-08T13:41:00', 'multi_disc_naming_format')
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|35: multi_disc_naming_format migrated
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020871s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|36: add_download_client_priority migrating
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.9|Info|add_download_client_priority|Starting migration of Main DB to 36
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients Priority Int32
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "Priority" INTEGER NOT NULL DEFAULT 1
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006207s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0172342s
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2023-12-08T13:41:00', 'add_download_client_priority')
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|36: add_download_client_priority migrated
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.019519s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|37: remove_growl_prowl migrating
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.9|Info|remove_growl_prowl|Starting migration of Main DB to 37
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'Growl'
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002056s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'Prowl'
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001749s
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2023-12-08T13:41:00', 'remove_growl_prowl')
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|37: remove_growl_prowl migrated
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025783s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|38: remove_plex_hometheatre migrating
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.9|Info|remove_plex_hometheatre|Starting migration of Main DB to 38
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'PlexHomeTheater'
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000204s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'PlexClient'
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001777s
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2023-12-08T13:41:00', 'remove_plex_hometheatre')
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|38: remove_plex_hometheatre migrated
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029213s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|39: add_root_folder_add_defaults migrating
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.9|Info|add_root_folder_add_defaults|Starting migration of Main DB to 39
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable RootFolders
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn RootFolders Name String
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "RootFolders" ADD COLUMN "Name" TEXT
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005994s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable RootFolders
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn RootFolders DefaultMetadataProfileId Int32
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "RootFolders" ADD COLUMN "DefaultMetadataProfileId" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005803s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable RootFolders
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn RootFolders DefaultQualityProfileId Int32
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "RootFolders" ADD COLUMN "DefaultQualityProfileId" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00056s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable RootFolders
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn RootFolders DefaultMonitorOption Int32
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "RootFolders" ADD COLUMN "DefaultMonitorOption" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005708s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable RootFolders
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn RootFolders DefaultTags String
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "RootFolders" ADD COLUMN "DefaultTags" TEXT
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005116s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00134s
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2023-12-08T13:41:00', 'add_root_folder_add_defaults')
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|39: add_root_folder_add_defaults migrated
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039393s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|40: task_duration migrating
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.9|Info|task_duration|Starting migration of Main DB to 40
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ScheduledTasks LastStartTime DateTime
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks" ADD COLUMN "LastStartTime" DATETIME
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006296s
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2023-12-08T13:41:00', 'task_duration')
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|40: task_duration migrated
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0087914s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|41: add_indexer_and_enabled_to_release_profiles migrating
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.9|Info|add_indexer_and_enabled_to_release_profiles|Starting migration of Main DB to 41
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles Enabled Boolean
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "Enabled" INTEGER NOT NULL DEFAULT 1
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006665s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles IndexerId Int32
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "IndexerId" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005862s
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (41, '2023-12-08T13:41:00', 'add_indexer_and_enabled_to_release_profiles')
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|41: add_indexer_and_enabled_to_release_profiles migrated
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0093455s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|42: remove_album_folders migrating
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.9|Info|remove_album_folders|Starting migration of Main DB to 42
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Artists AlbumFolder
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Artists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CleanName" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "SortName" TEXT, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "MetadataProfileId" INTEGER NOT NULL, "ArtistMetadataId" INTEGER NOT NULL)
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Artists_temp" ("Id", "CleanName", "Path", "Monitored", "LastInfoSync", "SortName", "QualityProfileId", "Tags", "Added", "AddOptions", "MetadataProfileId", "ArtistMetadataId") SELECT "Id", "CleanName", "Path", "Monitored", "LastInfoSync", "SortName", "QualityProfileId", "Tags", "Added", "AddOptions", "MetadataProfileId", "ArtistMetadataId" FROM "Artists"
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Artists"
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Artists_temp" RENAME TO "Artists"
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_CleanName" ON "Artists" ("CleanName" ASC)
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Path" ON "Artists" ("Path" ASC)
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Monitored" ON "Artists" ("Monitored" ASC)
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Artists_ArtistMetadataId" ON "Artists" ("ArtistMetadataId" ASC)
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0059897s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "NamingConfig" SET "StandardTrackFormat" = "AlbumFolderFormat" || '/' || "StandardTrackFormat"
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "StandardTrackFormat" = "AlbumFolderFormat" || '/' || "StandardTrackFormat"
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003474s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "NamingConfig" SET "MultiDiscTrackFormat" = "AlbumFolderFormat" || '/' || "MultiDiscTrackFormat"
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "MultiDiscTrackFormat" = "AlbumFolderFormat" || '/' || "MultiDiscTrackFormat"
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003505s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn NamingConfig AlbumFolderFormat
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ReplaceIllegalCharacters" INTEGER NOT NULL, "ArtistFolderFormat" TEXT, "RenameTracks" INTEGER, "StandardTrackFormat" TEXT, "MultiDiscTrackFormat" TEXT)
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "NamingConfig_temp" ("Id", "ReplaceIllegalCharacters", "ArtistFolderFormat", "RenameTracks", "StandardTrackFormat", "MultiDiscTrackFormat") SELECT "Id", "ReplaceIllegalCharacters", "ArtistFolderFormat", "RenameTracks", "StandardTrackFormat", "MultiDiscTrackFormat" FROM "NamingConfig"
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "NamingConfig"
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0045751s
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (42, '2023-12-08T13:41:00', 'remove_album_folders')
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|42: remove_album_folders migrated
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070803s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|44: add_priority_to_indexers migrating
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.9|Info|add_priority_to_indexers|Starting migration of Main DB to 44
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Priority Int32
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Priority" INTEGER NOT NULL DEFAULT 25
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006218s
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (44, '2023-12-08T13:41:00', 'add_priority_to_indexers')
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|44: add_priority_to_indexers migrated
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022153s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|45: remove_chown_and_folderchmod_config migrating
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.9|Info|remove_chown_and_folderchmod_config|Starting migration of Main DB to 45
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM config WHERE Key IN ('folderchmod', 'chownuser')
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM config WHERE Key IN ('folderchmod', 'chownuser')
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002259s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004829s
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (45, '2023-12-08T13:41:00', 'remove_chown_and_folderchmod_config')
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|45: remove_chown_and_folderchmod_config migrated
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023681s
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|47: update_notifiarr migrating
|
|
2023-12-08 13:41:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:00.9|Info|update_notifiarr|Starting migration of Main DB to 47
|
|
2023-12-08 13:41:00.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier';
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier';
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004341s
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (47, '2023-12-08T13:41:01', 'update_notifiarr')
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|47: update_notifiarr migrated
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020115s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|49: email_multiple_addresses migrating
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.0|Info|email_multiple_addresses|Starting migration of Main DB to 49
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020584s
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (49, '2023-12-08T13:41:01', 'email_multiple_addresses')
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|49: email_multiple_addresses migrated
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040993s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|50: rename_blacklist_to_blocklist migrating
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.0|Info|rename_blacklist_to_blocklist|Starting migration of Main DB to 50
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Blacklist Blocklist
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" RENAME TO "Blocklist"
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0014736s
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (50, '2023-12-08T13:41:01', 'rename_blacklist_to_blocklist')
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|50: rename_blacklist_to_blocklist migrated
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003488s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|51: cdh_per_downloadclient migrating
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.0|Info|cdh_per_downloadclient|Starting migration of Main DB to 51
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients RemoveCompletedDownloads Boolean
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "RemoveCompletedDownloads" INTEGER NOT NULL DEFAULT 1
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006987s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients RemoveFailedDownloads Boolean
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "RemoveFailedDownloads" INTEGER NOT NULL DEFAULT 1
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005893s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00312s
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (51, '2023-12-08T13:41:01', 'cdh_per_downloadclient')
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|51: cdh_per_downloadclient migrated
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050661s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|52: download_history migrating
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.0|Info|download_history|Starting migration of Main DB to 52
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadHistory
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadHistory" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EventType" INTEGER NOT NULL, "ArtistId" INTEGER NOT NULL, "DownloadId" TEXT NOT NULL, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Protocol" INTEGER, "IndexerId" INTEGER, "DownloadClientId" INTEGER, "Release" TEXT, "Data" TEXT)
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00078s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (EventType)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_EventType" ON "DownloadHistory" ("EventType" ASC)
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002751s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (ArtistId)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_ArtistId" ON "DownloadHistory" ("ArtistId" ASC)
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002423s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (DownloadId)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_DownloadId" ON "DownloadHistory" ("DownloadId" ASC)
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002586s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019092s
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (52, '2023-12-08T13:41:01', 'download_history')
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|52: download_history migrated
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038446s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|53: add_update_history migrating
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.0|Info|add_update_history|Starting migration of Main DB to 53
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (53, '2023-12-08T13:41:01', 'add_update_history')
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|53: add_update_history migrated
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018586s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|54: add_on_update_to_notifications migrating
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.0|Info|add_on_update_to_notifications|Starting migration of Main DB to 54
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnApplicationUpdate Boolean
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnApplicationUpdate" INTEGER NOT NULL DEFAULT 1
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000686s
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (54, '2023-12-08T13:41:01', 'add_on_update_to_notifications')
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|54: add_on_update_to_notifications migrated
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025333s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|55: download_client_per_indexer migrating
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.0|Info|download_client_per_indexer|Starting migration of Main DB to 55
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers DownloadClientId Int32
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "DownloadClientId" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006427s
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (55, '2023-12-08T13:41:01', 'download_client_per_indexer')
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|55: download_client_per_indexer migrated
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022093s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|56: AddNewItemMonitorType migrating
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.0|Info|AddNewItemMonitorType|Starting migration of Main DB to 56
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Artists
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Artists MonitorNewItems Int32
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Artists" ADD COLUMN "MonitorNewItems" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006253s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable RootFolders
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn RootFolders DefaultNewItemMonitorOption Int32
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "RootFolders" ADD COLUMN "DefaultNewItemMonitorOption" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000587s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists MonitorNewItems Int32
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "MonitorNewItems" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005623s
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (56, '2023-12-08T13:41:01', 'AddNewItemMonitorType')
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|56: AddNewItemMonitorType migrated
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024419s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|57: ImportListSearch migrating
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.0|Info|ImportListSearch|Starting migration of Main DB to 57
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists ShouldSearch Boolean
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "ShouldSearch" INTEGER NOT NULL DEFAULT 1
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006352s
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (57, '2023-12-08T13:41:01', 'ImportListSearch')
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|57: ImportListSearch migrated
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024106s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|58: ImportListMonitorExisting migrating
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.0|Info|ImportListMonitorExisting|Starting migration of Main DB to 58
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists ShouldMonitorExisting Boolean
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "ShouldMonitorExisting" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006038s
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (58, '2023-12-08T13:41:01', 'ImportListMonitorExisting')
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|58: ImportListMonitorExisting migrated
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021147s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|59: add_indexer_tags migrating
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.0|Info|add_indexer_tags|Starting migration of Main DB to 59
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Omgwtfnzbs'
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001848s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Waffles'
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001674s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Tags String
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Tags" TEXT
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006013s
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (59, '2023-12-08T13:41:01', 'add_indexer_tags')
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|59: add_indexer_tags migrated
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024604s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|60: update_audio_types migrating
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.0|Info|update_audio_types|Starting migration of Main DB to 60
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001685s
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (60, '2023-12-08T13:41:01', 'update_audio_types')
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|60: update_audio_types migrated
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034837s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|61: postgres_update_timestamp_columns_to_with_timezone migrating
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.0|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Main DB to 61
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AlbumReleases
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn AlbumReleases ReleaseDate DateTimeOffset
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlbumReleases_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignReleaseId" TEXT NOT NULL, "AlbumId" INTEGER NOT NULL, "Title" TEXT NOT NULL, "Status" TEXT NOT NULL, "Duration" INTEGER NOT NULL, "Label" TEXT, "Disambiguation" TEXT, "Country" TEXT, "ReleaseDate" DATETIME, "Media" TEXT, "TrackCount" INTEGER, "Monitored" INTEGER NOT NULL, "OldForeignReleaseIds" TEXT NOT NULL)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AlbumReleases_temp" ("Id", "ForeignReleaseId", "AlbumId", "Title", "Status", "Duration", "Label", "Disambiguation", "Country", "ReleaseDate", "Media", "TrackCount", "Monitored", "OldForeignReleaseIds") SELECT "Id", "ForeignReleaseId", "AlbumId", "Title", "Status", "Duration", "Label", "Disambiguation", "Country", "ReleaseDate", "Media", "TrackCount", "Monitored", "OldForeignReleaseIds" FROM "AlbumReleases"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlbumReleases"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlbumReleases_temp" RENAME TO "AlbumReleases"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AlbumReleases_ForeignReleaseId" ON "AlbumReleases" ("ForeignReleaseId" ASC)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlbumReleases_AlbumId" ON "AlbumReleases" ("AlbumId" ASC)
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0058993s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Albums
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Albums LastInfoSync DateTimeOffset
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Albums_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignAlbumId" TEXT NOT NULL, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "ReleaseDate" DATETIME, "Ratings" TEXT, "Genres" TEXT, "ProfileId" INTEGER, "Added" DATETIME, "AlbumType" TEXT NOT NULL, "AddOptions" TEXT, "SecondaryTypes" TEXT, "Disambiguation" TEXT, "ArtistMetadataId" INTEGER NOT NULL, "AnyReleaseOk" INTEGER NOT NULL, "Links" TEXT, "OldForeignAlbumIds" TEXT NOT NULL)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Albums_temp" ("Id", "ForeignAlbumId", "Title", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "ReleaseDate", "Ratings", "Genres", "ProfileId", "Added", "AlbumType", "AddOptions", "SecondaryTypes", "Disambiguation", "ArtistMetadataId", "AnyReleaseOk", "Links", "OldForeignAlbumIds") SELECT "Id", "ForeignAlbumId", "Title", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "ReleaseDate", "Ratings", "Genres", "ProfileId", "Added", "AlbumType", "AddOptions", "SecondaryTypes", "Disambiguation", "ArtistMetadataId", "AnyReleaseOk", "Links", "OldForeignAlbumIds" FROM "Albums"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Albums"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums_temp" RENAME TO "Albums"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Albums_ForeignAlbumId" ON "Albums" ("ForeignAlbumId" ASC)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_CleanTitle" ON "Albums" ("CleanTitle" ASC)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_ArtistMetadataId" ON "Albums" ("ArtistMetadataId" ASC)
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0081431s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Albums
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Albums ReleaseDate DateTimeOffset
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Albums_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignAlbumId" TEXT NOT NULL, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "ReleaseDate" DATETIME, "Ratings" TEXT, "Genres" TEXT, "ProfileId" INTEGER, "Added" DATETIME, "AlbumType" TEXT NOT NULL, "AddOptions" TEXT, "SecondaryTypes" TEXT, "Disambiguation" TEXT, "ArtistMetadataId" INTEGER NOT NULL, "AnyReleaseOk" INTEGER NOT NULL, "Links" TEXT, "OldForeignAlbumIds" TEXT NOT NULL)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Albums_temp" ("Id", "ForeignAlbumId", "Title", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "ReleaseDate", "Ratings", "Genres", "ProfileId", "Added", "AlbumType", "AddOptions", "SecondaryTypes", "Disambiguation", "ArtistMetadataId", "AnyReleaseOk", "Links", "OldForeignAlbumIds") SELECT "Id", "ForeignAlbumId", "Title", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "ReleaseDate", "Ratings", "Genres", "ProfileId", "Added", "AlbumType", "AddOptions", "SecondaryTypes", "Disambiguation", "ArtistMetadataId", "AnyReleaseOk", "Links", "OldForeignAlbumIds" FROM "Albums"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Albums"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums_temp" RENAME TO "Albums"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Albums_ForeignAlbumId" ON "Albums" ("ForeignAlbumId" ASC)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_CleanTitle" ON "Albums" ("CleanTitle" ASC)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_ArtistMetadataId" ON "Albums" ("ArtistMetadataId" ASC)
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067069s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Albums
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Albums Added DateTimeOffset
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Albums_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignAlbumId" TEXT NOT NULL, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "ReleaseDate" DATETIME, "Ratings" TEXT, "Genres" TEXT, "ProfileId" INTEGER, "Added" DATETIME, "AlbumType" TEXT NOT NULL, "AddOptions" TEXT, "SecondaryTypes" TEXT, "Disambiguation" TEXT, "ArtistMetadataId" INTEGER NOT NULL, "AnyReleaseOk" INTEGER NOT NULL, "Links" TEXT, "OldForeignAlbumIds" TEXT NOT NULL)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Albums_temp" ("Id", "ForeignAlbumId", "Title", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "ReleaseDate", "Ratings", "Genres", "ProfileId", "Added", "AlbumType", "AddOptions", "SecondaryTypes", "Disambiguation", "ArtistMetadataId", "AnyReleaseOk", "Links", "OldForeignAlbumIds") SELECT "Id", "ForeignAlbumId", "Title", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "ReleaseDate", "Ratings", "Genres", "ProfileId", "Added", "AlbumType", "AddOptions", "SecondaryTypes", "Disambiguation", "ArtistMetadataId", "AnyReleaseOk", "Links", "OldForeignAlbumIds" FROM "Albums"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Albums"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Albums_temp" RENAME TO "Albums"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Albums_ForeignAlbumId" ON "Albums" ("ForeignAlbumId" ASC)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_CleanTitle" ON "Albums" ("CleanTitle" ASC)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Albums_ArtistMetadataId" ON "Albums" ("ArtistMetadataId" ASC)
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069733s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Artists
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Artists LastInfoSync DateTimeOffset
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Artists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CleanName" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "SortName" TEXT, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "MetadataProfileId" INTEGER NOT NULL, "ArtistMetadataId" INTEGER NOT NULL, "MonitorNewItems" INTEGER NOT NULL)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Artists_temp" ("Id", "CleanName", "Path", "Monitored", "LastInfoSync", "SortName", "QualityProfileId", "Tags", "Added", "AddOptions", "MetadataProfileId", "ArtistMetadataId", "MonitorNewItems") SELECT "Id", "CleanName", "Path", "Monitored", "LastInfoSync", "SortName", "QualityProfileId", "Tags", "Added", "AddOptions", "MetadataProfileId", "ArtistMetadataId", "MonitorNewItems" FROM "Artists"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Artists"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Artists_temp" RENAME TO "Artists"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_CleanName" ON "Artists" ("CleanName" ASC)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Path" ON "Artists" ("Path" ASC)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Monitored" ON "Artists" ("Monitored" ASC)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Artists_ArtistMetadataId" ON "Artists" ("ArtistMetadataId" ASC)
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0059508s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Artists
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Artists Added DateTimeOffset
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Artists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CleanName" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "SortName" TEXT, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "MetadataProfileId" INTEGER NOT NULL, "ArtistMetadataId" INTEGER NOT NULL, "MonitorNewItems" INTEGER NOT NULL)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Artists_temp" ("Id", "CleanName", "Path", "Monitored", "LastInfoSync", "SortName", "QualityProfileId", "Tags", "Added", "AddOptions", "MetadataProfileId", "ArtistMetadataId", "MonitorNewItems") SELECT "Id", "CleanName", "Path", "Monitored", "LastInfoSync", "SortName", "QualityProfileId", "Tags", "Added", "AddOptions", "MetadataProfileId", "ArtistMetadataId", "MonitorNewItems" FROM "Artists"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Artists"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Artists_temp" RENAME TO "Artists"
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_CleanName" ON "Artists" ("CleanName" ASC)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Path" ON "Artists" ("Path" ASC)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Artists_Monitored" ON "Artists" ("Monitored" ASC)
|
|
2023-12-08 13:41:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Artists_ArtistMetadataId" ON "Artists" ("ArtistMetadataId" ASC)
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0060135s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
|
|
2023-12-08 13:41:01.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blocklist Date DateTimeOffset
|
|
2023-12-08 13:41:01.1|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, "ArtistId" INTEGER NOT NULL, "AlbumIds" TEXT NOT NULL)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blocklist_temp" ("Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "ArtistId", "AlbumIds") SELECT "Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "ArtistId", "AlbumIds" FROM "Blocklist"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist"
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044772s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blocklist PublishedDate DateTimeOffset
|
|
2023-12-08 13:41:01.1|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, "ArtistId" INTEGER NOT NULL, "AlbumIds" TEXT NOT NULL)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blocklist_temp" ("Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "ArtistId", "AlbumIds") SELECT "Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "ArtistId", "AlbumIds" FROM "Blocklist"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist"
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044553s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands QueuedAt DateTimeOffset
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands"
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043188s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands StartedAt DateTimeOffset
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands"
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050761s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands EndedAt DateTimeOffset
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands"
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042956s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus InitialFailure DateTimeOffset
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadClientStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "DownloadClientStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043014s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus MostRecentFailure DateTimeOffset
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadClientStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "DownloadClientStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042759s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus DisabledTill DateTimeOffset
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadClientStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "DownloadClientStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042837s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadHistory
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadHistory Date DateTimeOffset
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadHistory_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EventType" INTEGER NOT NULL, "ArtistId" INTEGER NOT NULL, "DownloadId" TEXT NOT NULL, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Protocol" INTEGER, "IndexerId" INTEGER, "DownloadClientId" INTEGER, "Release" TEXT, "Data" TEXT)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadHistory_temp" ("Id", "EventType", "ArtistId", "DownloadId", "SourceTitle", "Date", "Protocol", "IndexerId", "DownloadClientId", "Release", "Data") SELECT "Id", "EventType", "ArtistId", "DownloadId", "SourceTitle", "Date", "Protocol", "IndexerId", "DownloadClientId", "Release", "Data" FROM "DownloadHistory"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadHistory"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadHistory_temp" RENAME TO "DownloadHistory"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_EventType" ON "DownloadHistory" ("EventType" ASC)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_ArtistId" ON "DownloadHistory" ("ArtistId" ASC)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_DownloadId" ON "DownloadHistory" ("DownloadId" ASC)
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051668s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ExtraFiles
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ExtraFiles Added DateTimeOffset
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ArtistId" INTEGER NOT NULL, "AlbumId" INTEGER NOT NULL, "TrackFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ExtraFiles_temp" ("Id", "ArtistId", "AlbumId", "TrackFileId", "RelativePath", "Extension", "Added", "LastUpdated") SELECT "Id", "ArtistId", "AlbumId", "TrackFileId", "RelativePath", "Extension", "Added", "LastUpdated" FROM "ExtraFiles"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ExtraFiles"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ExtraFiles_temp" RENAME TO "ExtraFiles"
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044666s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ExtraFiles
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ExtraFiles LastUpdated DateTimeOffset
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ArtistId" INTEGER NOT NULL, "AlbumId" INTEGER NOT NULL, "TrackFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ExtraFiles_temp" ("Id", "ArtistId", "AlbumId", "TrackFileId", "RelativePath", "Extension", "Added", "LastUpdated") SELECT "Id", "ArtistId", "AlbumId", "TrackFileId", "RelativePath", "Extension", "Added", "LastUpdated" FROM "ExtraFiles"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ExtraFiles"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ExtraFiles_temp" RENAME TO "ExtraFiles"
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044898s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn History Date DateTimeOffset
|
|
2023-12-08 13:41:01.1|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, "ArtistId" INTEGER NOT NULL, "AlbumId" INTEGER NOT NULL, "TrackId" INTEGER NOT NULL)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "History_temp" ("Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "ArtistId", "AlbumId", "TrackId") SELECT "Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "ArtistId", "AlbumId", "TrackId" FROM "History"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History_temp" RENAME TO "History"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_EventType" ON "History" ("EventType" ASC)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_AlbumId_Date" ON "History" ("AlbumId" ASC, "Date" DESC)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId_Date" ON "History" ("DownloadId" ASC, "Date" DESC)
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0099186s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus InitialFailure DateTimeOffset
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo" FROM "ImportListStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0079949s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 2.9E-06s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus MostRecentFailure DateTimeOffset
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo" FROM "ImportListStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074841s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus DisabledTill DateTimeOffset
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo" FROM "ImportListStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074267s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s
|
|
2023-12-08 13:41:01.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus InitialFailure DateTimeOffset
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT)
|
|
2023-12-08 13:41:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo" FROM "IndexerStatus"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0075949s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus MostRecentFailure DateTimeOffset
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT)
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo" FROM "IndexerStatus"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0075016s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus DisabledTill DateTimeOffset
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT)
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo" FROM "IndexerStatus"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074845s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable LyricFiles
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn LyricFiles LastUpdated DateTimeOffset
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "LyricFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ArtistId" INTEGER NOT NULL, "AlbumId" INTEGER NOT NULL, "TrackFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL)
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "LyricFiles_temp" ("Id", "ArtistId", "AlbumId", "TrackFileId", "RelativePath", "Extension", "Added", "LastUpdated") SELECT "Id", "ArtistId", "AlbumId", "TrackFileId", "RelativePath", "Extension", "Added", "LastUpdated" FROM "LyricFiles"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "LyricFiles"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "LyricFiles_temp" RENAME TO "LyricFiles"
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006864s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable LyricFiles
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 3.1E-06s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn LyricFiles Added DateTimeOffset
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "LyricFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ArtistId" INTEGER NOT NULL, "AlbumId" INTEGER NOT NULL, "TrackFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME, "LastUpdated" DATETIME NOT NULL)
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "LyricFiles_temp" ("Id", "ArtistId", "AlbumId", "TrackFileId", "RelativePath", "Extension", "Added", "LastUpdated") SELECT "Id", "ArtistId", "AlbumId", "TrackFileId", "RelativePath", "Extension", "Added", "LastUpdated" FROM "LyricFiles"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "LyricFiles"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "LyricFiles_temp" RENAME TO "LyricFiles"
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068446s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataFiles
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MetadataFiles LastUpdated DateTimeOffset
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ArtistId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "AlbumId" INTEGER, "TrackFileId" INTEGER, "Hash" TEXT, "Added" DATETIME, "Extension" TEXT NOT NULL)
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MetadataFiles_temp" ("Id", "ArtistId", "Consumer", "Type", "RelativePath", "LastUpdated", "AlbumId", "TrackFileId", "Hash", "Added", "Extension") SELECT "Id", "ArtistId", "Consumer", "Type", "RelativePath", "LastUpdated", "AlbumId", "TrackFileId", "Hash", "Added", "Extension" FROM "MetadataFiles"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles_temp" RENAME TO "MetadataFiles"
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074416s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataFiles
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MetadataFiles Added DateTimeOffset
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ArtistId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "AlbumId" INTEGER, "TrackFileId" INTEGER, "Hash" TEXT, "Added" DATETIME, "Extension" TEXT NOT NULL)
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MetadataFiles_temp" ("Id", "ArtistId", "Consumer", "Type", "RelativePath", "LastUpdated", "AlbumId", "TrackFileId", "Hash", "Added", "Extension") SELECT "Id", "ArtistId", "Consumer", "Type", "RelativePath", "LastUpdated", "AlbumId", "TrackFileId", "Hash", "Added", "Extension" FROM "MetadataFiles"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles_temp" RENAME TO "MetadataFiles"
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074984s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 2.2E-06s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn PendingReleases Added DateTimeOffset
|
|
2023-12-08 13:41:01.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, "ArtistId" INTEGER NOT NULL, "ParsedAlbumInfo" TEXT NOT NULL, "Reason" INTEGER NOT NULL)
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "PendingReleases_temp" ("Id", "Title", "Added", "Release", "ArtistId", "ParsedAlbumInfo", "Reason") SELECT "Id", "Title", "Added", "Release", "ArtistId", "ParsedAlbumInfo", "Reason" FROM "PendingReleases"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "PendingReleases"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases_temp" RENAME TO "PendingReleases"
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071655s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 2.1E-06s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks LastExecution DateTimeOffset
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME)
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ScheduledTasks_temp" ("Id", "TypeName", "Interval", "LastExecution", "LastStartTime") SELECT "Id", "TypeName", "Interval", "LastExecution", "LastStartTime" FROM "ScheduledTasks"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074161s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.7E-06s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks LastStartTime DateTimeOffset
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME)
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ScheduledTasks_temp" ("Id", "TypeName", "Interval", "LastExecution", "LastStartTime") SELECT "Id", "TypeName", "Interval", "LastExecution", "LastStartTime" FROM "ScheduledTasks"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066044s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable TrackFiles
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn TrackFiles DateAdded DateTimeOffset
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "TrackFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AlbumId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "SceneName" TEXT, "DateAdded" DATETIME NOT NULL, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "Modified" DATETIME NOT NULL, "Path" TEXT NOT NULL)
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "TrackFiles_temp" ("Id", "AlbumId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "Modified", "Path") SELECT "Id", "AlbumId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "Modified", "Path" FROM "TrackFiles"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "TrackFiles"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "TrackFiles_temp" RENAME TO "TrackFiles"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_TrackFiles_AlbumId" ON "TrackFiles" ("AlbumId" ASC)
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_TrackFiles_Path" ON "TrackFiles" ("Path" ASC)
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0078844s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable TrackFiles
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn TrackFiles Modified DateTimeOffset
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "TrackFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AlbumId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "SceneName" TEXT, "DateAdded" DATETIME NOT NULL, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "Modified" DATETIME NOT NULL, "Path" TEXT NOT NULL)
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "TrackFiles_temp" ("Id", "AlbumId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "Modified", "Path") SELECT "Id", "AlbumId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "Modified", "Path" FROM "TrackFiles"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "TrackFiles"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "TrackFiles_temp" RENAME TO "TrackFiles"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_TrackFiles_AlbumId" ON "TrackFiles" ("AlbumId" ASC)
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_TrackFiles_Path" ON "TrackFiles" ("Path" ASC)
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074865s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT)
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo"
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0049623s
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (61, '2023-12-08T13:41:01', 'postgres_update_timestamp_columns_to_with_timezone')
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|61: postgres_update_timestamp_columns_to_with_timezone migrated
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0076586s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|62: add_on_delete_to_notifications migrating
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.2|Info|add_on_delete_to_notifications|Starting migration of Main DB to 62
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnArtistDelete Boolean
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnArtistDelete" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007558s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnAlbumDelete Boolean
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnAlbumDelete" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011318s
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (62, '2023-12-08T13:41:01', 'add_on_delete_to_notifications')
|
|
2023-12-08 13:41:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|62: add_on_delete_to_notifications migrated
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031349s
|
|
2023-12-08 13:41:01.2|Info|FluentMigrator.Runner.MigrationRunner|63: add_custom_formats migrating
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.3|Info|add_custom_formats|Starting migration of Main DB to 63
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles BypassIfHighestQuality Boolean
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "BypassIfHighestQuality" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006597s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "DelayProfiles" SET "BypassIfHighestQuality" = 1 WHERE 1 = 1
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001901s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable TrackFiles
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn TrackFiles OriginalFilePath String
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "TrackFiles" ADD COLUMN "OriginalFilePath" TEXT
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005701s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013888s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable CustomFormats
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFormats" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Specifications" TEXT NOT NULL DEFAULT '[]', "IncludeCustomFormatWhenRenaming" INTEGER NOT NULL DEFAULT 0)
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004479s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex CustomFormats (Name)
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_CustomFormats_Name" ON "CustomFormats" ("Name" ASC)
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002429s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityProfiles
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityProfiles FormatItems String
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles" ADD COLUMN "FormatItems" TEXT NOT NULL DEFAULT '[]'
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006462s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityProfiles
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityProfiles MinFormatScore Int32
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles" ADD COLUMN "MinFormatScore" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006519s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityProfiles
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityProfiles CutoffFormatScore Int32
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles" ADD COLUMN "CutoffFormatScore" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006113s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048622s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011999s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ReleaseProfiles Preferred
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ReleaseProfiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Required" TEXT, "Ignored" TEXT, "Tags" TEXT NOT NULL, "IncludePreferredWhenRenaming" INTEGER NOT NULL, "Enabled" INTEGER NOT NULL, "IndexerId" INTEGER NOT NULL)
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ReleaseProfiles_temp" ("Id", "Required", "Ignored", "Tags", "IncludePreferredWhenRenaming", "Enabled", "IndexerId") SELECT "Id", "Required", "Ignored", "Tags", "IncludePreferredWhenRenaming", "Enabled", "IndexerId" FROM "ReleaseProfiles"
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ReleaseProfiles"
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles_temp" RENAME TO "ReleaseProfiles"
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042203s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ReleaseProfiles IncludePreferredWhenRenaming
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ReleaseProfiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Required" TEXT, "Ignored" TEXT, "Tags" TEXT NOT NULL, "Enabled" INTEGER NOT NULL, "IndexerId" INTEGER NOT NULL)
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ReleaseProfiles_temp" ("Id", "Required", "Ignored", "Tags", "Enabled", "IndexerId") SELECT "Id", "Required", "Ignored", "Tags", "Enabled", "IndexerId" FROM "ReleaseProfiles"
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ReleaseProfiles"
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles_temp" RENAME TO "ReleaseProfiles"
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039369s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "ReleaseProfiles" WHERE "Required" = '[]' AND "Ignored" = '[]'
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "ReleaseProfiles" WHERE "Required" = '[]' AND "Ignored" = '[]'
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001817s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles BypassIfAboveCustomFormatScore Boolean
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "BypassIfAboveCustomFormatScore" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006388s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles MinimumCustomFormatScore Int32
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "MinimumCustomFormatScore" INTEGER
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006534s
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (63, '2023-12-08T13:41:01', 'add_custom_formats')
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|63: add_custom_formats migrated
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023805s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|64: add_result_to_commands migrating
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.3|Info|add_result_to_commands|Starting migration of Main DB to 64
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Commands Result Int32
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands" ADD COLUMN "Result" INTEGER NOT NULL DEFAULT 1
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007044s
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (64, '2023-12-08T13:41:01', 'add_result_to_commands')
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|64: add_result_to_commands migrated
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025984s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|65: health_restored_notification migrating
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.3|Info|health_restored_notification|Starting migration of Main DB to 65
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.7E-06s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnHealthRestored Boolean
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnHealthRestored" INTEGER NOT NULL DEFAULT 0
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007543s
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (65, '2023-12-08T13:41:01', 'health_restored_notification')
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|65: health_restored_notification migrated
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026719s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|66: remove_uc migrating
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.3|Info|remove_uc|Starting migration of Main DB to 66
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Usenet Crawler'
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002416s
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (66, '2023-12-08T13:41:01', 'remove_uc')
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|66: remove_uc migrated
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021553s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|67: download_clients_rename_tv_to_music migrating
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.3|Info|download_clients_rename_tv_to_music|Starting migration of Main DB to 67
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027818s
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (67, '2023-12-08T13:41:01', 'download_clients_rename_tv_to_music')
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|67: download_clients_rename_tv_to_music migrated
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044484s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|68: add_colon_replacement_to_naming_config migrating
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.3|Info|add_colon_replacement_to_naming_config|Starting migration of Main DB to 68
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig ColonReplacementFormat Int32
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "ColonReplacementFormat" INTEGER NOT NULL DEFAULT 4
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007633s
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (68, '2023-12-08T13:41:01', 'add_colon_replacement_to_naming_config')
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|68: add_colon_replacement_to_naming_config migrated
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002572s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|69: list_sync_time migrating
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.3|Info|list_sync_time|Starting migration of Main DB to 69
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ImportListStatus LastSyncListInfo
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "ImportListStatus"
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048707s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportListStatus LastInfoSync DateTimeOffset
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus" ADD COLUMN "LastInfoSync" DATETIME
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006281s
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (69, '2023-12-08T13:41:01', 'list_sync_time')
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|69: list_sync_time migrated
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025985s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|70: add_download_client_tags migrating
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.3|Info|add_download_client_tags|Starting migration of Main DB to 70
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 3.6E-06s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients Tags String
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "Tags" TEXT
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007317s
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (70, '2023-12-08T13:41:01', 'add_download_client_tags')
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|70: add_download_client_tags migrated
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002648s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|71: add_notification_status migrating
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.3|Info|add_notification_status|Starting migration of Main DB to 71
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NotificationStatus
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NotificationStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000486s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex NotificationStatus (ProviderId)
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NotificationStatus_ProviderId" ON "NotificationStatus" ("ProviderId" ASC)
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002963s
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (71, '2023-12-08T13:41:01', 'add_notification_status')
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|71: add_notification_status migrated
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021808s
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|72: add_alac_24_quality_in_profiles migrating
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.3|Info|add_alac_24_quality_in_profiles|Starting migration of Main DB to 72
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029268s
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (72, '2023-12-08T13:41:01', 'add_alac_24_quality_in_profiles')
|
|
2023-12-08 13:41:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|72: add_alac_24_quality_in_profiles migrated
|
|
2023-12-08 13:41:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0049314s
|
|
2023-12-08 13:41:01.5|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002944s
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002828s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002558s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006469s
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00194s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004589s
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020489s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|InitialSetup|Starting migration of Log DB to 1
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Logs
|
|
2023-12-08 13:41:01.5|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)
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007571s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Logs (Time)
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002735s
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2023-12-08T13:41:01', 'InitialSetup')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022148s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|2: add_reason_to_pending_releases migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|add_reason_to_pending_releases|Starting migration of Log DB to 2
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2023-12-08T13:41:01', 'add_reason_to_pending_releases')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|2: add_reason_to_pending_releases migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024754s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|3: add_medium_support migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|add_medium_support|Starting migration of Log DB to 3
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2023-12-08T13:41:01', 'add_medium_support')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|3: add_medium_support migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021805s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|4: add_various_qualites_in_profile migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|add_various_qualites_in_profile|Starting migration of Log DB to 4
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2023-12-08T13:41:01', 'add_various_qualites_in_profile')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|4: add_various_qualites_in_profile migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021537s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|5: metadata_profiles migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|metadata_profiles|Starting migration of Log DB to 5
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2023-12-08T13:41:01', 'metadata_profiles')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|5: metadata_profiles migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022038s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|6: separate_automatic_and_interactive_search migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|separate_automatic_and_interactive_search|Starting migration of Log DB to 6
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2023-12-08T13:41:01', 'separate_automatic_and_interactive_search')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|6: separate_automatic_and_interactive_search migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018921s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|7: change_album_path_to_relative migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|change_album_path_to_relative|Starting migration of Log DB to 7
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2023-12-08T13:41:01', 'change_album_path_to_relative')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|7: change_album_path_to_relative migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018444s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|8: change_quality_size_mb_to_kb migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|change_quality_size_mb_to_kb|Starting migration of Log DB to 8
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2023-12-08T13:41:01', 'change_quality_size_mb_to_kb')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|8: change_quality_size_mb_to_kb migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001826s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|9: album_releases migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|album_releases|Starting migration of Log DB to 9
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (9, '2023-12-08T13:41:01', 'album_releases')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|9: album_releases migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021925s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|10: album_releases_fix migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|album_releases_fix|Starting migration of Log DB to 10
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2023-12-08T13:41:01', 'album_releases_fix')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|10: album_releases_fix migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021578s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|11: import_lists migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|import_lists|Starting migration of Log DB to 11
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2023-12-08T13:41:01', 'import_lists')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|11: import_lists migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017882s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|12: add_release_status migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|add_release_status|Starting migration of Log DB to 12
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (12, '2023-12-08T13:41:01', 'add_release_status')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|12: add_release_status migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020858s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|13: album_download_notification migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|album_download_notification|Starting migration of Log DB to 13
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2023-12-08T13:41:01', 'album_download_notification')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|13: album_download_notification migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019235s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|14: fix_language_metadata_profiles migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|fix_language_metadata_profiles|Starting migration of Log DB to 14
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2023-12-08T13:41:01', 'fix_language_metadata_profiles')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|14: fix_language_metadata_profiles migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019302s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|15: remove_fanzub migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|remove_fanzub|Starting migration of Log DB to 15
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2023-12-08T13:41:01', 'remove_fanzub')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|15: remove_fanzub migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018575s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|16: update_artist_history_indexes migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|update_artist_history_indexes|Starting migration of Log DB to 16
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2023-12-08T13:41:01', 'update_artist_history_indexes')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|16: update_artist_history_indexes migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016993s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|17: remove_nma migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|remove_nma|Starting migration of Log DB to 17
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2023-12-08T13:41:01', 'remove_nma')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|17: remove_nma migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017246s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|18: album_disambiguation migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|album_disambiguation|Starting migration of Log DB to 18
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2023-12-08T13:41:01', 'album_disambiguation')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|18: album_disambiguation migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001663s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|19: add_ape_quality_in_profiles migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|add_ape_quality_in_profiles|Starting migration of Log DB to 19
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2023-12-08T13:41:01', 'add_ape_quality_in_profiles')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|19: add_ape_quality_in_profiles migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016661s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|20: remove_pushalot migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|remove_pushalot|Starting migration of Log DB to 20
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2023-12-08T13:41:01', 'remove_pushalot')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|20: remove_pushalot migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018695s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|21: add_custom_filters migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|add_custom_filters|Starting migration of Log DB to 21
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2023-12-08T13:41:01', 'add_custom_filters')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|21: add_custom_filters migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015982s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|22: import_list_tags migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|import_list_tags|Starting migration of Log DB to 22
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2023-12-08T13:41:01', 'import_list_tags')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|22: import_list_tags migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015443s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|23: add_release_groups_etc migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|add_release_groups_etc|Starting migration of Log DB to 23
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2023-12-08T13:41:01', 'add_release_groups_etc')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|23: add_release_groups_etc migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015627s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|24: NewMediaInfoFormat migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|NewMediaInfoFormat|Starting migration of Log DB to 24
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2023-12-08T13:41:01', 'NewMediaInfoFormat')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|24: NewMediaInfoFormat migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015869s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|25: rename_restrictions_to_release_profiles migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|rename_restrictions_to_release_profiles|Starting migration of Log DB to 25
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2023-12-08T13:41:01', 'rename_restrictions_to_release_profiles')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|25: rename_restrictions_to_release_profiles migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020026s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|26: rename_quality_profiles_add_upgrade_allowed migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|rename_quality_profiles_add_upgrade_allowed|Starting migration of Log DB to 26
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2023-12-08T13:41:01', 'rename_quality_profiles_add_upgrade_allowed')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|26: rename_quality_profiles_add_upgrade_allowed migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017301s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|27: add_import_exclusions migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|add_import_exclusions|Starting migration of Log DB to 27
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2023-12-08T13:41:01', 'add_import_exclusions')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|27: add_import_exclusions migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015874s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|28: clean_artist_metadata_table migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|clean_artist_metadata_table|Starting migration of Log DB to 28
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2023-12-08T13:41:01', 'clean_artist_metadata_table')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|28: clean_artist_metadata_table migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020042s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|29: health_issue_notification migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|health_issue_notification|Starting migration of Log DB to 29
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2023-12-08T13:41:01', 'health_issue_notification')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|29: health_issue_notification migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019911s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|30: add_mediafilerepository_mtime migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|add_mediafilerepository_mtime|Starting migration of Log DB to 30
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2023-12-08T13:41:01', 'add_mediafilerepository_mtime')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|30: add_mediafilerepository_mtime migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020766s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|31: add_artistmetadataid_constraint migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|add_artistmetadataid_constraint|Starting migration of Log DB to 31
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2023-12-08T13:41:01', 'add_artistmetadataid_constraint')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|31: add_artistmetadataid_constraint migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00196s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|32: old_ids_and_artist_alias migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|old_ids_and_artist_alias|Starting migration of Log DB to 32
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2023-12-08T13:41:01', 'old_ids_and_artist_alias')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|32: old_ids_and_artist_alias migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018084s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|33: download_propers_config migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|download_propers_config|Starting migration of Log DB to 33
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2023-12-08T13:41:01', 'download_propers_config')
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|33: download_propers_config migrated
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017778s
|
|
2023-12-08 13:41:01.5|Info|FluentMigrator.Runner.MigrationRunner|34: remove_language_profiles migrating
|
|
2023-12-08 13:41:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.5|Info|remove_language_profiles|Starting migration of Log DB to 34
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (34, '2023-12-08T13:41:01', 'remove_language_profiles')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|34: remove_language_profiles migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017491s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|35: multi_disc_naming_format migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|multi_disc_naming_format|Starting migration of Log DB to 35
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2023-12-08T13:41:01', 'multi_disc_naming_format')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|35: multi_disc_naming_format migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016799s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|36: add_download_client_priority migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|add_download_client_priority|Starting migration of Log DB to 36
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2023-12-08T13:41:01', 'add_download_client_priority')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|36: add_download_client_priority migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020629s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|37: remove_growl_prowl migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|remove_growl_prowl|Starting migration of Log DB to 37
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2023-12-08T13:41:01', 'remove_growl_prowl')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|37: remove_growl_prowl migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017317s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|38: remove_plex_hometheatre migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|remove_plex_hometheatre|Starting migration of Log DB to 38
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2023-12-08T13:41:01', 'remove_plex_hometheatre')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|38: remove_plex_hometheatre migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018009s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|39: add_root_folder_add_defaults migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|add_root_folder_add_defaults|Starting migration of Log DB to 39
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2023-12-08T13:41:01', 'add_root_folder_add_defaults')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|39: add_root_folder_add_defaults migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019961s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|40: task_duration migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|task_duration|Starting migration of Log DB to 40
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2023-12-08T13:41:01', 'task_duration')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|40: task_duration migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018017s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|41: add_indexer_and_enabled_to_release_profiles migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|add_indexer_and_enabled_to_release_profiles|Starting migration of Log DB to 41
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (41, '2023-12-08T13:41:01', 'add_indexer_and_enabled_to_release_profiles')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|41: add_indexer_and_enabled_to_release_profiles migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017076s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|42: remove_album_folders migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|remove_album_folders|Starting migration of Log DB to 42
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (42, '2023-12-08T13:41:01', 'remove_album_folders')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|42: remove_album_folders migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016294s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|44: add_priority_to_indexers migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|add_priority_to_indexers|Starting migration of Log DB to 44
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (44, '2023-12-08T13:41:01', 'add_priority_to_indexers')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|44: add_priority_to_indexers migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019191s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|45: remove_chown_and_folderchmod_config migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|remove_chown_and_folderchmod_config|Starting migration of Log DB to 45
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (45, '2023-12-08T13:41:01', 'remove_chown_and_folderchmod_config')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|45: remove_chown_and_folderchmod_config migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017082s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|47: update_notifiarr migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|update_notifiarr|Starting migration of Log DB to 47
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (47, '2023-12-08T13:41:01', 'update_notifiarr')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|47: update_notifiarr migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016162s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|49: email_multiple_addresses migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|email_multiple_addresses|Starting migration of Log DB to 49
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (49, '2023-12-08T13:41:01', 'email_multiple_addresses')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|49: email_multiple_addresses migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019954s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|50: rename_blacklist_to_blocklist migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|rename_blacklist_to_blocklist|Starting migration of Log DB to 50
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (50, '2023-12-08T13:41:01', 'rename_blacklist_to_blocklist')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|50: rename_blacklist_to_blocklist migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00163s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|51: cdh_per_downloadclient migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|cdh_per_downloadclient|Starting migration of Log DB to 51
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (51, '2023-12-08T13:41:01', 'cdh_per_downloadclient')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|51: cdh_per_downloadclient migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001992s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|52: download_history migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|download_history|Starting migration of Log DB to 52
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (52, '2023-12-08T13:41:01', 'download_history')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|52: download_history migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018263s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|53: add_update_history migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|add_update_history|Starting migration of Log DB to 53
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable UpdateHistory
|
|
2023-12-08 13:41:01.6|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)
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004132s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex UpdateHistory (Date)
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002327s
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (53, '2023-12-08T13:41:01', 'add_update_history')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|53: add_update_history migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018152s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|54: add_on_update_to_notifications migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|add_on_update_to_notifications|Starting migration of Log DB to 54
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (54, '2023-12-08T13:41:01', 'add_on_update_to_notifications')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|54: add_on_update_to_notifications migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019949s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|55: download_client_per_indexer migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|download_client_per_indexer|Starting migration of Log DB to 55
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (55, '2023-12-08T13:41:01', 'download_client_per_indexer')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|55: download_client_per_indexer migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018073s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|56: AddNewItemMonitorType migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|AddNewItemMonitorType|Starting migration of Log DB to 56
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (56, '2023-12-08T13:41:01', 'AddNewItemMonitorType')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|56: AddNewItemMonitorType migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017929s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|57: ImportListSearch migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|ImportListSearch|Starting migration of Log DB to 57
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (57, '2023-12-08T13:41:01', 'ImportListSearch')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|57: ImportListSearch migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016677s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|58: ImportListMonitorExisting migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|ImportListMonitorExisting|Starting migration of Log DB to 58
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (58, '2023-12-08T13:41:01', 'ImportListMonitorExisting')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|58: ImportListMonitorExisting migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016413s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|59: add_indexer_tags migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|add_indexer_tags|Starting migration of Log DB to 59
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (59, '2023-12-08T13:41:01', 'add_indexer_tags')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|59: add_indexer_tags migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020141s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|60: update_audio_types migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|update_audio_types|Starting migration of Log DB to 60
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (60, '2023-12-08T13:41:01', 'update_audio_types')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|60: update_audio_types migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017247s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|61: postgres_update_timestamp_columns_to_with_timezone migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Log DB to 61
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Logs
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Logs Time DateTimeOffset
|
|
2023-12-08 13:41:01.6|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)
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Logs_temp" ("Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level") SELECT "Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level" FROM "Logs"
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs"
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Logs_temp" RENAME TO "Logs"
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020908s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable UpdateHistory
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn UpdateHistory Date DateTimeOffset
|
|
2023-12-08 13:41:01.6|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)
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "UpdateHistory_temp" ("Id", "Date", "Version", "EventType") SELECT "Id", "Date", "Version", "EventType" FROM "UpdateHistory"
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "UpdateHistory"
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "UpdateHistory_temp" RENAME TO "UpdateHistory"
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017755s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT)
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo"
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo"
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo"
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016443s
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (61, '2023-12-08T13:41:01', 'postgres_update_timestamp_columns_to_with_timezone')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|61: postgres_update_timestamp_columns_to_with_timezone migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035952s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|62: add_on_delete_to_notifications migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|add_on_delete_to_notifications|Starting migration of Log DB to 62
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (62, '2023-12-08T13:41:01', 'add_on_delete_to_notifications')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|62: add_on_delete_to_notifications migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018103s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|63: add_custom_formats migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|add_custom_formats|Starting migration of Log DB to 63
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (63, '2023-12-08T13:41:01', 'add_custom_formats')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|63: add_custom_formats migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016913s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|64: add_result_to_commands migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|add_result_to_commands|Starting migration of Log DB to 64
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (64, '2023-12-08T13:41:01', 'add_result_to_commands')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|64: add_result_to_commands migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016257s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|65: health_restored_notification migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|health_restored_notification|Starting migration of Log DB to 65
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (65, '2023-12-08T13:41:01', 'health_restored_notification')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|65: health_restored_notification migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019065s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|66: remove_uc migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|remove_uc|Starting migration of Log DB to 66
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (66, '2023-12-08T13:41:01', 'remove_uc')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|66: remove_uc migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017379s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|67: download_clients_rename_tv_to_music migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|download_clients_rename_tv_to_music|Starting migration of Log DB to 67
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (67, '2023-12-08T13:41:01', 'download_clients_rename_tv_to_music')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|67: download_clients_rename_tv_to_music migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016025s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|68: add_colon_replacement_to_naming_config migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|add_colon_replacement_to_naming_config|Starting migration of Log DB to 68
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (68, '2023-12-08T13:41:01', 'add_colon_replacement_to_naming_config')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|68: add_colon_replacement_to_naming_config migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016475s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|69: list_sync_time migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|list_sync_time|Starting migration of Log DB to 69
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (69, '2023-12-08T13:41:01', 'list_sync_time')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|69: list_sync_time migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016058s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|70: add_download_client_tags migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|add_download_client_tags|Starting migration of Log DB to 70
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (70, '2023-12-08T13:41:01', 'add_download_client_tags')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|70: add_download_client_tags migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016278s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|71: add_notification_status migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|add_notification_status|Starting migration of Log DB to 71
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (71, '2023-12-08T13:41:01', 'add_notification_status')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|71: add_notification_status migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001584s
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|72: add_alac_24_quality_in_profiles migrating
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
|
|
2023-12-08 13:41:01.6|Info|add_alac_24_quality_in_profiles|Starting migration of Log DB to 72
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (72, '2023-12-08T13:41:01', 'add_alac_24_quality_in_profiles')
|
|
2023-12-08 13:41:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|72: add_alac_24_quality_in_profiles migrated
|
|
2023-12-08 13:41:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019143s
|
|
2023-12-08 13:41:01.8|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:8686
|
|
2023-12-08 13:41:01.8|Info|UpdaterConfigProvider|Update mechanism BuiltIn not supported in the current configuration, changing to Docker.
|
|
2023-12-08 13:41:01.9|Info|QualityProfileService|Setting up default quality profiles
|
|
2023-12-08 13:41:01.9|Info|MetadataProfileService|Setting up standard metadata profile
|
|
2023-12-08 13:41:01.9|Info|MetadataProfileService|Setting up empty metadata profile
|
|
2023-12-08 13:41:02.0|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
|
|
2023-12-08 13:41:02.0|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
|
|
2023-12-08 13:41:02.0|Info|Microsoft.Hosting.Lifetime|Content root path: /app/lidarr/bin
|
|
2023-12-08 13:56:02.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 13:56:02.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 13:56:02.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 13:56:02.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 14:11:02.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 14:11:02.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 14:11:02.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 14:11:02.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 14:26:02.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 14:26:02.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 14:26:02.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 14:26:02.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 14:41:03.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 14:41:03.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 14:41:03.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 14:41:03.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 14:56:03.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 14:56:03.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 14:56:03.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 14:56:03.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 15:11:03.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 15:11:03.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 15:11:03.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 15:11:03.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 15:26:04.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 15:26:04.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 15:26:04.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 15:26:04.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 15:41:04.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 15:41:04.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 15:41:04.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 15:41:04.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 15:56:04.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 15:56:04.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 15:56:04.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 15:56:04.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 16:11:34.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 16:11:34.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 16:11:34.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 16:11:34.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 16:26:35.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 16:26:35.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 16:26:35.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 16:26:35.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 16:41:35.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 16:41:35.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 16:41:35.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 16:41:35.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 16:56:35.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 16:56:35.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 16:56:35.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 16:56:35.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 17:11:35.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 17:11:35.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 17:11:35.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 17:11:35.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 17:26:35.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 17:26:35.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 17:26:35.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 17:26:35.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 17:41:36.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 17:41:36.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 17:41:36.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 17:41:36.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 17:56:36.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 17:56:36.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 17:56:36.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 17:56:36.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 18:11:36.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 18:11:36.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 18:11:36.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 18:11:36.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 18:26:36.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 18:26:36.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 18:26:36.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 18:26:36.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 18:41:37.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 18:41:37.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 18:41:37.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 18:41:37.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 18:56:37.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 18:56:37.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 18:56:37.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 18:56:37.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 19:11:37.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 19:11:37.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 19:11:37.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 19:11:37.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 19:26:37.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 19:26:37.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 19:26:37.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 19:26:37.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 19:41:37.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 19:41:37.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 19:41:37.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 19:41:37.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 19:56:38.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 19:56:38.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 19:56:38.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 19:56:38.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 20:11:38.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 20:11:38.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 20:11:38.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 20:11:38.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 20:26:38.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 20:26:38.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 20:26:38.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 20:26:38.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 20:41:38.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 20:41:38.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 20:41:38.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 20:41:38.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 20:56:39.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 20:56:39.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 20:56:39.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 20:56:39.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 21:11:39.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 21:11:39.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 21:11:39.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 21:11:39.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 21:26:39.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 21:26:39.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 21:26:39.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 21:26:39.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 21:41:39.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 21:41:39.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 21:41:39.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 21:41:39.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 21:56:40.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 21:56:40.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 21:56:40.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 21:56:40.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 22:11:40.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 22:11:40.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 22:11:40.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 22:11:40.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 22:26:41.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 22:26:41.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 22:26:41.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 22:26:41.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 22:41:41.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 22:41:41.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 22:41:41.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 22:41:41.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 22:56:41.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 22:56:41.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 22:56:41.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 22:56:41.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 23:11:41.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 23:11:41.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 23:11:41.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 23:11:41.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 23:26:42.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 23:26:42.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 23:26:42.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 23:26:42.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 23:41:42.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 23:41:42.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 23:41:42.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 23:41:42.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-08 23:56:42.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-08 23:56:42.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-08 23:56:42.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-08 23:56:42.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 00:11:42.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 00:11:42.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 00:11:42.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 00:11:42.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 00:26:42.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 00:26:42.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 00:26:42.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 00:26:42.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 00:41:43.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 00:41:43.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 00:41:43.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 00:41:43.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 00:56:43.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 00:56:43.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 00:56:43.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 00:56:43.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 01:11:43.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 01:11:43.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 01:11:43.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 01:11:43.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 01:26:43.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 01:26:43.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 01:26:43.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 01:26:43.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 01:41:44.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 01:41:44.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 01:41:44.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 01:41:44.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 01:56:44.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 01:56:44.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 01:56:44.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 01:56:44.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 02:11:44.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 02:11:44.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 02:11:44.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 02:11:44.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 02:26:45.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 02:26:45.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 02:26:45.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 02:26:45.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 02:41:45.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 02:41:45.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 02:41:45.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 02:41:45.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 02:56:45.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 02:56:45.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 02:56:45.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 02:56:45.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 03:11:46.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 03:11:46.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 03:11:46.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 03:11:46.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 03:26:46.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 03:26:46.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 03:26:46.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 03:26:46.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 03:41:46.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 03:41:46.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 03:41:46.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 03:41:46.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 03:56:47.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 03:56:47.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 03:56:47.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 03:56:47.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 04:11:47.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 04:11:47.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 04:11:47.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 04:11:47.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 04:26:47.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 04:26:47.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 04:26:47.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 04:26:47.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 04:41:47.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 04:41:47.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 04:41:47.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 04:41:47.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 04:56:48.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 04:56:48.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 04:56:48.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 04:56:48.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 05:11:48.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 05:11:48.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 05:11:48.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 05:11:48.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 05:26:48.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 05:26:48.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 05:26:48.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 05:26:48.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 05:41:48.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 05:41:48.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 05:41:48.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 05:41:48.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 05:56:49.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 05:56:49.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 05:56:49.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 05:56:49.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 06:11:49.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 06:11:49.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 06:11:49.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 06:11:49.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 06:26:49.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 06:26:49.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 06:26:49.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 06:26:49.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 06:41:50.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 06:41:50.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 06:41:50.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 06:41:50.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 06:56:50.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 06:56:50.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 06:56:50.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 06:56:50.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 07:11:50.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 07:11:50.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 07:11:50.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 07:11:50.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 07:26:50.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 07:26:50.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 07:26:50.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 07:26:50.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 07:41:51.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 07:41:51.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 07:41:51.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 07:41:51.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 07:56:51.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 07:56:51.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 07:56:51.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 07:56:51.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 08:11:52.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 08:11:52.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 08:11:52.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 08:11:52.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 08:26:52.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 08:26:52.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 08:26:52.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 08:26:52.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 08:41:52.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 08:41:52.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 08:41:52.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 08:41:52.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 08:56:53.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 08:56:53.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 08:56:53.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 08:56:53.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 09:11:53.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 09:11:53.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 09:11:53.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 09:11:53.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 09:26:53.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 09:26:53.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 09:26:53.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 09:26:53.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 09:41:53.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 09:41:53.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 09:41:53.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 09:41:53.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 09:56:54.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 09:56:54.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 09:56:54.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 09:56:54.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 10:11:54.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 10:11:54.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 10:11:54.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 10:11:54.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 10:26:54.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 10:26:54.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 10:26:54.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 10:26:54.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 10:41:54.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 10:41:54.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 10:41:54.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 10:41:54.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 10:56:55.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 10:56:55.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 10:56:55.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 10:56:55.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 11:11:55.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 11:11:55.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 11:11:55.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 11:11:55.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 11:26:55.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 11:26:55.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 11:26:55.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 11:26:55.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 11:41:55.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 11:41:55.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 11:41:55.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 11:41:55.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 11:56:56.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 11:56:56.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 11:56:56.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 11:56:56.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 12:11:56.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 12:11:56.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 12:11:56.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 12:11:56.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 12:26:56.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 12:26:56.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 12:26:56.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 12:26:56.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 12:41:57.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 12:41:57.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 12:41:57.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 12:41:57.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 12:56:57.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 12:56:57.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 12:56:57.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 12:56:57.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 13:11:58.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 13:11:58.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 13:11:58.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 13:11:58.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 13:26:58.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 13:26:58.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 13:26:58.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 13:26:58.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 13:41:28.9|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-09 13:41:28.9|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-09 13:41:28.9|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-09 13:41:29.0|Info|Database|Vacuuming Log database
|
|
2023-12-09 13:41:29.0|Info|Database|Log database compressed
|
|
2023-12-09 13:41:29.0|Info|Database|Vacuuming Main database
|
|
2023-12-09 13:41:29.0|Info|Database|Main database compressed
|
|
2023-12-09 13:41:59.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 13:41:59.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 13:41:59.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 13:41:59.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 13:56:59.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 13:56:59.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 13:56:59.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 13:56:59.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 14:11:59.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 14:11:59.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 14:11:59.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 14:11:59.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 14:26:59.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 14:26:59.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 14:26:59.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 14:26:59.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 14:41:59.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 14:42:00.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 14:42:00.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 14:42:00.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 14:57:00.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 14:57:00.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 14:57:00.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 14:57:00.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 15:12:00.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 15:12:00.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 15:12:00.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 15:12:00.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 15:27:00.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 15:27:00.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 15:27:00.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 15:27:00.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 15:42:01.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 15:42:01.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 15:42:01.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 15:42:01.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 15:57:01.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 15:57:01.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 15:57:01.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 15:57:01.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 16:12:01.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 16:12:01.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 16:12:01.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 16:12:01.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 16:27:01.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 16:27:01.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 16:27:01.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 16:27:01.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 16:42:02.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 16:42:02.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 16:42:02.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 16:42:02.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 16:57:02.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 16:57:02.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 16:57:02.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 16:57:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 17:12:02.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 17:12:02.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 17:12:02.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 17:12:02.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 17:27:02.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 17:27:02.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 17:27:02.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 17:27:02.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 17:42:02.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 17:42:02.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 17:42:02.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 17:42:02.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 17:57:03.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 17:57:03.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 17:57:03.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 17:57:03.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 18:12:03.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 18:12:03.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 18:12:03.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 18:12:03.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 18:27:03.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 18:27:03.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 18:27:03.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 18:27:03.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 18:42:03.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 18:42:03.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 18:42:03.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 18:42:03.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 18:57:03.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 18:57:03.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 18:57:03.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 18:57:03.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 19:12:04.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 19:12:04.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 19:12:04.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 19:12:04.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 19:27:04.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 19:27:04.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 19:27:04.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 19:27:04.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 19:42:04.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 19:42:04.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 19:42:04.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 19:42:04.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 19:57:05.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 19:57:05.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 19:57:05.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 19:57:05.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 20:12:05.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 20:12:05.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 20:12:05.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 20:12:05.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 20:27:05.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 20:27:05.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 20:27:05.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 20:27:05.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 20:42:05.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 20:42:05.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 20:42:05.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 20:42:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 20:57:06.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 20:57:06.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 20:57:06.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 20:57:06.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 21:12:06.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 21:12:06.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 21:12:06.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 21:12:06.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 21:27:06.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 21:27:06.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 21:27:06.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 21:27:06.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 21:42:06.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 21:42:06.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 21:42:06.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 21:42:06.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 21:57:07.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 21:57:07.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 21:57:07.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 21:57:07.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 22:12:07.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 22:12:07.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 22:12:07.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 22:12:07.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 22:27:07.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 22:27:07.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 22:27:07.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 22:27:07.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 22:42:07.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 22:42:07.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 22:42:07.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 22:42:07.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 22:57:08.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 22:57:08.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 22:57:08.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 22:57:08.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 23:12:08.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 23:12:08.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 23:12:08.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 23:12:08.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 23:27:08.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 23:27:08.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 23:27:08.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 23:27:08.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 23:42:08.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 23:42:08.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 23:42:08.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 23:42:08.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-09 23:57:08.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-09 23:57:08.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-09 23:57:08.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-09 23:57:08.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 00:12:08.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 00:12:08.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 00:12:08.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 00:12:08.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 00:27:09.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 00:27:09.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 00:27:09.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 00:27:09.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 00:42:09.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 00:42:09.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 00:42:09.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 00:42:09.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 00:57:09.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 00:57:09.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 00:57:09.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 00:57:09.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 01:12:09.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 01:12:09.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 01:12:09.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 01:12:09.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 01:27:09.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 01:27:09.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 01:27:09.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 01:27:09.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 01:42:10.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 01:42:10.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 01:42:10.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 01:42:10.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 01:57:10.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 01:57:10.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 01:57:10.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 01:57:10.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 02:12:10.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 02:12:10.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 02:12:10.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 02:12:10.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 02:27:10.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 02:27:10.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 02:27:10.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 02:27:10.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 02:42:11.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 02:42:11.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 02:42:11.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 02:42:11.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 02:57:11.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 02:57:11.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 02:57:11.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 02:57:11.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 03:12:11.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 03:12:11.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 03:12:11.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 03:12:11.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 03:27:11.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 03:27:11.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 03:27:11.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 03:27:11.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 03:42:12.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 03:42:12.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 03:42:12.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 03:42:12.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 03:57:12.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 03:57:12.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 03:57:12.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 03:57:12.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 04:12:12.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 04:12:12.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 04:12:12.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 04:12:12.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 04:27:12.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 04:27:12.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 04:27:12.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 04:27:12.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 04:42:13.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 04:42:13.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 04:42:13.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 04:42:13.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 04:57:13.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 04:57:13.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 04:57:13.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 04:57:13.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 05:12:13.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 05:12:13.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 05:12:13.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 05:12:13.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 05:27:14.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 05:27:14.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 05:27:14.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 05:27:14.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 05:42:14.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 05:42:14.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 05:42:14.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 05:42:14.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 05:57:14.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 05:57:14.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 05:57:14.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 05:57:14.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 06:12:14.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 06:12:14.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 06:12:14.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 06:12:14.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 06:27:15.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 06:27:15.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 06:27:15.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 06:27:15.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 06:42:15.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 06:42:15.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 06:42:15.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 06:42:15.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 06:57:16.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 06:57:16.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 06:57:16.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 06:57:16.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 07:12:16.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 07:12:16.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 07:12:16.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 07:12:16.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 07:27:16.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 07:27:16.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 07:27:16.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 07:27:16.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 07:42:16.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 07:42:16.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 07:42:16.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 07:42:16.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 07:57:17.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 07:57:17.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 07:57:17.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 07:57:17.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 08:12:17.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 08:12:17.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 08:12:17.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 08:12:17.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 08:27:17.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 08:27:17.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 08:27:17.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 08:27:17.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 08:42:17.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 08:42:17.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 08:42:17.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 08:42:17.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 08:57:18.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 08:57:18.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 08:57:18.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 08:57:18.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 09:12:18.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 09:12:18.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 09:12:18.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 09:12:18.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 09:27:18.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 09:27:18.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 09:27:18.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 09:27:18.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 09:42:18.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 09:42:18.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 09:42:18.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 09:42:18.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 09:57:19.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 09:57:19.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 09:57:19.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 09:57:19.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 10:12:19.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 10:12:19.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 10:12:19.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 10:12:19.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 10:27:19.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 10:27:19.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 10:27:19.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 10:27:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 10:42:19.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 10:42:19.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 10:42:19.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 10:42:19.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 10:57:20.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 10:57:20.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 10:57:20.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 10:57:20.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 11:12:20.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 11:12:20.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 11:12:20.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 11:12:20.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 11:27:21.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 11:27:21.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 11:27:21.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 11:27:21.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 11:42:21.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 11:42:21.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 11:42:21.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 11:42:21.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 11:57:21.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 11:57:21.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 11:57:21.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 11:57:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 12:12:22.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 12:12:22.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 12:12:22.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 12:12:22.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 12:27:22.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 12:27:22.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 12:27:22.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 12:27:22.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 12:42:22.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 12:42:22.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 12:42:22.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 12:42:22.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 12:57:22.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 12:57:22.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 12:57:22.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 12:57:22.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 13:12:22.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 13:12:22.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 13:12:22.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 13:12:22.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 13:27:23.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 13:27:23.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 13:27:23.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 13:27:23.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 13:41:53.5|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-10 13:41:53.5|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-10 13:41:53.5|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-10 13:41:53.5|Info|Database|Vacuuming Log database
|
|
2023-12-10 13:41:53.5|Info|Database|Log database compressed
|
|
2023-12-10 13:41:53.5|Info|Database|Vacuuming Main database
|
|
2023-12-10 13:41:53.6|Info|Database|Main database compressed
|
|
2023-12-10 13:42:23.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 13:42:23.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 13:42:23.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 13:42:23.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 13:57:23.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 13:57:23.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 13:57:23.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 13:57:23.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 14:12:24.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 14:12:24.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 14:12:24.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 14:12:24.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 14:27:24.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 14:27:24.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 14:27:24.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 14:27:24.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 14:42:24.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 14:42:24.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 14:42:24.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 14:42:24.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 14:57:24.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 14:57:24.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 14:57:24.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 14:57:24.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 15:12:25.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 15:12:25.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 15:12:25.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 15:12:25.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 15:27:25.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 15:27:25.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 15:27:25.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 15:27:25.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 15:42:25.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 15:42:25.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 15:42:25.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 15:42:25.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 15:57:26.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 15:57:26.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 15:57:26.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 15:57:26.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 16:12:26.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 16:12:26.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 16:12:26.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 16:12:26.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 16:27:26.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 16:27:26.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 16:27:26.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 16:27:26.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 16:42:26.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 16:42:26.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 16:42:26.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 16:42:26.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 16:57:26.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 16:57:26.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 16:57:26.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 16:57:26.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 17:12:26.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 17:12:26.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 17:12:26.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 17:12:26.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 17:27:27.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 17:27:27.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 17:27:27.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 17:27:27.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 17:42:27.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 17:42:27.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 17:42:27.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 17:42:27.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 17:57:27.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 17:57:27.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 17:57:27.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 17:57:27.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 18:12:27.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 18:12:27.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 18:12:27.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 18:12:27.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 18:27:27.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 18:27:27.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 18:27:27.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 18:27:27.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 18:42:27.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 18:42:27.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 18:42:27.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 18:42:27.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 18:57:28.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 18:57:28.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 18:57:28.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 18:57:28.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 19:12:28.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 19:12:28.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 19:12:28.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 19:12:28.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 19:27:28.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 19:27:28.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 19:27:28.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 19:27:28.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 19:42:29.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 19:42:29.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 19:42:29.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 19:42:29.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 19:57:29.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 19:57:29.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 19:57:29.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 19:57:29.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 20:12:29.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 20:12:29.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 20:12:29.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 20:12:29.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 20:27:29.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 20:27:29.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 20:27:29.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 20:27:29.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 20:42:30.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 20:42:30.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 20:42:30.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 20:42:30.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 20:57:30.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 20:57:30.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 20:57:30.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 20:57:30.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 21:12:30.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 21:12:30.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 21:12:30.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 21:12:30.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 21:27:30.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 21:27:30.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 21:27:30.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 21:27:30.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 21:42:30.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 21:42:30.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 21:42:30.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 21:42:30.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 21:57:31.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 21:57:31.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 21:57:31.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 21:57:31.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 22:12:31.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 22:12:31.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 22:12:31.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 22:12:31.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 22:27:31.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 22:27:31.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 22:27:31.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 22:27:31.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 22:42:32.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 22:42:32.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 22:42:32.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 22:42:32.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 22:57:32.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 22:57:32.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 22:57:32.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 22:57:32.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 23:12:32.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 23:12:32.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 23:12:32.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 23:12:32.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 23:27:33.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 23:27:33.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 23:27:33.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 23:27:33.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 23:42:33.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 23:42:33.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 23:42:33.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 23:42:33.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-10 23:57:33.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-10 23:57:33.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-10 23:57:33.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-10 23:57:33.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 00:12:33.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 00:12:33.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 00:12:33.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 00:12:33.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 00:27:34.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 00:27:34.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 00:27:34.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 00:27:34.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 00:42:34.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 00:42:34.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 00:42:34.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 00:42:34.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 00:57:35.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 00:57:35.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 00:57:35.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 00:57:35.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 01:12:35.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 01:12:35.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 01:12:35.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 01:12:35.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 01:27:35.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 01:27:35.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 01:27:35.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 01:27:35.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 01:42:35.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 01:42:35.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 01:42:35.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 01:42:35.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 01:57:36.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 01:57:36.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 01:57:36.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 01:57:36.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 02:12:36.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 02:12:36.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 02:12:36.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 02:12:36.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 02:27:36.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 02:27:36.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 02:27:36.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 02:27:36.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 02:42:36.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 02:42:36.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 02:42:36.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 02:42:36.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 02:57:37.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 02:57:37.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 02:57:37.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 02:57:37.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 03:12:37.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 03:12:37.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 03:12:37.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 03:12:37.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 03:27:37.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 03:27:37.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 03:27:37.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 03:27:37.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 03:42:37.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 03:42:37.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 03:42:37.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 03:42:37.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 03:57:38.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 03:57:38.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 03:57:38.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 03:57:38.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 04:12:38.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 04:12:38.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 04:12:38.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 04:12:38.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 04:27:38.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 04:27:38.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 04:27:38.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 04:27:38.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 04:42:38.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 04:42:38.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 04:42:38.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 04:42:38.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 04:57:39.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 04:57:39.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 04:57:39.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 04:57:39.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 05:12:39.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 05:12:39.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 05:12:39.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 05:12:39.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 05:27:39.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 05:27:39.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 05:27:39.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 05:27:39.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 05:42:39.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 05:42:39.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 05:42:39.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 05:42:39.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 05:57:40.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 05:57:40.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 05:57:40.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 05:57:40.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 06:12:40.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 06:12:40.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 06:12:40.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 06:12:40.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 06:27:40.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 06:27:40.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 06:27:40.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 06:27:40.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 06:42:40.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 06:42:40.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 06:42:40.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 06:42:40.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 06:57:40.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 06:57:40.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 06:57:40.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 06:57:40.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 07:12:40.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 07:12:40.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 07:12:40.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 07:12:40.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 07:27:41.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 07:27:41.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 07:27:41.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 07:27:41.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 07:42:41.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 07:42:41.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 07:42:41.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 07:42:41.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 07:57:41.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 07:57:41.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 07:57:41.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 07:57:41.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 08:12:42.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 08:12:42.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 08:12:42.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 08:12:42.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 08:27:42.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 08:27:42.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 08:27:42.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 08:27:42.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 08:42:42.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 08:42:42.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 08:42:42.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 08:42:42.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 08:57:42.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 08:57:42.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 08:57:42.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 08:57:42.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 09:12:42.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 09:12:42.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 09:12:42.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 09:12:42.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 09:27:43.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 09:27:43.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 09:27:43.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 09:27:43.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 09:42:43.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 09:42:43.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 09:42:43.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 09:42:43.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 09:57:43.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 09:57:43.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 09:57:43.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 09:57:43.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 10:12:43.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 10:12:43.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 10:12:43.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 10:12:43.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 10:27:43.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 10:27:43.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 10:27:43.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 10:27:43.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 10:42:44.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 10:42:44.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 10:42:44.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 10:42:44.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 10:57:44.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 10:57:44.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 10:57:44.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 10:57:44.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 11:12:44.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 11:12:44.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 11:12:44.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 11:12:44.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 11:27:45.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 11:27:45.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 11:27:45.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 11:27:45.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 11:42:45.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 11:42:45.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 11:42:45.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 11:42:45.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 11:57:45.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 11:57:45.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 11:57:45.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 11:57:45.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 12:12:45.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 12:12:45.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 12:12:45.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 12:12:45.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 12:27:45.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 12:27:45.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 12:27:45.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 12:27:45.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 12:42:46.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 12:42:46.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 12:42:46.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 12:42:46.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 12:57:46.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 12:57:46.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 12:57:46.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 12:57:46.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 13:12:46.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 13:12:46.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 13:12:46.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 13:12:46.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 13:27:46.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 13:27:46.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 13:27:46.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 13:27:46.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 13:42:17.4|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-11 13:42:17.4|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-11 13:42:17.4|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-11 13:42:17.5|Info|Database|Vacuuming Log database
|
|
2023-12-11 13:42:17.5|Info|Database|Log database compressed
|
|
2023-12-11 13:42:17.5|Info|Database|Vacuuming Main database
|
|
2023-12-11 13:42:17.5|Info|Database|Main database compressed
|
|
2023-12-11 13:42:47.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 13:42:47.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 13:42:47.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 13:42:47.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 13:57:47.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 13:57:47.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 13:57:47.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 13:57:47.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 14:12:47.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 14:12:47.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 14:12:47.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 14:12:47.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 14:27:48.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 14:27:48.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 14:27:48.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 14:27:48.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 14:42:48.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 14:42:48.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 14:42:48.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 14:42:48.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 14:57:48.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 14:57:48.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 14:57:48.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 14:57:48.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 15:13:18.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 15:13:18.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 15:13:18.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 15:13:18.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 15:28:19.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 15:28:19.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 15:28:19.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 15:28:19.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 15:43:19.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 15:43:19.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 15:43:19.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 15:43:19.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 15:58:19.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 15:58:19.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 15:58:19.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 15:58:19.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 16:13:20.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 16:13:20.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 16:13:20.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 16:13:20.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 16:28:20.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 16:28:20.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 16:28:20.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 16:28:20.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 16:43:20.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 16:43:20.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 16:43:20.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 16:43:20.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 16:58:21.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 16:58:21.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 16:58:21.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 16:58:21.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 17:13:21.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 17:13:21.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 17:13:21.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 17:13:21.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 17:28:21.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 17:28:21.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 17:28:21.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 17:28:21.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 17:43:21.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 17:43:21.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 17:43:21.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 17:43:21.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 17:58:21.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 17:58:21.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 17:58:21.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 17:58:21.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 18:13:21.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 18:13:21.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 18:13:21.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 18:13:21.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 18:28:21.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 18:28:21.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 18:28:21.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 18:28:21.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 18:43:22.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 18:43:22.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 18:43:22.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 18:43:22.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 18:58:22.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 18:58:22.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 18:58:22.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 18:58:22.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 19:13:22.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 19:13:22.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 19:13:22.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 19:13:22.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 19:28:22.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 19:28:22.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 19:28:22.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 19:28:22.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 19:43:23.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 19:43:23.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 19:43:23.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 19:43:23.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 19:58:23.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 19:58:23.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 19:58:23.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 19:58:23.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 20:13:24.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 20:13:24.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 20:13:24.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 20:13:24.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 20:28:24.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 20:28:24.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 20:28:24.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 20:28:24.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 20:43:24.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 20:43:24.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 20:43:24.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 20:43:24.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 20:58:24.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 20:58:24.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 20:58:24.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 20:58:24.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 21:13:25.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 21:13:25.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 21:13:25.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 21:13:25.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 21:28:25.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 21:28:25.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 21:28:25.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 21:28:25.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 21:43:26.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 21:43:26.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 21:43:26.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 21:43:26.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 21:58:26.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 21:58:26.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 21:58:26.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 21:58:26.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 22:13:26.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 22:13:26.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 22:13:26.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 22:13:26.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 22:28:27.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 22:28:27.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 22:28:27.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 22:28:27.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 22:43:27.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 22:43:27.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 22:43:27.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 22:43:27.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 22:58:27.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 22:58:27.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 22:58:27.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 22:58:27.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 23:13:27.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 23:13:27.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 23:13:27.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 23:13:27.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 23:28:28.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 23:28:28.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 23:28:28.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 23:28:28.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 23:43:28.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 23:43:28.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 23:43:28.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 23:43:28.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-11 23:58:28.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-11 23:58:28.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-11 23:58:28.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-11 23:58:28.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 00:13:28.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 00:13:28.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 00:13:28.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 00:13:28.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 00:28:29.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 00:28:29.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 00:28:29.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 00:28:29.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 00:43:29.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 00:43:29.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 00:43:29.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 00:43:29.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 00:58:29.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 00:58:29.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 00:58:29.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 00:58:29.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 01:13:29.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 01:13:29.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 01:13:29.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 01:13:29.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 01:28:29.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 01:28:29.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 01:28:29.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 01:28:29.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 01:43:30.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 01:43:30.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 01:43:30.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 01:43:30.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 01:58:30.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 01:58:30.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 01:58:30.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 01:58:30.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 02:13:30.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 02:13:30.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 02:13:30.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 02:13:30.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 02:28:30.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 02:28:30.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 02:28:30.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 02:28:30.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 02:43:31.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 02:43:31.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 02:43:31.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 02:43:31.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 02:58:31.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 02:58:31.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 02:58:31.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 02:58:31.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 03:13:31.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 03:13:31.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 03:13:31.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 03:13:31.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 03:28:31.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 03:28:31.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 03:28:31.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 03:28:31.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 03:43:32.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 03:43:32.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 03:43:32.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 03:43:32.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 03:59:02.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 03:59:02.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 03:59:02.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 03:59:02.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 04:14:02.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 04:14:02.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 04:14:02.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 04:14:02.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 04:29:02.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 04:29:02.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 04:29:02.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 04:29:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 04:44:02.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 04:44:02.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 04:44:02.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 04:44:02.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 04:59:03.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 04:59:03.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 04:59:03.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 04:59:03.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 05:14:03.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 05:14:03.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 05:14:03.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 05:14:03.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 05:29:03.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 05:29:03.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 05:29:03.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 05:29:03.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 05:44:03.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 05:44:03.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 05:44:03.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 05:44:03.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 05:59:33.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 05:59:33.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 05:59:33.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 05:59:33.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 06:14:33.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 06:14:33.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 06:14:33.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 06:14:33.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 06:29:34.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 06:29:34.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 06:29:34.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 06:29:34.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 06:44:34.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 06:44:34.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 06:44:34.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 06:44:34.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 06:59:34.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 06:59:34.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 06:59:34.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 06:59:34.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 07:14:34.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 07:14:34.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 07:14:34.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 07:14:34.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 07:29:35.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 07:29:35.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 07:29:35.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 07:29:35.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 07:44:35.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 07:44:35.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 07:44:35.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 07:44:35.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 07:59:35.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 07:59:35.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 07:59:35.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 07:59:35.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 08:14:35.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 08:14:35.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 08:14:35.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 08:14:35.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 08:29:35.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 08:29:35.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 08:29:35.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 08:29:35.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 08:44:35.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 08:44:35.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 08:44:35.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 08:44:35.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 08:59:36.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 08:59:36.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 08:59:36.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 08:59:36.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 09:14:36.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 09:14:36.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 09:14:36.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 09:14:36.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 09:29:36.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 09:29:36.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 09:29:36.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 09:29:36.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 09:44:37.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 09:44:37.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 09:44:37.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 09:44:37.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 09:59:37.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 09:59:37.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 09:59:37.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 09:59:37.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 10:14:37.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 10:14:37.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 10:14:37.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 10:14:37.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 10:29:37.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 10:29:37.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 10:29:37.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 10:29:37.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 10:44:38.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 10:44:38.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 10:44:38.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 10:44:38.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 10:59:38.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 10:59:38.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 10:59:38.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 10:59:38.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 11:14:38.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 11:14:38.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 11:14:38.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 11:14:38.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 11:29:38.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 11:29:38.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 11:29:38.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 11:29:38.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 11:44:39.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 11:44:39.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 11:44:39.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 11:44:39.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 11:59:39.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 11:59:39.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 11:59:39.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 11:59:39.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 12:14:39.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 12:14:39.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 12:14:39.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 12:14:39.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 12:29:39.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 12:29:39.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 12:29:39.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 12:29:39.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 12:44:39.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 12:44:39.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 12:44:39.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 12:44:39.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 12:59:40.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 12:59:40.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 12:59:40.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 12:59:40.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 13:14:40.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 13:14:40.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 13:14:40.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 13:14:40.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 13:29:40.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 13:29:40.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 13:29:40.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 13:29:40.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 13:42:41.0|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-12 13:42:41.0|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-12 13:42:41.0|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-12 13:42:41.0|Info|Database|Vacuuming Log database
|
|
2023-12-12 13:42:41.0|Info|Database|Log database compressed
|
|
2023-12-12 13:42:41.0|Info|Database|Vacuuming Main database
|
|
2023-12-12 13:42:41.0|Info|Database|Main database compressed
|
|
2023-12-12 13:44:41.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 13:44:41.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 13:44:41.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 13:44:41.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 13:59:41.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 13:59:41.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 13:59:41.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 13:59:41.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 14:14:41.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 14:14:41.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 14:14:41.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 14:14:41.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 14:29:42.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 14:29:42.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 14:29:42.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 14:29:42.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 14:44:42.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 14:44:42.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 14:44:42.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 14:44:42.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 14:59:42.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 14:59:42.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 14:59:42.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 14:59:42.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 15:14:42.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 15:14:42.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 15:14:42.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 15:14:42.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 15:29:43.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 15:29:43.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 15:29:43.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 15:29:43.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 15:44:43.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 15:44:43.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 15:44:43.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 15:44:43.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 15:59:43.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 15:59:43.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 15:59:43.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 15:59:43.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 16:14:44.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 16:14:44.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 16:14:44.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 16:14:44.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 16:29:44.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 16:29:44.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 16:29:44.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 16:29:44.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 16:44:44.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 16:44:44.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 16:44:44.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 16:44:44.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 16:59:45.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 16:59:45.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 16:59:45.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 16:59:45.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 17:14:45.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 17:14:45.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 17:14:45.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 17:14:45.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 17:29:45.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 17:29:45.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 17:29:45.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 17:29:45.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 17:44:45.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 17:44:45.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 17:44:45.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 17:44:45.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 17:59:46.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 17:59:46.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 17:59:46.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 17:59:46.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 18:14:46.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 18:14:46.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 18:14:46.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 18:14:46.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 18:29:46.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 18:29:46.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 18:29:46.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 18:29:46.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 18:44:46.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 18:44:46.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 18:44:46.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 18:44:46.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 18:59:47.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 18:59:47.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 18:59:47.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 18:59:47.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 19:14:47.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 19:14:47.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 19:14:47.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 19:14:47.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 19:29:47.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 19:29:47.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 19:29:47.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 19:29:47.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 19:44:47.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 19:44:47.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 19:44:47.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 19:44:47.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 19:59:48.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 19:59:48.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 19:59:48.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 19:59:48.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 20:14:48.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 20:14:48.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 20:14:48.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 20:14:48.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 20:29:48.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 20:29:48.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 20:29:48.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 20:29:48.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 20:44:48.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 20:44:48.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 20:44:48.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 20:44:48.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 20:59:48.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 20:59:48.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 20:59:48.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 20:59:48.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 21:14:49.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 21:14:49.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 21:14:49.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 21:14:49.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 21:29:49.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 21:29:49.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 21:29:49.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 21:29:49.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 21:44:49.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 21:44:49.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 21:44:49.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 21:44:49.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 21:59:50.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 21:59:50.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 21:59:50.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 21:59:50.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 22:14:50.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 22:14:50.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 22:14:50.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 22:14:50.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 22:29:50.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 22:29:50.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 22:29:50.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 22:29:50.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 22:44:50.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 22:44:50.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 22:44:50.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 22:44:50.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 22:59:50.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 22:59:50.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 22:59:50.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 22:59:50.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 23:14:51.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 23:14:51.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 23:14:51.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 23:14:51.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 23:29:51.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 23:29:51.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 23:29:51.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 23:29:51.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 23:44:52.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 23:44:52.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 23:44:52.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 23:44:52.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-12 23:59:52.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-12 23:59:52.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-12 23:59:52.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-12 23:59:52.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 00:14:52.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 00:14:52.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 00:14:52.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 00:14:52.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 00:29:53.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 00:29:53.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 00:29:53.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 00:29:53.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 00:44:53.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 00:44:53.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 00:44:53.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 00:44:53.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 00:59:53.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 00:59:53.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 00:59:53.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 00:59:53.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 01:14:53.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 01:14:53.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 01:14:53.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 01:14:53.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 01:29:54.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 01:29:54.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 01:29:54.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 01:29:54.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 01:44:54.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 01:44:54.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 01:44:54.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 01:44:54.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 01:59:54.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 01:59:54.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 01:59:54.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 01:59:54.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 02:14:55.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 02:14:55.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 02:14:55.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 02:14:55.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 02:29:55.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 02:29:55.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 02:29:55.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 02:29:55.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 02:44:55.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 02:44:55.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 02:44:55.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 02:44:55.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 02:59:55.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 02:59:55.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 02:59:55.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 02:59:55.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 03:14:56.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 03:14:56.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 03:14:56.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 03:14:56.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 03:29:56.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 03:29:56.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 03:29:56.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 03:29:56.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 03:44:56.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 03:44:56.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 03:44:56.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 03:44:56.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 03:59:57.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 03:59:57.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 03:59:57.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 03:59:57.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 04:14:57.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 04:14:57.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 04:14:57.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 04:14:57.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 04:29:57.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 04:29:57.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 04:29:57.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 04:29:57.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 04:44:57.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 04:44:57.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 04:44:57.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 04:44:57.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 04:59:57.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 04:59:57.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 04:59:57.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 04:59:57.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 05:14:58.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 05:14:58.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 05:14:58.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 05:14:58.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 05:29:58.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 05:29:58.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 05:29:58.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 05:29:58.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 05:44:58.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 05:44:58.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 05:44:58.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 05:44:58.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 06:00:28.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 06:00:28.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 06:00:28.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 06:00:28.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 06:15:29.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 06:15:29.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 06:15:29.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 06:15:29.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 06:30:29.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 06:30:29.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 06:30:29.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 06:30:29.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 06:45:29.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 06:45:29.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 06:45:29.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 06:45:29.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 07:00:30.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 07:00:30.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 07:00:30.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 07:00:30.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 07:15:30.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 07:15:30.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 07:15:30.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 07:15:30.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 07:30:30.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 07:30:30.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 07:30:30.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 07:30:30.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 07:45:30.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 07:45:30.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 07:45:30.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 07:45:30.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 08:00:31.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 08:00:31.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 08:00:31.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 08:00:31.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 08:15:31.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 08:15:31.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 08:15:31.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 08:15:31.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 08:30:31.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 08:30:31.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 08:30:31.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 08:30:31.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 08:45:31.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 08:45:31.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 08:45:31.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 08:45:31.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 09:00:32.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 09:00:32.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 09:00:32.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 09:00:32.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 09:15:32.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 09:15:32.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 09:15:32.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 09:15:32.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 09:30:32.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 09:30:32.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 09:30:32.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 09:30:32.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 09:45:32.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 09:45:32.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 09:45:32.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 09:45:32.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 10:00:33.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 10:00:33.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 10:00:33.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 10:00:33.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 10:15:33.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 10:15:33.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 10:15:33.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 10:15:33.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 10:30:34.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 10:30:34.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 10:30:34.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 10:30:34.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 10:45:34.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 10:45:34.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 10:45:34.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 10:45:34.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 11:00:34.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 11:00:34.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 11:00:34.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 11:00:34.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 11:15:34.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 11:15:34.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 11:15:34.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 11:15:34.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 11:30:34.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 11:30:34.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 11:30:34.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 11:30:34.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 11:45:35.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 11:45:35.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 11:45:35.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 11:45:35.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 12:00:35.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 12:00:35.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 12:00:35.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 12:00:35.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 12:15:36.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 12:15:36.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 12:15:36.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 12:15:36.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 12:30:36.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 12:30:36.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 12:30:36.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 12:30:36.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 12:45:36.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 12:45:36.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 12:45:36.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 12:45:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 13:00:37.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 13:00:37.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 13:00:37.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 13:00:37.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 13:15:37.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 13:15:37.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 13:15:37.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 13:15:37.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 13:30:37.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 13:30:37.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 13:30:37.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 13:30:37.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 13:43:08.3|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-13 13:43:08.3|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-13 13:43:08.4|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-13 13:43:08.4|Info|Database|Vacuuming Log database
|
|
2023-12-13 13:43:08.4|Info|Database|Log database compressed
|
|
2023-12-13 13:43:08.4|Info|Database|Vacuuming Main database
|
|
2023-12-13 13:43:08.4|Info|Database|Main database compressed
|
|
2023-12-13 13:45:38.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 13:45:38.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 13:45:38.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 13:45:38.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 14:00:38.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 14:00:38.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 14:00:38.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 14:00:38.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 14:15:38.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 14:15:38.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 14:15:38.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 14:15:38.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 14:30:38.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 14:30:38.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 14:30:38.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 14:30:38.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 14:45:39.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 14:45:39.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 14:45:39.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 14:45:39.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 15:00:39.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 15:00:39.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 15:00:39.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 15:00:39.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 15:15:39.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 15:15:39.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 15:15:39.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 15:15:39.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 15:30:39.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 15:30:39.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 15:30:39.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 15:30:39.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 15:45:40.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 15:45:40.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 15:45:40.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 15:45:40.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 16:00:40.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 16:00:40.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 16:00:40.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 16:00:40.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 16:15:40.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 16:15:40.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 16:15:40.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 16:15:40.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 16:30:40.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 16:30:40.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 16:30:40.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 16:30:40.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 16:45:41.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 16:45:41.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 16:45:41.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 16:45:41.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 17:00:41.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 17:00:41.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 17:00:41.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 17:00:41.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 17:15:41.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 17:15:41.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 17:15:41.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 17:15:41.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 17:30:42.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 17:30:42.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 17:30:42.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 17:30:42.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 17:45:42.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 17:45:42.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 17:45:42.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 17:45:42.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 18:00:42.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 18:00:42.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 18:00:42.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 18:00:42.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 18:15:42.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 18:15:42.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 18:15:42.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 18:15:42.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 18:30:43.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 18:30:43.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 18:30:43.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 18:30:43.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 18:45:43.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 18:45:43.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 18:45:43.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 18:45:43.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 19:00:43.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 19:00:43.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 19:00:43.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 19:00:43.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 19:15:43.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 19:15:43.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 19:15:43.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 19:15:43.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 19:30:43.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 19:30:43.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 19:30:43.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 19:30:43.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 19:45:44.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 19:45:44.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 19:45:44.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 19:45:44.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 20:00:44.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 20:00:44.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 20:00:44.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 20:00:44.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 20:15:44.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 20:15:44.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 20:15:44.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 20:15:44.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 20:30:44.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 20:30:44.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 20:30:44.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 20:30:44.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 20:45:45.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 20:45:45.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 20:45:45.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 20:45:45.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 21:00:45.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 21:00:45.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 21:00:45.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 21:00:45.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 21:15:45.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 21:15:45.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 21:15:45.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 21:15:45.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 21:30:45.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 21:30:45.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 21:30:45.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 21:30:45.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 21:45:46.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 21:45:46.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 21:45:46.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 21:45:46.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 22:00:46.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 22:00:46.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 22:00:46.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 22:00:46.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 22:15:46.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 22:15:46.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 22:15:46.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 22:15:46.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 22:30:46.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 22:30:46.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 22:30:46.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 22:30:46.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 22:45:46.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 22:45:46.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 22:45:46.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 22:45:46.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 23:00:47.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 23:00:47.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 23:00:47.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 23:00:47.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 23:15:47.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 23:15:47.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 23:15:47.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 23:15:47.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 23:30:47.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 23:30:47.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 23:30:47.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 23:30:47.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-13 23:45:47.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-13 23:45:47.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-13 23:45:47.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-13 23:45:47.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 00:00:48.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 00:00:48.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 00:00:48.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 00:00:48.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 00:15:48.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 00:15:48.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 00:15:48.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 00:15:48.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 00:30:49.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 00:30:49.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 00:30:49.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 00:30:49.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 00:45:49.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 00:45:49.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 00:45:49.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 00:45:49.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 01:00:49.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 01:00:49.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 01:00:49.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 01:00:49.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 01:15:50.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 01:15:50.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 01:15:50.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 01:15:50.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 01:30:50.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 01:30:50.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 01:30:50.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 01:30:50.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 01:45:51.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 01:45:51.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 01:45:51.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 01:45:51.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 02:00:51.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 02:00:51.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 02:00:51.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 02:00:51.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 02:15:51.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 02:15:51.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 02:15:51.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 02:15:51.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 02:30:51.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 02:30:51.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 02:30:51.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 02:30:51.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 02:45:52.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 02:45:52.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 02:45:52.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 02:45:52.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 03:00:52.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 03:00:52.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 03:00:52.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 03:00:52.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 03:15:52.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 03:15:52.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 03:15:52.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 03:15:52.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 03:30:52.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 03:30:52.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 03:30:52.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 03:30:52.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 03:45:52.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 03:45:52.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 03:45:52.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 03:45:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 04:00:53.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 04:00:53.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 04:00:53.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 04:00:53.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 04:15:53.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 04:15:53.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 04:15:53.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 04:15:53.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 04:30:53.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 04:30:53.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 04:30:53.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 04:30:53.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 04:45:53.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 04:45:53.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 04:45:53.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 04:45:53.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 05:00:53.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 05:00:53.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 05:00:53.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 05:00:53.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 05:15:54.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 05:15:54.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 05:15:54.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 05:15:54.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 05:30:54.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 05:30:54.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 05:30:54.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 05:30:54.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 05:45:54.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 05:45:54.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 05:45:54.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 05:45:54.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 06:00:55.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 06:00:55.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 06:00:55.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 06:00:55.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 06:15:55.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 06:15:55.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 06:15:55.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 06:15:55.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 06:30:55.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 06:30:55.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 06:30:55.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 06:30:55.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 06:45:55.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 06:45:55.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 06:45:55.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 06:45:55.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 07:00:56.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 07:00:56.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 07:00:56.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 07:00:56.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 07:15:56.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 07:15:56.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 07:15:56.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 07:15:56.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 07:30:56.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 07:30:56.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 07:30:56.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 07:30:56.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 07:45:57.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 07:45:57.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 07:45:57.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 07:45:57.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 08:00:57.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 08:00:57.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 08:00:57.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 08:00:57.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 08:15:57.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 08:15:57.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 08:15:57.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 08:15:57.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 08:30:58.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 08:30:58.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 08:30:58.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 08:30:58.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 08:45:58.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 08:45:58.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 08:45:58.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 08:45:58.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 09:00:58.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 09:00:58.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 09:00:58.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 09:00:58.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 09:15:59.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 09:15:59.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 09:15:59.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 09:15:59.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 09:30:59.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 09:30:59.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 09:30:59.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 09:30:59.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 09:45:59.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 09:45:59.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 09:45:59.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 09:45:59.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 10:01:00.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 10:01:00.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 10:01:00.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 10:01:00.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 10:16:00.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 10:16:00.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 10:16:00.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 10:16:00.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 10:31:00.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 10:31:00.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 10:31:00.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 10:31:00.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 10:46:00.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 10:46:00.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 10:46:00.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 10:46:00.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 11:01:01.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 11:01:01.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 11:01:01.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 11:01:01.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 11:16:01.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 11:16:01.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 11:16:01.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 11:16:01.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 11:31:01.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 11:31:01.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 11:31:01.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 11:31:01.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 11:46:01.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 11:46:01.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 11:46:01.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 11:46:01.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 12:01:02.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 12:01:02.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 12:01:02.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 12:01:02.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 12:16:02.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 12:16:02.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 12:16:02.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 12:16:02.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 12:31:02.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 12:31:02.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 12:31:02.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 12:31:02.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 12:46:02.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 12:46:02.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 12:46:02.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 12:46:02.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 13:01:32.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 13:01:32.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 13:01:32.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 13:01:32.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 13:16:32.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 13:16:32.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 13:16:32.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 13:16:32.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 13:31:33.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 13:31:33.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 13:31:33.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 13:31:33.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 13:43:33.5|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-14 13:43:33.5|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-14 13:43:33.5|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-14 13:43:33.5|Info|Database|Vacuuming Log database
|
|
2023-12-14 13:43:33.5|Info|Database|Log database compressed
|
|
2023-12-14 13:43:33.5|Info|Database|Vacuuming Main database
|
|
2023-12-14 13:43:33.5|Info|Database|Main database compressed
|
|
2023-12-14 13:46:33.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 13:46:33.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 13:46:33.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 13:46:33.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 14:01:33.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 14:01:33.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 14:01:33.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 14:01:33.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 14:16:33.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 14:16:33.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 14:16:33.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 14:16:33.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 14:31:34.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 14:31:34.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 14:31:34.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 14:31:34.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 14:46:34.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 14:46:34.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 14:46:34.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 14:46:34.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 15:01:34.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 15:01:34.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 15:01:34.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 15:01:34.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 15:16:34.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 15:16:34.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 15:16:34.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 15:16:34.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 15:31:34.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 15:31:34.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 15:31:34.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 15:31:34.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 15:46:35.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 15:46:35.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 15:46:35.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 15:46:35.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 16:01:35.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 16:01:35.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 16:01:35.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 16:01:35.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 16:16:35.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 16:16:35.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 16:16:35.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 16:16:35.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 16:31:35.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 16:31:35.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 16:31:35.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 16:31:35.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 16:46:35.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 16:46:35.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 16:46:35.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 16:46:35.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 17:01:35.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 17:01:35.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 17:01:35.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 17:01:35.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 17:16:36.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 17:16:36.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 17:16:36.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 17:16:36.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 17:31:36.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 17:31:36.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 17:31:36.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 17:31:36.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 17:46:36.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 17:46:36.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 17:46:36.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 17:46:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 18:01:36.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 18:01:36.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 18:01:36.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 18:01:36.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 18:16:37.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 18:16:37.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 18:16:37.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 18:16:37.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 18:31:37.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 18:31:37.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 18:31:37.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 18:31:37.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 18:46:37.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 18:46:37.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 18:46:37.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 18:46:37.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 19:01:37.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 19:01:37.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 19:01:37.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 19:01:37.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 19:17:07.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 19:17:07.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 19:17:07.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 19:17:07.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 19:32:08.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 19:32:08.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 19:32:08.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 19:32:08.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 19:47:08.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 19:47:08.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 19:47:08.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 19:47:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 20:02:08.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 20:02:08.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 20:02:08.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 20:02:08.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 20:17:08.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 20:17:08.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 20:17:08.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 20:17:08.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 20:32:09.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 20:32:09.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 20:32:09.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 20:32:09.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 20:47:09.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 20:47:09.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 20:47:09.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 20:47:09.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 21:02:10.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 21:02:10.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 21:02:10.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 21:02:10.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 21:17:10.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 21:17:10.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 21:17:10.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 21:17:10.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 21:32:10.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 21:32:10.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 21:32:10.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 21:32:10.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 21:47:10.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 21:47:10.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 21:47:10.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 21:47:10.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 22:02:11.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 22:02:11.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 22:02:11.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 22:02:11.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 22:17:11.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 22:17:11.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 22:17:11.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 22:17:11.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 22:32:11.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 22:32:11.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 22:32:11.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 22:32:11.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 22:47:12.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 22:47:12.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 22:47:12.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 22:47:12.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 23:02:12.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 23:02:12.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 23:02:12.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 23:02:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 23:17:12.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 23:17:12.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 23:17:12.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 23:17:12.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 23:32:13.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 23:32:13.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 23:32:13.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 23:32:13.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-14 23:47:13.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-14 23:47:13.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-14 23:47:13.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-14 23:47:13.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 00:02:13.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 00:02:13.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 00:02:13.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 00:02:13.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 00:17:14.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 00:17:14.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 00:17:14.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 00:17:14.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 00:32:14.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 00:32:14.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 00:32:14.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 00:32:14.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 00:47:15.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 00:47:15.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 00:47:15.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 00:47:15.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 01:02:15.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 01:02:15.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 01:02:15.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 01:02:15.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 01:17:15.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 01:17:15.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 01:17:15.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 01:17:15.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 01:32:15.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 01:32:15.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 01:32:15.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 01:32:15.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 01:47:16.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 01:47:16.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 01:47:16.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 01:47:16.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 02:02:16.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 02:02:16.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 02:02:16.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 02:02:16.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 02:17:16.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 02:17:16.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 02:17:16.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 02:17:16.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 02:32:16.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 02:32:16.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 02:32:16.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 02:32:16.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 02:47:17.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 02:47:17.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 02:47:17.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 02:47:17.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 03:02:17.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 03:02:17.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 03:02:17.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 03:02:17.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 03:17:17.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 03:17:17.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 03:17:17.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 03:17:17.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 03:32:18.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 03:32:18.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 03:32:18.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 03:32:18.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 03:47:18.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 03:47:18.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 03:47:18.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 03:47:18.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 04:02:18.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 04:02:18.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 04:02:18.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 04:02:18.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 04:17:19.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 04:17:19.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 04:17:19.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 04:17:19.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 04:32:19.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 04:32:19.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 04:32:19.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 04:32:19.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 04:47:19.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 04:47:19.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 04:47:19.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 04:47:19.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 05:02:20.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 05:02:20.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 05:02:20.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 05:02:20.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 05:17:20.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 05:17:20.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 05:17:20.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 05:17:20.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 05:32:20.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 05:32:20.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 05:32:20.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 05:32:20.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 05:47:21.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 05:47:21.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 05:47:21.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 05:47:21.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 06:02:21.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 06:02:21.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 06:02:21.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 06:02:21.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 06:17:21.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 06:17:21.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 06:17:21.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 06:17:21.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 06:32:21.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 06:32:21.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 06:32:21.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 06:32:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 06:47:22.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 06:47:22.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 06:47:22.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 06:47:22.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 07:02:22.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 07:02:22.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 07:02:22.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 07:02:22.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 07:17:22.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 07:17:22.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 07:17:22.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 07:17:22.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 07:32:22.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 07:32:22.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 07:32:22.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 07:32:22.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 07:47:23.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 07:47:23.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 07:47:23.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 07:47:23.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 08:02:23.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 08:02:23.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 08:02:23.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 08:02:23.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 08:17:23.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 08:17:23.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 08:17:23.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 08:17:23.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 08:32:24.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 08:32:24.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 08:32:24.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 08:32:24.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 08:47:24.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 08:47:24.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 08:47:24.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 08:47:24.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 09:02:24.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 09:02:24.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 09:02:24.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 09:02:24.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 09:17:25.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 09:17:25.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 09:17:25.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 09:17:25.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 09:32:25.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 09:32:25.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 09:32:25.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 09:32:25.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 09:47:25.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 09:47:25.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 09:47:25.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 09:47:25.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 10:02:25.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 10:02:25.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 10:02:25.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 10:02:25.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 10:17:25.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 10:17:25.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 10:17:25.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 10:17:25.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 10:32:26.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 10:32:26.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 10:32:26.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 10:32:26.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 10:47:26.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 10:47:26.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 10:47:26.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 10:47:26.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 11:02:26.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 11:02:26.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 11:02:26.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 11:02:26.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 11:17:26.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 11:17:26.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 11:17:26.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 11:17:26.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 11:32:27.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 11:32:27.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 11:32:27.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 11:32:27.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 11:47:27.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 11:47:27.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 11:47:27.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 11:47:27.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 12:02:27.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 12:02:27.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 12:02:27.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 12:02:27.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 12:17:27.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 12:17:27.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 12:17:27.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 12:17:27.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 12:32:28.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 12:32:28.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 12:32:28.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 12:32:28.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 12:47:28.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 12:47:28.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 12:47:28.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 12:47:28.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 13:02:28.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 13:02:28.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 13:02:28.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 13:02:28.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 13:17:28.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 13:17:28.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 13:17:28.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 13:17:28.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 13:32:29.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 13:32:29.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 13:32:29.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 13:32:29.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 13:41:29.1|Info|BackupService|Starting Backup
|
|
2023-12-15 13:43:59.3|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-15 13:43:59.3|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-15 13:43:59.3|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-15 13:43:59.3|Info|Database|Vacuuming Log database
|
|
2023-12-15 13:43:59.3|Info|Database|Log database compressed
|
|
2023-12-15 13:43:59.3|Info|Database|Vacuuming Main database
|
|
2023-12-15 13:43:59.3|Info|Database|Main database compressed
|
|
2023-12-15 13:47:29.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 13:47:29.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 13:47:29.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 13:47:29.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 14:02:29.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 14:02:29.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 14:02:29.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 14:02:29.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 14:17:29.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 14:17:29.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 14:17:29.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 14:17:29.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 14:32:30.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 14:32:30.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 14:32:30.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 14:32:30.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 14:47:30.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 14:47:30.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 14:47:30.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 14:47:30.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 15:02:30.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 15:02:30.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 15:02:30.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 15:02:30.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 15:17:31.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 15:17:31.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 15:17:31.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 15:17:31.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 15:32:31.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 15:32:31.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 15:32:31.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 15:32:31.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 15:47:32.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 15:47:32.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 15:47:32.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 15:47:32.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 16:02:32.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 16:02:32.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 16:02:32.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 16:02:32.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 16:17:32.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 16:17:32.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 16:17:32.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 16:17:32.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 16:32:32.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 16:32:32.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 16:32:32.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 16:32:32.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 16:47:33.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 16:47:33.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 16:47:33.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 16:47:33.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 17:02:33.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 17:02:33.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 17:02:33.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 17:02:33.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 17:17:34.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 17:17:34.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 17:17:34.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 17:17:34.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 17:32:34.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 17:32:34.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 17:32:34.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 17:32:34.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 17:47:34.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 17:47:34.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 17:47:34.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 17:47:34.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 18:02:34.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 18:02:34.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 18:02:34.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 18:02:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 18:17:34.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 18:17:34.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 18:17:34.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 18:17:34.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 18:32:35.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 18:32:35.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 18:32:35.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 18:32:35.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 18:47:35.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 18:47:35.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 18:47:35.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 18:47:35.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 19:02:35.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 19:02:35.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 19:02:35.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 19:02:35.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 19:17:35.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 19:17:35.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 19:17:35.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 19:17:35.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 19:32:36.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 19:32:36.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 19:32:36.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 19:32:36.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 19:47:36.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 19:47:36.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 19:47:36.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 19:47:36.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 20:02:36.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 20:02:36.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 20:02:36.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 20:02:36.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 20:17:37.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 20:17:37.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 20:17:37.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 20:17:37.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 20:32:37.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 20:32:37.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 20:32:37.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 20:32:37.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 20:47:37.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 20:47:37.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 20:47:37.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 20:47:37.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 21:02:38.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 21:02:38.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 21:02:38.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 21:02:38.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 21:17:38.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 21:17:38.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 21:17:38.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 21:17:38.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 21:32:38.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 21:32:38.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 21:32:38.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 21:32:38.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 21:47:38.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 21:47:38.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 21:47:38.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 21:47:38.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 22:02:39.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 22:02:39.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 22:02:39.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 22:02:39.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 22:17:39.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 22:17:39.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 22:17:39.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 22:17:39.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 22:32:39.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 22:32:39.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 22:32:39.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 22:32:39.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 22:47:40.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 22:47:40.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 22:47:40.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 22:47:40.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 23:02:40.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 23:02:40.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 23:02:40.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 23:02:40.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 23:17:41.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 23:17:41.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 23:17:41.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 23:17:41.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 23:32:41.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 23:32:41.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 23:32:41.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 23:32:41.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-15 23:47:41.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-15 23:47:41.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-15 23:47:41.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-15 23:47:41.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 00:02:41.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 00:02:41.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 00:02:41.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 00:02:41.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 00:17:42.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 00:17:42.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 00:17:42.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 00:17:42.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 00:32:42.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 00:32:42.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 00:32:42.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 00:32:42.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 00:47:42.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 00:47:42.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 00:47:42.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 00:47:42.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 01:02:42.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 01:02:42.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 01:02:42.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 01:02:42.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 01:17:43.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 01:17:43.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 01:17:43.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 01:17:43.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 01:32:43.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 01:32:43.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 01:32:43.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 01:32:43.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 01:47:43.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 01:47:43.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 01:47:43.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 01:47:43.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 02:02:43.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 02:02:43.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 02:02:43.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 02:02:43.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 02:17:44.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 02:17:44.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 02:17:44.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 02:17:44.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 02:32:44.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 02:32:44.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 02:32:44.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 02:32:44.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 02:47:44.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 02:47:44.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 02:47:44.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 02:47:44.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 03:02:45.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 03:02:45.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 03:02:45.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 03:02:45.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 03:17:45.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 03:17:45.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 03:17:45.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 03:17:45.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 03:32:45.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 03:32:45.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 03:32:45.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 03:32:45.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 03:47:45.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 03:47:45.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 03:47:45.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 03:47:45.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 04:02:45.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 04:02:45.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 04:02:45.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 04:02:45.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 04:17:46.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 04:17:46.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 04:17:46.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 04:17:46.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 04:32:46.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 04:32:46.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 04:32:46.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 04:32:46.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 04:47:46.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 04:47:46.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 04:47:46.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 04:47:46.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 05:02:46.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 05:02:46.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 05:02:46.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 05:02:46.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 05:17:46.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 05:17:46.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 05:17:46.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 05:17:46.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 05:32:47.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 05:32:47.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 05:32:47.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 05:32:47.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 05:47:47.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 05:47:47.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 05:47:47.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 05:47:47.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 06:02:47.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 06:02:47.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 06:02:47.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 06:02:47.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 06:17:47.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 06:17:47.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 06:17:47.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 06:17:47.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 06:32:48.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 06:32:48.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 06:32:48.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 06:32:48.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 06:47:48.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 06:47:48.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 06:47:48.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 06:47:48.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 07:02:48.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 07:02:48.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 07:02:48.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 07:02:48.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 07:17:48.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 07:17:48.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 07:17:48.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 07:17:48.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 07:32:49.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 07:32:49.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 07:32:49.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 07:32:49.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 07:47:49.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 07:47:49.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 07:47:49.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 07:47:49.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 08:02:50.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 08:02:50.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 08:02:50.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 08:02:50.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 08:17:50.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 08:17:50.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 08:17:50.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 08:17:50.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 08:32:50.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 08:32:50.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 08:32:50.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 08:32:50.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 08:47:50.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 08:47:50.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 08:47:50.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 08:47:50.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 09:02:50.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 09:02:50.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 09:02:50.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 09:02:50.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 09:17:51.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 09:17:51.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 09:17:51.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 09:17:51.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 09:32:51.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 09:32:51.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 09:32:51.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 09:32:51.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 09:47:51.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 09:47:51.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 09:47:51.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 09:47:51.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 10:02:52.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 10:02:52.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 10:02:52.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 10:02:52.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 10:17:52.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 10:17:52.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 10:17:52.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 10:17:52.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 10:32:52.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 10:32:52.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 10:32:52.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 10:32:52.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 10:47:52.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 10:47:52.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 10:47:52.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 10:47:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 11:02:53.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 11:02:53.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 11:02:53.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 11:02:53.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 11:17:53.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 11:17:53.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 11:17:53.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 11:17:53.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 11:32:53.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 11:32:53.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 11:32:53.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 11:32:53.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 11:47:53.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 11:47:53.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 11:47:53.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 11:47:53.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 12:02:54.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 12:02:54.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 12:02:54.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 12:02:54.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 12:17:54.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 12:17:54.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 12:17:54.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 12:17:54.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 12:32:54.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 12:32:54.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 12:32:54.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 12:32:54.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 12:47:54.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 12:47:54.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 12:47:54.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 12:47:54.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 13:02:54.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 13:02:54.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 13:02:54.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 13:02:54.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 13:17:55.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 13:17:55.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 13:17:55.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 13:17:55.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 13:32:55.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 13:32:55.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 13:32:55.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 13:32:55.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 13:44:25.9|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-16 13:44:25.9|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-16 13:44:26.0|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-16 13:44:26.0|Info|Database|Vacuuming Log database
|
|
2023-12-16 13:44:26.1|Info|Database|Log database compressed
|
|
2023-12-16 13:44:26.1|Info|Database|Vacuuming Main database
|
|
2023-12-16 13:44:26.1|Info|Database|Main database compressed
|
|
2023-12-16 13:47:56.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 13:47:56.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 13:47:56.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 13:47:56.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 14:02:56.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 14:02:56.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 14:02:56.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 14:02:56.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 14:17:56.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 14:17:56.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 14:17:56.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 14:17:56.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 14:32:57.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 14:32:57.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 14:32:57.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 14:32:57.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 14:47:57.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 14:47:57.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 14:47:57.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 14:47:57.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 15:02:57.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 15:02:57.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 15:02:57.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 15:02:57.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 15:17:58.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 15:17:58.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 15:17:58.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 15:17:58.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 15:32:58.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 15:32:58.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 15:32:58.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 15:32:58.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 15:47:58.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 15:47:58.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 15:47:58.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 15:47:58.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 16:02:58.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 16:02:58.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 16:02:58.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 16:02:58.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 16:17:59.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 16:17:59.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 16:17:59.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 16:17:59.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 16:32:59.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 16:32:59.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 16:32:59.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 16:32:59.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 16:47:59.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 16:47:59.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 16:47:59.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 16:47:59.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 17:03:00.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 17:03:00.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 17:03:00.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 17:03:00.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 17:18:00.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 17:18:00.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 17:18:00.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 17:18:00.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 17:33:00.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 17:33:00.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 17:33:00.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 17:33:00.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 17:48:00.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 17:48:00.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 17:48:00.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 17:48:00.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 18:03:00.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 18:03:00.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 18:03:00.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 18:03:00.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 18:18:01.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 18:18:01.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 18:18:01.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 18:18:01.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 18:33:01.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 18:33:01.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 18:33:01.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 18:33:01.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 18:48:01.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 18:48:01.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 18:48:01.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 18:48:01.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 19:03:01.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 19:03:01.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 19:03:01.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 19:03:01.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 19:18:02.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 19:18:02.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 19:18:02.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 19:18:02.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 19:33:02.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 19:33:02.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 19:33:02.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 19:33:02.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 19:48:02.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 19:48:02.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 19:48:02.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 19:48:02.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 20:03:02.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 20:03:02.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 20:03:02.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 20:03:02.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 20:18:03.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 20:18:03.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 20:18:03.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 20:18:03.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 20:33:03.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 20:33:03.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 20:33:03.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 20:33:03.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 20:48:03.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 20:48:03.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 20:48:03.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 20:48:03.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 21:03:03.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 21:03:03.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 21:03:03.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 21:03:03.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 21:18:03.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 21:18:03.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 21:18:03.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 21:18:03.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 21:33:04.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 21:33:04.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 21:33:04.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 21:33:04.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 21:48:04.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 21:48:04.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 21:48:04.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 21:48:04.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 22:03:04.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 22:03:04.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 22:03:04.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 22:03:04.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 22:18:04.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 22:18:04.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 22:18:04.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 22:18:04.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 22:33:05.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 22:33:05.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 22:33:05.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 22:33:05.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 22:48:05.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 22:48:05.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 22:48:05.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 22:48:05.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 23:03:05.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 23:03:05.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 23:03:05.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 23:03:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 23:18:05.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 23:18:05.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 23:18:05.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 23:18:05.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 23:33:06.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 23:33:06.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 23:33:06.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 23:33:06.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-16 23:48:06.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-16 23:48:06.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-16 23:48:06.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-16 23:48:06.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 00:03:06.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 00:03:06.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 00:03:06.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 00:03:06.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 00:18:07.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 00:18:07.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 00:18:07.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 00:18:07.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 00:33:07.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 00:33:07.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 00:33:07.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 00:33:07.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 00:48:07.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 00:48:07.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 00:48:07.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 00:48:07.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 01:03:07.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 01:03:07.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 01:03:07.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 01:03:07.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 01:18:08.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 01:18:08.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 01:18:08.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 01:18:08.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 01:33:08.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 01:33:08.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 01:33:08.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 01:33:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 01:48:08.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 01:48:08.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 01:48:08.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 01:48:08.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 02:03:09.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 02:03:09.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 02:03:09.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 02:03:09.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 02:18:09.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 02:18:09.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 02:18:09.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 02:18:09.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 02:33:09.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 02:33:09.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 02:33:09.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 02:33:09.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 02:48:09.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 02:48:09.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 02:48:09.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 02:48:09.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 03:03:09.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 03:03:09.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 03:03:09.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 03:03:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 03:18:10.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 03:18:10.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 03:18:10.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 03:18:10.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 03:33:10.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 03:33:10.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 03:33:10.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 03:33:10.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 03:48:10.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 03:48:10.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 03:48:10.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 03:48:10.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 04:03:10.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 04:03:10.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 04:03:10.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 04:03:10.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 04:18:11.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 04:18:11.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 04:18:11.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 04:18:11.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 04:33:11.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 04:33:11.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 04:33:11.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 04:33:11.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 04:48:11.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 04:48:11.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 04:48:11.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 04:48:11.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 05:03:11.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 05:03:11.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 05:03:11.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 05:03:11.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 05:18:12.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 05:18:12.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 05:18:12.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 05:18:12.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 05:33:12.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 05:33:12.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 05:33:12.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 05:33:12.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 05:48:12.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 05:48:12.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 05:48:12.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 05:48:12.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 06:03:13.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 06:03:13.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 06:03:13.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 06:03:13.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 06:18:13.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 06:18:13.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 06:18:13.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 06:18:13.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 06:33:13.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 06:33:13.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 06:33:13.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 06:33:13.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 06:48:13.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 06:48:13.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 06:48:13.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 06:48:13.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 07:03:13.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 07:03:13.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 07:03:13.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 07:03:13.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 07:18:14.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 07:18:14.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 07:18:14.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 07:18:14.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 07:33:14.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 07:33:14.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 07:33:14.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 07:33:14.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 07:48:14.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 07:48:14.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 07:48:14.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 07:48:14.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 08:03:14.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 08:03:14.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 08:03:14.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 08:03:14.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 08:18:15.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 08:18:15.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 08:18:15.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 08:18:15.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 08:33:15.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 08:33:15.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 08:33:15.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 08:33:15.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 08:48:15.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 08:48:15.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 08:48:15.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 08:48:15.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 09:03:15.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 09:03:15.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 09:03:15.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 09:03:15.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 09:18:16.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 09:18:16.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 09:18:16.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 09:18:16.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 09:33:16.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 09:33:16.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 09:33:16.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 09:33:16.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 09:48:16.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 09:48:16.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 09:48:16.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 09:48:16.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 10:03:16.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 10:03:16.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 10:03:16.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 10:03:16.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 10:18:16.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 10:18:16.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 10:18:16.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 10:18:16.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 10:33:17.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 10:33:17.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 10:33:17.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 10:33:17.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 10:48:17.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 10:48:17.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 10:48:17.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 10:48:17.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 11:03:17.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 11:03:17.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 11:03:17.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 11:03:17.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 11:18:18.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 11:18:18.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 11:18:18.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 11:18:18.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 11:33:18.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 11:33:18.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 11:33:18.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 11:33:18.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 11:48:18.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 11:48:18.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 11:48:18.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 11:48:18.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 12:03:18.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 12:03:18.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 12:03:18.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 12:03:18.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 12:18:18.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 12:18:18.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 12:18:18.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 12:18:18.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 12:33:19.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 12:33:19.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 12:33:19.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 12:33:19.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 12:48:19.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 12:48:19.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 12:48:19.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 12:48:19.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 13:03:19.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 13:03:19.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 13:03:19.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 13:03:19.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 13:18:19.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 13:18:19.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 13:18:19.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 13:18:19.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 13:33:19.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 13:33:19.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 13:33:19.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 13:33:19.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 13:44:50.3|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-17 13:44:50.3|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-17 13:44:50.3|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-17 13:44:50.3|Info|Database|Vacuuming Log database
|
|
2023-12-17 13:44:50.3|Info|Database|Log database compressed
|
|
2023-12-17 13:44:50.3|Info|Database|Vacuuming Main database
|
|
2023-12-17 13:44:50.3|Info|Database|Main database compressed
|
|
2023-12-17 13:48:20.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 13:48:20.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 13:48:20.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 13:48:20.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 14:03:20.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 14:03:20.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 14:03:20.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 14:03:20.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 14:18:20.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 14:18:20.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 14:18:20.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 14:18:20.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 14:33:21.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 14:33:21.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 14:33:21.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 14:33:21.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 14:48:21.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 14:48:21.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 14:48:21.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 14:48:21.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 15:03:21.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 15:03:21.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 15:03:21.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 15:03:21.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 15:18:21.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 15:18:21.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 15:18:21.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 15:18:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 15:33:22.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 15:33:22.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 15:33:22.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 15:33:22.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 15:48:22.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 15:48:22.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 15:48:22.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 15:48:22.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 16:03:23.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 16:03:23.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 16:03:23.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 16:03:23.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 16:18:23.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 16:18:23.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 16:18:23.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 16:18:23.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 16:33:23.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 16:33:23.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 16:33:23.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 16:33:23.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 16:48:23.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 16:48:23.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 16:48:23.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 16:48:23.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 17:03:24.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 17:03:24.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 17:03:24.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 17:03:24.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 17:18:24.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 17:18:24.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 17:18:24.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 17:18:24.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 17:33:24.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 17:33:24.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 17:33:24.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 17:33:24.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 17:48:24.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 17:48:24.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 17:48:24.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 17:48:24.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 18:03:25.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 18:03:25.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 18:03:25.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 18:03:25.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 18:18:25.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 18:18:25.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 18:18:25.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 18:18:25.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 18:33:25.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 18:33:25.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 18:33:25.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 18:33:25.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 18:48:26.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 18:48:26.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 18:48:26.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 18:48:26.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 19:03:26.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 19:03:26.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 19:03:26.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 19:03:26.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 19:18:26.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 19:18:26.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 19:18:26.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 19:18:26.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 19:33:27.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 19:33:27.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 19:33:27.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 19:33:27.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 19:48:27.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 19:48:27.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 19:48:27.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 19:48:27.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 20:03:27.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 20:03:27.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 20:03:27.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 20:03:27.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 20:18:27.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 20:18:27.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 20:18:27.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 20:18:27.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 20:33:28.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 20:33:28.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 20:33:28.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 20:33:28.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 20:48:28.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 20:48:28.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 20:48:28.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 20:48:28.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 21:03:28.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 21:03:28.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 21:03:28.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 21:03:28.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 21:18:28.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 21:18:28.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 21:18:28.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 21:18:28.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 21:33:28.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 21:33:28.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 21:33:28.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 21:33:28.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 21:48:29.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 21:48:29.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 21:48:29.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 21:48:29.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 22:03:29.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 22:03:29.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 22:03:29.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 22:03:29.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 22:18:29.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 22:18:29.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 22:18:29.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 22:18:29.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 22:33:30.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 22:33:30.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 22:33:30.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 22:33:30.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 22:48:30.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 22:48:30.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 22:48:30.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 22:48:30.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 23:03:31.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 23:03:31.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 23:03:31.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 23:03:31.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 23:18:31.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 23:18:31.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 23:18:31.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 23:18:31.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 23:33:31.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 23:33:31.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 23:33:31.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 23:33:31.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-17 23:48:32.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-17 23:48:32.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-17 23:48:32.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-17 23:48:32.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 00:03:32.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 00:03:32.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 00:03:32.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 00:03:32.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 00:18:32.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 00:18:32.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 00:18:32.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 00:18:32.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 00:33:33.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 00:33:33.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 00:33:33.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 00:33:33.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 00:48:33.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 00:48:33.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 00:48:33.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 00:48:33.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 01:03:34.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 01:03:34.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 01:03:34.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 01:03:34.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 01:18:34.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 01:18:34.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 01:18:34.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 01:18:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 01:33:34.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 01:33:34.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 01:33:34.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 01:33:34.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 01:48:35.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 01:48:35.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 01:48:35.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 01:48:35.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 02:03:35.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 02:03:35.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 02:03:35.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 02:03:35.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 02:18:35.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 02:18:35.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 02:18:35.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 02:18:35.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 02:33:35.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 02:33:35.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 02:33:35.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 02:33:35.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 02:48:36.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 02:48:36.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 02:48:36.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 02:48:36.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 03:03:36.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 03:03:36.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 03:03:36.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 03:03:36.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 03:18:36.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 03:18:36.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 03:18:36.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 03:18:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 03:33:37.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 03:33:37.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 03:33:37.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 03:33:37.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 03:48:37.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 03:48:37.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 03:48:37.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 03:48:37.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 04:03:37.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 04:03:37.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 04:03:37.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 04:03:37.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 04:18:37.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 04:18:37.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 04:18:37.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 04:18:37.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 04:33:37.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 04:33:37.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 04:33:37.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 04:33:37.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 04:48:38.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 04:48:38.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 04:48:38.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 04:48:38.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 05:03:38.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 05:03:38.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 05:03:38.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 05:03:38.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 05:18:38.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 05:18:38.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 05:18:38.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 05:18:38.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 05:33:38.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 05:33:38.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 05:33:38.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 05:33:38.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 05:48:39.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 05:48:39.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 05:48:39.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 05:48:39.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 06:03:39.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 06:03:39.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 06:03:39.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 06:03:39.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 06:18:39.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 06:18:39.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 06:18:39.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 06:18:39.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 06:33:40.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 06:33:40.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 06:33:40.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 06:33:40.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 06:48:40.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 06:48:40.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 06:48:40.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 06:48:40.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 07:03:40.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 07:03:40.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 07:03:40.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 07:03:40.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 07:18:41.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 07:18:41.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 07:18:41.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 07:18:41.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 07:33:41.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 07:33:41.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 07:33:41.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 07:33:41.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 07:48:41.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 07:48:41.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 07:48:41.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 07:48:41.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 08:03:42.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 08:03:42.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 08:03:42.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 08:03:42.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 08:18:42.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 08:18:42.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 08:18:42.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 08:18:42.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 08:33:42.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 08:33:42.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 08:33:42.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 08:33:42.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 08:48:42.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 08:48:42.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 08:48:42.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 08:48:42.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 09:03:42.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 09:03:42.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 09:03:42.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 09:03:42.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 09:18:43.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 09:18:43.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 09:18:43.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 09:18:43.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 09:33:43.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 09:33:43.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 09:33:43.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 09:33:43.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 09:48:43.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 09:48:43.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 09:48:43.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 09:48:43.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 10:03:44.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 10:03:44.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 10:03:44.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 10:03:44.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 10:18:44.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 10:18:44.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 10:18:44.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 10:18:44.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 10:33:44.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 10:33:44.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 10:33:44.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 10:33:44.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 10:48:45.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 10:48:45.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 10:48:45.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 10:48:45.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 11:03:45.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 11:03:45.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 11:03:45.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 11:03:45.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 11:18:45.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 11:18:45.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 11:18:45.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 11:18:45.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 11:33:45.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 11:33:45.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 11:33:45.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 11:33:45.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 11:48:46.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 11:48:46.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 11:48:46.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 11:48:46.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 12:03:46.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 12:03:46.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 12:03:46.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 12:03:46.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 12:18:46.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 12:18:46.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 12:18:46.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 12:18:46.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 12:33:46.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 12:33:46.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 12:33:46.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 12:33:46.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 12:48:47.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 12:48:47.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 12:48:47.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 12:48:47.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 13:03:47.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 13:03:47.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 13:03:47.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 13:03:47.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 13:18:47.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 13:18:47.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 13:18:47.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 13:18:47.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 13:33:48.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 13:33:48.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 13:33:48.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 13:33:48.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 13:45:18.5|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-18 13:45:18.5|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-18 13:45:18.6|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-18 13:45:18.6|Info|Database|Vacuuming Log database
|
|
2023-12-18 13:45:18.6|Info|Database|Log database compressed
|
|
2023-12-18 13:45:18.6|Info|Database|Vacuuming Main database
|
|
2023-12-18 13:45:18.6|Info|Database|Main database compressed
|
|
2023-12-18 13:48:48.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 13:48:48.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 13:48:48.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 13:48:48.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 14:03:49.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 14:03:49.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 14:03:49.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 14:03:49.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 14:18:49.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 14:18:49.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 14:18:49.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 14:18:49.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 14:33:49.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 14:33:49.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 14:33:49.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 14:33:49.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 14:48:50.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 14:48:50.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 14:48:50.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 14:48:50.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 15:03:50.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 15:03:50.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 15:03:50.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 15:03:50.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 15:18:50.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 15:18:50.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 15:18:50.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 15:18:50.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 15:33:50.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 15:33:50.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 15:33:50.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 15:33:50.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 15:48:50.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 15:48:50.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 15:48:50.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 15:48:50.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 16:03:51.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 16:03:51.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 16:03:51.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 16:03:51.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 16:18:51.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 16:18:51.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 16:18:51.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 16:18:51.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 16:33:51.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 16:33:51.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 16:33:51.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 16:33:51.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 16:48:51.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 16:48:51.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 16:48:51.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 16:48:51.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 17:03:51.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 17:03:51.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 17:03:51.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 17:03:51.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 17:18:52.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 17:18:52.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 17:18:52.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 17:18:52.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 17:33:52.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 17:33:52.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 17:33:52.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 17:33:52.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 17:48:52.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 17:48:52.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 17:48:52.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 17:48:52.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 18:03:52.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 18:03:52.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 18:03:52.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 18:03:52.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 18:18:52.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 18:18:52.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 18:18:52.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 18:18:52.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 18:33:53.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 18:33:53.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 18:33:53.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 18:33:53.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 18:48:53.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 18:48:53.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 18:48:53.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 18:48:53.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 19:03:53.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 19:03:53.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 19:03:53.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 19:03:53.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 19:18:53.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 19:18:53.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 19:18:53.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 19:18:53.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 19:33:53.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 19:33:53.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 19:33:53.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 19:33:53.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 19:48:53.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 19:48:53.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 19:48:53.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 19:48:53.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 20:03:54.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 20:03:54.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 20:03:54.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 20:03:54.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 20:18:54.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 20:18:54.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 20:18:54.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 20:18:54.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 20:33:54.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 20:33:54.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 20:33:54.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 20:33:54.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 20:48:54.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 20:48:54.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 20:48:54.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 20:48:54.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 21:03:55.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 21:03:55.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 21:03:55.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 21:03:55.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 21:18:55.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 21:18:55.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 21:18:55.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 21:18:55.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 21:33:55.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 21:33:55.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 21:33:55.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 21:33:55.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 21:48:55.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 21:48:55.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 21:48:55.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 21:48:55.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 22:03:56.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 22:03:56.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 22:03:56.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 22:03:56.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 22:18:56.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 22:18:56.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 22:18:56.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 22:18:56.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 22:33:56.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 22:33:56.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 22:33:56.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 22:33:56.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 22:48:56.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 22:48:56.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 22:48:56.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 22:48:56.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 23:03:57.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 23:03:57.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 23:03:57.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 23:03:57.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 23:18:57.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 23:18:57.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 23:18:57.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 23:18:57.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 23:33:57.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 23:33:57.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 23:33:57.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 23:33:57.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-18 23:48:58.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-18 23:48:58.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-18 23:48:58.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-18 23:48:58.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 00:03:58.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 00:03:58.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 00:03:58.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 00:03:58.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 00:18:58.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 00:18:58.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 00:18:58.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 00:18:58.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 00:33:58.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 00:33:58.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 00:33:58.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 00:33:58.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 00:48:58.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 00:48:58.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 00:48:58.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 00:48:58.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 01:03:58.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 01:03:58.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 01:03:58.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 01:03:58.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 01:18:59.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 01:18:59.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 01:18:59.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 01:18:59.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 01:33:59.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 01:33:59.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 01:33:59.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 01:33:59.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 01:48:59.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 01:48:59.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 01:48:59.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 01:48:59.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 02:04:00.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 02:04:00.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 02:04:00.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 02:04:00.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 02:19:00.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 02:19:00.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 02:19:00.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 02:19:00.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 02:34:00.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 02:34:00.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 02:34:00.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 02:34:00.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 02:49:01.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 02:49:01.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 02:49:01.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 02:49:01.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 03:04:01.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 03:04:01.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 03:04:01.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 03:04:01.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 03:19:01.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 03:19:01.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 03:19:01.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 03:19:01.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 03:34:01.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 03:34:01.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 03:34:01.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 03:34:01.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 03:49:01.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 03:49:01.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 03:49:01.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 03:49:01.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 04:04:02.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 04:04:02.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 04:04:02.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 04:04:02.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 04:19:02.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 04:19:02.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 04:19:02.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 04:19:02.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 04:34:02.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 04:34:02.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 04:34:02.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 04:34:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 04:49:02.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 04:49:02.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 04:49:02.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 04:49:02.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 05:04:03.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 05:04:03.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 05:04:03.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 05:04:03.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 05:19:03.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 05:19:03.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 05:19:03.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 05:19:03.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 05:34:03.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 05:34:03.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 05:34:03.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 05:34:03.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 05:49:03.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 05:49:03.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 05:49:03.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 05:49:03.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 06:04:04.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 06:04:04.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 06:04:04.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 06:04:04.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 06:19:04.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 06:19:04.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 06:19:04.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 06:19:04.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 06:34:04.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 06:34:04.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 06:34:04.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 06:34:04.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 06:49:04.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 06:49:04.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 06:49:04.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 06:49:04.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 07:04:05.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 07:04:05.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 07:04:05.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 07:04:05.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 07:19:05.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 07:19:05.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 07:19:05.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 07:19:05.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 07:34:05.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 07:34:05.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 07:34:05.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 07:34:05.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 07:49:05.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 07:49:05.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 07:49:05.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 07:49:05.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 08:04:06.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 08:04:06.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 08:04:06.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 08:04:06.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 08:19:06.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 08:19:06.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 08:19:06.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 08:19:06.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 08:34:06.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 08:34:06.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 08:34:06.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 08:34:06.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 08:49:06.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 08:49:06.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 08:49:06.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 08:49:06.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 09:04:06.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 09:04:06.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 09:04:06.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 09:04:06.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 09:19:07.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 09:19:07.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 09:19:07.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 09:19:07.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 09:34:07.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 09:34:07.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 09:34:07.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 09:34:07.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 09:49:07.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 09:49:07.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 09:49:07.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 09:49:07.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 10:04:08.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 10:04:08.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 10:04:08.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 10:04:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 10:19:08.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 10:19:08.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 10:19:08.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 10:19:08.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 10:34:08.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 10:34:08.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 10:34:08.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 10:34:08.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 10:49:09.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 10:49:09.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 10:49:09.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 10:49:09.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 11:04:09.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 11:04:09.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 11:04:09.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 11:04:09.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 11:19:09.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 11:19:09.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 11:19:09.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 11:19:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 11:34:09.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 11:34:09.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 11:34:09.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 11:34:09.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 11:49:10.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 11:49:10.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 11:49:10.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 11:49:10.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 12:04:10.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 12:04:10.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 12:04:10.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 12:04:10.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 12:19:10.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 12:19:10.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 12:19:10.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 12:19:10.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 12:34:10.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 12:34:10.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 12:34:10.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 12:34:10.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 12:49:10.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 12:49:10.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 12:49:10.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 12:49:10.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 13:04:11.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 13:04:11.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 13:04:11.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 13:04:11.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 13:19:11.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 13:19:11.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 13:19:11.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 13:19:11.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 13:34:11.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 13:34:11.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 13:34:11.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 13:34:11.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 13:45:41.8|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-19 13:45:41.8|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-19 13:45:41.8|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-19 13:45:41.8|Info|Database|Vacuuming Log database
|
|
2023-12-19 13:45:41.8|Info|Database|Log database compressed
|
|
2023-12-19 13:45:41.8|Info|Database|Vacuuming Main database
|
|
2023-12-19 13:45:41.8|Info|Database|Main database compressed
|
|
2023-12-19 13:49:11.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 13:49:11.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 13:49:11.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 13:49:11.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 14:04:12.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 14:04:12.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 14:04:12.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 14:04:12.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 14:19:12.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 14:19:12.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 14:19:12.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 14:19:12.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 14:34:12.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 14:34:12.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 14:34:12.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 14:34:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 14:49:12.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 14:49:12.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 14:49:12.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 14:49:12.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 15:04:13.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 15:04:13.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 15:04:13.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 15:04:13.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 15:19:13.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 15:19:13.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 15:19:13.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 15:19:13.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 15:34:13.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 15:34:13.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 15:34:13.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 15:34:13.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 15:49:14.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 15:49:14.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 15:49:14.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 15:49:14.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 16:04:14.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 16:04:14.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 16:04:14.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 16:04:14.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 16:19:14.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 16:19:14.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 16:19:14.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 16:19:14.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 16:34:14.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 16:34:14.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 16:34:14.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 16:34:14.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 16:49:15.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 16:49:15.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 16:49:15.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 16:49:15.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 17:04:15.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 17:04:15.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 17:04:15.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 17:04:15.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 17:19:15.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 17:19:15.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 17:19:15.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 17:19:15.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 17:34:16.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 17:34:16.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 17:34:16.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 17:34:16.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 17:49:16.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 17:49:16.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 17:49:16.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 17:49:16.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 18:04:16.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 18:04:16.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 18:04:16.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 18:04:16.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 18:19:17.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 18:19:17.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 18:19:17.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 18:19:17.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 18:34:17.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 18:34:17.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 18:34:17.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 18:34:17.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 18:49:17.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 18:49:17.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 18:49:17.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 18:49:17.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 19:04:18.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 19:04:18.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 19:04:18.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 19:04:18.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 19:19:18.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 19:19:18.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 19:19:18.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 19:19:18.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 19:34:19.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 19:34:19.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 19:34:19.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 19:34:19.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 19:49:19.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 19:49:19.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 19:49:19.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 19:49:19.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 20:04:19.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 20:04:19.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 20:04:19.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 20:04:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 20:19:19.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 20:19:19.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 20:19:19.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 20:19:19.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 20:34:19.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 20:34:19.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 20:34:19.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 20:34:19.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 20:49:20.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 20:49:20.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 20:49:20.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 20:49:20.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 21:04:20.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 21:04:20.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 21:04:20.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 21:04:20.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 21:19:20.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 21:19:20.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 21:19:20.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 21:19:20.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 21:34:20.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 21:34:20.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 21:34:20.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 21:34:20.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 21:49:21.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 21:49:21.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 21:49:21.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 21:49:21.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 22:04:21.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 22:04:21.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 22:04:21.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 22:04:21.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 22:19:21.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 22:19:21.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 22:19:21.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 22:19:21.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 22:34:21.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 22:34:21.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 22:34:21.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 22:34:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 22:49:22.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 22:49:22.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 22:49:22.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 22:49:22.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 23:04:22.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 23:04:22.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 23:04:22.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 23:04:22.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 23:19:22.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 23:19:22.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 23:19:22.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 23:19:22.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 23:34:23.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 23:34:23.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 23:34:23.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 23:34:23.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-19 23:49:23.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-19 23:49:23.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-19 23:49:23.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-19 23:49:23.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 00:04:23.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 00:04:23.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 00:04:23.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 00:04:23.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 00:19:23.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 00:19:23.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 00:19:23.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 00:19:23.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 00:34:23.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 00:34:23.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 00:34:23.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 00:34:23.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 00:49:24.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 00:49:24.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 00:49:24.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 00:49:24.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 01:04:24.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 01:04:24.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 01:04:24.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 01:04:24.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 01:19:25.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 01:19:25.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 01:19:25.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 01:19:25.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 01:34:25.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 01:34:25.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 01:34:25.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 01:34:25.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 01:49:25.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 01:49:25.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 01:49:25.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 01:49:25.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 02:04:26.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 02:04:26.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 02:04:26.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 02:04:26.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 02:19:26.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 02:19:26.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 02:19:26.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 02:19:26.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 02:34:26.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 02:34:26.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 02:34:26.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 02:34:26.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 02:49:26.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 02:49:26.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 02:49:26.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 02:49:26.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 03:04:27.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 03:04:27.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 03:04:27.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 03:04:27.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 03:19:27.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 03:19:27.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 03:19:27.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 03:19:27.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 03:34:27.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 03:34:27.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 03:34:27.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 03:34:27.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 03:49:28.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 03:49:28.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 03:49:28.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 03:49:28.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 04:04:28.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 04:04:28.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 04:04:28.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 04:04:28.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 04:19:28.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 04:19:28.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 04:19:28.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 04:19:28.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 04:34:28.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 04:34:28.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 04:34:28.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 04:34:28.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 04:49:28.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 04:49:28.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 04:49:28.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 04:49:28.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 05:04:29.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 05:04:29.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 05:04:29.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 05:04:29.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 05:19:29.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 05:19:29.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 05:19:29.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 05:19:29.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 05:34:29.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 05:34:29.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 05:34:29.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 05:34:29.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 05:49:30.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 05:49:30.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 05:49:30.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 05:49:30.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 06:04:30.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 06:04:30.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 06:04:30.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 06:04:30.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 06:20:00.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 06:20:00.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 06:20:00.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 06:20:00.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 06:35:00.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 06:35:00.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 06:35:00.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 06:35:00.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 06:50:01.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 06:50:01.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 06:50:01.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 06:50:01.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 07:05:01.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 07:05:01.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 07:05:01.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 07:05:01.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 07:20:01.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 07:20:01.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 07:20:01.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 07:20:01.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 07:35:01.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 07:35:01.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 07:35:01.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 07:35:01.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 07:50:02.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 07:50:02.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 07:50:02.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 07:50:02.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 08:05:02.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 08:05:02.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 08:05:02.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 08:05:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 08:20:02.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 08:20:02.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 08:20:02.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 08:20:02.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 08:35:03.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 08:35:03.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 08:35:03.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 08:35:03.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 08:50:03.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 08:50:03.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 08:50:03.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 08:50:03.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 09:05:03.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 09:05:03.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 09:05:03.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 09:05:03.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 09:20:04.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 09:20:04.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 09:20:04.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 09:20:04.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 09:35:04.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 09:35:04.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 09:35:04.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 09:35:04.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 09:50:04.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 09:50:04.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 09:50:04.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 09:50:04.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 10:05:05.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 10:05:05.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 10:05:05.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 10:05:05.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 10:20:05.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 10:20:05.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 10:20:05.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 10:20:05.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 10:35:05.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 10:35:05.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 10:35:05.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 10:35:05.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 10:50:05.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 10:50:05.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 10:50:05.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 10:50:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 11:05:06.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 11:05:06.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 11:05:06.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 11:05:06.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 11:20:06.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 11:20:06.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 11:20:06.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 11:20:06.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 11:35:06.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 11:35:06.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 11:35:06.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 11:35:06.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 11:50:06.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 11:50:06.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 11:50:06.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 11:50:06.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 12:05:06.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 12:05:06.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 12:05:06.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 12:05:06.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 12:20:07.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 12:20:07.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 12:20:07.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 12:20:07.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 12:35:07.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 12:35:07.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 12:35:07.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 12:35:07.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 12:50:07.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 12:50:07.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 12:50:07.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 12:50:07.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 13:05:08.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 13:05:08.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 13:05:08.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 13:05:08.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 13:20:08.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 13:20:08.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 13:20:08.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 13:20:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 13:35:08.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 13:35:08.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 13:35:08.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 13:35:08.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 13:46:08.9|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-20 13:46:08.9|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-20 13:46:08.9|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-20 13:46:08.9|Info|Database|Vacuuming Log database
|
|
2023-12-20 13:46:08.9|Info|Database|Log database compressed
|
|
2023-12-20 13:46:08.9|Info|Database|Vacuuming Main database
|
|
2023-12-20 13:46:08.9|Info|Database|Main database compressed
|
|
2023-12-20 13:50:08.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 13:50:08.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 13:50:08.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 13:50:08.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 14:05:09.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 14:05:09.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 14:05:09.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 14:05:09.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 14:20:09.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 14:20:09.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 14:20:09.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 14:20:09.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 14:35:09.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 14:35:09.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 14:35:09.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 14:35:09.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 14:50:09.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 14:50:09.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 14:50:09.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 14:50:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 15:05:10.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 15:05:10.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 15:05:10.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 15:05:10.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 15:20:10.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 15:20:10.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 15:20:10.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 15:20:10.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 15:35:10.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 15:35:10.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 15:35:10.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 15:35:10.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 15:50:10.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 15:50:10.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 15:50:10.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 15:50:10.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 16:05:11.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 16:05:11.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 16:05:11.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 16:05:11.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 16:20:11.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 16:20:11.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 16:20:11.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 16:20:11.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 16:35:12.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 16:35:12.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 16:35:12.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 16:35:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 16:50:12.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 16:50:12.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 16:50:12.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 16:50:12.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 17:05:13.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 17:05:13.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 17:05:13.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 17:05:13.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 17:20:13.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 17:20:13.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 17:20:13.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 17:20:13.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 17:35:13.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 17:35:13.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 17:35:13.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 17:35:13.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 17:50:14.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 17:50:14.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 17:50:14.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 17:50:14.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 18:05:14.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 18:05:14.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 18:05:14.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 18:05:14.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 18:20:14.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 18:20:14.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 18:20:14.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 18:20:14.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 18:35:14.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 18:35:14.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 18:35:14.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 18:35:14.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 18:50:15.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 18:50:15.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 18:50:15.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 18:50:15.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 19:05:15.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 19:05:15.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 19:05:15.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 19:05:15.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 19:20:15.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 19:20:15.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 19:20:15.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 19:20:15.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 19:35:16.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 19:35:16.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 19:35:16.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 19:35:16.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 19:50:16.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 19:50:16.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 19:50:16.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 19:50:16.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 20:05:16.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 20:05:16.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 20:05:16.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 20:05:16.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 20:20:17.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 20:20:17.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 20:20:17.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 20:20:17.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 20:35:17.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 20:35:17.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 20:35:17.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 20:35:17.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 20:50:17.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 20:50:17.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 20:50:17.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 20:50:17.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 21:05:17.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 21:05:17.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 21:05:17.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 21:05:17.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 21:20:18.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 21:20:18.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 21:20:18.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 21:20:18.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 21:35:18.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 21:35:18.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 21:35:18.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 21:35:18.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 21:50:18.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 21:50:18.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 21:50:18.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 21:50:18.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 22:05:18.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 22:05:18.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 22:05:18.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 22:05:18.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 22:20:19.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 22:20:19.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 22:20:19.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 22:20:19.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 22:35:19.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 22:35:19.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 22:35:19.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 22:35:19.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 22:50:19.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 22:50:19.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 22:50:19.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 22:50:19.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 23:05:19.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 23:05:19.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 23:05:19.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 23:05:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 23:20:20.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 23:20:20.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 23:20:20.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 23:20:20.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 23:35:20.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 23:35:20.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 23:35:20.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 23:35:20.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-20 23:50:20.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-20 23:50:20.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-20 23:50:20.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-20 23:50:20.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 00:05:21.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 00:05:21.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 00:05:21.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 00:05:21.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 00:20:21.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 00:20:21.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 00:20:21.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 00:20:21.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 00:35:21.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 00:35:21.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 00:35:21.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 00:35:21.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 00:50:21.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 00:50:21.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 00:50:21.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 00:50:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 01:05:21.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 01:05:21.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 01:05:21.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 01:05:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 01:20:22.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 01:20:22.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 01:20:22.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 01:20:22.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 01:35:22.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 01:35:22.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 01:35:22.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 01:35:22.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 01:50:22.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 01:50:22.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 01:50:22.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 01:50:22.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 02:05:23.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 02:05:23.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 02:05:23.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 02:05:23.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 02:20:23.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 02:20:23.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 02:20:23.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 02:20:23.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 02:35:23.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 02:35:23.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 02:35:23.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 02:35:23.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 02:50:24.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 02:50:24.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 02:50:24.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 02:50:24.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 03:05:24.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 03:05:24.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 03:05:24.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 03:05:24.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 03:20:24.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 03:20:24.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 03:20:24.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 03:20:24.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 03:35:24.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 03:35:24.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 03:35:24.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 03:35:24.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 03:50:25.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 03:50:25.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 03:50:25.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 03:50:25.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 04:05:25.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 04:05:25.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 04:05:25.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 04:05:25.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 04:20:55.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 04:20:55.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 04:20:55.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 04:20:55.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 04:35:55.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 04:35:55.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 04:35:55.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 04:35:55.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 04:50:56.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 04:50:56.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 04:50:56.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 04:50:56.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 05:05:56.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 05:05:56.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 05:05:56.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 05:05:56.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 05:20:56.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 05:20:56.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 05:20:56.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 05:20:56.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 05:35:57.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 05:35:57.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 05:35:57.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 05:35:57.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 05:50:57.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 05:50:57.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 05:50:57.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 05:50:57.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 06:05:57.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 06:05:57.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 06:05:57.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 06:05:57.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 06:20:57.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 06:20:57.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 06:20:57.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 06:20:57.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 06:35:58.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 06:35:58.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 06:35:58.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 06:35:58.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 06:50:58.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 06:50:58.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 06:50:58.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 06:50:58.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 07:05:58.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 07:05:58.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 07:05:58.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 07:05:58.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 07:20:59.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 07:20:59.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 07:20:59.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 07:20:59.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 07:35:59.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 07:35:59.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 07:35:59.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 07:35:59.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 07:50:59.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 07:50:59.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 07:50:59.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 07:50:59.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 08:06:00.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 08:06:00.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 08:06:00.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 08:06:00.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 08:21:00.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 08:21:00.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 08:21:00.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 08:21:00.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 08:36:00.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 08:36:00.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 08:36:00.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 08:36:00.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 08:51:00.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 08:51:00.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 08:51:00.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 08:51:00.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 09:06:01.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 09:06:01.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 09:06:01.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 09:06:01.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 09:21:01.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 09:21:01.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 09:21:01.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 09:21:01.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 09:36:01.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 09:36:01.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 09:36:01.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 09:36:01.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 09:51:02.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 09:51:02.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 09:51:02.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 09:51:02.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 10:06:02.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 10:06:02.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 10:06:02.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 10:06:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 10:21:02.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 10:21:02.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 10:21:02.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 10:21:02.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 10:36:03.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 10:36:03.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 10:36:03.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 10:36:03.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 10:51:03.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 10:51:03.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 10:51:03.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 10:51:03.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 11:06:03.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 11:06:03.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 11:06:03.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 11:06:03.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 11:21:03.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 11:21:03.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 11:21:03.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 11:21:03.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 11:36:03.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 11:36:03.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 11:36:03.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 11:36:03.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 11:51:04.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 11:51:04.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 11:51:04.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 11:51:04.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 12:06:04.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 12:06:04.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 12:06:04.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 12:06:04.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 12:21:04.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 12:21:04.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 12:21:04.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 12:21:04.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 12:36:04.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 12:36:04.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 12:36:04.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 12:36:04.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 12:51:04.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 12:51:04.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 12:51:04.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 12:51:04.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 13:06:05.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 13:06:05.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 13:06:05.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 13:06:05.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 13:21:05.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 13:21:05.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 13:21:05.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 13:21:05.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 13:36:35.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 13:36:35.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 13:36:35.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 13:36:35.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 13:46:35.9|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-21 13:46:35.9|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-21 13:46:35.9|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-21 13:46:36.0|Info|Database|Vacuuming Log database
|
|
2023-12-21 13:46:36.0|Info|Database|Log database compressed
|
|
2023-12-21 13:46:36.0|Info|Database|Vacuuming Main database
|
|
2023-12-21 13:46:36.0|Info|Database|Main database compressed
|
|
2023-12-21 13:51:36.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 13:51:36.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 13:51:36.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 13:51:36.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 14:06:36.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 14:06:36.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 14:06:36.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 14:06:36.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 14:21:36.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 14:21:36.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 14:21:36.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 14:21:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 14:36:37.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 14:36:37.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 14:36:37.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 14:36:37.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 14:51:37.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 14:51:37.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 14:51:37.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 14:51:37.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 15:06:37.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 15:06:37.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 15:06:37.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 15:06:37.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 15:21:37.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 15:21:37.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 15:21:37.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 15:21:37.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 15:36:38.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 15:36:38.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 15:36:38.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 15:36:38.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 15:51:38.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 15:51:38.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 15:51:38.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 15:51:38.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 16:06:38.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 16:06:38.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 16:06:38.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 16:06:38.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 16:21:38.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 16:21:38.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 16:21:38.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 16:21:38.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 16:36:39.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 16:36:39.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 16:36:39.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 16:36:39.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 16:51:39.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 16:51:39.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 16:51:39.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 16:51:39.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 17:06:39.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 17:06:39.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 17:06:39.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 17:06:39.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 17:21:40.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 17:21:40.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 17:21:40.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 17:21:40.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 17:36:40.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 17:36:40.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 17:36:40.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 17:36:40.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 17:51:41.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 17:51:41.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 17:51:41.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 17:51:41.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 18:06:41.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 18:06:41.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 18:06:41.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 18:06:41.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 18:21:41.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 18:21:41.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 18:21:41.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 18:21:41.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 18:36:41.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 18:36:41.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 18:36:41.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 18:36:41.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 18:51:42.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 18:51:42.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 18:51:42.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 18:51:42.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 19:06:42.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 19:06:42.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 19:06:42.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 19:06:42.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 19:21:42.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 19:21:42.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 19:21:42.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 19:21:42.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 19:36:42.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 19:36:42.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 19:36:42.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 19:36:42.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 19:51:42.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 19:51:42.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 19:51:42.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 19:51:42.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 20:06:43.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 20:06:43.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 20:06:43.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 20:06:43.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 20:21:43.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 20:21:43.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 20:21:43.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 20:21:43.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 20:36:43.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 20:36:43.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 20:36:43.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 20:36:43.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 20:51:43.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 20:51:43.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 20:51:43.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 20:51:43.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 21:06:44.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 21:06:44.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 21:06:44.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 21:06:44.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 21:21:44.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 21:21:44.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 21:21:44.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 21:21:44.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 21:36:44.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 21:36:44.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 21:36:44.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 21:36:44.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 21:51:44.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 21:51:44.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 21:51:44.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 21:51:44.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 22:06:45.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 22:06:45.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 22:06:45.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 22:06:45.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 22:21:45.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 22:21:45.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 22:21:45.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 22:21:45.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 22:36:45.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 22:36:45.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 22:36:45.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 22:36:45.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 22:51:45.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 22:51:45.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 22:51:45.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 22:51:45.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 23:06:45.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 23:06:45.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 23:06:45.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 23:06:45.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 23:21:46.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 23:21:46.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 23:21:46.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 23:21:46.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 23:36:46.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 23:36:46.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 23:36:46.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 23:36:46.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-21 23:51:46.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-21 23:51:46.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-21 23:51:46.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-21 23:51:46.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 00:06:47.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 00:06:47.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 00:06:47.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 00:06:47.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 00:21:47.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 00:21:47.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 00:21:47.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 00:21:47.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 00:36:47.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 00:36:47.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 00:36:47.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 00:36:47.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 00:51:47.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 00:51:47.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 00:51:47.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 00:51:47.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 01:06:48.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 01:06:48.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 01:06:48.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 01:06:48.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 01:21:48.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 01:21:48.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 01:21:48.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 01:21:48.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 01:36:48.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 01:36:48.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 01:36:48.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 01:36:48.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 01:51:49.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 01:51:49.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 01:51:49.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 01:51:49.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 02:06:49.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 02:06:49.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 02:06:49.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 02:06:49.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 02:21:49.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 02:21:49.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 02:21:49.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 02:21:49.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 02:36:49.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 02:36:49.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 02:36:49.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 02:36:49.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 02:51:50.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 02:51:50.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 02:51:50.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 02:51:50.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 03:06:50.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 03:06:50.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 03:06:50.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 03:06:50.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 03:21:50.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 03:21:50.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 03:21:50.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 03:21:50.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 03:36:51.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 03:36:51.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 03:36:51.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 03:36:51.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 03:51:51.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 03:51:51.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 03:51:51.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 03:51:51.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 04:06:52.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 04:06:52.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 04:06:52.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 04:06:52.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 04:21:52.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 04:21:52.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 04:21:52.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 04:21:52.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 04:36:52.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 04:36:52.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 04:36:52.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 04:36:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 04:51:53.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 04:51:53.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 04:51:53.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 04:51:53.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 05:06:53.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 05:06:53.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 05:06:53.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 05:06:53.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 05:21:53.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 05:21:53.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 05:21:53.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 05:21:53.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 05:36:54.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 05:36:54.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 05:36:54.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 05:36:54.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 05:51:54.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 05:51:54.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 05:51:54.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 05:51:54.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 06:06:54.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 06:06:54.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 06:06:54.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 06:06:54.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 06:21:55.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 06:21:55.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 06:21:55.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 06:21:55.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 06:36:55.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 06:36:55.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 06:36:55.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 06:36:55.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 06:51:55.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 06:51:55.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 06:51:55.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 06:51:55.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 07:06:55.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 07:06:55.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 07:06:55.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 07:06:55.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 07:21:56.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 07:21:56.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 07:21:56.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 07:21:56.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 07:36:56.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 07:36:56.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 07:36:56.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 07:36:56.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 07:51:57.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 07:51:57.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 07:51:57.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 07:51:57.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 08:06:57.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 08:06:57.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 08:06:57.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 08:06:57.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 08:21:58.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 08:21:58.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 08:21:58.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 08:21:58.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 08:36:58.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 08:36:58.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 08:36:58.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 08:36:58.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 08:51:58.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 08:51:58.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 08:51:58.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 08:51:58.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 09:06:59.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 09:06:59.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 09:06:59.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 09:06:59.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 09:21:59.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 09:21:59.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 09:21:59.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 09:21:59.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 09:36:59.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 09:36:59.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 09:36:59.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 09:36:59.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 09:51:59.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 09:51:59.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 09:51:59.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 09:51:59.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 10:07:00.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 10:07:00.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 10:07:00.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 10:07:00.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 10:22:00.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 10:22:00.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 10:22:00.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 10:22:00.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 10:37:00.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 10:37:00.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 10:37:00.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 10:37:00.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 10:52:00.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 10:52:00.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 10:52:00.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 10:52:00.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 11:07:01.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 11:07:01.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 11:07:01.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 11:07:01.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 11:22:01.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 11:22:01.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 11:22:01.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 11:22:01.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 11:37:01.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 11:37:01.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 11:37:01.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 11:37:01.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 11:52:01.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 11:52:01.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 11:52:01.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 11:52:01.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 12:07:02.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 12:07:02.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 12:07:02.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 12:07:02.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 12:22:02.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 12:22:02.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 12:22:02.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 12:22:02.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 12:37:02.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 12:37:02.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 12:37:02.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 12:37:02.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 12:52:02.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 12:52:02.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 12:52:02.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 12:52:02.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 13:07:03.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 13:07:03.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 13:07:03.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 13:07:03.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 13:22:03.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 13:22:03.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 13:22:03.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 13:22:03.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 13:37:03.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 13:37:03.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 13:37:03.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 13:37:03.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 13:41:33.4|Info|BackupService|Starting Backup
|
|
2023-12-22 13:47:03.9|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-22 13:47:03.9|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-22 13:47:03.9|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-22 13:47:03.9|Info|Database|Vacuuming Log database
|
|
2023-12-22 13:47:03.9|Info|Database|Log database compressed
|
|
2023-12-22 13:47:03.9|Info|Database|Vacuuming Main database
|
|
2023-12-22 13:47:04.0|Info|Database|Main database compressed
|
|
2023-12-22 13:52:04.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 13:52:04.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 13:52:04.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 13:52:04.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 14:07:04.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 14:07:04.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 14:07:04.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 14:07:04.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 14:22:04.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 14:22:04.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 14:22:04.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 14:22:04.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 14:37:04.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 14:37:04.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 14:37:04.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 14:37:04.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 14:52:04.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 14:52:04.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 14:52:04.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 14:52:04.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 15:07:05.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 15:07:05.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 15:07:05.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 15:07:05.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 15:22:05.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 15:22:05.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 15:22:05.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 15:22:05.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 15:37:05.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 15:37:05.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 15:37:05.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 15:37:05.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 15:52:06.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 15:52:06.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 15:52:06.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 15:52:06.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 16:07:06.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 16:07:06.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 16:07:06.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 16:07:06.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 16:22:06.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 16:22:06.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 16:22:06.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 16:22:06.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 16:37:07.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 16:37:07.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 16:37:07.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 16:37:07.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 16:52:07.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 16:52:07.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 16:52:07.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 16:52:07.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 17:07:07.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 17:07:07.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 17:07:07.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 17:07:07.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 17:22:07.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 17:22:07.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 17:22:07.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 17:22:07.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 17:37:07.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 17:37:07.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 17:37:07.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 17:37:07.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 17:52:08.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 17:52:08.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 17:52:08.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 17:52:08.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 18:07:08.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 18:07:08.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 18:07:08.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 18:07:08.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 18:22:08.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 18:22:08.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 18:22:08.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 18:22:08.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 18:37:08.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 18:37:08.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 18:37:08.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 18:37:08.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 18:52:08.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 18:52:08.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 18:52:08.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 18:52:08.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 19:07:09.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 19:07:09.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 19:07:09.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 19:07:09.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 19:22:09.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 19:22:09.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 19:22:09.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 19:22:09.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 19:37:09.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 19:37:09.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 19:37:09.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 19:37:09.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 19:52:09.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 19:52:09.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 19:52:09.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 19:52:09.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 20:07:09.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 20:07:09.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 20:07:09.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 20:07:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 20:22:10.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 20:22:10.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 20:22:10.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 20:22:10.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 20:37:10.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 20:37:10.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 20:37:10.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 20:37:10.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 20:52:10.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 20:52:10.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 20:52:10.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 20:52:10.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 21:07:10.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 21:07:10.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 21:07:10.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 21:07:10.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 21:22:10.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 21:22:10.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 21:22:10.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 21:22:10.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 21:37:11.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 21:37:11.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 21:37:11.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 21:37:11.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 21:52:11.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 21:52:11.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 21:52:11.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 21:52:11.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 22:07:11.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 22:07:11.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 22:07:11.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 22:07:11.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 22:22:11.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 22:22:11.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 22:22:11.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 22:22:11.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 22:37:11.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 22:37:11.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 22:37:11.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 22:37:11.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 22:52:12.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 22:52:12.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 22:52:12.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 22:52:12.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 23:07:12.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 23:07:12.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 23:07:12.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 23:07:12.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 23:22:12.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 23:22:12.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 23:22:12.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 23:22:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 23:37:12.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 23:37:12.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 23:37:12.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 23:37:12.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-22 23:52:12.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-22 23:52:12.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-22 23:52:12.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-22 23:52:12.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 00:07:13.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 00:07:13.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 00:07:13.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 00:07:13.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 00:22:13.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 00:22:13.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 00:22:13.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 00:22:13.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 00:37:13.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 00:37:13.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 00:37:13.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 00:37:13.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 00:52:13.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 00:52:13.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 00:52:13.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 00:52:13.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 01:07:14.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 01:07:14.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 01:07:14.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 01:07:14.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 01:22:14.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 01:22:14.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 01:22:14.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 01:22:14.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 01:37:14.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 01:37:14.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 01:37:14.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 01:37:14.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 01:52:14.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 01:52:14.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 01:52:14.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 01:52:14.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 02:07:15.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 02:07:15.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 02:07:15.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 02:07:15.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 02:22:15.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 02:22:15.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 02:22:15.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 02:22:15.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 02:37:15.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 02:37:15.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 02:37:15.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 02:37:15.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 02:52:15.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 02:52:15.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 02:52:15.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 02:52:15.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 03:07:15.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 03:07:15.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 03:07:15.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 03:07:15.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 03:22:16.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 03:22:16.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 03:22:16.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 03:22:16.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 03:37:16.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 03:37:16.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 03:37:16.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 03:37:16.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 03:52:17.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 03:52:17.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 03:52:17.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 03:52:17.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 04:07:17.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 04:07:17.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 04:07:17.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 04:07:17.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 04:22:17.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 04:22:17.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 04:22:17.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 04:22:17.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 04:37:18.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 04:37:18.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 04:37:18.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 04:37:18.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 04:52:18.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 04:52:18.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 04:52:18.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 04:52:18.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 05:07:18.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 05:07:18.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 05:07:18.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 05:07:18.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 05:22:19.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 05:22:19.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 05:22:19.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 05:22:19.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 05:37:19.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 05:37:19.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 05:37:19.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 05:37:19.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 05:52:19.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 05:52:19.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 05:52:19.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 05:52:19.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 06:07:20.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 06:07:20.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 06:07:20.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 06:07:20.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 06:22:20.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 06:22:20.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 06:22:20.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 06:22:20.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 06:37:20.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 06:37:20.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 06:37:20.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 06:37:20.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 06:52:20.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 06:52:20.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 06:52:20.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 06:52:20.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 07:07:20.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 07:07:20.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 07:07:20.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 07:07:20.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 07:22:21.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 07:22:21.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 07:22:21.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 07:22:21.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 07:37:21.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 07:37:21.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 07:37:21.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 07:37:21.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 07:52:21.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 07:52:21.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 07:52:21.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 07:52:21.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 08:07:21.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 08:07:21.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 08:07:21.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 08:07:21.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 08:22:22.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 08:22:22.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 08:22:22.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 08:22:22.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 08:37:22.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 08:37:22.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 08:37:22.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 08:37:22.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 08:52:23.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 08:52:23.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 08:52:23.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 08:52:23.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 09:07:23.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 09:07:23.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 09:07:23.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 09:07:23.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 09:22:23.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 09:22:23.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 09:22:23.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 09:22:23.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 09:37:23.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 09:37:23.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 09:37:23.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 09:37:23.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 09:52:24.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 09:52:24.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 09:52:24.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 09:52:24.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 10:07:24.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 10:07:24.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 10:07:24.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 10:07:24.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 10:22:24.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 10:22:24.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 10:22:24.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 10:22:24.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 10:37:25.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 10:37:25.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 10:37:25.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 10:37:25.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 10:52:25.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 10:52:25.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 10:52:25.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 10:52:25.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 11:07:25.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 11:07:25.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 11:07:25.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 11:07:25.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 11:22:25.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 11:22:25.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 11:22:25.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 11:22:25.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 11:37:26.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 11:37:26.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 11:37:26.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 11:37:26.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 11:52:26.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 11:52:26.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 11:52:26.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 11:52:26.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 12:07:27.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 12:07:27.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 12:07:27.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 12:07:27.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 12:22:27.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 12:22:27.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 12:22:27.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 12:22:27.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 12:37:27.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 12:37:27.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 12:37:27.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 12:37:27.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 12:52:27.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 12:52:27.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 12:52:27.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 12:52:27.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 13:07:28.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 13:07:28.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 13:07:28.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 13:07:28.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 13:22:28.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 13:22:28.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 13:22:28.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 13:22:28.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 13:37:28.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 13:37:28.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 13:37:28.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 13:37:28.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 13:47:29.0|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-23 13:47:29.0|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-23 13:47:29.0|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-23 13:47:29.1|Info|Database|Vacuuming Log database
|
|
2023-12-23 13:47:29.1|Info|Database|Log database compressed
|
|
2023-12-23 13:47:29.1|Info|Database|Vacuuming Main database
|
|
2023-12-23 13:47:29.1|Info|Database|Main database compressed
|
|
2023-12-23 13:52:28.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 13:52:28.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 13:52:28.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 13:52:28.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 14:07:29.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 14:07:29.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 14:07:29.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 14:07:29.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 14:22:29.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 14:22:29.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 14:22:29.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 14:22:29.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 14:37:29.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 14:37:29.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 14:37:29.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 14:37:29.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 14:52:30.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 14:52:30.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 14:52:30.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 14:52:30.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 15:07:30.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 15:07:30.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 15:07:30.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 15:07:30.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 15:22:30.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 15:22:30.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 15:22:30.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 15:22:30.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 15:37:30.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 15:37:30.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 15:37:30.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 15:37:30.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 15:52:31.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 15:52:31.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 15:52:31.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 15:52:31.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 16:07:31.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 16:07:31.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 16:07:31.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 16:07:31.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 16:22:31.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 16:22:31.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 16:22:31.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 16:22:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 16:37:31.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 16:37:31.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 16:37:31.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 16:37:31.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 16:52:31.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 16:52:31.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 16:52:31.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 16:52:31.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 17:07:31.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 17:07:31.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 17:07:31.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 17:07:31.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 17:22:32.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 17:22:32.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 17:22:32.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 17:22:32.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 17:37:32.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 17:37:32.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 17:37:32.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 17:37:32.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 17:52:32.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 17:52:32.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 17:52:32.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 17:52:32.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 18:07:33.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 18:07:33.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 18:07:33.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 18:07:33.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 18:22:33.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 18:22:33.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 18:22:33.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 18:22:33.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 18:37:33.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 18:37:33.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 18:37:33.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 18:37:33.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 18:52:33.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 18:52:33.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 18:52:33.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 18:52:33.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 19:07:34.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 19:07:34.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 19:07:34.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 19:07:34.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 19:22:34.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 19:22:34.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 19:22:34.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 19:22:34.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 19:37:34.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 19:37:34.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 19:37:34.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 19:37:34.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 19:52:34.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 19:52:34.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 19:52:34.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 19:52:34.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 20:07:34.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 20:07:34.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 20:07:34.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 20:07:34.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 20:22:35.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 20:22:35.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 20:22:35.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 20:22:35.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 20:37:35.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 20:37:35.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 20:37:35.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 20:37:35.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 20:52:35.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 20:52:35.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 20:52:35.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 20:52:35.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 21:07:35.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 21:07:35.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 21:07:35.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 21:07:35.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 21:22:36.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 21:22:36.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 21:22:36.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 21:22:36.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 21:37:36.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 21:37:36.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 21:37:36.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 21:37:36.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 21:52:36.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 21:52:36.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 21:52:36.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 21:52:36.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 22:07:36.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 22:07:36.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 22:07:36.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 22:07:36.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 22:22:36.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 22:22:36.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 22:22:36.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 22:22:36.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 22:37:37.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 22:37:37.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 22:37:37.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 22:37:37.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 22:52:37.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 22:52:37.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 22:52:37.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 22:52:37.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 23:07:37.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 23:07:37.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 23:07:37.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 23:07:37.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 23:22:37.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 23:22:37.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 23:22:37.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 23:22:37.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 23:37:37.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 23:37:37.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 23:37:37.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 23:37:37.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-23 23:52:37.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-23 23:52:37.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-23 23:52:37.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-23 23:52:37.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 00:07:38.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 00:07:38.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 00:07:38.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 00:07:38.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 00:22:38.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 00:22:38.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 00:22:38.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 00:22:38.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 00:37:38.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 00:37:38.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 00:37:38.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 00:37:38.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 00:52:39.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 00:52:39.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 00:52:39.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 00:52:39.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 01:07:39.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 01:07:39.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 01:07:39.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 01:07:39.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 01:22:39.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 01:22:39.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 01:22:39.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 01:22:39.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 01:37:39.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 01:37:39.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 01:37:39.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 01:37:39.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 01:52:40.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 01:52:40.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 01:52:40.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 01:52:40.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 02:07:40.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 02:07:40.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 02:07:40.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 02:07:40.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 02:22:40.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 02:22:40.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 02:22:40.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 02:22:40.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 02:37:41.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 02:37:41.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 02:37:41.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 02:37:41.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 02:52:41.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 02:52:41.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 02:52:41.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 02:52:41.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 03:07:41.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 03:07:41.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 03:07:41.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 03:07:41.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 03:22:41.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 03:22:41.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 03:22:41.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 03:22:41.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 03:37:42.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 03:37:42.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 03:37:42.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 03:37:42.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 03:52:42.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 03:52:42.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 03:52:42.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 03:52:42.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 04:07:42.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 04:07:42.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 04:07:42.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 04:07:42.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 04:22:43.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 04:22:43.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 04:22:43.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 04:22:43.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 04:37:43.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 04:37:43.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 04:37:43.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 04:37:43.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 04:52:43.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 04:52:43.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 04:52:43.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 04:52:43.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 05:07:43.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 05:07:43.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 05:07:43.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 05:07:43.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 05:22:44.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 05:22:44.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 05:22:44.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 05:22:44.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 05:37:44.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 05:37:44.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 05:37:44.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 05:37:44.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 05:52:44.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 05:52:44.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 05:52:44.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 05:52:44.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 06:07:44.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 06:07:44.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 06:07:44.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 06:07:44.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 06:22:45.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 06:22:45.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 06:22:45.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 06:22:45.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 06:37:45.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 06:37:45.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 06:37:45.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 06:37:45.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 06:52:45.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 06:52:45.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 06:52:45.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 06:52:45.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 07:07:46.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 07:07:46.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 07:07:46.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 07:07:46.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 07:22:46.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 07:22:46.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 07:22:46.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 07:22:46.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 07:37:46.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 07:37:46.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 07:37:46.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 07:37:46.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 07:52:47.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 07:52:47.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 07:52:47.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 07:52:47.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 08:07:47.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 08:07:47.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 08:07:47.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 08:07:47.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 08:22:47.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 08:22:47.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 08:22:47.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 08:22:47.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 08:37:47.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 08:37:47.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 08:37:47.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 08:37:47.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 08:52:48.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 08:52:48.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 08:52:48.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 08:52:48.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 09:07:48.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 09:07:48.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 09:07:48.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 09:07:48.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 09:22:48.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 09:22:48.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 09:22:48.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 09:22:48.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 09:37:49.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 09:37:49.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 09:37:49.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 09:37:49.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 09:52:49.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 09:52:49.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 09:52:49.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 09:52:49.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 10:07:49.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 10:07:49.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 10:07:49.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 10:07:49.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 10:22:49.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 10:22:49.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 10:22:49.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 10:22:49.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 10:37:49.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 10:37:49.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 10:37:49.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 10:37:49.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 10:52:50.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 10:52:50.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 10:52:50.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 10:52:50.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 11:07:50.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 11:07:50.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 11:07:50.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 11:07:50.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 11:22:50.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 11:22:50.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 11:22:50.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 11:22:50.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 11:37:51.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 11:37:51.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 11:37:51.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 11:37:51.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 11:52:51.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 11:52:51.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 11:52:51.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 11:52:51.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 12:07:51.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 12:07:51.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 12:07:51.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 12:07:51.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 12:22:51.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 12:22:51.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 12:22:51.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 12:22:51.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 12:37:51.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 12:37:51.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 12:37:51.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 12:37:51.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 12:52:52.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 12:52:52.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 12:52:52.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 12:52:52.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 13:07:52.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 13:07:52.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 13:07:52.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 13:07:52.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 13:22:52.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 13:22:52.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 13:22:52.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 13:22:52.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 13:37:52.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 13:37:52.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 13:37:52.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 13:37:52.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 13:47:53.1|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-24 13:47:53.1|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-24 13:47:53.2|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-24 13:47:53.2|Info|Database|Vacuuming Log database
|
|
2023-12-24 13:47:53.2|Info|Database|Log database compressed
|
|
2023-12-24 13:47:53.2|Info|Database|Vacuuming Main database
|
|
2023-12-24 13:47:53.2|Info|Database|Main database compressed
|
|
2023-12-24 13:52:53.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 13:52:53.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 13:52:53.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 13:52:53.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 14:07:53.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 14:07:53.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 14:07:53.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 14:07:53.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 14:22:53.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 14:22:53.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 14:22:53.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 14:22:53.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 14:37:53.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 14:37:53.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 14:37:53.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 14:37:53.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 14:52:54.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 14:52:54.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 14:52:54.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 14:52:54.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 15:07:54.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 15:07:54.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 15:07:54.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 15:07:54.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 15:22:54.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 15:22:54.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 15:22:54.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 15:22:54.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 15:37:54.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 15:37:54.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 15:37:54.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 15:37:54.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 15:52:54.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 15:52:54.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 15:52:54.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 15:52:54.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 16:07:54.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 16:07:54.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 16:07:54.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 16:07:54.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 16:22:55.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 16:22:55.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 16:22:55.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 16:22:55.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 16:37:55.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 16:37:55.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 16:37:55.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 16:37:55.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 16:52:55.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 16:52:55.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 16:52:55.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 16:52:55.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 17:07:55.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 17:07:55.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 17:07:55.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 17:07:55.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 17:22:56.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 17:22:56.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 17:22:56.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 17:22:56.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 17:37:56.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 17:37:56.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 17:37:56.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 17:37:56.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 17:52:56.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 17:52:56.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 17:52:56.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 17:52:56.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 18:07:56.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 18:07:56.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 18:07:56.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 18:07:56.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 18:22:56.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 18:22:56.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 18:22:56.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 18:22:56.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 18:37:57.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 18:37:57.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 18:37:57.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 18:37:57.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 18:52:57.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 18:52:57.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 18:52:57.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 18:52:57.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 19:08:27.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 19:08:27.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 19:08:27.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 19:08:27.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 19:23:27.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 19:23:27.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 19:23:27.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 19:23:27.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 19:38:28.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 19:38:28.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 19:38:28.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 19:38:28.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 19:53:28.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 19:53:28.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 19:53:28.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 19:53:28.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 20:08:28.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 20:08:28.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 20:08:28.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 20:08:28.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 20:23:28.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 20:23:28.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 20:23:28.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 20:23:28.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 20:38:28.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 20:38:28.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 20:38:28.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 20:38:28.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 20:53:29.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 20:53:29.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 20:53:29.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 20:53:29.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 21:08:29.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 21:08:29.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 21:08:29.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 21:08:29.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 21:23:29.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 21:23:29.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 21:23:29.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 21:23:29.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 21:38:30.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 21:38:30.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 21:38:30.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 21:38:30.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 21:53:30.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 21:53:30.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 21:53:30.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 21:53:30.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 22:08:30.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 22:08:30.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 22:08:30.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 22:08:30.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 22:23:30.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 22:23:30.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 22:23:30.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 22:23:30.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 22:38:31.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 22:38:31.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 22:38:31.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 22:38:31.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 22:53:31.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 22:53:31.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 22:53:31.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 22:53:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 23:08:31.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 23:08:31.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 23:08:31.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 23:08:31.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 23:23:32.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 23:23:32.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 23:23:32.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 23:23:32.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 23:38:32.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 23:38:32.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 23:38:32.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 23:38:32.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-24 23:53:32.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-24 23:53:32.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-24 23:53:32.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-24 23:53:32.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 00:08:32.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 00:08:32.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 00:08:32.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 00:08:32.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 00:23:33.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 00:23:33.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 00:23:33.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 00:23:33.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 00:38:33.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 00:38:33.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 00:38:33.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 00:38:33.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 00:53:33.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 00:53:33.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 00:53:33.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 00:53:33.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 01:08:34.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 01:08:34.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 01:08:34.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 01:08:34.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 01:23:34.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 01:23:34.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 01:23:34.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 01:23:34.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 01:38:34.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 01:38:34.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 01:38:34.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 01:38:34.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 01:53:35.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 01:53:35.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 01:53:35.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 01:53:35.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 02:08:35.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 02:08:35.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 02:08:35.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 02:08:35.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 02:23:35.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 02:23:35.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 02:23:35.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 02:23:35.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 02:38:36.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 02:38:36.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 02:38:36.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 02:38:36.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 02:53:36.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 02:53:36.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 02:53:36.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 02:53:36.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 03:08:36.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 03:08:36.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 03:08:36.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 03:08:36.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 03:23:36.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 03:23:36.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 03:23:36.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 03:23:36.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 03:38:36.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 03:38:36.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 03:38:36.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 03:38:36.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 03:53:37.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 03:53:37.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 03:53:37.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 03:53:37.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 04:08:37.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 04:08:37.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 04:08:37.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 04:08:37.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 04:23:37.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 04:23:37.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 04:23:37.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 04:23:37.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 04:38:37.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 04:38:37.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 04:38:37.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 04:38:37.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 04:53:38.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 04:53:38.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 04:53:38.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 04:53:38.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 05:08:38.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 05:08:38.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 05:08:38.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 05:08:38.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 05:23:38.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 05:23:38.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 05:23:38.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 05:23:38.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 05:38:38.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 05:38:38.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 05:38:38.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 05:38:38.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 05:53:38.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 05:53:38.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 05:53:38.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 05:53:38.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 06:08:39.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 06:08:39.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 06:08:39.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 06:08:39.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 06:23:39.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 06:23:39.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 06:23:39.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 06:23:39.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 06:39:09.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 06:39:09.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 06:39:09.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 06:39:09.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 06:54:09.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 06:54:09.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 06:54:09.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 06:54:09.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 07:09:09.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 07:09:09.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 07:09:09.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 07:09:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 07:24:09.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 07:24:09.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 07:24:09.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 07:24:09.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 07:39:10.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 07:39:10.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 07:39:10.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 07:39:10.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 07:54:10.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 07:54:10.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 07:54:10.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 07:54:10.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 08:09:11.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 08:09:11.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 08:09:11.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 08:09:11.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 08:24:11.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 08:24:11.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 08:24:11.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 08:24:11.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 08:39:11.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 08:39:11.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 08:39:11.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 08:39:11.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 08:54:12.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 08:54:12.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 08:54:12.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 08:54:12.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 09:09:12.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 09:09:12.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 09:09:12.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 09:09:12.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 09:24:12.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 09:24:12.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 09:24:12.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 09:24:12.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 09:39:12.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 09:39:12.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 09:39:12.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 09:39:12.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 09:54:13.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 09:54:13.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 09:54:13.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 09:54:13.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 10:09:13.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 10:09:13.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 10:09:13.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 10:09:13.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 10:24:13.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 10:24:13.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 10:24:13.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 10:24:13.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 10:39:13.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 10:39:13.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 10:39:13.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 10:39:13.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 10:54:14.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 10:54:14.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 10:54:14.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 10:54:14.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 11:09:14.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 11:09:14.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 11:09:14.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 11:09:14.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 11:24:14.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 11:24:14.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 11:24:14.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 11:24:14.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 11:39:14.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 11:39:14.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 11:39:14.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 11:39:14.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 11:54:15.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 11:54:15.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 11:54:15.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 11:54:15.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 12:09:45.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 12:09:45.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 12:09:45.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 12:09:45.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 12:24:45.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 12:24:45.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 12:24:45.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 12:24:45.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 12:39:46.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 12:39:46.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 12:39:46.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 12:39:46.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 12:54:46.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 12:54:46.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 12:54:46.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 12:54:46.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 13:09:46.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 13:09:46.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 13:09:46.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 13:09:46.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 13:24:46.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 13:24:46.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 13:24:46.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 13:24:46.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 13:39:46.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 13:39:46.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 13:39:46.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 13:39:46.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 13:48:16.9|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-25 13:48:16.9|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-25 13:48:16.9|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-25 13:48:16.9|Info|Database|Vacuuming Log database
|
|
2023-12-25 13:48:16.9|Info|Database|Log database compressed
|
|
2023-12-25 13:48:16.9|Info|Database|Vacuuming Main database
|
|
2023-12-25 13:48:16.9|Info|Database|Main database compressed
|
|
2023-12-25 13:54:46.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 13:54:46.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 13:54:46.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 13:54:46.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 14:09:47.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 14:09:47.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 14:09:47.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 14:09:47.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 14:24:47.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 14:24:47.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 14:24:47.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 14:24:47.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 14:39:48.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 14:39:48.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 14:39:48.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 14:39:48.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 14:54:48.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 14:54:48.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 14:54:48.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 14:54:48.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 15:09:48.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 15:09:48.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 15:09:48.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 15:09:48.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 15:24:49.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 15:24:49.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 15:24:49.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 15:24:49.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 15:39:49.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 15:39:49.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 15:39:49.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 15:39:49.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 15:54:49.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 15:54:49.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 15:54:49.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 15:54:49.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 16:09:49.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 16:09:49.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 16:09:49.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 16:09:49.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 16:24:50.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 16:24:50.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 16:24:50.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 16:24:50.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 16:39:50.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 16:39:50.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 16:39:50.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 16:39:50.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 16:54:50.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 16:54:50.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 16:54:50.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 16:54:50.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 17:09:50.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 17:09:50.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 17:09:50.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 17:09:50.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 17:24:51.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 17:24:51.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 17:24:51.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 17:24:51.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 17:39:51.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 17:39:51.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 17:39:51.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 17:39:51.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 17:54:51.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 17:54:51.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 17:54:51.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 17:54:51.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 18:09:52.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 18:09:52.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 18:09:52.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 18:09:52.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 18:24:52.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 18:24:52.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 18:24:52.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 18:24:52.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 18:39:52.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 18:39:52.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 18:39:52.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 18:39:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 18:54:53.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 18:54:53.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 18:54:53.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 18:54:53.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 19:09:53.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 19:09:53.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 19:09:53.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 19:09:53.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 19:24:53.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 19:24:53.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 19:24:53.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 19:24:53.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 19:39:54.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 19:39:54.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 19:39:54.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 19:39:54.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 19:54:54.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 19:54:54.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 19:54:54.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 19:54:54.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 20:09:54.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 20:09:54.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 20:09:54.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 20:09:54.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 20:24:54.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 20:24:54.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 20:24:54.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 20:24:54.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 20:39:54.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 20:39:54.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 20:39:54.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 20:39:54.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 20:54:55.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 20:54:55.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 20:54:55.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 20:54:55.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 21:09:55.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 21:09:55.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 21:09:55.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 21:09:55.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 21:24:55.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 21:24:55.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 21:24:55.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 21:24:55.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 21:39:55.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 21:39:55.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 21:39:55.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 21:39:55.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 21:54:56.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 21:54:56.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 21:54:56.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 21:54:56.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 22:09:56.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 22:09:56.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 22:09:56.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 22:09:56.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 22:24:56.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 22:24:56.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 22:24:56.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 22:24:56.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 22:39:56.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 22:39:56.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 22:39:56.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 22:39:56.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 22:54:57.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 22:54:57.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 22:54:57.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 22:54:57.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 23:09:57.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 23:09:57.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 23:09:57.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 23:09:57.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 23:24:57.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 23:24:57.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 23:24:57.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 23:24:57.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 23:39:57.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 23:39:57.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 23:39:57.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 23:39:57.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-25 23:54:58.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-25 23:54:58.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-25 23:54:58.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-25 23:54:58.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 00:09:58.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 00:09:58.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 00:09:58.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 00:09:58.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 00:24:58.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 00:24:58.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 00:24:58.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 00:24:58.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 00:39:58.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 00:39:58.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 00:39:58.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 00:39:58.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 00:55:28.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 00:55:28.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 00:55:28.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 00:55:28.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 01:10:28.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 01:10:28.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 01:10:28.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 01:10:28.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 01:25:29.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 01:25:29.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 01:25:29.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 01:25:29.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 01:40:29.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 01:40:29.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 01:40:29.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 01:40:29.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 01:55:29.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 01:55:29.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 01:55:29.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 01:55:29.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 02:10:30.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 02:10:30.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 02:10:30.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 02:10:30.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 02:25:30.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 02:25:30.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 02:25:30.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 02:25:30.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 02:40:30.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 02:40:30.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 02:40:30.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 02:40:30.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 02:55:30.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 02:55:30.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 02:55:30.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 02:55:30.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 03:10:31.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 03:10:31.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 03:10:31.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 03:10:31.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 03:25:31.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 03:25:31.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 03:25:31.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 03:25:31.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 03:40:31.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 03:40:31.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 03:40:31.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 03:40:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 03:55:31.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 03:55:31.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 03:55:31.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 03:55:31.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 04:10:32.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 04:10:32.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 04:10:32.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 04:10:32.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 04:25:32.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 04:25:32.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 04:25:32.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 04:25:32.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 04:40:32.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 04:40:32.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 04:40:32.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 04:40:32.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 04:55:32.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 04:55:32.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 04:55:32.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 04:55:32.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 05:10:33.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 05:10:33.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 05:10:33.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 05:10:33.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 05:25:33.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 05:25:33.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 05:25:33.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 05:25:33.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 05:40:33.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 05:40:33.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 05:40:33.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 05:40:33.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 05:55:34.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 05:55:34.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 05:55:34.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 05:55:34.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 06:10:34.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 06:10:34.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 06:10:34.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 06:10:34.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 06:25:34.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 06:25:34.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 06:25:34.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 06:25:34.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 06:40:35.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 06:40:35.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 06:40:35.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 06:40:35.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 06:55:35.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 06:55:35.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 06:55:35.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 06:55:35.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 07:10:35.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 07:10:35.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 07:10:35.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 07:10:35.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 07:25:35.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 07:25:35.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 07:25:35.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 07:25:35.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 07:40:36.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 07:40:36.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 07:40:36.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 07:40:36.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 07:55:36.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 07:55:36.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 07:55:36.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 07:55:36.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 08:10:37.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 08:10:37.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 08:10:37.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 08:10:37.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 08:25:37.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 08:25:37.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 08:25:37.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 08:25:37.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 08:40:37.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 08:40:37.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 08:40:37.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 08:40:37.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 08:55:38.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 08:55:38.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 08:55:38.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 08:55:38.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 09:10:38.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 09:10:38.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 09:10:38.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 09:10:38.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 09:25:38.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 09:25:38.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 09:25:38.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 09:25:38.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 09:40:38.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 09:40:38.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 09:40:38.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 09:40:38.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 09:55:39.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 09:55:39.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 09:55:39.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 09:55:39.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 10:10:39.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 10:10:39.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 10:10:39.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 10:10:39.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 10:25:39.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 10:25:39.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 10:25:39.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 10:25:39.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 10:40:40.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 10:40:40.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 10:40:40.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 10:40:40.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 10:55:40.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 10:55:40.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 10:55:40.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 10:55:40.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 11:10:40.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 11:10:40.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 11:10:40.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 11:10:40.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 11:25:40.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 11:25:40.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 11:25:40.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 11:25:40.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 11:40:41.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 11:40:41.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 11:40:41.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 11:40:41.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 11:55:41.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 11:55:41.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 11:55:41.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 11:55:41.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 12:10:42.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 12:10:42.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 12:10:42.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 12:10:42.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 12:25:42.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 12:25:42.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 12:25:42.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 12:25:42.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 12:40:42.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 12:40:42.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 12:40:42.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 12:40:42.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 12:55:43.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 12:55:43.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 12:55:43.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 12:55:43.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 13:10:43.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 13:10:43.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 13:10:43.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 13:10:43.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 13:25:43.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 13:25:43.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 13:25:43.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 13:25:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 13:40:43.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 13:40:43.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 13:40:43.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 13:40:43.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 13:48:44.4|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-26 13:48:44.4|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-26 13:48:44.5|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-26 13:48:44.5|Info|Database|Vacuuming Log database
|
|
2023-12-26 13:48:44.5|Info|Database|Log database compressed
|
|
2023-12-26 13:48:44.5|Info|Database|Vacuuming Main database
|
|
2023-12-26 13:48:44.6|Info|Database|Main database compressed
|
|
2023-12-26 13:55:44.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 13:55:44.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 13:55:44.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 13:55:44.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 14:10:44.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 14:10:44.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 14:10:44.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 14:10:44.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 14:25:45.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 14:25:45.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 14:25:45.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 14:25:45.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 14:40:45.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 14:40:45.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 14:40:45.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 14:40:45.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 14:55:45.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 14:55:45.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 14:55:45.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 14:55:45.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 15:10:46.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 15:10:46.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 15:10:46.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 15:10:46.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 15:25:46.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 15:25:46.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 15:25:46.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 15:25:46.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 15:40:46.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 15:40:46.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 15:40:46.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 15:40:46.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 15:55:47.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 15:55:47.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 15:55:47.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 15:55:47.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 16:10:47.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 16:10:47.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 16:10:47.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 16:10:47.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 16:25:47.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 16:25:47.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 16:25:47.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 16:25:47.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 16:40:47.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 16:40:47.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 16:40:47.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 16:40:47.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 16:55:48.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 16:55:48.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 16:55:48.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 16:55:48.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 17:10:48.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 17:10:48.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 17:10:48.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 17:10:48.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 17:25:48.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 17:25:48.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 17:25:48.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 17:25:48.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 17:40:49.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 17:40:49.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 17:40:49.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 17:40:49.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 17:55:49.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 17:55:49.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 17:55:49.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 17:55:49.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 18:10:49.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 18:10:49.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 18:10:49.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 18:10:49.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 18:25:50.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 18:25:50.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 18:25:50.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 18:25:50.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 18:40:50.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 18:40:50.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 18:40:50.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 18:40:50.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 18:55:50.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 18:55:50.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 18:55:50.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 18:55:50.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 19:10:50.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 19:10:50.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 19:10:50.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 19:10:50.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 19:25:51.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 19:25:51.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 19:25:51.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 19:25:51.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 19:40:51.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 19:40:51.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 19:40:51.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 19:40:51.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 19:55:51.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 19:55:51.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 19:55:51.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 19:55:51.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 20:10:52.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 20:10:52.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 20:10:52.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 20:10:52.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 20:25:52.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 20:25:52.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 20:25:52.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 20:25:52.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 20:40:52.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 20:40:52.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 20:40:52.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 20:40:52.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 20:55:52.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 20:55:52.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 20:55:52.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 20:55:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 21:10:53.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 21:10:53.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 21:10:53.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 21:10:53.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 21:25:53.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 21:25:53.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 21:25:53.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 21:25:53.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 21:40:53.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 21:40:53.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 21:40:53.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 21:40:53.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 21:55:54.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 21:55:54.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 21:55:54.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 21:55:54.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 22:10:54.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 22:10:54.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 22:10:54.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 22:10:54.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 22:25:54.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 22:25:54.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 22:25:54.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 22:25:54.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 22:40:55.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 22:40:55.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 22:40:55.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 22:40:55.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 22:55:55.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 22:55:55.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 22:55:55.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 22:55:55.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 23:10:55.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 23:10:55.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 23:10:55.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 23:10:55.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 23:25:55.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 23:25:55.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 23:25:55.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 23:25:55.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 23:40:56.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 23:40:56.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 23:40:56.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 23:40:56.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-26 23:55:56.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-26 23:55:56.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-26 23:55:56.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-26 23:55:56.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 00:10:56.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 00:10:56.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 00:10:56.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 00:10:56.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 00:25:56.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 00:25:56.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 00:25:56.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 00:25:56.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 00:40:57.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 00:40:57.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 00:40:57.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 00:40:57.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 00:55:57.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 00:55:57.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 00:55:57.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 00:55:57.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 01:10:57.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 01:10:57.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 01:10:57.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 01:10:57.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 01:25:58.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 01:25:58.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 01:25:58.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 01:25:58.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 01:40:58.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 01:40:58.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 01:40:58.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 01:40:58.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 01:55:58.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 01:55:58.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 01:55:58.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 01:55:58.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 02:10:59.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 02:10:59.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 02:10:59.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 02:10:59.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 02:25:59.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 02:25:59.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 02:25:59.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 02:25:59.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 02:41:00.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 02:41:00.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 02:41:00.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 02:41:00.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 02:56:00.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 02:56:00.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 02:56:00.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 02:56:00.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 03:11:00.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 03:11:00.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 03:11:00.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 03:11:00.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 03:26:00.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 03:26:00.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 03:26:00.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 03:26:00.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 03:41:01.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 03:41:01.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 03:41:01.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 03:41:01.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 03:56:01.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 03:56:01.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 03:56:01.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 03:56:01.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 04:11:01.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 04:11:01.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 04:11:01.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 04:11:01.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 04:26:01.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 04:26:01.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 04:26:01.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 04:26:01.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 04:41:02.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 04:41:02.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 04:41:02.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 04:41:02.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 04:56:02.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 04:56:02.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 04:56:02.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 04:56:02.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 05:11:02.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 05:11:02.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 05:11:02.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 05:11:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 05:26:03.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 05:26:03.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 05:26:03.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 05:26:03.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 05:41:03.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 05:41:03.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 05:41:03.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 05:41:03.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 05:56:03.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 05:56:03.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 05:56:03.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 05:56:03.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 06:11:04.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 06:11:04.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 06:11:04.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 06:11:04.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 06:26:04.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 06:26:04.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 06:26:04.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 06:26:04.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 06:41:04.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 06:41:04.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 06:41:04.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 06:41:04.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 06:56:04.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 06:56:04.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 06:56:04.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 06:56:04.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 07:11:05.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 07:11:05.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 07:11:05.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 07:11:05.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 07:26:05.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 07:26:05.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 07:26:05.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 07:26:05.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 07:41:05.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 07:41:05.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 07:41:05.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 07:41:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 07:56:06.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 07:56:06.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 07:56:06.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 07:56:06.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 08:11:06.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 08:11:06.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 08:11:06.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 08:11:06.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 08:26:06.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 08:26:06.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 08:26:06.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 08:26:06.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 08:41:06.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 08:41:06.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 08:41:06.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 08:41:06.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 08:56:06.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 08:56:06.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 08:56:06.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 08:56:06.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 09:11:07.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 09:11:07.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 09:11:07.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 09:11:07.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 09:26:07.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 09:26:07.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 09:26:07.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 09:26:07.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 09:41:07.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 09:41:07.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 09:41:07.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 09:41:07.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 09:56:07.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 09:56:07.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 09:56:07.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 09:56:07.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 10:11:08.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 10:11:08.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 10:11:08.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 10:11:08.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 10:26:08.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 10:26:08.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 10:26:08.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 10:26:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 10:41:08.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 10:41:08.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 10:41:08.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 10:41:08.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 10:56:08.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 10:56:08.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 10:56:08.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 10:56:08.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 11:11:09.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 11:11:09.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 11:11:09.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 11:11:09.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 11:26:09.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 11:26:09.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 11:26:09.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 11:26:09.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 11:41:09.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 11:41:09.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 11:41:09.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 11:41:09.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 11:56:09.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 11:56:09.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 11:56:09.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 11:56:09.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 12:11:39.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 12:11:39.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 12:11:39.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 12:11:39.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 12:26:40.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 12:26:40.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 12:26:40.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 12:26:40.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 12:41:40.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 12:41:40.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 12:41:40.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 12:41:40.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 12:56:40.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 12:56:40.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 12:56:40.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 12:56:40.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 13:11:40.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 13:11:40.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 13:11:40.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 13:11:40.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 13:26:40.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 13:26:40.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 13:26:40.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 13:26:40.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 13:41:40.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 13:41:40.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 13:41:40.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 13:41:40.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 13:49:11.2|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-27 13:49:11.2|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-27 13:49:11.2|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-27 13:49:11.3|Info|Database|Vacuuming Log database
|
|
2023-12-27 13:49:11.3|Info|Database|Log database compressed
|
|
2023-12-27 13:49:11.3|Info|Database|Vacuuming Main database
|
|
2023-12-27 13:49:11.3|Info|Database|Main database compressed
|
|
2023-12-27 13:56:41.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 13:56:41.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 13:56:41.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 13:56:41.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 14:11:41.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 14:11:41.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 14:11:41.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 14:11:41.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 14:26:41.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 14:26:41.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 14:26:41.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 14:26:41.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 14:41:42.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 14:41:42.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 14:41:42.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 14:41:42.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 14:56:42.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 14:56:42.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 14:56:42.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 14:56:42.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 15:11:42.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 15:11:42.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 15:11:42.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 15:11:42.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 15:26:43.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 15:26:43.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 15:26:43.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 15:26:43.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 15:41:43.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 15:41:43.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 15:41:43.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 15:41:43.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 15:56:43.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 15:56:43.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 15:56:43.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 15:56:43.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 16:11:43.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 16:11:43.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 16:11:43.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 16:11:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 16:26:43.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 16:26:43.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 16:26:43.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 16:26:43.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 16:41:44.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 16:41:44.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 16:41:44.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 16:41:44.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 16:56:44.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 16:56:44.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 16:56:44.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 16:56:44.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 17:11:44.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 17:11:44.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 17:11:44.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 17:11:44.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 17:26:45.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 17:26:45.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 17:26:45.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 17:26:45.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 17:41:45.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 17:41:45.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 17:41:45.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 17:41:45.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 17:56:45.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 17:56:45.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 17:56:45.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 17:56:45.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 18:11:46.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 18:11:46.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 18:11:46.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 18:11:46.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 18:26:46.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 18:26:46.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 18:26:46.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 18:26:46.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 18:41:46.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 18:41:46.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 18:41:46.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 18:41:46.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 18:56:46.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 18:56:46.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 18:56:46.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 18:56:46.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 19:11:47.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 19:11:47.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 19:11:47.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 19:11:47.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 19:26:47.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 19:26:47.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 19:26:47.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 19:26:47.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 19:41:47.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 19:41:47.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 19:41:47.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 19:41:47.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 19:56:48.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 19:56:48.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 19:56:48.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 19:56:48.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 20:11:48.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 20:11:48.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 20:11:48.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 20:11:48.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 20:26:48.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 20:26:48.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 20:26:48.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 20:26:48.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 20:41:48.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 20:41:48.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 20:41:48.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 20:41:48.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 20:56:48.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 20:56:48.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 20:56:48.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 20:56:48.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 21:11:49.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 21:11:49.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 21:11:49.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 21:11:49.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 21:26:49.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 21:26:49.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 21:26:49.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 21:26:49.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 21:41:49.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 21:41:49.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 21:41:49.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 21:41:49.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 21:56:49.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 21:56:49.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 21:56:49.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 21:56:49.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 22:11:49.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 22:11:49.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 22:11:49.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 22:11:49.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 22:26:50.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 22:26:50.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 22:26:50.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 22:26:50.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 22:41:50.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 22:41:50.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 22:41:50.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 22:41:50.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 22:56:50.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 22:56:50.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 22:56:50.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 22:56:50.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 23:11:50.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 23:11:50.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 23:11:50.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 23:11:50.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 23:26:51.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 23:26:51.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 23:26:51.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 23:26:51.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 23:41:51.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 23:41:51.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 23:41:51.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 23:41:51.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-27 23:56:51.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-27 23:56:51.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-27 23:56:51.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-27 23:56:51.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 00:11:52.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 00:11:52.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 00:11:52.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 00:11:52.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 00:26:52.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 00:26:52.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 00:26:52.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 00:26:52.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 00:41:52.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 00:41:52.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 00:41:52.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 00:41:52.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 00:56:52.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 00:56:52.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 00:56:52.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 00:56:52.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 01:11:52.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 01:11:52.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 01:11:52.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 01:11:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 01:26:53.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 01:26:53.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 01:26:53.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 01:26:53.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 01:41:53.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 01:41:53.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 01:41:53.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 01:41:53.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 01:56:53.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 01:56:53.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 01:56:53.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 01:56:53.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 02:11:53.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 02:11:53.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 02:11:53.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 02:11:53.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 02:26:53.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 02:26:53.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 02:26:53.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 02:26:53.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 02:41:54.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 02:41:54.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 02:41:54.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 02:41:54.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 02:56:54.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 02:56:54.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 02:56:54.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 02:56:54.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 03:11:54.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 03:11:54.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 03:11:54.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 03:11:54.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 03:26:54.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 03:26:54.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 03:26:54.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 03:26:54.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 03:41:54.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 03:41:54.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 03:41:54.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 03:41:54.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 03:56:55.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 03:56:55.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 03:56:55.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 03:56:55.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 04:11:55.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 04:11:55.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 04:11:55.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 04:11:55.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 04:26:56.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 04:26:56.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 04:26:56.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 04:26:56.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 04:41:56.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 04:41:56.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 04:41:56.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 04:41:56.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 04:56:56.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 04:56:56.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 04:56:56.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 04:56:56.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 05:11:56.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 05:11:56.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 05:11:56.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 05:11:56.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 05:26:57.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 05:26:57.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 05:26:57.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 05:26:57.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 05:41:57.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 05:41:57.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 05:41:57.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 05:41:57.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 05:56:57.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 05:56:57.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 05:56:57.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 05:56:57.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 06:11:57.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 06:11:57.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 06:11:57.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 06:11:57.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 06:26:58.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 06:26:58.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 06:26:58.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 06:26:58.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 06:41:58.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 06:41:58.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 06:41:58.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 06:41:58.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 06:56:58.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 06:56:58.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 06:56:58.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 06:56:58.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 07:11:58.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 07:11:58.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 07:11:58.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 07:11:58.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 07:26:59.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 07:26:59.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 07:26:59.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 07:26:59.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 07:41:59.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 07:41:59.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 07:41:59.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 07:41:59.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 07:56:59.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 07:56:59.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 07:56:59.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 07:56:59.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 08:12:00.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 08:12:00.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 08:12:00.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 08:12:00.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 08:27:00.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 08:27:00.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 08:27:00.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 08:27:00.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 08:42:00.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 08:42:00.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 08:42:00.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 08:42:00.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 08:57:00.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 08:57:00.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 08:57:00.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 08:57:00.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 09:12:00.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 09:12:00.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 09:12:00.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 09:12:00.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 09:27:01.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 09:27:01.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 09:27:01.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 09:27:01.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 09:42:01.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 09:42:01.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 09:42:01.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 09:42:01.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 09:57:01.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 09:57:01.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 09:57:01.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 09:57:01.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 10:12:01.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 10:12:01.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 10:12:01.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 10:12:01.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 10:27:02.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 10:27:02.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 10:27:02.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 10:27:02.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 10:42:02.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 10:42:02.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 10:42:02.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 10:42:02.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 10:57:02.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 10:57:02.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 10:57:02.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 10:57:02.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 11:12:03.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 11:12:03.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 11:12:03.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 11:12:03.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 11:27:03.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 11:27:03.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 11:27:03.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 11:27:03.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 11:42:03.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 11:42:03.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 11:42:03.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 11:42:03.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 11:57:04.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 11:57:04.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 11:57:04.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 11:57:04.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 12:12:04.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 12:12:04.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 12:12:04.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 12:12:04.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 12:27:04.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 12:27:04.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 12:27:04.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 12:27:04.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 12:42:04.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 12:42:04.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 12:42:04.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 12:42:04.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 12:57:05.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 12:57:05.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 12:57:05.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 12:57:05.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 13:12:05.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 13:12:05.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 13:12:05.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 13:12:05.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 13:27:05.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 13:27:05.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 13:27:05.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 13:27:05.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 13:42:05.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 13:42:05.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 13:42:05.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 13:42:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 13:49:36.3|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-28 13:49:36.3|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-28 13:49:36.3|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-28 13:49:36.3|Info|Database|Vacuuming Log database
|
|
2023-12-28 13:49:36.3|Info|Database|Log database compressed
|
|
2023-12-28 13:49:36.3|Info|Database|Vacuuming Main database
|
|
2023-12-28 13:49:36.4|Info|Database|Main database compressed
|
|
2023-12-28 13:57:06.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 13:57:06.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 13:57:06.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 13:57:06.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 14:12:06.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 14:12:06.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 14:12:06.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 14:12:06.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 14:27:06.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 14:27:06.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 14:27:06.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 14:27:06.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 14:42:07.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 14:42:07.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 14:42:07.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 14:42:07.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 14:57:07.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 14:57:07.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 14:57:07.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 14:57:07.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 15:12:07.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 15:12:07.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 15:12:07.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 15:12:07.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 15:27:07.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 15:27:07.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 15:27:07.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 15:27:07.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 15:42:08.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 15:42:08.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 15:42:08.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 15:42:08.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 15:57:08.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 15:57:08.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 15:57:08.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 15:57:08.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 16:12:08.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 16:12:08.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 16:12:08.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 16:12:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 16:27:08.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 16:27:08.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 16:27:08.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 16:27:08.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 16:42:08.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 16:42:08.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 16:42:08.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 16:42:08.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 16:57:09.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 16:57:09.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 16:57:09.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 16:57:09.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 17:12:09.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 17:12:09.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 17:12:09.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 17:12:09.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 17:27:09.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 17:27:09.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 17:27:09.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 17:27:09.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 17:42:09.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 17:42:09.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 17:42:09.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 17:42:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 17:57:10.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 17:57:10.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 17:57:10.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 17:57:10.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 18:12:10.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 18:12:10.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 18:12:10.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 18:12:10.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 18:27:10.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 18:27:10.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 18:27:10.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 18:27:10.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 18:42:10.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 18:42:10.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 18:42:10.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 18:42:10.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 18:57:11.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 18:57:11.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 18:57:11.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 18:57:11.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 19:12:11.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 19:12:11.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 19:12:11.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 19:12:11.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 19:27:11.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 19:27:11.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 19:27:11.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 19:27:11.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 19:42:11.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 19:42:11.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 19:42:11.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 19:42:11.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 19:57:12.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 19:57:12.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 19:57:12.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 19:57:12.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 20:12:12.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 20:12:12.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 20:12:12.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 20:12:12.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 20:27:12.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 20:27:12.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 20:27:12.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 20:27:12.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 20:42:13.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 20:42:13.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 20:42:13.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 20:42:13.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 20:57:13.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 20:57:13.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 20:57:13.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 20:57:13.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 21:12:13.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 21:12:13.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 21:12:13.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 21:12:13.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 21:27:13.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 21:27:13.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 21:27:13.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 21:27:13.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 21:42:13.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 21:42:13.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 21:42:13.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 21:42:13.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 21:57:14.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 21:57:14.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 21:57:14.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 21:57:14.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 22:12:14.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 22:12:14.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 22:12:14.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 22:12:14.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 22:27:14.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 22:27:14.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 22:27:14.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 22:27:14.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 22:42:15.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 22:42:15.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 22:42:15.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 22:42:15.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 22:57:15.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 22:57:15.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 22:57:15.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 22:57:15.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 23:12:15.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 23:12:15.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 23:12:15.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 23:12:15.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 23:27:15.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 23:27:15.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 23:27:15.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 23:27:15.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 23:42:16.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 23:42:16.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 23:42:16.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 23:42:16.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-28 23:57:46.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-28 23:57:46.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-28 23:57:46.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-28 23:57:46.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 00:12:46.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 00:12:46.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 00:12:46.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 00:12:46.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 00:27:46.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 00:27:46.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 00:27:46.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 00:27:46.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 00:42:46.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 00:42:46.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 00:42:46.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 00:42:46.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 00:57:47.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 00:57:47.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 00:57:47.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 00:57:47.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 01:12:47.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 01:12:47.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 01:12:47.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 01:12:47.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 01:27:47.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 01:27:47.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 01:27:47.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 01:27:47.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 01:42:47.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 01:42:47.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 01:42:47.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 01:42:47.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 01:57:48.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 01:57:48.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 01:57:48.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 01:57:48.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 02:12:48.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 02:12:48.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 02:12:48.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 02:12:48.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 02:27:49.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 02:27:49.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 02:27:49.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 02:27:49.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 02:42:49.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 02:42:49.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 02:42:49.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 02:42:49.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 02:57:49.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 02:57:49.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 02:57:49.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 02:57:49.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 03:12:50.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 03:12:50.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 03:12:50.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 03:12:50.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 03:27:50.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 03:27:50.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 03:27:50.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 03:27:50.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 03:42:50.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 03:42:50.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 03:42:50.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 03:42:50.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 03:57:50.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 03:57:50.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 03:57:50.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 03:57:50.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 04:12:51.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 04:12:51.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 04:12:51.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 04:12:51.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 04:27:51.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 04:27:51.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 04:27:51.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 04:27:51.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 04:42:51.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 04:42:51.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 04:42:51.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 04:42:51.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 04:57:51.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 04:57:51.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 04:57:51.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 04:57:51.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 05:12:52.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 05:12:52.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 05:12:52.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 05:12:52.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 05:27:52.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 05:27:52.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 05:27:52.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 05:27:52.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 05:42:52.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 05:42:52.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 05:42:52.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 05:42:52.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 05:57:53.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 05:57:53.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 05:57:53.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 05:57:53.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 06:12:53.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 06:12:53.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 06:12:53.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 06:12:53.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 06:27:53.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 06:27:53.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 06:27:53.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 06:27:53.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 06:42:54.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 06:42:54.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 06:42:54.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 06:42:54.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 06:57:54.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 06:57:54.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 06:57:54.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 06:57:54.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 07:12:54.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 07:12:54.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 07:12:54.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 07:12:54.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 07:27:55.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 07:27:55.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 07:27:55.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 07:27:55.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 07:42:55.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 07:42:55.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 07:42:55.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 07:42:55.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 07:57:55.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 07:57:55.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 07:57:55.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 07:57:55.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 08:12:56.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 08:12:56.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 08:12:56.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 08:12:56.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 08:27:56.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 08:27:56.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 08:27:56.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 08:27:56.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 08:42:56.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 08:42:56.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 08:42:56.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 08:42:56.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 08:57:57.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 08:57:57.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 08:57:57.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 08:57:57.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 09:12:57.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 09:12:57.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 09:12:57.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 09:12:57.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 09:27:57.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 09:27:57.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 09:27:57.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 09:27:57.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 09:42:57.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 09:42:57.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 09:42:57.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 09:42:57.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 09:57:58.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 09:57:58.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 09:57:58.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 09:57:58.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 10:12:58.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 10:12:58.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 10:12:58.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 10:12:58.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 10:27:58.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 10:27:58.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 10:27:58.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 10:27:58.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 10:42:58.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 10:42:58.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 10:42:58.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 10:42:58.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 10:57:58.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 10:57:58.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 10:57:58.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 10:57:58.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 11:12:58.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 11:12:58.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 11:12:58.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 11:12:58.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 11:27:59.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 11:27:59.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 11:27:59.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 11:27:59.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 11:42:59.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 11:42:59.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 11:42:59.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 11:42:59.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 11:57:59.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 11:57:59.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 11:57:59.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 11:57:59.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 12:12:59.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 12:12:59.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 12:12:59.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 12:12:59.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 12:27:59.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 12:27:59.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 12:27:59.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 12:27:59.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 12:43:00.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 12:43:00.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 12:43:00.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 12:43:00.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 12:58:00.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 12:58:00.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 12:58:00.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 12:58:00.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 13:13:00.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 13:13:00.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 13:13:00.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 13:13:00.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 13:28:01.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 13:28:01.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 13:28:01.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 13:28:01.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 13:42:01.6|Info|BackupService|Starting Backup
|
|
2023-12-29 13:43:01.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 13:43:01.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 13:43:01.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 13:43:01.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 13:50:02.0|Info|TrackGroupingService|Grouping 0 tracks
|
|
2023-12-29 13:50:02.0|Info|ImportApprovedTracks|Importing 0 tracks
|
|
2023-12-29 13:50:02.0|Info|HousekeepingService|Running housecleaning tasks
|
|
2023-12-29 13:50:02.0|Info|Database|Vacuuming Log database
|
|
2023-12-29 13:50:02.0|Info|Database|Log database compressed
|
|
2023-12-29 13:50:02.0|Info|Database|Vacuuming Main database
|
|
2023-12-29 13:50:02.1|Info|Database|Main database compressed
|
|
2023-12-29 13:58:01.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 13:58:01.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 13:58:01.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 13:58:01.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 14:13:02.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 14:13:02.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 14:13:02.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 14:13:02.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 14:28:02.5|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 14:28:02.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 14:28:02.5|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 14:28:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 14:43:02.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 14:43:02.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 14:43:02.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 14:43:02.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 14:58:03.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 14:58:03.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 14:58:03.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 14:58:03.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 15:13:03.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 15:13:03.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 15:13:03.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 15:13:03.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 15:28:04.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 15:28:04.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 15:28:04.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 15:28:04.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 15:43:04.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 15:43:04.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 15:43:04.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 15:43:04.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 15:58:04.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 15:58:04.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 15:58:04.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 15:58:04.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 16:13:05.1|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 16:13:05.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 16:13:05.1|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 16:13:05.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 16:28:05.4|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 16:28:05.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 16:28:05.4|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 16:28:05.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 16:43:05.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 16:43:05.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 16:43:05.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 16:43:05.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 16:58:05.8|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 16:58:05.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 16:58:05.8|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 16:58:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 17:13:06.0|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 17:13:06.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 17:13:06.0|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 17:13:06.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 17:28:06.3|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 17:28:06.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 17:28:06.3|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 17:28:06.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 17:43:06.7|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 17:43:06.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 17:43:06.7|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 17:43:06.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 17:58:07.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 17:58:07.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 17:58:07.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 17:58:07.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 18:13:07.6|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 18:13:07.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 18:13:07.6|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 18:13:07.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 18:28:07.9|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 18:28:07.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 18:28:07.9|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 18:28:07.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|
|
2023-12-29 18:43:08.2|Info|RssSyncService|Starting RSS Sync
|
|
2023-12-29 18:43:08.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
|
|
2023-12-29 18:43:08.2|Info|DownloadDecisionMaker|No results found
|
|
2023-12-29 18:43:08.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
|