Advertisement
Guest User

Untitled

a guest
Apr 28th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 321.15 KB | None | 0 0
  1. 16-4-2 11:34:52.2|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\nzbdrone.console.exe - Version 2.0.0.3953
  2. 16-4-2 11:34:56.0|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3. 16-4-2 11:34:58.6|Info|MigrationLogger|*** VersionMigration migrating ***
  4. 16-4-2 11:34:58.6|Debug|MigrationLogger|Beginning Transaction
  5. 16-4-2 11:34:58.6|Debug|MigrationLogger|CreateTable VersionInfo
  6. 16-4-2 11:34:58.8|Debug|MigrationLogger|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
  7. 16-4-2 11:34:58.8|Debug|MigrationLogger|Took: 00:00:00.1467058
  8. 16-4-2 11:34:58.9|Debug|MigrationLogger|Committing Transaction
  9. 16-4-2 11:34:58.9|Debug|MigrationLogger|VersionMigration migrated
  10. 16-4-2 11:34:58.9|Debug|MigrationLogger|Took: 00:00:00.2463839
  11. 16-4-2 11:34:59.1|Info|MigrationLogger|*** VersionUniqueMigration migrating ***
  12. 16-4-2 11:34:59.1|Debug|MigrationLogger|Beginning Transaction
  13. 16-4-2 11:34:59.2|Debug|MigrationLogger|CreateIndex VersionInfo (Version)
  14. 16-4-2 11:34:59.2|Debug|MigrationLogger|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
  15. 16-4-2 11:34:59.2|Debug|MigrationLogger|Took: 00:00:00.0156239
  16. 16-4-2 11:34:59.2|Debug|MigrationLogger|AlterTable VersionInfo
  17. 16-4-2 11:34:59.2|Debug|MigrationLogger|
  18. 16-4-2 11:34:59.2|Debug|MigrationLogger|Took: 00:00:00
  19. 16-4-2 11:34:59.2|Debug|MigrationLogger|CreateColumn VersionInfo AppliedOn DateTime
  20. 16-4-2 11:34:59.2|Debug|MigrationLogger|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
  21. 16-4-2 11:34:59.2|Debug|MigrationLogger|Took: 00:00:00.0221418
  22. 16-4-2 11:34:59.2|Debug|MigrationLogger|Committing Transaction
  23. 16-4-2 11:34:59.3|Debug|MigrationLogger|VersionUniqueMigration migrated
  24. 16-4-2 11:34:59.3|Debug|MigrationLogger|Took: 00:00:00.0534067
  25. 16-4-2 11:34:59.3|Info|MigrationLogger|*** VersionDescriptionMigration migrating ***
  26. 16-4-2 11:34:59.3|Debug|MigrationLogger|Beginning Transaction
  27. 16-4-2 11:34:59.3|Debug|MigrationLogger|AlterTable VersionInfo
  28. 16-4-2 11:34:59.3|Debug|MigrationLogger|
  29. 16-4-2 11:34:59.3|Debug|MigrationLogger|Took: 00:00:00.0156347
  30. 16-4-2 11:34:59.3|Debug|MigrationLogger|CreateColumn VersionInfo Description String
  31. 16-4-2 11:34:59.4|Debug|MigrationLogger|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
  32. 16-4-2 11:34:59.4|Debug|MigrationLogger|Took: 00:00:00.0156303
  33. 16-4-2 11:34:59.4|Debug|MigrationLogger|Committing Transaction
  34. 16-4-2 11:34:59.4|Debug|MigrationLogger|VersionDescriptionMigration migrated
  35. 16-4-2 11:34:59.4|Debug|MigrationLogger|Took: 00:00:00.0312493
  36. 16-4-2 11:34:59.6|Info|MigrationLogger|*** 1: InitialSetup migrating ***
  37. 16-4-2 11:34:59.6|Debug|MigrationLogger|Beginning Transaction
  38. 16-4-2 11:34:59.6|Info|InitialSetup|Starting migration to 1
  39. 16-4-2 11:34:59.6|Debug|MigrationLogger|CreateTable Config
  40. 16-4-2 11:34:59.6|Debug|MigrationLogger|CREATE TABLE "Config" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Key" TEXT NOT NULL, "Value" TEXT NOT NULL)
  41. 16-4-2 11:34:59.6|Debug|MigrationLogger|Took: 00:00:00.0156372
  42. 16-4-2 11:34:59.6|Debug|MigrationLogger|CreateIndex Config (Key)
  43. 16-4-2 11:34:59.7|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Config_Key" ON "Config" ("Key" ASC)
  44. 16-4-2 11:34:59.7|Debug|MigrationLogger|Took: 00:00:00.0156254
  45. 16-4-2 11:34:59.7|Debug|MigrationLogger|CreateTable RootFolders
  46. 16-4-2 11:34:59.7|Debug|MigrationLogger|CREATE TABLE "RootFolders" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Path" TEXT NOT NULL)
  47. 16-4-2 11:34:59.7|Debug|MigrationLogger|Took: 00:00:00.0440626
  48. 16-4-2 11:34:59.8|Debug|MigrationLogger|CreateIndex RootFolders (Path)
  49. 16-4-2 11:34:59.8|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_RootFolders_Path" ON "RootFolders" ("Path" ASC)
  50. 16-4-2 11:34:59.8|Debug|MigrationLogger|Took: 00:00:00.0130015
  51. 16-4-2 11:34:59.8|Debug|MigrationLogger|CreateTable Series
  52. 16-4-2 11:34:59.8|Debug|MigrationLogger|CREATE TABLE "Series" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT NOT NULL, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "BacklogSetting" INTEGER NOT NULL, "Network" TEXT, "CustomStartDate" DATETIME, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME)
  53. 16-4-2 11:34:59.8|Debug|MigrationLogger|Took: 00:00:00.0322696
  54. 16-4-2 11:34:59.8|Debug|MigrationLogger|CreateIndex Series (TvdbId)
  55. 16-4-2 11:34:59.8|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
  56. 16-4-2 11:34:59.8|Debug|MigrationLogger|Took: 00:00:00
  57. 16-4-2 11:34:59.9|Debug|MigrationLogger|CreateIndex Series (TvRageId)
  58. 16-4-2 11:34:59.9|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
  59. 16-4-2 11:34:59.9|Debug|MigrationLogger|Took: 00:00:00.0120013
  60. 16-4-2 11:34:59.9|Debug|MigrationLogger|CreateIndex Series (ImdbId)
  61. 16-4-2 11:34:59.9|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_ImdbId" ON "Series" ("ImdbId" ASC)
  62. 16-4-2 11:34:59.9|Debug|MigrationLogger|Took: 00:00:00
  63. 16-4-2 11:34:59.9|Debug|MigrationLogger|CreateIndex Series (TitleSlug)
  64. 16-4-2 11:34:59.9|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
  65. 16-4-2 11:34:59.9|Debug|MigrationLogger|Took: 00:00:00
  66. 16-4-2 11:34:59.9|Debug|MigrationLogger|CreateTable Seasons
  67. 16-4-2 11:35:00.0|Debug|MigrationLogger|CREATE TABLE "Seasons" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "Ignored" INTEGER NOT NULL)
  68. 16-4-2 11:35:00.0|Debug|MigrationLogger|Took: 00:00:00
  69. 16-4-2 11:35:00.0|Debug|MigrationLogger|CreateTable Episodes
  70. 16-4-2 11:35:00.0|Debug|MigrationLogger|CREATE TABLE "Episodes" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvDbEpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeNumber" INTEGER NOT NULL, "Title" TEXT, "Overview" TEXT, "Ignored" INTEGER, "EpisodeFileId" INTEGER, "AirDate" DATETIME, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER)
  71. 16-4-2 11:35:00.0|Debug|MigrationLogger|Took: 00:00:00.0312493
  72. 16-4-2 11:35:00.0|Debug|MigrationLogger|CreateIndex Episodes (TvDbEpisodeId)
  73. 16-4-2 11:35:00.0|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Episodes_TvDbEpisodeId" ON "Episodes" ("TvDbEpisodeId" ASC)
  74. 16-4-2 11:35:00.0|Debug|MigrationLogger|Took: 00:00:00
  75. 16-4-2 11:35:00.0|Debug|MigrationLogger|CreateTable EpisodeFiles
  76. 16-4-2 11:35:00.0|Debug|MigrationLogger|CREATE TABLE "EpisodeFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Path" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SeasonNumber" INTEGER NOT NULL, "SceneName" TEXT, "ReleaseGroup" TEXT)
  77. 16-4-2 11:35:00.1|Debug|MigrationLogger|Took: 00:00:00.0326685
  78. 16-4-2 11:35:00.1|Debug|MigrationLogger|CreateIndex EpisodeFiles (Path)
  79. 16-4-2 11:35:00.1|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_EpisodeFiles_Path" ON "EpisodeFiles" ("Path" ASC)
  80. 16-4-2 11:35:00.1|Debug|MigrationLogger|Took: 00:00:00.0079992
  81. 16-4-2 11:35:00.1|Debug|MigrationLogger|CreateTable History
  82. 16-4-2 11:35:00.1|Debug|MigrationLogger|CREATE TABLE "History" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "NzbTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Quality" TEXT NOT NULL, "Indexer" TEXT NOT NULL, "NzbInfoUrl" TEXT, "ReleaseGroup" TEXT)
  83. 16-4-2 11:35:00.1|Debug|MigrationLogger|Took: 00:00:00.0115124
  84. 16-4-2 11:35:00.1|Debug|MigrationLogger|CreateTable Notifications
  85. 16-4-2 11:35:00.1|Debug|MigrationLogger|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)
  86. 16-4-2 11:35:00.2|Debug|MigrationLogger|Took: 00:00:00.0290034
  87. 16-4-2 11:35:00.2|Debug|MigrationLogger|CreateTable ScheduledTasks
  88. 16-4-2 11:35:00.2|Debug|MigrationLogger|CREATE TABLE "ScheduledTasks" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL)
  89. 16-4-2 11:35:00.2|Debug|MigrationLogger|Took: 00:00:00.0115011
  90. 16-4-2 11:35:00.2|Debug|MigrationLogger|CreateIndex ScheduledTasks (TypeName)
  91. 16-4-2 11:35:00.2|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
  92. 16-4-2 11:35:00.2|Debug|MigrationLogger|Took: 00:00:00.0090004
  93. 16-4-2 11:35:00.2|Debug|MigrationLogger|CreateTable Indexers
  94. 16-4-2 11:35:00.2|Debug|MigrationLogger|CREATE TABLE "Indexers" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enable" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT)
  95. 16-4-2 11:35:00.2|Debug|MigrationLogger|Took: 00:00:00.0105014
  96. 16-4-2 11:35:00.2|Debug|MigrationLogger|CreateIndex Indexers (Name)
  97. 16-4-2 11:35:00.2|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
  98. 16-4-2 11:35:00.2|Debug|MigrationLogger|Took: 00:00:00.0099997
  99. 16-4-2 11:35:00.2|Debug|MigrationLogger|CreateTable QualityProfiles
  100. 16-4-2 11:35:00.2|Debug|MigrationLogger|CREATE TABLE "QualityProfiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Allowed" TEXT NOT NULL)
  101. 16-4-2 11:35:00.3|Debug|MigrationLogger|Took: 00:00:00.0090005
  102. 16-4-2 11:35:00.3|Debug|MigrationLogger|CreateIndex QualityProfiles (Name)
  103. 16-4-2 11:35:00.3|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "QualityProfiles" ("Name" ASC)
  104. 16-4-2 11:35:00.3|Debug|MigrationLogger|Took: 00:00:00.0094996
  105. 16-4-2 11:35:00.3|Debug|MigrationLogger|CreateTable QualitySizes
  106. 16-4-2 11:35:00.3|Debug|MigrationLogger|CREATE TABLE "QualitySizes" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "QualityId" INTEGER NOT NULL, "Name" TEXT NOT NULL, "MinSize" INTEGER NOT NULL, "MaxSize" INTEGER NOT NULL)
  107. 16-4-2 11:35:00.3|Debug|MigrationLogger|Took: 00:00:00.0120018
  108. 16-4-2 11:35:00.3|Debug|MigrationLogger|CreateIndex QualitySizes (QualityId)
  109. 16-4-2 11:35:00.3|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualitySizes_QualityId" ON "QualitySizes" ("QualityId" ASC)
  110. 16-4-2 11:35:00.3|Debug|MigrationLogger|Took: 00:00:00.0085013
  111. 16-4-2 11:35:00.3|Debug|MigrationLogger|CreateIndex QualitySizes (Name)
  112. 16-4-2 11:35:00.3|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualitySizes_Name" ON "QualitySizes" ("Name" ASC)
  113. 16-4-2 11:35:00.3|Debug|MigrationLogger|Took: 00:00:00.0085306
  114. 16-4-2 11:35:00.3|Debug|MigrationLogger|CreateTable SceneMappings
  115. 16-4-2 11:35:00.4|Debug|MigrationLogger|CREATE TABLE "SceneMappings" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CleanTitle" TEXT NOT NULL, "SceneName" TEXT NOT NULL, "TvdbId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL)
  116. 16-4-2 11:35:00.4|Debug|MigrationLogger|Took: 00:00:00.0115016
  117. 16-4-2 11:35:00.4|Debug|MigrationLogger|CreateTable NamingConfig
  118. 16-4-2 11:35:00.4|Debug|MigrationLogger|CREATE TABLE "NamingConfig" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "UseSceneName" INTEGER NOT NULL, "Separator" TEXT NOT NULL, "NumberStyle" INTEGER NOT NULL, "IncludeSeriesTitle" INTEGER NOT NULL, "MultiEpisodeStyle" INTEGER NOT NULL, "IncludeEpisodeTitle" INTEGER NOT NULL, "IncludeQuality" INTEGER NOT NULL, "ReplaceSpaces" INTEGER NOT NULL, "SeasonFolderFormat" TEXT NOT NULL)
  119. 16-4-2 11:35:00.4|Debug|MigrationLogger|Took: 00:00:00.0155022
  120. 16-4-2 11:35:00.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2016-04-02T01:35:00', 'InitialSetup')
  121. 16-4-2 11:35:00.4|Debug|MigrationLogger|Committing Transaction
  122. 16-4-2 11:35:00.5|Debug|MigrationLogger|1: InitialSetup migrated
  123. 16-4-2 11:35:00.5|Debug|MigrationLogger|Took: 00:00:00.0815100
  124. 16-4-2 11:35:00.5|Info|MigrationLogger|*** 2: remove_tvrage_imdb_unique_constraint migrating ***
  125. 16-4-2 11:35:00.5|Debug|MigrationLogger|Beginning Transaction
  126. 16-4-2 11:35:00.5|Info|remove_tvrage_imdb_unique_constraint|Starting migration to 2
  127. 16-4-2 11:35:00.5|Debug|MigrationLogger|DeleteIndex Series (TvRageId)
  128. 16-4-2 11:35:00.5|Debug|MigrationLogger|DROP INDEX "IX_Series_TvRageId"
  129. 16-4-2 11:35:00.5|Debug|MigrationLogger|Took: 00:00:00.0156248
  130. 16-4-2 11:35:00.6|Debug|MigrationLogger|DeleteIndex Series (ImdbId)
  131. 16-4-2 11:35:00.6|Debug|MigrationLogger|DROP INDEX "IX_Series_ImdbId"
  132. 16-4-2 11:35:00.6|Debug|MigrationLogger|Took: 00:00:00.0156205
  133. 16-4-2 11:35:00.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2016-04-02T01:35:00', 'remove_tvrage_imdb_unique_constraint')
  134. 16-4-2 11:35:00.6|Debug|MigrationLogger|Committing Transaction
  135. 16-4-2 11:35:00.6|Debug|MigrationLogger|2: remove_tvrage_imdb_unique_constraint migrated
  136. 16-4-2 11:35:00.6|Debug|MigrationLogger|Took: 00:00:00.0534014
  137. 16-4-2 11:35:00.7|Info|MigrationLogger|*** 3: remove_renamed_scene_mapping_columns migrating ***
  138. 16-4-2 11:35:00.7|Debug|MigrationLogger|Beginning Transaction
  139. 16-4-2 11:35:00.7|Info|remove_renamed_scene_mapping_columns|Starting migration to 3
  140. 16-4-2 11:35:00.7|Debug|MigrationLogger|DeleteTable SceneMappings
  141. 16-4-2 11:35:00.7|Debug|MigrationLogger|DROP TABLE "SceneMappings"
  142. 16-4-2 11:35:00.7|Debug|MigrationLogger|Took: 00:00:00.0044938
  143. 16-4-2 11:35:00.7|Debug|MigrationLogger|CreateTable SceneMappings
  144. 16-4-2 11:35:00.7|Debug|MigrationLogger|CREATE TABLE "SceneMappings" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "SearchTerm" TEXT NOT NULL, "ParseTerm" TEXT NOT NULL)
  145. 16-4-2 11:35:00.7|Debug|MigrationLogger|Took: 00:00:00.0156269
  146. 16-4-2 11:35:00.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2016-04-02T01:35:00', 'remove_renamed_scene_mapping_columns')
  147. 16-4-2 11:35:00.7|Debug|MigrationLogger|Committing Transaction
  148. 16-4-2 11:35:00.7|Debug|MigrationLogger|3: remove_renamed_scene_mapping_columns migrated
  149. 16-4-2 11:35:00.8|Debug|MigrationLogger|Took: 00:00:00.0312513
  150. 16-4-2 11:35:00.8|Info|MigrationLogger|*** 4: updated_history migrating ***
  151. 16-4-2 11:35:00.8|Debug|MigrationLogger|Beginning Transaction
  152. 16-4-2 11:35:00.8|Info|updated_history|Starting migration to 4
  153. 16-4-2 11:35:00.8|Debug|MigrationLogger|DeleteTable History
  154. 16-4-2 11:35:00.8|Debug|MigrationLogger|DROP TABLE "History"
  155. 16-4-2 11:35:00.8|Debug|MigrationLogger|Took: 00:00:00
  156. 16-4-2 11:35:00.8|Debug|MigrationLogger|CreateTable History
  157. 16-4-2 11:35:00.8|Debug|MigrationLogger|CREATE TABLE "History" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Quality" TEXT NOT NULL, "Data" TEXT NOT NULL)
  158. 16-4-2 11:35:00.9|Debug|MigrationLogger|Took: 00:00:00.0156249
  159. 16-4-2 11:35:00.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2016-04-02T01:35:00', 'updated_history')
  160. 16-4-2 11:35:00.9|Debug|MigrationLogger|Committing Transaction
  161. 16-4-2 11:35:00.9|Debug|MigrationLogger|4: updated_history migrated
  162. 16-4-2 11:35:00.9|Debug|MigrationLogger|Took: 00:00:00.0312498
  163. 16-4-2 11:35:00.9|Info|MigrationLogger|*** 5: added_eventtype_to_history migrating ***
  164. 16-4-2 11:35:00.9|Debug|MigrationLogger|Beginning Transaction
  165. 16-4-2 11:35:00.9|Info|added_eventtype_to_history|Starting migration to 5
  166. 16-4-2 11:35:00.9|Debug|MigrationLogger|AlterTable History
  167. 16-4-2 11:35:01.0|Debug|MigrationLogger|
  168. 16-4-2 11:35:01.0|Debug|MigrationLogger|Took: 00:00:00
  169. 16-4-2 11:35:01.0|Debug|MigrationLogger|CreateColumn History EventType Int32
  170. 16-4-2 11:35:01.0|Debug|MigrationLogger|ALTER TABLE "History" ADD COLUMN "EventType" INTEGER
  171. 16-4-2 11:35:01.0|Debug|MigrationLogger|Took: 00:00:00
  172. 16-4-2 11:35:01.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2016-04-02T01:35:01', 'added_eventtype_to_history')
  173. 16-4-2 11:35:01.0|Debug|MigrationLogger|Committing Transaction
  174. 16-4-2 11:35:01.0|Debug|MigrationLogger|5: added_eventtype_to_history migrated
  175. 16-4-2 11:35:01.0|Debug|MigrationLogger|Took: 00:00:00.0221359
  176. 16-4-2 11:35:01.0|Info|MigrationLogger|*** 6: add_index_to_log_time migrating ***
  177. 16-4-2 11:35:01.1|Debug|MigrationLogger|Beginning Transaction
  178. 16-4-2 11:35:01.1|Info|add_index_to_log_time|Starting migration to 6
  179. 16-4-2 11:35:01.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2016-04-02T01:35:01', 'add_index_to_log_time')
  180. 16-4-2 11:35:01.1|Debug|MigrationLogger|Committing Transaction
  181. 16-4-2 11:35:01.1|Debug|MigrationLogger|6: add_index_to_log_time migrated
  182. 16-4-2 11:35:01.1|Debug|MigrationLogger|Took: 00:00:00.0373829
  183. 16-4-2 11:35:01.1|Info|MigrationLogger|*** 7: add_renameEpisodes_to_naming migrating ***
  184. 16-4-2 11:35:01.1|Debug|MigrationLogger|Beginning Transaction
  185. 16-4-2 11:35:01.2|Info|add_renameEpisodes_to_naming|Starting migration to 7
  186. 16-4-2 11:35:01.2|Debug|MigrationLogger|AlterTable NamingConfig
  187. 16-4-2 11:35:01.2|Debug|MigrationLogger|
  188. 16-4-2 11:35:01.2|Debug|MigrationLogger|Took: 00:00:00.0156239
  189. 16-4-2 11:35:01.2|Debug|MigrationLogger|CreateColumn NamingConfig RenameEpisodes Boolean
  190. 16-4-2 11:35:01.2|Debug|MigrationLogger|ALTER TABLE "NamingConfig" ADD COLUMN "RenameEpisodes" INTEGER
  191. 16-4-2 11:35:01.2|Debug|MigrationLogger|Took: 00:00:00.0221330
  192. 16-4-2 11:35:01.2|Debug|MigrationLogger|ExecuteSqlStatement UPDATE NamingConfig SET RenameEpisodes =~ UseSceneName
  193. 16-4-2 11:35:01.2|Debug|MigrationLogger|UPDATE NamingConfig SET RenameEpisodes =~ UseSceneName
  194. 16-4-2 11:35:01.2|Debug|MigrationLogger|Took: 00:00:00
  195. 16-4-2 11:35:01.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2016-04-02T01:35:01', 'add_renameEpisodes_to_naming')
  196. 16-4-2 11:35:01.2|Debug|MigrationLogger|Committing Transaction
  197. 16-4-2 11:35:01.3|Debug|MigrationLogger|7: add_renameEpisodes_to_naming migrated
  198. 16-4-2 11:35:01.3|Debug|MigrationLogger|Took: 00:00:00.0312503
  199. 16-4-2 11:35:01.3|Info|MigrationLogger|*** 8: remove_backlog migrating ***
  200. 16-4-2 11:35:01.3|Debug|MigrationLogger|Beginning Transaction
  201. 16-4-2 11:35:01.3|Info|remove_backlog|Starting migration to 8
  202. 16-4-2 11:35:01.4|Debug|MigrationLogger|DeleteColumn Series BacklogSetting
  203. 16-4-2 11:35:01.4|Debug|MigrationLogger|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT NOT NULL, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "CustomStartDate" DATETIME, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME)
  204. 16-4-2 11:35:01.4|Debug|MigrationLogger|INSERT INTO "Series_temp" SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "CustomStartDate", "UseSceneNumbering", "FirstAired", "NextAiring" FROM "Series"
  205. 16-4-2 11:35:01.5|Debug|MigrationLogger|DROP TABLE "Series"
  206. 16-4-2 11:35:01.5|Debug|MigrationLogger|ALTER TABLE "Series_temp" RENAME TO "Series"
  207. 16-4-2 11:35:01.5|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
  208. 16-4-2 11:35:01.5|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
  209. 16-4-2 11:35:01.5|Debug|MigrationLogger|Took: 00:00:00.1222750
  210. 16-4-2 11:35:01.5|Debug|MigrationLogger|DeleteColumn NamingConfig UseSceneName
  211. 16-4-2 11:35:01.5|Debug|MigrationLogger|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Separator" TEXT NOT NULL, "NumberStyle" INTEGER NOT NULL, "IncludeSeriesTitle" INTEGER NOT NULL, "MultiEpisodeStyle" INTEGER NOT NULL, "IncludeEpisodeTitle" INTEGER NOT NULL, "IncludeQuality" INTEGER NOT NULL, "ReplaceSpaces" INTEGER NOT NULL, "SeasonFolderFormat" TEXT NOT NULL, "RenameEpisodes" INTEGER)
  212. 16-4-2 11:35:01.5|Debug|MigrationLogger|INSERT INTO "NamingConfig_temp" SELECT "Id", "Separator", "NumberStyle", "IncludeSeriesTitle", "MultiEpisodeStyle", "IncludeEpisodeTitle", "IncludeQuality", "ReplaceSpaces", "SeasonFolderFormat", "RenameEpisodes" FROM "NamingConfig"
  213. 16-4-2 11:35:01.5|Debug|MigrationLogger|DROP TABLE "NamingConfig"
  214. 16-4-2 11:35:01.5|Debug|MigrationLogger|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
  215. 16-4-2 11:35:01.5|Debug|MigrationLogger|Took: 00:00:00.0365034
  216. 16-4-2 11:35:01.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2016-04-02T01:35:01', 'remove_backlog')
  217. 16-4-2 11:35:01.5|Debug|MigrationLogger|Committing Transaction
  218. 16-4-2 11:35:01.6|Debug|MigrationLogger|8: remove_backlog migrated
  219. 16-4-2 11:35:01.6|Debug|MigrationLogger|Took: 00:00:00.0805239
  220. 16-4-2 11:35:01.6|Info|MigrationLogger|*** 9: fix_rename_episodes migrating ***
  221. 16-4-2 11:35:01.6|Debug|MigrationLogger|Beginning Transaction
  222. 16-4-2 11:35:01.6|Info|fix_rename_episodes|Starting migration to 9
  223. 16-4-2 11:35:01.6|Debug|MigrationLogger|DeleteColumn NamingConfig SeasonFolderFormat
  224. 16-4-2 11:35:01.7|Debug|MigrationLogger|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Separator" TEXT NOT NULL, "NumberStyle" INTEGER NOT NULL, "IncludeSeriesTitle" INTEGER NOT NULL, "MultiEpisodeStyle" INTEGER NOT NULL, "IncludeEpisodeTitle" INTEGER NOT NULL, "IncludeQuality" INTEGER NOT NULL, "ReplaceSpaces" INTEGER NOT NULL, "RenameEpisodes" INTEGER)
  225. 16-4-2 11:35:01.7|Debug|MigrationLogger|INSERT INTO "NamingConfig_temp" SELECT "Id", "Separator", "NumberStyle", "IncludeSeriesTitle", "MultiEpisodeStyle", "IncludeEpisodeTitle", "IncludeQuality", "ReplaceSpaces", "RenameEpisodes" FROM "NamingConfig"
  226. 16-4-2 11:35:01.7|Debug|MigrationLogger|DROP TABLE "NamingConfig"
  227. 16-4-2 11:35:01.7|Debug|MigrationLogger|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
  228. 16-4-2 11:35:01.7|Debug|MigrationLogger|Took: 00:00:00.0495069
  229. 16-4-2 11:35:01.7|Debug|MigrationLogger|ExecuteSqlStatement UPDATE NamingConfig SET RenameEpisodes = 1 WHERE RenameEpisodes = -1
  230. 16-4-2 11:35:01.7|Debug|MigrationLogger|UPDATE NamingConfig SET RenameEpisodes = 1 WHERE RenameEpisodes = -1
  231. 16-4-2 11:35:01.7|Debug|MigrationLogger|Took: 00:00:00.0050004
  232. 16-4-2 11:35:01.7|Debug|MigrationLogger|ExecuteSqlStatement UPDATE NamingConfig SET RenameEpisodes = 0 WHERE RenameEpisodes = -2
  233. 16-4-2 11:35:01.7|Debug|MigrationLogger|UPDATE NamingConfig SET RenameEpisodes = 0 WHERE RenameEpisodes = -2
  234. 16-4-2 11:35:01.7|Debug|MigrationLogger|Took: 00:00:00.0045007
  235. 16-4-2 11:35:01.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (9, '2016-04-02T01:35:01', 'fix_rename_episodes')
  236. 16-4-2 11:35:01.7|Debug|MigrationLogger|Committing Transaction
  237. 16-4-2 11:35:01.8|Debug|MigrationLogger|9: fix_rename_episodes migrated
  238. 16-4-2 11:35:01.8|Debug|MigrationLogger|Took: 00:00:00.0335050
  239. 16-4-2 11:35:01.8|Info|MigrationLogger|*** 10: add_monitored migrating ***
  240. 16-4-2 11:35:01.8|Debug|MigrationLogger|Beginning Transaction
  241. 16-4-2 11:35:01.8|Info|add_monitored|Starting migration to 10
  242. 16-4-2 11:35:01.8|Debug|MigrationLogger|AlterTable Episodes
  243. 16-4-2 11:35:01.8|Debug|MigrationLogger|
  244. 16-4-2 11:35:01.8|Debug|MigrationLogger|Took: 00:00:00
  245. 16-4-2 11:35:01.8|Debug|MigrationLogger|CreateColumn Episodes Monitored Boolean
  246. 16-4-2 11:35:01.8|Debug|MigrationLogger|ALTER TABLE "Episodes" ADD COLUMN "Monitored" INTEGER
  247. 16-4-2 11:35:01.8|Debug|MigrationLogger|Took: 00:00:00
  248. 16-4-2 11:35:01.8|Debug|MigrationLogger|AlterTable Seasons
  249. 16-4-2 11:35:01.8|Debug|MigrationLogger|
  250. 16-4-2 11:35:01.8|Debug|MigrationLogger|Took: 00:00:00.0156253
  251. 16-4-2 11:35:01.8|Debug|MigrationLogger|CreateColumn Seasons Monitored Boolean
  252. 16-4-2 11:35:01.8|Debug|MigrationLogger|ALTER TABLE "Seasons" ADD COLUMN "Monitored" INTEGER
  253. 16-4-2 11:35:01.8|Debug|MigrationLogger|Took: 00:00:00
  254. 16-4-2 11:35:01.9|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Episodes SET Monitored = 1 WHERE Ignored = 0
  255. 16-4-2 11:35:01.9|Debug|MigrationLogger|UPDATE Episodes SET Monitored = 1 WHERE Ignored = 0
  256. 16-4-2 11:35:01.9|Debug|MigrationLogger|Took: 00:00:00.0050018
  257. 16-4-2 11:35:01.9|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Episodes SET Monitored = 0 WHERE Ignored = 1
  258. 16-4-2 11:35:01.9|Debug|MigrationLogger|UPDATE Episodes SET Monitored = 0 WHERE Ignored = 1
  259. 16-4-2 11:35:01.9|Debug|MigrationLogger|Took: 00:00:00.0045002
  260. 16-4-2 11:35:01.9|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Seasons SET Monitored = 1 WHERE Ignored = 0
  261. 16-4-2 11:35:01.9|Debug|MigrationLogger|UPDATE Seasons SET Monitored = 1 WHERE Ignored = 0
  262. 16-4-2 11:35:01.9|Debug|MigrationLogger|Took: 00:00:00.0044846
  263. 16-4-2 11:35:01.9|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Seasons SET Monitored = 0 WHERE Ignored = 1
  264. 16-4-2 11:35:01.9|Debug|MigrationLogger|UPDATE Seasons SET Monitored = 0 WHERE Ignored = 1
  265. 16-4-2 11:35:01.9|Debug|MigrationLogger|Took: 00:00:00.0049862
  266. 16-4-2 11:35:01.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2016-04-02T01:35:01', 'add_monitored')
  267. 16-4-2 11:35:01.9|Debug|MigrationLogger|Committing Transaction
  268. 16-4-2 11:35:01.9|Debug|MigrationLogger|10: add_monitored migrated
  269. 16-4-2 11:35:01.9|Debug|MigrationLogger|Took: 00:00:00.0209880
  270. 16-4-2 11:35:02.0|Info|MigrationLogger|*** 11: remove_ignored migrating ***
  271. 16-4-2 11:35:02.0|Debug|MigrationLogger|Beginning Transaction
  272. 16-4-2 11:35:02.0|Info|remove_ignored|Starting migration to 11
  273. 16-4-2 11:35:02.0|Debug|MigrationLogger|DeleteColumn Seasons Ignored
  274. 16-4-2 11:35:02.0|Debug|MigrationLogger|CREATE TABLE "Seasons_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "Monitored" INTEGER)
  275. 16-4-2 11:35:02.0|Debug|MigrationLogger|INSERT INTO "Seasons_temp" SELECT "Id", "SeriesId", "SeasonNumber", "Monitored" FROM "Seasons"
  276. 16-4-2 11:35:02.0|Debug|MigrationLogger|DROP TABLE "Seasons"
  277. 16-4-2 11:35:02.0|Debug|MigrationLogger|ALTER TABLE "Seasons_temp" RENAME TO "Seasons"
  278. 16-4-2 11:35:02.0|Debug|MigrationLogger|Took: 00:00:00.0260035
  279. 16-4-2 11:35:02.0|Debug|MigrationLogger|DeleteColumn Episodes Ignored
  280. 16-4-2 11:35:02.0|Debug|MigrationLogger|CREATE TABLE "Episodes_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvDbEpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeNumber" INTEGER NOT NULL, "Title" TEXT, "Overview" TEXT, "EpisodeFileId" INTEGER, "AirDate" DATETIME, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER, "Monitored" INTEGER)
  281. 16-4-2 11:35:02.0|Debug|MigrationLogger|INSERT INTO "Episodes_temp" SELECT "Id", "TvDbEpisodeId", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AirDate", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored" FROM "Episodes"
  282. 16-4-2 11:35:02.0|Debug|MigrationLogger|DROP TABLE "Episodes"
  283. 16-4-2 11:35:02.0|Debug|MigrationLogger|ALTER TABLE "Episodes_temp" RENAME TO "Episodes"
  284. 16-4-2 11:35:02.0|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Episodes_TvDbEpisodeId" ON "Episodes" ("TvDbEpisodeId" ASC)
  285. 16-4-2 11:35:02.0|Debug|MigrationLogger|Took: 00:00:00.0340042
  286. 16-4-2 11:35:02.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2016-04-02T01:35:02', 'remove_ignored')
  287. 16-4-2 11:35:02.0|Debug|MigrationLogger|Committing Transaction
  288. 16-4-2 11:35:02.1|Debug|MigrationLogger|11: remove_ignored migrated
  289. 16-4-2 11:35:02.1|Debug|MigrationLogger|Took: 00:00:00.0496457
  290. 16-4-2 11:35:02.1|Info|MigrationLogger|*** 12: remove_custom_start_date migrating ***
  291. 16-4-2 11:35:02.1|Debug|MigrationLogger|Beginning Transaction
  292. 16-4-2 11:35:02.1|Info|remove_custom_start_date|Starting migration to 12
  293. 16-4-2 11:35:02.1|Debug|MigrationLogger|DeleteColumn Series CustomStartDate
  294. 16-4-2 11:35:02.1|Debug|MigrationLogger|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT NOT NULL, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME)
  295. 16-4-2 11:35:02.1|Debug|MigrationLogger|INSERT INTO "Series_temp" SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring" FROM "Series"
  296. 16-4-2 11:35:02.2|Debug|MigrationLogger|DROP TABLE "Series"
  297. 16-4-2 11:35:02.2|Debug|MigrationLogger|ALTER TABLE "Series_temp" RENAME TO "Series"
  298. 16-4-2 11:35:02.2|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
  299. 16-4-2 11:35:02.2|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
  300. 16-4-2 11:35:02.2|Debug|MigrationLogger|Took: 00:00:00.0377589
  301. 16-4-2 11:35:02.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (12, '2016-04-02T01:35:02', 'remove_custom_start_date')
  302. 16-4-2 11:35:02.2|Debug|MigrationLogger|Committing Transaction
  303. 16-4-2 11:35:02.2|Debug|MigrationLogger|12: remove_custom_start_date migrated
  304. 16-4-2 11:35:02.2|Debug|MigrationLogger|Took: 00:00:00.0533847
  305. 16-4-2 11:35:02.2|Info|MigrationLogger|*** 13: add_air_date_utc migrating ***
  306. 16-4-2 11:35:02.2|Debug|MigrationLogger|Beginning Transaction
  307. 16-4-2 11:35:02.2|Info|add_air_date_utc|Starting migration to 13
  308. 16-4-2 11:35:02.3|Debug|MigrationLogger|AlterTable Episodes
  309. 16-4-2 11:35:02.3|Debug|MigrationLogger|
  310. 16-4-2 11:35:02.3|Debug|MigrationLogger|Took: 00:00:00
  311. 16-4-2 11:35:02.3|Debug|MigrationLogger|CreateColumn Episodes AirDateUtc DateTime
  312. 16-4-2 11:35:02.3|Debug|MigrationLogger|ALTER TABLE "Episodes" ADD COLUMN "AirDateUtc" DATETIME
  313. 16-4-2 11:35:02.3|Debug|MigrationLogger|Took: 00:00:00.0156332
  314. 16-4-2 11:35:02.3|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Episodes SET AirDateUtc = AirDate
  315. 16-4-2 11:35:02.3|Debug|MigrationLogger|UPDATE Episodes SET AirDateUtc = AirDate
  316. 16-4-2 11:35:02.3|Debug|MigrationLogger|Took: 00:00:00.0156244
  317. 16-4-2 11:35:02.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2016-04-02T01:35:02', 'add_air_date_utc')
  318. 16-4-2 11:35:02.3|Debug|MigrationLogger|Committing Transaction
  319. 16-4-2 11:35:02.3|Debug|MigrationLogger|13: add_air_date_utc migrated
  320. 16-4-2 11:35:02.3|Debug|MigrationLogger|Took: 00:00:00.0312532
  321. 16-4-2 11:35:02.3|Info|MigrationLogger|*** 14: drop_air_date migrating ***
  322. 16-4-2 11:35:02.3|Debug|MigrationLogger|Beginning Transaction
  323. 16-4-2 11:35:02.3|Info|drop_air_date|Starting migration to 14
  324. 16-4-2 11:35:02.4|Debug|MigrationLogger|DeleteColumn Episodes AirDate
  325. 16-4-2 11:35:02.4|Debug|MigrationLogger|CREATE TABLE "Episodes_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvDbEpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeNumber" INTEGER NOT NULL, "Title" TEXT, "Overview" TEXT, "EpisodeFileId" INTEGER, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER, "Monitored" INTEGER, "AirDateUtc" DATETIME)
  326. 16-4-2 11:35:02.4|Debug|MigrationLogger|INSERT INTO "Episodes_temp" SELECT "Id", "TvDbEpisodeId", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored", "AirDateUtc" FROM "Episodes"
  327. 16-4-2 11:35:02.4|Debug|MigrationLogger|DROP TABLE "Episodes"
  328. 16-4-2 11:35:02.4|Debug|MigrationLogger|ALTER TABLE "Episodes_temp" RENAME TO "Episodes"
  329. 16-4-2 11:35:02.4|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Episodes_TvDbEpisodeId" ON "Episodes" ("TvDbEpisodeId" ASC)
  330. 16-4-2 11:35:02.4|Debug|MigrationLogger|Took: 00:00:00.0468840
  331. 16-4-2 11:35:02.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2016-04-02T01:35:02', 'drop_air_date')
  332. 16-4-2 11:35:02.4|Debug|MigrationLogger|Committing Transaction
  333. 16-4-2 11:35:02.4|Debug|MigrationLogger|14: drop_air_date migrated
  334. 16-4-2 11:35:02.4|Debug|MigrationLogger|Took: 00:00:00.0625084
  335. 16-4-2 11:35:02.5|Info|MigrationLogger|*** 15: add_air_date_as_string migrating ***
  336. 16-4-2 11:35:02.5|Debug|MigrationLogger|Beginning Transaction
  337. 16-4-2 11:35:02.5|Info|add_air_date_as_string|Starting migration to 15
  338. 16-4-2 11:35:02.5|Debug|MigrationLogger|AlterTable Episodes
  339. 16-4-2 11:35:02.5|Debug|MigrationLogger|
  340. 16-4-2 11:35:02.5|Debug|MigrationLogger|Took: 00:00:00.0039937
  341. 16-4-2 11:35:02.5|Debug|MigrationLogger|CreateColumn Episodes AirDate String
  342. 16-4-2 11:35:02.5|Debug|MigrationLogger|ALTER TABLE "Episodes" ADD COLUMN "AirDate" TEXT
  343. 16-4-2 11:35:02.5|Debug|MigrationLogger|Took: 00:00:00
  344. 16-4-2 11:35:02.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2016-04-02T01:35:02', 'add_air_date_as_string')
  345. 16-4-2 11:35:02.5|Debug|MigrationLogger|Committing Transaction
  346. 16-4-2 11:35:02.5|Debug|MigrationLogger|15: add_air_date_as_string migrated
  347. 16-4-2 11:35:02.5|Debug|MigrationLogger|Took: 00:00:00.0156190
  348. 16-4-2 11:35:02.5|Info|MigrationLogger|*** 16: updated_imported_history_item migrating ***
  349. 16-4-2 11:35:02.5|Debug|MigrationLogger|Beginning Transaction
  350. 16-4-2 11:35:02.5|Info|updated_imported_history_item|Starting migration to 16
  351. 16-4-2 11:35:02.5|Debug|MigrationLogger|ExecuteSqlStatement UPDATE HISTORY SET Data = replace( Data, '"Path"', '"ImportedPath"' ) WHERE EventType=3
  352. 16-4-2 11:35:02.5|Debug|MigrationLogger|UPDATE HISTORY SET Data = replace( Data, '"Path"', '"ImportedPath"' ) WHERE EventType=3
  353. 16-4-2 11:35:02.5|Debug|MigrationLogger|Took: 00:00:00
  354. 16-4-2 11:35:02.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2016-04-02T01:35:02', 'updated_imported_history_item')
  355. 16-4-2 11:35:02.6|Debug|MigrationLogger|Committing Transaction
  356. 16-4-2 11:35:02.6|Debug|MigrationLogger|16: updated_imported_history_item migrated
  357. 16-4-2 11:35:02.6|Debug|MigrationLogger|Took: 00:00:00.0312601
  358. 16-4-2 11:35:02.6|Info|MigrationLogger|*** 17: reset_scene_names migrating ***
  359. 16-4-2 11:35:02.6|Debug|MigrationLogger|Beginning Transaction
  360. 16-4-2 11:35:02.6|Info|reset_scene_names|Starting migration to 17
  361. 16-4-2 11:35:02.6|Debug|MigrationLogger|ExecuteSqlStatement UPDATE EpisodeFiles SET SceneName = NULL where SceneName != NULL
  362. 16-4-2 11:35:02.6|Debug|MigrationLogger|UPDATE EpisodeFiles SET SceneName = NULL where SceneName != NULL
  363. 16-4-2 11:35:02.6|Debug|MigrationLogger|Took: 00:00:00.0161353
  364. 16-4-2 11:35:02.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2016-04-02T01:35:02', 'reset_scene_names')
  365. 16-4-2 11:35:02.7|Debug|MigrationLogger|Committing Transaction
  366. 16-4-2 11:35:02.7|Debug|MigrationLogger|17: reset_scene_names migrated
  367. 16-4-2 11:35:02.7|Debug|MigrationLogger|Took: 00:00:00.0529452
  368. 16-4-2 11:35:02.7|Info|MigrationLogger|*** 18: remove_duplicates migrating ***
  369. 16-4-2 11:35:02.7|Debug|MigrationLogger|Beginning Transaction
  370. 16-4-2 11:35:02.7|Info|remove_duplicates|Starting migration to 18
  371. 16-4-2 11:35:02.7|Debug|MigrationLogger|PerformDBOperation
  372. 16-4-2 11:35:02.7|Debug|MigrationLogger|Performing DB Operation
  373. 16-4-2 11:35:02.9|Debug|MigrationLogger|Took: 00:00:00.1451159
  374. 16-4-2 11:35:02.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2016-04-02T01:35:02', 'remove_duplicates')
  375. 16-4-2 11:35:02.9|Debug|MigrationLogger|Committing Transaction
  376. 16-4-2 11:35:02.9|Debug|MigrationLogger|18: remove_duplicates migrated
  377. 16-4-2 11:35:02.9|Debug|MigrationLogger|Took: 00:00:00.1621160
  378. 16-4-2 11:35:02.9|Info|MigrationLogger|*** 19: restore_unique_constraints migrating ***
  379. 16-4-2 11:35:03.0|Debug|MigrationLogger|Beginning Transaction
  380. 16-4-2 11:35:03.0|Info|restore_unique_constraints|Starting migration to 19
  381. 16-4-2 11:35:03.0|Debug|MigrationLogger|ExecuteSqlStatement DROP INDEX IF EXISTS "IX_Series_TvdbId"
  382. 16-4-2 11:35:03.0|Debug|MigrationLogger|DROP INDEX IF EXISTS "IX_Series_TvdbId"
  383. 16-4-2 11:35:03.0|Debug|MigrationLogger|Took: 00:00:00.0070004
  384. 16-4-2 11:35:03.0|Debug|MigrationLogger|ExecuteSqlStatement DROP INDEX IF EXISTS "IX_Series_TitleSlug"
  385. 16-4-2 11:35:03.0|Debug|MigrationLogger|DROP INDEX IF EXISTS "IX_Series_TitleSlug"
  386. 16-4-2 11:35:03.0|Debug|MigrationLogger|Took: 00:00:00.0060143
  387. 16-4-2 11:35:03.0|Debug|MigrationLogger|ExecuteSqlStatement DROP INDEX IF EXISTS "IX_Episodes_TvDbEpisodeId"
  388. 16-4-2 11:35:03.0|Debug|MigrationLogger|DROP INDEX IF EXISTS "IX_Episodes_TvDbEpisodeId"
  389. 16-4-2 11:35:03.0|Debug|MigrationLogger|Took: 00:00:00.0040006
  390. 16-4-2 11:35:03.0|Debug|MigrationLogger|CreateIndex Series (TvdbId)
  391. 16-4-2 11:35:03.0|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
  392. 16-4-2 11:35:03.0|Debug|MigrationLogger|Took: 00:00:00.0050009
  393. 16-4-2 11:35:03.0|Debug|MigrationLogger|CreateIndex Series (TitleSlug)
  394. 16-4-2 11:35:03.0|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
  395. 16-4-2 11:35:03.0|Debug|MigrationLogger|Took: 00:00:00.0050014
  396. 16-4-2 11:35:03.0|Debug|MigrationLogger|CreateIndex Episodes (TvDbEpisodeId)
  397. 16-4-2 11:35:03.0|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Episodes_TvDbEpisodeId" ON "Episodes" ("TvDbEpisodeId" ASC)
  398. 16-4-2 11:35:03.0|Debug|MigrationLogger|Took: 00:00:00.0075128
  399. 16-4-2 11:35:03.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2016-04-02T01:35:03', 'restore_unique_constraints')
  400. 16-4-2 11:35:03.0|Debug|MigrationLogger|Committing Transaction
  401. 16-4-2 11:35:03.1|Debug|MigrationLogger|19: restore_unique_constraints migrated
  402. 16-4-2 11:35:03.1|Debug|MigrationLogger|Took: 00:00:00.0220196
  403. 16-4-2 11:35:03.1|Info|MigrationLogger|*** 20: add_year_and_seasons_to_series migrating ***
  404. 16-4-2 11:35:03.1|Debug|MigrationLogger|Beginning Transaction
  405. 16-4-2 11:35:03.1|Info|add_year_and_seasons_to_series|Starting migration to 20
  406. 16-4-2 11:35:03.1|Debug|MigrationLogger|AlterTable Series
  407. 16-4-2 11:35:03.1|Debug|MigrationLogger|
  408. 16-4-2 11:35:03.1|Debug|MigrationLogger|Took: 00:00:00
  409. 16-4-2 11:35:03.1|Debug|MigrationLogger|CreateColumn Series Year Int32
  410. 16-4-2 11:35:03.1|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Year" INTEGER
  411. 16-4-2 11:35:03.1|Debug|MigrationLogger|Took: 00:00:00
  412. 16-4-2 11:35:03.1|Debug|MigrationLogger|AlterTable Series
  413. 16-4-2 11:35:03.1|Debug|MigrationLogger|
  414. 16-4-2 11:35:03.1|Debug|MigrationLogger|Took: 00:00:00
  415. 16-4-2 11:35:03.1|Debug|MigrationLogger|CreateColumn Series Seasons String
  416. 16-4-2 11:35:03.1|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Seasons" TEXT
  417. 16-4-2 11:35:03.1|Debug|MigrationLogger|Took: 00:00:00
  418. 16-4-2 11:35:03.1|Debug|MigrationLogger|PerformDBOperation
  419. 16-4-2 11:35:03.1|Debug|MigrationLogger|Performing DB Operation
  420. 16-4-2 11:35:03.2|Debug|MigrationLogger|Took: 00:00:00.0059943
  421. 16-4-2 11:35:03.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2016-04-02T01:35:03', 'add_year_and_seasons_to_series')
  422. 16-4-2 11:35:03.2|Debug|MigrationLogger|Committing Transaction
  423. 16-4-2 11:35:03.2|Debug|MigrationLogger|20: add_year_and_seasons_to_series migrated
  424. 16-4-2 11:35:03.2|Debug|MigrationLogger|Took: 00:00:00.0241330
  425. 16-4-2 11:35:03.2|Info|MigrationLogger|*** 21: drop_seasons_table migrating ***
  426. 16-4-2 11:35:03.2|Debug|MigrationLogger|Beginning Transaction
  427. 16-4-2 11:35:03.2|Info|drop_seasons_table|Starting migration to 21
  428. 16-4-2 11:35:03.2|Debug|MigrationLogger|DeleteTable Seasons
  429. 16-4-2 11:35:03.2|Debug|MigrationLogger|DROP TABLE "Seasons"
  430. 16-4-2 11:35:03.2|Debug|MigrationLogger|Took: 00:00:00.0156249
  431. 16-4-2 11:35:03.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2016-04-02T01:35:03', 'drop_seasons_table')
  432. 16-4-2 11:35:03.2|Debug|MigrationLogger|Committing Transaction
  433. 16-4-2 11:35:03.3|Debug|MigrationLogger|21: drop_seasons_table migrated
  434. 16-4-2 11:35:03.3|Debug|MigrationLogger|Took: 00:00:00.0317592
  435. 16-4-2 11:35:03.3|Info|MigrationLogger|*** 22: move_indexer_to_generic_provider migrating ***
  436. 16-4-2 11:35:03.3|Debug|MigrationLogger|Beginning Transaction
  437. 16-4-2 11:35:03.3|Info|move_indexer_to_generic_provider|Starting migration to 22
  438. 16-4-2 11:35:03.3|Debug|MigrationLogger|AlterTable Indexers
  439. 16-4-2 11:35:03.3|Debug|MigrationLogger|
  440. 16-4-2 11:35:03.3|Debug|MigrationLogger|Took: 00:00:00
  441. 16-4-2 11:35:03.3|Debug|MigrationLogger|CreateColumn Indexers ConfigContract String
  442. 16-4-2 11:35:03.3|Debug|MigrationLogger|ALTER TABLE "Indexers" ADD COLUMN "ConfigContract" TEXT
  443. 16-4-2 11:35:03.3|Debug|MigrationLogger|Took: 00:00:00
  444. 16-4-2 11:35:03.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2016-04-02T01:35:03', 'move_indexer_to_generic_provider')
  445. 16-4-2 11:35:03.3|Debug|MigrationLogger|Committing Transaction
  446. 16-4-2 11:35:03.3|Debug|MigrationLogger|22: move_indexer_to_generic_provider migrated
  447. 16-4-2 11:35:03.3|Debug|MigrationLogger|Took: 00:00:00.0156293
  448. 16-4-2 11:35:03.4|Info|MigrationLogger|*** 23: add_config_contract_to_indexers migrating ***
  449. 16-4-2 11:35:03.4|Debug|MigrationLogger|Beginning Transaction
  450. 16-4-2 11:35:03.4|Info|add_config_contract_to_indexers|Starting migration to 23
  451. 16-4-2 11:35:03.4|Debug|MigrationLogger|UpdateData
  452. 16-4-2 11:35:03.4|Debug|MigrationLogger|UPDATE "Indexers" SET "ConfigContract" = 'NewznabSettings' WHERE "Implementation" = 'Newznab'
  453. 16-4-2 11:35:03.4|Debug|MigrationLogger|Took: 00:00:00.0156244
  454. 16-4-2 11:35:03.4|Debug|MigrationLogger|UpdateData
  455. 16-4-2 11:35:03.4|Debug|MigrationLogger|UPDATE "Indexers" SET "ConfigContract" = 'OmgwtfnzbsSettings' WHERE "Implementation" = 'Omgwtfnzbs'
  456. 16-4-2 11:35:03.4|Debug|MigrationLogger|Took: 00:00:00.0156254
  457. 16-4-2 11:35:03.4|Debug|MigrationLogger|UpdateData
  458. 16-4-2 11:35:03.4|Debug|MigrationLogger|UPDATE "Indexers" SET "ConfigContract" = 'NullConfig' WHERE "Implementation" = 'Wombles'
  459. 16-4-2 11:35:03.4|Debug|MigrationLogger|Took: 00:00:00
  460. 16-4-2 11:35:03.4|Debug|MigrationLogger|UpdateData
  461. 16-4-2 11:35:03.4|Debug|MigrationLogger|UPDATE "Indexers" SET "ConfigContract" = 'NullConfig' WHERE "Implementation" = 'Eztv'
  462. 16-4-2 11:35:03.4|Debug|MigrationLogger|Took: 00:00:00
  463. 16-4-2 11:35:03.4|Debug|MigrationLogger|FluentMigrator.Expressions.DeleteDataExpression
  464. 16-4-2 11:35:03.4|Debug|MigrationLogger|DELETE FROM "Indexers" WHERE "ConfigContract" IS NULL
  465. 16-4-2 11:35:03.4|Debug|MigrationLogger|Took: 00:00:00
  466. 16-4-2 11:35:03.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2016-04-02T01:35:03', 'add_config_contract_to_indexers')
  467. 16-4-2 11:35:03.5|Debug|MigrationLogger|Committing Transaction
  468. 16-4-2 11:35:03.5|Debug|MigrationLogger|23: add_config_contract_to_indexers migrated
  469. 16-4-2 11:35:03.5|Debug|MigrationLogger|Took: 00:00:00.0254931
  470. 16-4-2 11:35:03.5|Info|MigrationLogger|*** 24: drop_tvdb_episodeid migrating ***
  471. 16-4-2 11:35:03.5|Debug|MigrationLogger|Beginning Transaction
  472. 16-4-2 11:35:03.5|Info|drop_tvdb_episodeid|Starting migration to 24
  473. 16-4-2 11:35:03.5|Debug|MigrationLogger|DeleteColumn Episodes TvDbEpisodeId
  474. 16-4-2 11:35:03.5|Debug|MigrationLogger|CREATE TABLE "Episodes_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeNumber" INTEGER NOT NULL, "Title" TEXT, "Overview" TEXT, "EpisodeFileId" INTEGER, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER, "Monitored" INTEGER, "AirDateUtc" DATETIME, "AirDate" TEXT)
  475. 16-4-2 11:35:03.5|Debug|MigrationLogger|INSERT INTO "Episodes_temp" SELECT "Id", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored", "AirDateUtc", "AirDate" FROM "Episodes"
  476. 16-4-2 11:35:03.5|Debug|MigrationLogger|DROP TABLE "Episodes"
  477. 16-4-2 11:35:03.5|Debug|MigrationLogger|ALTER TABLE "Episodes_temp" RENAME TO "Episodes"
  478. 16-4-2 11:35:03.5|Debug|MigrationLogger|Took: 00:00:00.0375179
  479. 16-4-2 11:35:03.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2016-04-02T01:35:03', 'drop_tvdb_episodeid')
  480. 16-4-2 11:35:03.5|Debug|MigrationLogger|Committing Transaction
  481. 16-4-2 11:35:03.6|Debug|MigrationLogger|24: drop_tvdb_episodeid migrated
  482. 16-4-2 11:35:03.6|Debug|MigrationLogger|Took: 00:00:00.0550201
  483. 16-4-2 11:35:03.6|Info|MigrationLogger|*** 25: move_notification_to_generic_provider migrating ***
  484. 16-4-2 11:35:03.6|Debug|MigrationLogger|Beginning Transaction
  485. 16-4-2 11:35:03.6|Info|move_notification_to_generic_provider|Starting migration to 25
  486. 16-4-2 11:35:03.6|Debug|MigrationLogger|AlterTable Notifications
  487. 16-4-2 11:35:03.6|Debug|MigrationLogger|
  488. 16-4-2 11:35:03.6|Debug|MigrationLogger|Took: 00:00:00.0030008
  489. 16-4-2 11:35:03.6|Debug|MigrationLogger|CreateColumn Notifications ConfigContract String
  490. 16-4-2 11:35:03.6|Debug|MigrationLogger|ALTER TABLE "Notifications" ADD COLUMN "ConfigContract" TEXT
  491. 16-4-2 11:35:03.6|Debug|MigrationLogger|Took: 00:00:00.0045007
  492. 16-4-2 11:35:03.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2016-04-02T01:35:03', 'move_notification_to_generic_provider')
  493. 16-4-2 11:35:03.6|Debug|MigrationLogger|Committing Transaction
  494. 16-4-2 11:35:03.6|Debug|MigrationLogger|25: move_notification_to_generic_provider migrated
  495. 16-4-2 11:35:03.6|Debug|MigrationLogger|Took: 00:00:00.0190022
  496. 16-4-2 11:35:03.7|Info|MigrationLogger|*** 26: add_config_contract_to_notifications migrating ***
  497. 16-4-2 11:35:03.7|Debug|MigrationLogger|Beginning Transaction
  498. 16-4-2 11:35:03.7|Info|add_config_contract_to_notifications|Starting migration to 26
  499. 16-4-2 11:35:03.7|Debug|MigrationLogger|UpdateData
  500. 16-4-2 11:35:03.7|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'EmailSettings' WHERE "Implementation" = 'Email'
  501. 16-4-2 11:35:03.7|Debug|MigrationLogger|Took: 00:00:00.0049999
  502. 16-4-2 11:35:03.7|Debug|MigrationLogger|UpdateData
  503. 16-4-2 11:35:03.7|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'GrowlSettings' WHERE "Implementation" = 'Growl'
  504. 16-4-2 11:35:03.7|Debug|MigrationLogger|Took: 00:00:00.0044997
  505. 16-4-2 11:35:03.7|Debug|MigrationLogger|UpdateData
  506. 16-4-2 11:35:03.7|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'NotifyMyAndroidSettings' WHERE "Implementation" = 'NotifyMyAndroid'
  507. 16-4-2 11:35:03.7|Debug|MigrationLogger|Took: 00:00:00.0049999
  508. 16-4-2 11:35:03.7|Debug|MigrationLogger|UpdateData
  509. 16-4-2 11:35:03.7|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'PlexClientSettings' WHERE "Implementation" = 'PlexClient'
  510. 16-4-2 11:35:03.7|Debug|MigrationLogger|Took: 00:00:00.0045008
  511. 16-4-2 11:35:03.7|Debug|MigrationLogger|UpdateData
  512. 16-4-2 11:35:03.7|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'PlexServerSettings' WHERE "Implementation" = 'PlexServer'
  513. 16-4-2 11:35:03.7|Debug|MigrationLogger|Took: 00:00:00.0050024
  514. 16-4-2 11:35:03.7|Debug|MigrationLogger|UpdateData
  515. 16-4-2 11:35:03.7|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'ProwlSettings' WHERE "Implementation" = 'Prowl'
  516. 16-4-2 11:35:03.7|Debug|MigrationLogger|Took: 00:00:00.0040006
  517. 16-4-2 11:35:03.7|Debug|MigrationLogger|UpdateData
  518. 16-4-2 11:35:03.7|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'PushBulletSettings' WHERE "Implementation" = 'PushBullet'
  519. 16-4-2 11:35:03.8|Debug|MigrationLogger|Took: 00:00:00.0044992
  520. 16-4-2 11:35:03.8|Debug|MigrationLogger|UpdateData
  521. 16-4-2 11:35:03.8|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'PushoverSettings' WHERE "Implementation" = 'Pushover'
  522. 16-4-2 11:35:03.8|Debug|MigrationLogger|Took: 00:00:00.0045022
  523. 16-4-2 11:35:03.8|Debug|MigrationLogger|UpdateData
  524. 16-4-2 11:35:03.8|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'XbmcSettings' WHERE "Implementation" = 'Xbmc'
  525. 16-4-2 11:35:03.8|Debug|MigrationLogger|Took: 00:00:00.0055000
  526. 16-4-2 11:35:03.8|Debug|MigrationLogger|FluentMigrator.Expressions.DeleteDataExpression
  527. 16-4-2 11:35:03.8|Debug|MigrationLogger|DELETE FROM "Notifications" WHERE "ConfigContract" IS NULL
  528. 16-4-2 11:35:03.8|Debug|MigrationLogger|Took: 00:00:00.0050004
  529. 16-4-2 11:35:03.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2016-04-02T01:35:03', 'add_config_contract_to_notifications')
  530. 16-4-2 11:35:03.8|Debug|MigrationLogger|Committing Transaction
  531. 16-4-2 11:35:03.8|Debug|MigrationLogger|26: add_config_contract_to_notifications migrated
  532. 16-4-2 11:35:03.8|Debug|MigrationLogger|Took: 00:00:00.0210022
  533. 16-4-2 11:35:03.9|Info|MigrationLogger|*** 27: fix_omgwtfnzbs migrating ***
  534. 16-4-2 11:35:03.9|Debug|MigrationLogger|Beginning Transaction
  535. 16-4-2 11:35:03.9|Info|fix_omgwtfnzbs|Starting migration to 27
  536. 16-4-2 11:35:03.9|Debug|MigrationLogger|UpdateData
  537. 16-4-2 11:35:03.9|Debug|MigrationLogger|UPDATE "Indexers" SET "ConfigContract" = 'OmgwtfnzbsSettings' WHERE "Implementation" = 'Omgwtfnzbs'
  538. 16-4-2 11:35:03.9|Debug|MigrationLogger|Took: 00:00:00.0045012
  539. 16-4-2 11:35:03.9|Debug|MigrationLogger|UpdateData
  540. 16-4-2 11:35:03.9|Debug|MigrationLogger|UPDATE "Indexers" SET "Settings" = '{}' WHERE "Implementation" = 'Omgwtfnzbs' AND "Settings" IS NULL
  541. 16-4-2 11:35:03.9|Debug|MigrationLogger|Took: 00:00:00.0035004
  542. 16-4-2 11:35:03.9|Debug|MigrationLogger|UpdateData
  543. 16-4-2 11:35:03.9|Debug|MigrationLogger|UPDATE "Indexers" SET "Settings" = '{}' WHERE "Implementation" = 'Omgwtfnzbs' AND "Settings" = ''
  544. 16-4-2 11:35:03.9|Debug|MigrationLogger|Took: 00:00:00.0055015
  545. 16-4-2 11:35:03.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2016-04-02T01:35:03', 'fix_omgwtfnzbs')
  546. 16-4-2 11:35:03.9|Debug|MigrationLogger|Committing Transaction
  547. 16-4-2 11:35:03.9|Debug|MigrationLogger|27: fix_omgwtfnzbs migrated
  548. 16-4-2 11:35:03.9|Debug|MigrationLogger|Took: 00:00:00.0190031
  549. 16-4-2 11:35:03.9|Info|MigrationLogger|*** 28: add_blacklist_table migrating ***
  550. 16-4-2 11:35:03.9|Debug|MigrationLogger|Beginning Transaction
  551. 16-4-2 11:35:03.9|Info|add_blacklist_table|Starting migration to 28
  552. 16-4-2 11:35:04.0|Debug|MigrationLogger|CreateTable Blacklist
  553. 16-4-2 11:35:04.0|Debug|MigrationLogger|CREATE TABLE "Blacklist" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "EpisodeIds" TEXT NOT NULL, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL)
  554. 16-4-2 11:35:04.0|Debug|MigrationLogger|Took: 00:00:00.0055010
  555. 16-4-2 11:35:04.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2016-04-02T01:35:04', 'add_blacklist_table')
  556. 16-4-2 11:35:04.0|Debug|MigrationLogger|Committing Transaction
  557. 16-4-2 11:35:04.0|Debug|MigrationLogger|28: add_blacklist_table migrated
  558. 16-4-2 11:35:04.0|Debug|MigrationLogger|Took: 00:00:00.0190021
  559. 16-4-2 11:35:04.0|Info|MigrationLogger|*** 29: add_formats_to_naming_config migrating ***
  560. 16-4-2 11:35:04.0|Debug|MigrationLogger|Beginning Transaction
  561. 16-4-2 11:35:04.0|Info|add_formats_to_naming_config|Starting migration to 29
  562. 16-4-2 11:35:04.0|Debug|MigrationLogger|AlterTable NamingConfig
  563. 16-4-2 11:35:04.0|Debug|MigrationLogger|
  564. 16-4-2 11:35:04.0|Debug|MigrationLogger|Took: 00:00:00.0035131
  565. 16-4-2 11:35:04.0|Debug|MigrationLogger|CreateColumn NamingConfig StandardEpisodeFormat String
  566. 16-4-2 11:35:04.0|Debug|MigrationLogger|ALTER TABLE "NamingConfig" ADD COLUMN "StandardEpisodeFormat" TEXT
  567. 16-4-2 11:35:04.0|Debug|MigrationLogger|Took: 00:00:00.0045149
  568. 16-4-2 11:35:04.0|Debug|MigrationLogger|AlterTable NamingConfig
  569. 16-4-2 11:35:04.0|Debug|MigrationLogger|
  570. 16-4-2 11:35:04.0|Debug|MigrationLogger|Took: 00:00:00.0029998
  571. 16-4-2 11:35:04.0|Debug|MigrationLogger|CreateColumn NamingConfig DailyEpisodeFormat String
  572. 16-4-2 11:35:04.0|Debug|MigrationLogger|ALTER TABLE "NamingConfig" ADD COLUMN "DailyEpisodeFormat" TEXT
  573. 16-4-2 11:35:04.0|Debug|MigrationLogger|Took: 00:00:00.0045002
  574. 16-4-2 11:35:04.1|Debug|MigrationLogger|PerformDBOperation
  575. 16-4-2 11:35:04.1|Debug|MigrationLogger|Performing DB Operation
  576. 16-4-2 11:35:04.2|Debug|MigrationLogger|Took: 00:00:00.0960065
  577. 16-4-2 11:35:04.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2016-04-02T01:35:04', 'add_formats_to_naming_config')
  578. 16-4-2 11:35:04.2|Debug|MigrationLogger|Committing Transaction
  579. 16-4-2 11:35:04.2|Debug|MigrationLogger|29: add_formats_to_naming_config migrated
  580. 16-4-2 11:35:04.2|Debug|MigrationLogger|Took: 00:00:00.1035051
  581. 16-4-2 11:35:04.2|Info|MigrationLogger|*** 30: add_season_folder_format_to_naming_config migrating ***
  582. 16-4-2 11:35:04.2|Debug|MigrationLogger|Beginning Transaction
  583. 16-4-2 11:35:04.2|Info|add_season_folder_format_to_naming_config|Starting migration to 30
  584. 16-4-2 11:35:04.2|Debug|MigrationLogger|AlterTable NamingConfig
  585. 16-4-2 11:35:04.2|Debug|MigrationLogger|
  586. 16-4-2 11:35:04.2|Debug|MigrationLogger|Took: 00:00:00
  587. 16-4-2 11:35:04.2|Debug|MigrationLogger|CreateColumn NamingConfig SeasonFolderFormat String
  588. 16-4-2 11:35:04.2|Debug|MigrationLogger|ALTER TABLE "NamingConfig" ADD COLUMN "SeasonFolderFormat" TEXT
  589. 16-4-2 11:35:04.2|Debug|MigrationLogger|Took: 00:00:00.0156244
  590. 16-4-2 11:35:04.2|Debug|MigrationLogger|PerformDBOperation
  591. 16-4-2 11:35:04.2|Debug|MigrationLogger|Performing DB Operation
  592. 16-4-2 11:35:04.2|Debug|MigrationLogger|Took: 00:00:00
  593. 16-4-2 11:35:04.2|Debug|MigrationLogger|ExecuteSqlStatement DELETE FROM Config WHERE [Key] = 'seasonfolderformat'
  594. 16-4-2 11:35:04.2|Debug|MigrationLogger|DELETE FROM Config WHERE [Key] = 'seasonfolderformat'
  595. 16-4-2 11:35:04.2|Debug|MigrationLogger|Took: 00:00:00
  596. 16-4-2 11:35:04.2|Debug|MigrationLogger|ExecuteSqlStatement DELETE FROM Config WHERE [Key] = 'useseasonfolder'
  597. 16-4-2 11:35:04.3|Debug|MigrationLogger|DELETE FROM Config WHERE [Key] = 'useseasonfolder'
  598. 16-4-2 11:35:04.3|Debug|MigrationLogger|Took: 00:00:00.0039849
  599. 16-4-2 11:35:04.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2016-04-02T01:35:04', 'add_season_folder_format_to_naming_config')
  600. 16-4-2 11:35:04.3|Debug|MigrationLogger|Committing Transaction
  601. 16-4-2 11:35:04.3|Debug|MigrationLogger|30: add_season_folder_format_to_naming_config migrated
  602. 16-4-2 11:35:04.3|Debug|MigrationLogger|Took: 00:00:00.0049847
  603. 16-4-2 11:35:04.3|Info|MigrationLogger|*** 31: delete_old_naming_config_columns migrating ***
  604. 16-4-2 11:35:04.3|Debug|MigrationLogger|Beginning Transaction
  605. 16-4-2 11:35:04.3|Info|delete_old_naming_config_columns|Starting migration to 31
  606. 16-4-2 11:35:04.3|Debug|MigrationLogger|DeleteColumn NamingConfig Separator, NumberStyle, IncludeSeriesTitle, IncludeEpisodeTitle, IncludeQuality, ReplaceSpaces
  607. 16-4-2 11:35:04.3|Debug|MigrationLogger|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MultiEpisodeStyle" INTEGER NOT NULL, "RenameEpisodes" INTEGER, "StandardEpisodeFormat" TEXT, "DailyEpisodeFormat" TEXT, "SeasonFolderFormat" TEXT)
  608. 16-4-2 11:35:04.3|Debug|MigrationLogger|INSERT INTO "NamingConfig_temp" SELECT "Id", "MultiEpisodeStyle", "RenameEpisodes", "StandardEpisodeFormat", "DailyEpisodeFormat", "SeasonFolderFormat" FROM "NamingConfig"
  609. 16-4-2 11:35:04.3|Debug|MigrationLogger|DROP TABLE "NamingConfig"
  610. 16-4-2 11:35:04.3|Debug|MigrationLogger|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
  611. 16-4-2 11:35:04.3|Debug|MigrationLogger|Took: 00:00:00.0312493
  612. 16-4-2 11:35:04.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2016-04-02T01:35:04', 'delete_old_naming_config_columns')
  613. 16-4-2 11:35:04.3|Debug|MigrationLogger|Committing Transaction
  614. 16-4-2 11:35:04.4|Debug|MigrationLogger|31: delete_old_naming_config_columns migrated
  615. 16-4-2 11:35:04.4|Debug|MigrationLogger|Took: 00:00:00.0518819
  616. 16-4-2 11:35:04.4|Info|MigrationLogger|*** 32: set_default_release_group migrating ***
  617. 16-4-2 11:35:04.4|Debug|MigrationLogger|Beginning Transaction
  618. 16-4-2 11:35:04.4|Info|set_default_release_group|Starting migration to 32
  619. 16-4-2 11:35:04.4|Debug|MigrationLogger|ExecuteSqlStatement UPDATE EpisodeFiles SET ReleaseGroup = 'DRONE' WHERE ReleaseGroup IS NULL
  620. 16-4-2 11:35:04.4|Debug|MigrationLogger|UPDATE EpisodeFiles SET ReleaseGroup = 'DRONE' WHERE ReleaseGroup IS NULL
  621. 16-4-2 11:35:04.4|Debug|MigrationLogger|Took: 00:00:00
  622. 16-4-2 11:35:04.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2016-04-02T01:35:04', 'set_default_release_group')
  623. 16-4-2 11:35:04.4|Debug|MigrationLogger|Committing Transaction
  624. 16-4-2 11:35:04.4|Debug|MigrationLogger|32: set_default_release_group migrated
  625. 16-4-2 11:35:04.4|Debug|MigrationLogger|Took: 00:00:00.0156269
  626. 16-4-2 11:35:04.4|Info|MigrationLogger|*** 33: add_api_key_to_pushover migrating ***
  627. 16-4-2 11:35:04.4|Debug|MigrationLogger|Beginning Transaction
  628. 16-4-2 11:35:04.4|Info|add_api_key_to_pushover|Starting migration to 33
  629. 16-4-2 11:35:04.5|Debug|MigrationLogger|PerformDBOperation
  630. 16-4-2 11:35:04.5|Debug|MigrationLogger|Performing DB Operation
  631. 16-4-2 11:35:04.5|Debug|MigrationLogger|Took: 00:00:00.0050014
  632. 16-4-2 11:35:04.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2016-04-02T01:35:04', 'add_api_key_to_pushover')
  633. 16-4-2 11:35:04.5|Debug|MigrationLogger|Committing Transaction
  634. 16-4-2 11:35:04.5|Debug|MigrationLogger|33: add_api_key_to_pushover migrated
  635. 16-4-2 11:35:04.5|Debug|MigrationLogger|Took: 00:00:00.0120018
  636. 16-4-2 11:35:04.5|Info|MigrationLogger|*** 34: remove_series_contraints migrating ***
  637. 16-4-2 11:35:04.5|Debug|MigrationLogger|Beginning Transaction
  638. 16-4-2 11:35:04.5|Info|remove_series_contraints|Starting migration to 34
  639. 16-4-2 11:35:04.5|Debug|MigrationLogger|AlterTable Series
  640. 16-4-2 11:35:04.5|Debug|MigrationLogger|
  641. 16-4-2 11:35:04.5|Debug|MigrationLogger|Took: 00:00:00
  642. 16-4-2 11:35:04.5|Debug|MigrationLogger|AlterColumn Series ImdbId String
  643. 16-4-2 11:35:04.5|Debug|MigrationLogger|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT)
  644. 16-4-2 11:35:04.5|Debug|MigrationLogger|INSERT INTO "Series_temp" SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons" FROM "Series"
  645. 16-4-2 11:35:04.5|Debug|MigrationLogger|DROP TABLE "Series"
  646. 16-4-2 11:35:04.5|Debug|MigrationLogger|ALTER TABLE "Series_temp" RENAME TO "Series"
  647. 16-4-2 11:35:04.5|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
  648. 16-4-2 11:35:04.6|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
  649. 16-4-2 11:35:04.6|Debug|MigrationLogger|Took: 00:00:00.0508831
  650. 16-4-2 11:35:04.6|Debug|MigrationLogger|AlterColumn Series TitleSlug String
  651. 16-4-2 11:35:04.6|Debug|MigrationLogger|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT)
  652. 16-4-2 11:35:04.6|Debug|MigrationLogger|INSERT INTO "Series_temp" SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons" FROM "Series"
  653. 16-4-2 11:35:04.6|Debug|MigrationLogger|DROP TABLE "Series"
  654. 16-4-2 11:35:04.6|Debug|MigrationLogger|ALTER TABLE "Series_temp" RENAME TO "Series"
  655. 16-4-2 11:35:04.6|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
  656. 16-4-2 11:35:04.6|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
  657. 16-4-2 11:35:04.6|Debug|MigrationLogger|Took: 00:00:00.0312581
  658. 16-4-2 11:35:04.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (34, '2016-04-02T01:35:04', 'remove_series_contraints')
  659. 16-4-2 11:35:04.6|Debug|MigrationLogger|Committing Transaction
  660. 16-4-2 11:35:04.6|Debug|MigrationLogger|34: remove_series_contraints migrated
  661. 16-4-2 11:35:04.6|Debug|MigrationLogger|Took: 00:00:00.0468835
  662. 16-4-2 11:35:04.6|Info|MigrationLogger|*** 35: add_series_folder_format_to_naming_config migrating ***
  663. 16-4-2 11:35:04.6|Debug|MigrationLogger|Beginning Transaction
  664. 16-4-2 11:35:04.6|Info|add_series_folder_format_to_naming_config|Starting migration to 35
  665. 16-4-2 11:35:04.6|Debug|MigrationLogger|AlterTable NamingConfig
  666. 16-4-2 11:35:04.6|Debug|MigrationLogger|
  667. 16-4-2 11:35:04.6|Debug|MigrationLogger|Took: 00:00:00
  668. 16-4-2 11:35:04.6|Debug|MigrationLogger|CreateColumn NamingConfig SeriesFolderFormat String
  669. 16-4-2 11:35:04.7|Debug|MigrationLogger|ALTER TABLE "NamingConfig" ADD COLUMN "SeriesFolderFormat" TEXT
  670. 16-4-2 11:35:04.7|Debug|MigrationLogger|Took: 00:00:00.0034848
  671. 16-4-2 11:35:04.7|Debug|MigrationLogger|ExecuteSqlStatement UPDATE NamingConfig SET SeriesFolderFormat = '{Series Title}'
  672. 16-4-2 11:35:04.7|Debug|MigrationLogger|UPDATE NamingConfig SET SeriesFolderFormat = '{Series Title}'
  673. 16-4-2 11:35:04.7|Debug|MigrationLogger|Took: 00:00:00
  674. 16-4-2 11:35:04.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2016-04-02T01:35:04', 'add_series_folder_format_to_naming_config')
  675. 16-4-2 11:35:04.7|Debug|MigrationLogger|Committing Transaction
  676. 16-4-2 11:35:04.7|Debug|MigrationLogger|35: add_series_folder_format_to_naming_config migrated
  677. 16-4-2 11:35:04.7|Debug|MigrationLogger|Took: 00:00:00.0156479
  678. 16-4-2 11:35:04.7|Info|MigrationLogger|*** 36: update_with_quality_converters migrating ***
  679. 16-4-2 11:35:04.7|Debug|MigrationLogger|Beginning Transaction
  680. 16-4-2 11:35:04.7|Info|update_with_quality_converters|Starting migration to 36
  681. 16-4-2 11:35:04.7|Debug|MigrationLogger|AlterTable QualityProfiles
  682. 16-4-2 11:35:04.7|Debug|MigrationLogger|
  683. 16-4-2 11:35:04.7|Debug|MigrationLogger|Took: 00:00:00
  684. 16-4-2 11:35:04.7|Debug|MigrationLogger|CreateColumn QualityProfiles Items String
  685. 16-4-2 11:35:04.7|Debug|MigrationLogger|ALTER TABLE "QualityProfiles" ADD COLUMN "Items" TEXT
  686. 16-4-2 11:35:04.7|Debug|MigrationLogger|Took: 00:00:00.0156253
  687. 16-4-2 11:35:04.7|Debug|MigrationLogger|PerformDBOperation
  688. 16-4-2 11:35:04.7|Debug|MigrationLogger|Performing DB Operation
  689. 16-4-2 11:35:04.7|Debug|MigrationLogger|Took: 00:00:00
  690. 16-4-2 11:35:04.8|Debug|MigrationLogger|PerformDBOperation
  691. 16-4-2 11:35:04.8|Debug|MigrationLogger|Performing DB Operation
  692. 16-4-2 11:35:04.8|Debug|MigrationLogger|Took: 00:00:00.0014999
  693. 16-4-2 11:35:04.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2016-04-02T01:35:04', 'update_with_quality_converters')
  694. 16-4-2 11:35:04.8|Debug|MigrationLogger|Committing Transaction
  695. 16-4-2 11:35:04.8|Debug|MigrationLogger|36: update_with_quality_converters migrated
  696. 16-4-2 11:35:04.8|Debug|MigrationLogger|Took: 00:00:00.0171322
  697. 16-4-2 11:35:04.8|Info|MigrationLogger|*** 37: add_configurable_qualities migrating ***
  698. 16-4-2 11:35:04.8|Debug|MigrationLogger|Beginning Transaction
  699. 16-4-2 11:35:04.8|Info|add_configurable_qualities|Starting migration to 37
  700. 16-4-2 11:35:04.8|Debug|MigrationLogger|DeleteColumn QualityProfiles Allowed
  701. 16-4-2 11:35:04.8|Debug|MigrationLogger|CREATE TABLE "QualityProfiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT)
  702. 16-4-2 11:35:04.8|Debug|MigrationLogger|INSERT INTO "QualityProfiles_temp" SELECT "Id", "Name", "Cutoff", "Items" FROM "QualityProfiles"
  703. 16-4-2 11:35:04.8|Debug|MigrationLogger|DROP TABLE "QualityProfiles"
  704. 16-4-2 11:35:04.8|Debug|MigrationLogger|ALTER TABLE "QualityProfiles_temp" RENAME TO "QualityProfiles"
  705. 16-4-2 11:35:04.8|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "QualityProfiles" ("Name" ASC)
  706. 16-4-2 11:35:04.8|Debug|MigrationLogger|Took: 00:00:00.0312366
  707. 16-4-2 11:35:04.8|Debug|MigrationLogger|AlterColumn QualityProfiles Items String
  708. 16-4-2 11:35:04.8|Debug|MigrationLogger|CREATE TABLE "QualityProfiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL)
  709. 16-4-2 11:35:04.9|Debug|MigrationLogger|INSERT INTO "QualityProfiles_temp" SELECT "Id", "Name", "Cutoff", "Items" FROM "QualityProfiles"
  710. 16-4-2 11:35:04.9|Debug|MigrationLogger|DROP TABLE "QualityProfiles"
  711. 16-4-2 11:35:04.9|Debug|MigrationLogger|ALTER TABLE "QualityProfiles_temp" RENAME TO "QualityProfiles"
  712. 16-4-2 11:35:04.9|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "QualityProfiles" ("Name" ASC)
  713. 16-4-2 11:35:04.9|Debug|MigrationLogger|Took: 00:00:00.0221325
  714. 16-4-2 11:35:04.9|Debug|MigrationLogger|CreateTable QualityDefinitions
  715. 16-4-2 11:35:04.9|Debug|MigrationLogger|CREATE TABLE "QualityDefinitions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL, "Title" TEXT NOT NULL, "Weight" INTEGER NOT NULL, "MinSize" INTEGER NOT NULL, "MaxSize" INTEGER NOT NULL)
  716. 16-4-2 11:35:04.9|Debug|MigrationLogger|Took: 00:00:00
  717. 16-4-2 11:35:04.9|Debug|MigrationLogger|CreateIndex QualityDefinitions (Quality)
  718. 16-4-2 11:35:04.9|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
  719. 16-4-2 11:35:04.9|Debug|MigrationLogger|Took: 00:00:00
  720. 16-4-2 11:35:04.9|Debug|MigrationLogger|CreateIndex QualityDefinitions (Title)
  721. 16-4-2 11:35:04.9|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC)
  722. 16-4-2 11:35:04.9|Debug|MigrationLogger|Took: 00:00:00
  723. 16-4-2 11:35:04.9|Debug|MigrationLogger|CreateIndex QualityDefinitions (Weight)
  724. 16-4-2 11:35:04.9|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Weight" ON "QualityDefinitions" ("Weight" ASC)
  725. 16-4-2 11:35:04.9|Debug|MigrationLogger|Took: 00:00:00.0156249
  726. 16-4-2 11:35:04.9|Debug|MigrationLogger|PerformDBOperation
  727. 16-4-2 11:35:04.9|Debug|MigrationLogger|Performing DB Operation
  728. 16-4-2 11:35:04.9|Debug|MigrationLogger|Took: 00:00:00
  729. 16-4-2 11:35:04.9|Debug|MigrationLogger|DeleteTable QualitySizes
  730. 16-4-2 11:35:05.0|Debug|MigrationLogger|DROP TABLE "QualitySizes"
  731. 16-4-2 11:35:05.0|Debug|MigrationLogger|Took: 00:00:00.0070014
  732. 16-4-2 11:35:05.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2016-04-02T01:35:05', 'add_configurable_qualities')
  733. 16-4-2 11:35:05.0|Debug|MigrationLogger|Committing Transaction
  734. 16-4-2 11:35:05.0|Debug|MigrationLogger|37: add_configurable_qualities migrated
  735. 16-4-2 11:35:05.0|Debug|MigrationLogger|Took: 00:00:00.0240079
  736. 16-4-2 11:35:05.0|Info|MigrationLogger|*** 38: add_on_upgrade_to_notifications migrating ***
  737. 16-4-2 11:35:05.0|Debug|MigrationLogger|Beginning Transaction
  738. 16-4-2 11:35:05.0|Info|add_on_upgrade_to_notifications|Starting migration to 38
  739. 16-4-2 11:35:05.0|Debug|MigrationLogger|AlterTable Notifications
  740. 16-4-2 11:35:05.0|Debug|MigrationLogger|
  741. 16-4-2 11:35:05.0|Debug|MigrationLogger|Took: 00:00:00
  742. 16-4-2 11:35:05.0|Debug|MigrationLogger|CreateColumn Notifications OnUpgrade Boolean
  743. 16-4-2 11:35:05.0|Debug|MigrationLogger|ALTER TABLE "Notifications" ADD COLUMN "OnUpgrade" INTEGER
  744. 16-4-2 11:35:05.0|Debug|MigrationLogger|Took: 00:00:00
  745. 16-4-2 11:35:05.0|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Notifications SET OnUpgrade = OnDownload
  746. 16-4-2 11:35:05.0|Debug|MigrationLogger|UPDATE Notifications SET OnUpgrade = OnDownload
  747. 16-4-2 11:35:05.1|Debug|MigrationLogger|Took: 00:00:00.0291368
  748. 16-4-2 11:35:05.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2016-04-02T01:35:05', 'add_on_upgrade_to_notifications')
  749. 16-4-2 11:35:05.1|Debug|MigrationLogger|Committing Transaction
  750. 16-4-2 11:35:05.1|Debug|MigrationLogger|38: add_on_upgrade_to_notifications migrated
  751. 16-4-2 11:35:05.1|Debug|MigrationLogger|Took: 00:00:00.0447696
  752. 16-4-2 11:35:05.1|Info|MigrationLogger|*** 39: add_metadata_tables migrating ***
  753. 16-4-2 11:35:05.1|Debug|MigrationLogger|Beginning Transaction
  754. 16-4-2 11:35:05.1|Info|add_metadata_tables|Starting migration to 39
  755. 16-4-2 11:35:05.1|Debug|MigrationLogger|CreateTable Metadata
  756. 16-4-2 11:35:05.1|Debug|MigrationLogger|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)
  757. 16-4-2 11:35:05.1|Debug|MigrationLogger|Took: 00:00:00.0156107
  758. 16-4-2 11:35:05.1|Debug|MigrationLogger|CreateTable MetadataFiles
  759. 16-4-2 11:35:05.1|Debug|MigrationLogger|CREATE TABLE "MetadataFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "SeasonNumber" INTEGER, "EpisodeFileId" INTEGER)
  760. 16-4-2 11:35:05.1|Debug|MigrationLogger|Took: 00:00:00
  761. 16-4-2 11:35:05.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2016-04-02T01:35:05', 'add_metadata_tables')
  762. 16-4-2 11:35:05.1|Debug|MigrationLogger|Committing Transaction
  763. 16-4-2 11:35:05.1|Debug|MigrationLogger|39: add_metadata_tables migrated
  764. 16-4-2 11:35:05.1|Debug|MigrationLogger|Took: 00:00:00.0156254
  765. 16-4-2 11:35:05.2|Info|MigrationLogger|*** 40: add_metadata_to_episodes_and_series migrating ***
  766. 16-4-2 11:35:05.2|Debug|MigrationLogger|Beginning Transaction
  767. 16-4-2 11:35:05.2|Info|add_metadata_to_episodes_and_series|Starting migration to 40
  768. 16-4-2 11:35:05.2|Debug|MigrationLogger|AlterTable Series
  769. 16-4-2 11:35:05.2|Debug|MigrationLogger|
  770. 16-4-2 11:35:05.2|Debug|MigrationLogger|Took: 00:00:00.0029999
  771. 16-4-2 11:35:05.2|Debug|MigrationLogger|CreateColumn Series Actors String
  772. 16-4-2 11:35:05.2|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Actors" TEXT
  773. 16-4-2 11:35:05.2|Debug|MigrationLogger|Took: 00:00:00.0040020
  774. 16-4-2 11:35:05.2|Debug|MigrationLogger|CreateColumn Series Ratings String
  775. 16-4-2 11:35:05.2|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Ratings" TEXT
  776. 16-4-2 11:35:05.2|Debug|MigrationLogger|Took: 00:00:00.0054996
  777. 16-4-2 11:35:05.2|Debug|MigrationLogger|CreateColumn Series Genres String
  778. 16-4-2 11:35:05.2|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Genres" TEXT
  779. 16-4-2 11:35:05.2|Debug|MigrationLogger|Took: 00:00:00.0040006
  780. 16-4-2 11:35:05.2|Debug|MigrationLogger|CreateColumn Series Certification String
  781. 16-4-2 11:35:05.2|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Certification" TEXT
  782. 16-4-2 11:35:05.2|Debug|MigrationLogger|Took: 00:00:00.0035029
  783. 16-4-2 11:35:05.2|Debug|MigrationLogger|AlterTable Episodes
  784. 16-4-2 11:35:05.2|Debug|MigrationLogger|
  785. 16-4-2 11:35:05.2|Debug|MigrationLogger|Took: 00:00:00.0044992
  786. 16-4-2 11:35:05.3|Debug|MigrationLogger|CreateColumn Episodes Ratings String
  787. 16-4-2 11:35:05.3|Debug|MigrationLogger|ALTER TABLE "Episodes" ADD COLUMN "Ratings" TEXT
  788. 16-4-2 11:35:05.3|Debug|MigrationLogger|Took: 00:00:00.0035014
  789. 16-4-2 11:35:05.3|Debug|MigrationLogger|CreateColumn Episodes Images String
  790. 16-4-2 11:35:05.3|Debug|MigrationLogger|ALTER TABLE "Episodes" ADD COLUMN "Images" TEXT
  791. 16-4-2 11:35:05.3|Debug|MigrationLogger|Took: 00:00:00.0040010
  792. 16-4-2 11:35:05.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2016-04-02T01:35:05', 'add_metadata_to_episodes_and_series')
  793. 16-4-2 11:35:05.3|Debug|MigrationLogger|Committing Transaction
  794. 16-4-2 11:35:05.3|Debug|MigrationLogger|40: add_metadata_to_episodes_and_series migrated
  795. 16-4-2 11:35:05.3|Debug|MigrationLogger|Took: 00:00:00.0175036
  796. 16-4-2 11:35:05.3|Info|MigrationLogger|*** 41: fix_xbmc_season_images_metadata migrating ***
  797. 16-4-2 11:35:05.3|Debug|MigrationLogger|Beginning Transaction
  798. 16-4-2 11:35:05.3|Info|fix_xbmc_season_images_metadata|Starting migration to 41
  799. 16-4-2 11:35:05.3|Debug|MigrationLogger|ExecuteSqlStatement UPDATE MetadataFiles SET Type = 4 WHERE Consumer = 'XbmcMetadata' AND SeasonNumber IS NOT NULL
  800. 16-4-2 11:35:05.3|Debug|MigrationLogger|UPDATE MetadataFiles SET Type = 4 WHERE Consumer = 'XbmcMetadata' AND SeasonNumber IS NOT NULL
  801. 16-4-2 11:35:05.3|Debug|MigrationLogger|Took: 00:00:00.0029993
  802. 16-4-2 11:35:05.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (41, '2016-04-02T01:35:05', 'fix_xbmc_season_images_metadata')
  803. 16-4-2 11:35:05.3|Debug|MigrationLogger|Committing Transaction
  804. 16-4-2 11:35:05.3|Debug|MigrationLogger|41: fix_xbmc_season_images_metadata migrated
  805. 16-4-2 11:35:05.4|Debug|MigrationLogger|Took: 00:00:00.0220019
  806. 16-4-2 11:35:05.4|Info|MigrationLogger|*** 42: add_download_clients_table migrating ***
  807. 16-4-2 11:35:05.4|Debug|MigrationLogger|Beginning Transaction
  808. 16-4-2 11:35:05.4|Info|add_download_clients_table|Starting migration to 42
  809. 16-4-2 11:35:05.4|Debug|MigrationLogger|CreateTable DownloadClients
  810. 16-4-2 11:35:05.4|Debug|MigrationLogger|CREATE TABLE "DownloadClients" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enable" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT NOT NULL, "ConfigContract" TEXT NOT NULL, "Protocol" INTEGER NOT NULL)
  811. 16-4-2 11:35:05.4|Debug|MigrationLogger|Took: 00:00:00.0060002
  812. 16-4-2 11:35:05.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (42, '2016-04-02T01:35:05', 'add_download_clients_table')
  813. 16-4-2 11:35:05.4|Debug|MigrationLogger|Committing Transaction
  814. 16-4-2 11:35:05.4|Debug|MigrationLogger|42: add_download_clients_table migrated
  815. 16-4-2 11:35:05.4|Debug|MigrationLogger|Took: 00:00:00.0270024
  816. 16-4-2 11:35:05.4|Info|MigrationLogger|*** 43: convert_config_to_download_clients migrating ***
  817. 16-4-2 11:35:05.4|Debug|MigrationLogger|Beginning Transaction
  818. 16-4-2 11:35:05.4|Info|convert_config_to_download_clients|Starting migration to 43
  819. 16-4-2 11:35:05.4|Debug|MigrationLogger|PerformDBOperation
  820. 16-4-2 11:35:05.4|Debug|MigrationLogger|Performing DB Operation
  821. 16-4-2 11:35:05.5|Debug|MigrationLogger|Took: 00:00:00.0050014
  822. 16-4-2 11:35:05.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (43, '2016-04-02T01:35:05', 'convert_config_to_download_clients')
  823. 16-4-2 11:35:05.5|Debug|MigrationLogger|Committing Transaction
  824. 16-4-2 11:35:05.5|Debug|MigrationLogger|43: convert_config_to_download_clients migrated
  825. 16-4-2 11:35:05.5|Debug|MigrationLogger|Took: 00:00:00.0170026
  826. 16-4-2 11:35:05.5|Info|MigrationLogger|*** 44: fix_xbmc_episode_metadata migrating ***
  827. 16-4-2 11:35:05.5|Debug|MigrationLogger|Beginning Transaction
  828. 16-4-2 11:35:05.5|Info|fix_xbmc_episode_metadata|Starting migration to 44
  829. 16-4-2 11:35:05.5|Debug|MigrationLogger|ExecuteSqlStatement UPDATE MetadataFiles SET Type = 2 WHERE Consumer = 'XbmcMetadata' AND EpisodeFileId IS NOT NULL AND Type = 4 AND RelativePath LIKE '%.nfo'
  830. 16-4-2 11:35:05.5|Debug|MigrationLogger|UPDATE MetadataFiles SET Type = 2 WHERE Consumer = 'XbmcMetadata' AND EpisodeFileId IS NOT NULL AND Type = 4 AND RelativePath LIKE '%.nfo'
  831. 16-4-2 11:35:05.5|Debug|MigrationLogger|Took: 00:00:00.0030013
  832. 16-4-2 11:35:05.5|Debug|MigrationLogger|ExecuteSqlStatement UPDATE MetadataFiles SET Type = 5 WHERE Consumer = 'XbmcMetadata' AND EpisodeFileId IS NOT NULL AND Type = 4
  833. 16-4-2 11:35:05.5|Debug|MigrationLogger|UPDATE MetadataFiles SET Type = 5 WHERE Consumer = 'XbmcMetadata' AND EpisodeFileId IS NOT NULL AND Type = 4
  834. 16-4-2 11:35:05.5|Debug|MigrationLogger|Took: 00:00:00.0034995
  835. 16-4-2 11:35:05.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (44, '2016-04-02T01:35:05', 'fix_xbmc_episode_metadata')
  836. 16-4-2 11:35:05.5|Debug|MigrationLogger|Committing Transaction
  837. 16-4-2 11:35:05.5|Debug|MigrationLogger|44: fix_xbmc_episode_metadata migrated
  838. 16-4-2 11:35:05.5|Debug|MigrationLogger|Took: 00:00:00.0150016
  839. 16-4-2 11:35:05.6|Info|MigrationLogger|*** 45: add_indexes migrating ***
  840. 16-4-2 11:35:05.6|Debug|MigrationLogger|Beginning Transaction
  841. 16-4-2 11:35:05.6|Info|add_indexes|Starting migration to 45
  842. 16-4-2 11:35:05.6|Debug|MigrationLogger|CreateIndex Blacklist (SeriesId)
  843. 16-4-2 11:35:05.6|Debug|MigrationLogger|CREATE INDEX "IX_Blacklist_SeriesId" ON "Blacklist" ("SeriesId" ASC)
  844. 16-4-2 11:35:05.6|Debug|MigrationLogger|Took: 00:00:00.0040011
  845. 16-4-2 11:35:05.6|Debug|MigrationLogger|CreateIndex EpisodeFiles (SeriesId)
  846. 16-4-2 11:35:05.6|Debug|MigrationLogger|CREATE INDEX "IX_EpisodeFiles_SeriesId" ON "EpisodeFiles" ("SeriesId" ASC)
  847. 16-4-2 11:35:05.6|Debug|MigrationLogger|Took: 00:00:00.0029979
  848. 16-4-2 11:35:05.6|Debug|MigrationLogger|CreateIndex Episodes (EpisodeFileId)
  849. 16-4-2 11:35:05.6|Debug|MigrationLogger|CREATE INDEX "IX_Episodes_EpisodeFileId" ON "Episodes" ("EpisodeFileId" ASC)
  850. 16-4-2 11:35:05.6|Debug|MigrationLogger|Took: 00:00:00.0045003
  851. 16-4-2 11:35:05.6|Debug|MigrationLogger|CreateIndex Episodes (SeriesId)
  852. 16-4-2 11:35:05.6|Debug|MigrationLogger|CREATE INDEX "IX_Episodes_SeriesId" ON "Episodes" ("SeriesId" ASC)
  853. 16-4-2 11:35:05.6|Debug|MigrationLogger|Took: 00:00:00.0030008
  854. 16-4-2 11:35:05.6|Debug|MigrationLogger|CreateIndex History (EpisodeId)
  855. 16-4-2 11:35:05.6|Debug|MigrationLogger|CREATE INDEX "IX_History_EpisodeId" ON "History" ("EpisodeId" ASC)
  856. 16-4-2 11:35:05.6|Debug|MigrationLogger|Took: 00:00:00.0030008
  857. 16-4-2 11:35:05.6|Debug|MigrationLogger|CreateIndex History (Date)
  858. 16-4-2 11:35:05.6|Debug|MigrationLogger|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
  859. 16-4-2 11:35:05.6|Debug|MigrationLogger|Took: 00:00:00.0025012
  860. 16-4-2 11:35:05.6|Debug|MigrationLogger|CreateIndex Series (Path)
  861. 16-4-2 11:35:05.6|Debug|MigrationLogger|CREATE INDEX "IX_Series_Path" ON "Series" ("Path" ASC)
  862. 16-4-2 11:35:05.6|Debug|MigrationLogger|Took: 00:00:00.0034984
  863. 16-4-2 11:35:05.6|Debug|MigrationLogger|CreateIndex Series (CleanTitle)
  864. 16-4-2 11:35:05.6|Debug|MigrationLogger|CREATE INDEX "IX_Series_CleanTitle" ON "Series" ("CleanTitle" ASC)
  865. 16-4-2 11:35:05.6|Debug|MigrationLogger|Took: 00:00:00.0030165
  866. 16-4-2 11:35:05.6|Debug|MigrationLogger|CreateIndex Series (TvRageId)
  867. 16-4-2 11:35:05.6|Debug|MigrationLogger|CREATE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
  868. 16-4-2 11:35:05.6|Debug|MigrationLogger|Took: 00:00:00.0035004
  869. 16-4-2 11:35:05.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (45, '2016-04-02T01:35:05', 'add_indexes')
  870. 16-4-2 11:35:05.7|Debug|MigrationLogger|Committing Transaction
  871. 16-4-2 11:35:05.7|Debug|MigrationLogger|45: add_indexes migrated
  872. 16-4-2 11:35:05.7|Debug|MigrationLogger|Took: 00:00:00.0205011
  873. 16-4-2 11:35:05.7|Info|MigrationLogger|*** 46: fix_nzb_su_url migrating ***
  874. 16-4-2 11:35:05.7|Debug|MigrationLogger|Beginning Transaction
  875. 16-4-2 11:35:05.7|Info|fix_nzb_su_url|Starting migration to 46
  876. 16-4-2 11:35:05.7|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Indexers SET Settings = replace(Settings, '//nzb.su', '//api.nzb.su')WHERE Implementation = 'Newznab'AND Settings LIKE '%//nzb.su%'
  877. 16-4-2 11:35:05.7|Debug|MigrationLogger|UPDATE Indexers SET Settings = replace(Settings, '//nzb.su', '//api.nzb.su')WHERE Implementation = 'Newznab'AND Settings LIKE '%//nzb.su%'
  878. 16-4-2 11:35:05.7|Debug|MigrationLogger|Took: 00:00:00.0029998
  879. 16-4-2 11:35:05.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (46, '2016-04-02T01:35:05', 'fix_nzb_su_url')
  880. 16-4-2 11:35:05.7|Debug|MigrationLogger|Committing Transaction
  881. 16-4-2 11:35:05.7|Debug|MigrationLogger|46: fix_nzb_su_url migrated
  882. 16-4-2 11:35:05.7|Debug|MigrationLogger|Took: 00:00:00.0130005
  883. 16-4-2 11:35:05.7|Info|MigrationLogger|*** 47: add_temporary_blacklist_columns migrating ***
  884. 16-4-2 11:35:05.7|Debug|MigrationLogger|Beginning Transaction
  885. 16-4-2 11:35:05.7|Info|add_temporary_blacklist_columns|Starting migration to 47
  886. 16-4-2 11:35:05.7|Debug|MigrationLogger|AlterTable Blacklist
  887. 16-4-2 11:35:05.7|Debug|MigrationLogger|
  888. 16-4-2 11:35:05.7|Debug|MigrationLogger|Took: 00:00:00.0029974
  889. 16-4-2 11:35:05.7|Debug|MigrationLogger|CreateColumn Blacklist PublishedDate DateTime
  890. 16-4-2 11:35:05.7|Debug|MigrationLogger|ALTER TABLE "Blacklist" ADD COLUMN "PublishedDate" DATETIME
  891. 16-4-2 11:35:05.7|Debug|MigrationLogger|Took: 00:00:00
  892. 16-4-2 11:35:05.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (47, '2016-04-02T01:35:05', 'add_temporary_blacklist_columns')
  893. 16-4-2 11:35:05.7|Debug|MigrationLogger|Committing Transaction
  894. 16-4-2 11:35:05.7|Debug|MigrationLogger|47: add_temporary_blacklist_columns migrated
  895. 16-4-2 11:35:05.8|Debug|MigrationLogger|Took: 00:00:00
  896. 16-4-2 11:35:05.8|Info|MigrationLogger|*** 48: add_title_to_scenemappings migrating ***
  897. 16-4-2 11:35:05.8|Debug|MigrationLogger|Beginning Transaction
  898. 16-4-2 11:35:05.8|Info|add_title_to_scenemappings|Starting migration to 48
  899. 16-4-2 11:35:05.8|Debug|MigrationLogger|AlterTable SceneMappings
  900. 16-4-2 11:35:05.8|Debug|MigrationLogger|
  901. 16-4-2 11:35:05.8|Debug|MigrationLogger|Took: 00:00:00
  902. 16-4-2 11:35:05.8|Debug|MigrationLogger|CreateColumn SceneMappings Title String
  903. 16-4-2 11:35:05.8|Debug|MigrationLogger|ALTER TABLE "SceneMappings" ADD COLUMN "Title" TEXT
  904. 16-4-2 11:35:05.8|Debug|MigrationLogger|Took: 00:00:00
  905. 16-4-2 11:35:05.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (48, '2016-04-02T01:35:05', 'add_title_to_scenemappings')
  906. 16-4-2 11:35:05.8|Debug|MigrationLogger|Committing Transaction
  907. 16-4-2 11:35:05.8|Debug|MigrationLogger|48: add_title_to_scenemappings migrated
  908. 16-4-2 11:35:05.8|Debug|MigrationLogger|Took: 00:00:00.0221310
  909. 16-4-2 11:35:05.8|Info|MigrationLogger|*** 49: fix_dognzb_url migrating ***
  910. 16-4-2 11:35:05.8|Debug|MigrationLogger|Beginning Transaction
  911. 16-4-2 11:35:05.8|Info|fix_dognzb_url|Starting migration to 49
  912. 16-4-2 11:35:05.8|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Indexers SET Settings = replace(Settings, '//dognzb.cr', '//api.dognzb.cr')WHERE Implementation = 'Newznab'AND Settings LIKE '%//dognzb.cr%'
  913. 16-4-2 11:35:05.8|Debug|MigrationLogger|UPDATE Indexers SET Settings = replace(Settings, '//dognzb.cr', '//api.dognzb.cr')WHERE Implementation = 'Newznab'AND Settings LIKE '%//dognzb.cr%'
  914. 16-4-2 11:35:05.8|Debug|MigrationLogger|Took: 00:00:00
  915. 16-4-2 11:35:05.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (49, '2016-04-02T01:35:05', 'fix_dognzb_url')
  916. 16-4-2 11:35:05.8|Debug|MigrationLogger|Committing Transaction
  917. 16-4-2 11:35:05.9|Debug|MigrationLogger|49: fix_dognzb_url migrated
  918. 16-4-2 11:35:05.9|Debug|MigrationLogger|Took: 00:00:00.0156171
  919. 16-4-2 11:35:05.9|Info|MigrationLogger|*** 50: add_hash_to_metadata_files migrating ***
  920. 16-4-2 11:35:05.9|Debug|MigrationLogger|Beginning Transaction
  921. 16-4-2 11:35:05.9|Info|add_hash_to_metadata_files|Starting migration to 50
  922. 16-4-2 11:35:05.9|Debug|MigrationLogger|AlterTable MetadataFiles
  923. 16-4-2 11:35:05.9|Debug|MigrationLogger|
  924. 16-4-2 11:35:05.9|Debug|MigrationLogger|Took: 00:00:00
  925. 16-4-2 11:35:05.9|Debug|MigrationLogger|CreateColumn MetadataFiles Hash String
  926. 16-4-2 11:35:05.9|Debug|MigrationLogger|ALTER TABLE "MetadataFiles" ADD COLUMN "Hash" TEXT
  927. 16-4-2 11:35:05.9|Debug|MigrationLogger|Took: 00:00:00
  928. 16-4-2 11:35:05.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (50, '2016-04-02T01:35:05', 'add_hash_to_metadata_files')
  929. 16-4-2 11:35:05.9|Debug|MigrationLogger|Committing Transaction
  930. 16-4-2 11:35:05.9|Debug|MigrationLogger|50: add_hash_to_metadata_files migrated
  931. 16-4-2 11:35:05.9|Debug|MigrationLogger|Took: 00:00:00.0226332
  932. 16-4-2 11:35:05.9|Info|MigrationLogger|*** 51: download_client_import migrating ***
  933. 16-4-2 11:35:05.9|Debug|MigrationLogger|Beginning Transaction
  934. 16-4-2 11:35:05.9|Info|download_client_import|Starting migration to 51
  935. 16-4-2 11:35:05.9|Debug|MigrationLogger|PerformDBOperation
  936. 16-4-2 11:35:06.0|Debug|MigrationLogger|Performing DB Operation
  937. 16-4-2 11:35:06.0|Debug|MigrationLogger|Took: 00:00:00
  938. 16-4-2 11:35:06.0|Debug|MigrationLogger|PerformDBOperation
  939. 16-4-2 11:35:06.0|Debug|MigrationLogger|Performing DB Operation
  940. 16-4-2 11:35:06.0|Debug|MigrationLogger|Took: 00:00:00.0156263
  941. 16-4-2 11:35:06.0|Debug|MigrationLogger|PerformDBOperation
  942. 16-4-2 11:35:06.0|Debug|MigrationLogger|Performing DB Operation
  943. 16-4-2 11:35:06.0|Debug|MigrationLogger|Took: 00:00:00.0156102
  944. 16-4-2 11:35:06.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (51, '2016-04-02T01:35:06', 'download_client_import')
  945. 16-4-2 11:35:06.0|Debug|MigrationLogger|Committing Transaction
  946. 16-4-2 11:35:06.0|Debug|MigrationLogger|51: download_client_import migrated
  947. 16-4-2 11:35:06.0|Debug|MigrationLogger|Took: 00:00:00.0332430
  948. 16-4-2 11:35:06.0|Info|MigrationLogger|*** 52: add_columns_for_anime migrating ***
  949. 16-4-2 11:35:06.0|Debug|MigrationLogger|Beginning Transaction
  950. 16-4-2 11:35:06.0|Info|add_columns_for_anime|Starting migration to 52
  951. 16-4-2 11:35:06.0|Debug|MigrationLogger|AlterTable SceneMappings
  952. 16-4-2 11:35:06.0|Debug|MigrationLogger|
  953. 16-4-2 11:35:06.0|Debug|MigrationLogger|Took: 00:00:00
  954. 16-4-2 11:35:06.1|Debug|MigrationLogger|CreateColumn SceneMappings Type String
  955. 16-4-2 11:35:06.1|Debug|MigrationLogger|ALTER TABLE "SceneMappings" ADD COLUMN "Type" TEXT
  956. 16-4-2 11:35:06.1|Debug|MigrationLogger|Took: 00:00:00
  957. 16-4-2 11:35:06.1|Debug|MigrationLogger|ExecuteSqlStatement DELETE FROM SceneMappings
  958. 16-4-2 11:35:06.1|Debug|MigrationLogger|DELETE FROM SceneMappings
  959. 16-4-2 11:35:06.1|Debug|MigrationLogger|Took: 00:00:00
  960. 16-4-2 11:35:06.1|Debug|MigrationLogger|AlterTable NamingConfig
  961. 16-4-2 11:35:06.1|Debug|MigrationLogger|
  962. 16-4-2 11:35:06.1|Debug|MigrationLogger|Took: 00:00:00
  963. 16-4-2 11:35:06.1|Debug|MigrationLogger|CreateColumn NamingConfig AnimeEpisodeFormat String
  964. 16-4-2 11:35:06.1|Debug|MigrationLogger|ALTER TABLE "NamingConfig" ADD COLUMN "AnimeEpisodeFormat" TEXT
  965. 16-4-2 11:35:06.1|Debug|MigrationLogger|Took: 00:00:00.0156268
  966. 16-4-2 11:35:06.1|Debug|MigrationLogger|ExecuteSqlStatement UPDATE NamingConfig SET AnimeEpisodeFormat = StandardEpisodeFormat
  967. 16-4-2 11:35:06.1|Debug|MigrationLogger|UPDATE NamingConfig SET AnimeEpisodeFormat = StandardEpisodeFormat
  968. 16-4-2 11:35:06.1|Debug|MigrationLogger|Took: 00:00:00
  969. 16-4-2 11:35:06.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (52, '2016-04-02T01:35:06', 'add_columns_for_anime')
  970. 16-4-2 11:35:06.1|Debug|MigrationLogger|Committing Transaction
  971. 16-4-2 11:35:06.1|Debug|MigrationLogger|52: add_columns_for_anime migrated
  972. 16-4-2 11:35:06.1|Debug|MigrationLogger|Took: 00:00:00.0156357
  973. 16-4-2 11:35:06.1|Info|MigrationLogger|*** 53: add_series_sorttitle migrating ***
  974. 16-4-2 11:35:06.1|Debug|MigrationLogger|Beginning Transaction
  975. 16-4-2 11:35:06.1|Info|add_series_sorttitle|Starting migration to 53
  976. 16-4-2 11:35:06.1|Debug|MigrationLogger|CreateColumn Series SortTitle String
  977. 16-4-2 11:35:06.1|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "SortTitle" TEXT
  978. 16-4-2 11:35:06.1|Debug|MigrationLogger|Took: 00:00:00.0156327
  979. 16-4-2 11:35:06.1|Debug|MigrationLogger|PerformDBOperation
  980. 16-4-2 11:35:06.1|Debug|MigrationLogger|Performing DB Operation
  981. 16-4-2 11:35:06.1|Debug|MigrationLogger|Took: 00:00:00
  982. 16-4-2 11:35:06.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (53, '2016-04-02T01:35:06', 'add_series_sorttitle')
  983. 16-4-2 11:35:06.2|Debug|MigrationLogger|Committing Transaction
  984. 16-4-2 11:35:06.2|Debug|MigrationLogger|53: add_series_sorttitle migrated
  985. 16-4-2 11:35:06.2|Debug|MigrationLogger|Took: 00:00:00.0156244
  986. 16-4-2 11:35:06.2|Info|MigrationLogger|*** 54: rename_profiles migrating ***
  987. 16-4-2 11:35:06.2|Debug|MigrationLogger|Beginning Transaction
  988. 16-4-2 11:35:06.2|Info|rename_profiles|Starting migration to 54
  989. 16-4-2 11:35:06.2|Debug|MigrationLogger|RenameTable QualityProfiles Profiles
  990. 16-4-2 11:35:06.2|Debug|MigrationLogger|ALTER TABLE "QualityProfiles" RENAME TO "Profiles"
  991. 16-4-2 11:35:06.2|Debug|MigrationLogger|Took: 00:00:00
  992. 16-4-2 11:35:06.2|Debug|MigrationLogger|AlterTable Profiles
  993. 16-4-2 11:35:06.2|Debug|MigrationLogger|
  994. 16-4-2 11:35:06.2|Debug|MigrationLogger|Took: 00:00:00.0156259
  995. 16-4-2 11:35:06.2|Debug|MigrationLogger|CreateColumn Profiles Language Int32
  996. 16-4-2 11:35:06.2|Debug|MigrationLogger|ALTER TABLE "Profiles" ADD COLUMN "Language" INTEGER
  997. 16-4-2 11:35:06.2|Debug|MigrationLogger|Took: 00:00:00
  998. 16-4-2 11:35:06.2|Debug|MigrationLogger|AlterTable Profiles
  999. 16-4-2 11:35:06.2|Debug|MigrationLogger|
  1000. 16-4-2 11:35:06.2|Debug|MigrationLogger|Took: 00:00:00.0171326
  1001. 16-4-2 11:35:06.2|Debug|MigrationLogger|CreateColumn Profiles GrabDelay Int32
  1002. 16-4-2 11:35:06.2|Debug|MigrationLogger|ALTER TABLE "Profiles" ADD COLUMN "GrabDelay" INTEGER
  1003. 16-4-2 11:35:06.2|Debug|MigrationLogger|Took: 00:00:00.0025060
  1004. 16-4-2 11:35:06.2|Debug|MigrationLogger|AlterTable Profiles
  1005. 16-4-2 11:35:06.2|Debug|MigrationLogger|
  1006. 16-4-2 11:35:06.2|Debug|MigrationLogger|Took: 00:00:00.0024997
  1007. 16-4-2 11:35:06.2|Debug|MigrationLogger|CreateColumn Profiles GrabDelayMode Int32
  1008. 16-4-2 11:35:06.2|Debug|MigrationLogger|ALTER TABLE "Profiles" ADD COLUMN "GrabDelayMode" INTEGER
  1009. 16-4-2 11:35:06.2|Debug|MigrationLogger|Took: 00:00:00.0029999
  1010. 16-4-2 11:35:06.2|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Profiles SET Language = 1, GrabDelay = 0, GrabDelayMode = 0
  1011. 16-4-2 11:35:06.2|Debug|MigrationLogger|UPDATE Profiles SET Language = 1, GrabDelay = 0, GrabDelayMode = 0
  1012. 16-4-2 11:35:06.2|Debug|MigrationLogger|Took: 00:00:00.0029857
  1013. 16-4-2 11:35:06.2|Debug|MigrationLogger|AlterTable Series
  1014. 16-4-2 11:35:06.2|Debug|MigrationLogger|
  1015. 16-4-2 11:35:06.2|Debug|MigrationLogger|Took: 00:00:00.0029900
  1016. 16-4-2 11:35:06.2|Debug|MigrationLogger|CreateColumn Series ProfileId Int32
  1017. 16-4-2 11:35:06.2|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "ProfileId" INTEGER
  1018. 16-4-2 11:35:06.3|Debug|MigrationLogger|Took: 00:00:00.0030003
  1019. 16-4-2 11:35:06.3|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Series SET ProfileId = QualityProfileId
  1020. 16-4-2 11:35:06.3|Debug|MigrationLogger|UPDATE Series SET ProfileId = QualityProfileId
  1021. 16-4-2 11:35:06.3|Debug|MigrationLogger|Took: 00:00:00.0030013
  1022. 16-4-2 11:35:06.3|Debug|MigrationLogger|CreateTable PendingReleases
  1023. 16-4-2 11:35:06.3|Debug|MigrationLogger|CREATE TABLE "PendingReleases" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "ParsedEpisodeInfo" TEXT NOT NULL, "Release" TEXT NOT NULL)
  1024. 16-4-2 11:35:06.3|Debug|MigrationLogger|Took: 00:00:00.0044998
  1025. 16-4-2 11:35:06.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (54, '2016-04-02T01:35:06', 'rename_profiles')
  1026. 16-4-2 11:35:06.3|Debug|MigrationLogger|Committing Transaction
  1027. 16-4-2 11:35:06.3|Debug|MigrationLogger|54: rename_profiles migrated
  1028. 16-4-2 11:35:06.3|Debug|MigrationLogger|Took: 00:00:00.0160004
  1029. 16-4-2 11:35:06.3|Info|MigrationLogger|*** 55: drop_old_profile_columns migrating ***
  1030. 16-4-2 11:35:06.3|Debug|MigrationLogger|Beginning Transaction
  1031. 16-4-2 11:35:06.3|Info|drop_old_profile_columns|Starting migration to 55
  1032. 16-4-2 11:35:06.3|Debug|MigrationLogger|DeleteColumn Series QualityProfileId
  1033. 16-4-2 11:35:06.3|Debug|MigrationLogger|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Certification" TEXT, "SortTitle" TEXT, "ProfileId" INTEGER)
  1034. 16-4-2 11:35:06.3|Debug|MigrationLogger|INSERT INTO "Series_temp" SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "ProfileId" FROM "Series"
  1035. 16-4-2 11:35:06.3|Debug|MigrationLogger|DROP TABLE "Series"
  1036. 16-4-2 11:35:06.3|Debug|MigrationLogger|ALTER TABLE "Series_temp" RENAME TO "Series"
  1037. 16-4-2 11:35:06.4|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
  1038. 16-4-2 11:35:06.4|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
  1039. 16-4-2 11:35:06.4|Debug|MigrationLogger|CREATE INDEX "IX_Series_Path" ON "Series" ("Path" ASC)
  1040. 16-4-2 11:35:06.4|Debug|MigrationLogger|CREATE INDEX "IX_Series_CleanTitle" ON "Series" ("CleanTitle" ASC)
  1041. 16-4-2 11:35:06.4|Debug|MigrationLogger|CREATE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
  1042. 16-4-2 11:35:06.4|Debug|MigrationLogger|Took: 00:00:00.0542574
  1043. 16-4-2 11:35:06.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (55, '2016-04-02T01:35:06', 'drop_old_profile_columns')
  1044. 16-4-2 11:35:06.4|Debug|MigrationLogger|Committing Transaction
  1045. 16-4-2 11:35:06.4|Debug|MigrationLogger|55: drop_old_profile_columns migrated
  1046. 16-4-2 11:35:06.4|Debug|MigrationLogger|Took: 00:00:00.0542574
  1047. 16-4-2 11:35:06.4|Info|MigrationLogger|*** 56: add_mediainfo_to_episodefile migrating ***
  1048. 16-4-2 11:35:06.4|Debug|MigrationLogger|Beginning Transaction
  1049. 16-4-2 11:35:06.4|Info|add_mediainfo_to_episodefile|Starting migration to 56
  1050. 16-4-2 11:35:06.4|Debug|MigrationLogger|AlterTable EpisodeFiles
  1051. 16-4-2 11:35:06.4|Debug|MigrationLogger|
  1052. 16-4-2 11:35:06.4|Debug|MigrationLogger|Took: 00:00:00
  1053. 16-4-2 11:35:06.4|Debug|MigrationLogger|CreateColumn EpisodeFiles MediaInfo String
  1054. 16-4-2 11:35:06.4|Debug|MigrationLogger|ALTER TABLE "EpisodeFiles" ADD COLUMN "MediaInfo" TEXT
  1055. 16-4-2 11:35:06.4|Debug|MigrationLogger|Took: 00:00:00.0030091
  1056. 16-4-2 11:35:06.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (56, '2016-04-02T01:35:06', 'add_mediainfo_to_episodefile')
  1057. 16-4-2 11:35:06.4|Debug|MigrationLogger|Committing Transaction
  1058. 16-4-2 11:35:06.4|Debug|MigrationLogger|56: add_mediainfo_to_episodefile migrated
  1059. 16-4-2 11:35:06.4|Debug|MigrationLogger|Took: 00:00:00.0140087
  1060. 16-4-2 11:35:06.5|Info|MigrationLogger|*** 57: convert_episode_file_path_to_relative migrating ***
  1061. 16-4-2 11:35:06.5|Debug|MigrationLogger|Beginning Transaction
  1062. 16-4-2 11:35:06.5|Info|convert_episode_file_path_to_relative|Starting migration to 57
  1063. 16-4-2 11:35:06.5|Debug|MigrationLogger|CreateColumn EpisodeFiles RelativePath String
  1064. 16-4-2 11:35:06.5|Debug|MigrationLogger|ALTER TABLE "EpisodeFiles" ADD COLUMN "RelativePath" TEXT
  1065. 16-4-2 11:35:06.5|Debug|MigrationLogger|Took: 00:00:00.0156263
  1066. 16-4-2 11:35:06.5|Debug|MigrationLogger|PerformDBOperation
  1067. 16-4-2 11:35:06.5|Debug|MigrationLogger|Performing DB Operation
  1068. 16-4-2 11:35:06.5|Debug|MigrationLogger|Took: 00:00:00
  1069. 16-4-2 11:35:06.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (57, '2016-04-02T01:35:06', 'convert_episode_file_path_to_relative')
  1070. 16-4-2 11:35:06.5|Debug|MigrationLogger|Committing Transaction
  1071. 16-4-2 11:35:06.5|Debug|MigrationLogger|57: convert_episode_file_path_to_relative migrated
  1072. 16-4-2 11:35:06.5|Debug|MigrationLogger|Took: 00:00:00.0156244
  1073. 16-4-2 11:35:06.5|Info|MigrationLogger|*** 58: drop_episode_file_path migrating ***
  1074. 16-4-2 11:35:06.5|Debug|MigrationLogger|Beginning Transaction
  1075. 16-4-2 11:35:06.5|Info|drop_episode_file_path|Starting migration to 58
  1076. 16-4-2 11:35:06.5|Debug|MigrationLogger|DeleteColumn EpisodeFiles Path
  1077. 16-4-2 11:35:06.5|Debug|MigrationLogger|CREATE TABLE "EpisodeFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SeasonNumber" INTEGER NOT NULL, "SceneName" TEXT, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "RelativePath" TEXT)
  1078. 16-4-2 11:35:06.5|Debug|MigrationLogger|INSERT INTO "EpisodeFiles_temp" SELECT "Id", "SeriesId", "Quality", "Size", "DateAdded", "SeasonNumber", "SceneName", "ReleaseGroup", "MediaInfo", "RelativePath" FROM "EpisodeFiles"
  1079. 16-4-2 11:35:06.5|Debug|MigrationLogger|DROP TABLE "EpisodeFiles"
  1080. 16-4-2 11:35:06.5|Debug|MigrationLogger|ALTER TABLE "EpisodeFiles_temp" RENAME TO "EpisodeFiles"
  1081. 16-4-2 11:35:06.5|Debug|MigrationLogger|CREATE INDEX "IX_EpisodeFiles_SeriesId" ON "EpisodeFiles" ("SeriesId" ASC)
  1082. 16-4-2 11:35:06.5|Debug|MigrationLogger|Took: 00:00:00.0219965
  1083. 16-4-2 11:35:06.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (58, '2016-04-02T01:35:06', 'drop_episode_file_path')
  1084. 16-4-2 11:35:06.5|Debug|MigrationLogger|Committing Transaction
  1085. 16-4-2 11:35:06.6|Debug|MigrationLogger|58: drop_episode_file_path migrated
  1086. 16-4-2 11:35:06.6|Debug|MigrationLogger|Took: 00:00:00.0376273
  1087. 16-4-2 11:35:06.6|Info|MigrationLogger|*** 59: add_enable_options_to_indexers migrating ***
  1088. 16-4-2 11:35:06.6|Debug|MigrationLogger|Beginning Transaction
  1089. 16-4-2 11:35:06.6|Info|add_enable_options_to_indexers|Starting migration to 59
  1090. 16-4-2 11:35:06.6|Debug|MigrationLogger|AlterTable Indexers
  1091. 16-4-2 11:35:06.6|Debug|MigrationLogger|
  1092. 16-4-2 11:35:06.6|Debug|MigrationLogger|Took: 00:00:00.0156254
  1093. 16-4-2 11:35:06.6|Debug|MigrationLogger|CreateColumn Indexers EnableRss Boolean
  1094. 16-4-2 11:35:06.6|Debug|MigrationLogger|ALTER TABLE "Indexers" ADD COLUMN "EnableRss" INTEGER
  1095. 16-4-2 11:35:06.6|Debug|MigrationLogger|Took: 00:00:00
  1096. 16-4-2 11:35:06.6|Debug|MigrationLogger|CreateColumn Indexers EnableSearch Boolean
  1097. 16-4-2 11:35:06.6|Debug|MigrationLogger|ALTER TABLE "Indexers" ADD COLUMN "EnableSearch" INTEGER
  1098. 16-4-2 11:35:06.6|Debug|MigrationLogger|Took: 00:00:00.0156244
  1099. 16-4-2 11:35:06.6|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Indexers SET EnableRss = Enable, EnableSearch = Enable
  1100. 16-4-2 11:35:06.6|Debug|MigrationLogger|UPDATE Indexers SET EnableRss = Enable, EnableSearch = Enable
  1101. 16-4-2 11:35:06.6|Debug|MigrationLogger|Took: 00:00:00
  1102. 16-4-2 11:35:06.6|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Indexers SET EnableSearch = 0 WHERE Implementation = 'Wombles'
  1103. 16-4-2 11:35:06.6|Debug|MigrationLogger|UPDATE Indexers SET EnableSearch = 0 WHERE Implementation = 'Wombles'
  1104. 16-4-2 11:35:06.6|Debug|MigrationLogger|Took: 00:00:00
  1105. 16-4-2 11:35:06.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (59, '2016-04-02T01:35:06', 'add_enable_options_to_indexers')
  1106. 16-4-2 11:35:06.6|Debug|MigrationLogger|Committing Transaction
  1107. 16-4-2 11:35:06.6|Debug|MigrationLogger|59: add_enable_options_to_indexers migrated
  1108. 16-4-2 11:35:06.6|Debug|MigrationLogger|Took: 00:00:00.0161319
  1109. 16-4-2 11:35:06.7|Info|MigrationLogger|*** 60: remove_enable_from_indexers migrating ***
  1110. 16-4-2 11:35:06.7|Debug|MigrationLogger|Beginning Transaction
  1111. 16-4-2 11:35:06.7|Info|remove_enable_from_indexers|Starting migration to 60
  1112. 16-4-2 11:35:06.7|Debug|MigrationLogger|DeleteColumn Indexers Enable
  1113. 16-4-2 11:35:06.7|Debug|MigrationLogger|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableSearch" INTEGER)
  1114. 16-4-2 11:35:06.7|Debug|MigrationLogger|INSERT INTO "Indexers_temp" SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableSearch" FROM "Indexers"
  1115. 16-4-2 11:35:06.7|Debug|MigrationLogger|DROP TABLE "Indexers"
  1116. 16-4-2 11:35:06.7|Debug|MigrationLogger|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
  1117. 16-4-2 11:35:06.7|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
  1118. 16-4-2 11:35:06.7|Debug|MigrationLogger|Took: 00:00:00.0312380
  1119. 16-4-2 11:35:06.7|Debug|MigrationLogger|DeleteColumn DownloadClients Protocol
  1120. 16-4-2 11:35:06.7|Debug|MigrationLogger|CREATE TABLE "DownloadClients_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enable" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT NOT NULL, "ConfigContract" TEXT NOT NULL)
  1121. 16-4-2 11:35:06.7|Debug|MigrationLogger|INSERT INTO "DownloadClients_temp" SELECT "Id", "Enable", "Name", "Implementation", "Settings", "ConfigContract" FROM "DownloadClients"
  1122. 16-4-2 11:35:06.7|Debug|MigrationLogger|DROP TABLE "DownloadClients"
  1123. 16-4-2 11:35:06.7|Debug|MigrationLogger|ALTER TABLE "DownloadClients_temp" RENAME TO "DownloadClients"
  1124. 16-4-2 11:35:06.7|Debug|MigrationLogger|Took: 00:00:00.0156235
  1125. 16-4-2 11:35:06.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (60, '2016-04-02T01:35:06', 'remove_enable_from_indexers')
  1126. 16-4-2 11:35:06.7|Debug|MigrationLogger|Committing Transaction
  1127. 16-4-2 11:35:06.7|Debug|MigrationLogger|60: remove_enable_from_indexers migrated
  1128. 16-4-2 11:35:06.7|Debug|MigrationLogger|Took: 00:00:00.0346955
  1129. 16-4-2 11:35:06.8|Info|MigrationLogger|*** 61: clear_bad_scene_names migrating ***
  1130. 16-4-2 11:35:06.8|Debug|MigrationLogger|Beginning Transaction
  1131. 16-4-2 11:35:06.8|Info|clear_bad_scene_names|Starting migration to 61
  1132. 16-4-2 11:35:06.8|Debug|MigrationLogger|ExecuteSqlStatement UPDATE [EpisodeFiles] SET ReleaseGroup = NULL , SceneName = NULL WHERE ReleaseGroup IS NULL OR SceneName IS NULL OR ReleaseGroup =='DRONE' OR LENGTH(SceneName) <10 OR LENGTH(ReleaseGroup) > 20 OR SceneName NOT LIKE '%.%'
  1133. 16-4-2 11:35:06.8|Debug|MigrationLogger|UPDATE [EpisodeFiles] SET ReleaseGroup = NULL , SceneName = NULL WHERE ReleaseGroup IS NULL OR SceneName IS NULL OR ReleaseGroup =='DRONE' OR LENGTH(SceneName) <10 OR LENGTH(ReleaseGroup) > 20 OR SceneName NOT LIKE '%.%'
  1134. 16-4-2 11:35:06.8|Debug|MigrationLogger|Took: 00:00:00.0040001
  1135. 16-4-2 11:35:06.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (61, '2016-04-02T01:35:06', 'clear_bad_scene_names')
  1136. 16-4-2 11:35:06.8|Debug|MigrationLogger|Committing Transaction
  1137. 16-4-2 11:35:06.8|Debug|MigrationLogger|61: clear_bad_scene_names migrated
  1138. 16-4-2 11:35:06.8|Debug|MigrationLogger|Took: 00:00:00.0150001
  1139. 16-4-2 11:35:06.8|Info|MigrationLogger|*** 62: convert_quality_models migrating ***
  1140. 16-4-2 11:35:06.8|Debug|MigrationLogger|Beginning Transaction
  1141. 16-4-2 11:35:06.8|Info|convert_quality_models|Starting migration to 62
  1142. 16-4-2 11:35:06.8|Debug|MigrationLogger|PerformDBOperation
  1143. 16-4-2 11:35:06.8|Debug|MigrationLogger|Performing DB Operation
  1144. 16-4-2 11:35:06.8|Debug|MigrationLogger|Took: 00:00:00.0049999
  1145. 16-4-2 11:35:06.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (62, '2016-04-02T01:35:06', 'convert_quality_models')
  1146. 16-4-2 11:35:06.8|Debug|MigrationLogger|Committing Transaction
  1147. 16-4-2 11:35:06.8|Debug|MigrationLogger|62: convert_quality_models migrated
  1148. 16-4-2 11:35:06.8|Debug|MigrationLogger|Took: 00:00:00.0200088
  1149. 16-4-2 11:35:06.9|Info|MigrationLogger|*** 63: add_remotepathmappings migrating ***
  1150. 16-4-2 11:35:06.9|Debug|MigrationLogger|Beginning Transaction
  1151. 16-4-2 11:35:06.9|Info|add_remotepathmappings|Starting migration to 63
  1152. 16-4-2 11:35:06.9|Debug|MigrationLogger|CreateTable RemotePathMappings
  1153. 16-4-2 11:35:06.9|Debug|MigrationLogger|CREATE TABLE "RemotePathMappings" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Host" TEXT NOT NULL, "RemotePath" TEXT NOT NULL, "LocalPath" TEXT NOT NULL)
  1154. 16-4-2 11:35:06.9|Debug|MigrationLogger|Took: 00:00:00.0030003
  1155. 16-4-2 11:35:06.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (63, '2016-04-02T01:35:06', 'add_remotepathmappings')
  1156. 16-4-2 11:35:06.9|Debug|MigrationLogger|Committing Transaction
  1157. 16-4-2 11:35:06.9|Debug|MigrationLogger|63: add_remotepathmappings migrated
  1158. 16-4-2 11:35:06.9|Debug|MigrationLogger|Took: 00:00:00.0159998
  1159. 16-4-2 11:35:06.9|Info|MigrationLogger|*** 64: remove_method_from_logs migrating ***
  1160. 16-4-2 11:35:06.9|Debug|MigrationLogger|Beginning Transaction
  1161. 16-4-2 11:35:06.9|Info|remove_method_from_logs|Starting migration to 64
  1162. 16-4-2 11:35:06.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (64, '2016-04-02T01:35:06', 'remove_method_from_logs')
  1163. 16-4-2 11:35:06.9|Debug|MigrationLogger|Committing Transaction
  1164. 16-4-2 11:35:06.9|Debug|MigrationLogger|64: remove_method_from_logs migrated
  1165. 16-4-2 11:35:06.9|Debug|MigrationLogger|Took: 00:00:00.0140062
  1166. 16-4-2 11:35:06.9|Info|MigrationLogger|*** 65: make_scene_numbering_nullable migrating ***
  1167. 16-4-2 11:35:06.9|Debug|MigrationLogger|Beginning Transaction
  1168. 16-4-2 11:35:06.9|Info|make_scene_numbering_nullable|Starting migration to 65
  1169. 16-4-2 11:35:06.9|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Episodes SET AbsoluteEpisodeNumber = NULL WHERE AbsoluteEpisodeNumber = 0
  1170. 16-4-2 11:35:06.9|Debug|MigrationLogger|UPDATE Episodes SET AbsoluteEpisodeNumber = NULL WHERE AbsoluteEpisodeNumber = 0
  1171. 16-4-2 11:35:06.9|Debug|MigrationLogger|Took: 00:00:00
  1172. 16-4-2 11:35:06.9|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Episodes SET SceneAbsoluteEpisodeNumber = NULL WHERE SceneAbsoluteEpisodeNumber = 0
  1173. 16-4-2 11:35:06.9|Debug|MigrationLogger|UPDATE Episodes SET SceneAbsoluteEpisodeNumber = NULL WHERE SceneAbsoluteEpisodeNumber = 0
  1174. 16-4-2 11:35:06.9|Debug|MigrationLogger|Took: 00:00:00
  1175. 16-4-2 11:35:07.0|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Episodes SET SceneSeasonNumber = NULL, SceneEpisodeNumber = NULL WHERE SceneSeasonNumber = 0 AND SceneEpisodeNumber = 0
  1176. 16-4-2 11:35:07.0|Debug|MigrationLogger|UPDATE Episodes SET SceneSeasonNumber = NULL, SceneEpisodeNumber = NULL WHERE SceneSeasonNumber = 0 AND SceneEpisodeNumber = 0
  1177. 16-4-2 11:35:07.0|Debug|MigrationLogger|Took: 00:00:00
  1178. 16-4-2 11:35:07.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (65, '2016-04-02T01:35:07', 'make_scene_numbering_nullable')
  1179. 16-4-2 11:35:07.0|Debug|MigrationLogger|Committing Transaction
  1180. 16-4-2 11:35:07.0|Debug|MigrationLogger|65: make_scene_numbering_nullable migrated
  1181. 16-4-2 11:35:07.0|Debug|MigrationLogger|Took: 00:00:00.0156244
  1182. 16-4-2 11:35:07.0|Info|MigrationLogger|*** 66: add_tags migrating ***
  1183. 16-4-2 11:35:07.0|Debug|MigrationLogger|Beginning Transaction
  1184. 16-4-2 11:35:07.0|Info|add_tags|Starting migration to 66
  1185. 16-4-2 11:35:07.0|Debug|MigrationLogger|CreateTable Tags
  1186. 16-4-2 11:35:07.0|Debug|MigrationLogger|CREATE TABLE "Tags" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Label" TEXT NOT NULL)
  1187. 16-4-2 11:35:07.0|Debug|MigrationLogger|Took: 00:00:00
  1188. 16-4-2 11:35:07.0|Debug|MigrationLogger|AlterTable Series
  1189. 16-4-2 11:35:07.0|Debug|MigrationLogger|
  1190. 16-4-2 11:35:07.0|Debug|MigrationLogger|Took: 00:00:00
  1191. 16-4-2 11:35:07.0|Debug|MigrationLogger|CreateColumn Series Tags String
  1192. 16-4-2 11:35:07.0|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Tags" TEXT
  1193. 16-4-2 11:35:07.0|Debug|MigrationLogger|Took: 00:00:00
  1194. 16-4-2 11:35:07.0|Debug|MigrationLogger|AlterTable Notifications
  1195. 16-4-2 11:35:07.0|Debug|MigrationLogger|
  1196. 16-4-2 11:35:07.0|Debug|MigrationLogger|Took: 00:00:00.0156254
  1197. 16-4-2 11:35:07.0|Debug|MigrationLogger|CreateColumn Notifications Tags String
  1198. 16-4-2 11:35:07.0|Debug|MigrationLogger|ALTER TABLE "Notifications" ADD COLUMN "Tags" TEXT
  1199. 16-4-2 11:35:07.0|Debug|MigrationLogger|Took: 00:00:00.0004982
  1200. 16-4-2 11:35:07.0|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Series SET Tags = '[]'
  1201. 16-4-2 11:35:07.0|Debug|MigrationLogger|UPDATE Series SET Tags = '[]'
  1202. 16-4-2 11:35:07.0|Debug|MigrationLogger|Took: 00:00:00
  1203. 16-4-2 11:35:07.0|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Notifications SET Tags = '[]'
  1204. 16-4-2 11:35:07.1|Debug|MigrationLogger|UPDATE Notifications SET Tags = '[]'
  1205. 16-4-2 11:35:07.1|Debug|MigrationLogger|Took: 00:00:00
  1206. 16-4-2 11:35:07.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (66, '2016-04-02T01:35:07', 'add_tags')
  1207. 16-4-2 11:35:07.1|Debug|MigrationLogger|Committing Transaction
  1208. 16-4-2 11:35:07.1|Debug|MigrationLogger|66: add_tags migrated
  1209. 16-4-2 11:35:07.1|Debug|MigrationLogger|Took: 00:00:00
  1210. 16-4-2 11:35:07.1|Info|MigrationLogger|*** 67: add_added_to_series migrating ***
  1211. 16-4-2 11:35:07.1|Debug|MigrationLogger|Beginning Transaction
  1212. 16-4-2 11:35:07.1|Info|add_added_to_series|Starting migration to 67
  1213. 16-4-2 11:35:07.1|Debug|MigrationLogger|AlterTable Series
  1214. 16-4-2 11:35:07.1|Debug|MigrationLogger|
  1215. 16-4-2 11:35:07.1|Debug|MigrationLogger|Took: 00:00:00.0156249
  1216. 16-4-2 11:35:07.1|Debug|MigrationLogger|CreateColumn Series Added DateTime
  1217. 16-4-2 11:35:07.1|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Added" DATETIME
  1218. 16-4-2 11:35:07.1|Debug|MigrationLogger|Took: 00:00:00
  1219. 16-4-2 11:35:07.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (67, '2016-04-02T01:35:07', 'add_added_to_series')
  1220. 16-4-2 11:35:07.1|Debug|MigrationLogger|Committing Transaction
  1221. 16-4-2 11:35:07.1|Debug|MigrationLogger|67: add_added_to_series migrated
  1222. 16-4-2 11:35:07.1|Debug|MigrationLogger|Took: 00:00:00.0156249
  1223. 16-4-2 11:35:07.2|Info|MigrationLogger|*** 68: add_release_restrictions migrating ***
  1224. 16-4-2 11:35:07.2|Debug|MigrationLogger|Beginning Transaction
  1225. 16-4-2 11:35:07.2|Info|add_release_restrictions|Starting migration to 68
  1226. 16-4-2 11:35:07.2|Debug|MigrationLogger|CreateTable Restrictions
  1227. 16-4-2 11:35:07.2|Debug|MigrationLogger|CREATE TABLE "Restrictions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Required" TEXT, "Preferred" TEXT, "Ignored" TEXT, "Tags" TEXT NOT NULL)
  1228. 16-4-2 11:35:07.2|Debug|MigrationLogger|Took: 00:00:00.0034995
  1229. 16-4-2 11:35:07.2|Debug|MigrationLogger|PerformDBOperation
  1230. 16-4-2 11:35:07.2|Debug|MigrationLogger|Performing DB Operation
  1231. 16-4-2 11:35:07.2|Debug|MigrationLogger|Took: 00:00:00.0029998
  1232. 16-4-2 11:35:07.2|Debug|MigrationLogger|ExecuteSqlStatement DELETE FROM Config WHERE [Key] = 'releaserestrictions'
  1233. 16-4-2 11:35:07.2|Debug|MigrationLogger|DELETE FROM Config WHERE [Key] = 'releaserestrictions'
  1234. 16-4-2 11:35:07.2|Debug|MigrationLogger|Took: 00:00:00.0034995
  1235. 16-4-2 11:35:07.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (68, '2016-04-02T01:35:07', 'add_release_restrictions')
  1236. 16-4-2 11:35:07.2|Debug|MigrationLogger|Committing Transaction
  1237. 16-4-2 11:35:07.2|Debug|MigrationLogger|68: add_release_restrictions migrated
  1238. 16-4-2 11:35:07.2|Debug|MigrationLogger|Took: 00:00:00.0145019
  1239. 16-4-2 11:35:07.2|Info|MigrationLogger|*** 69: quality_proper migrating ***
  1240. 16-4-2 11:35:07.2|Debug|MigrationLogger|Beginning Transaction
  1241. 16-4-2 11:35:07.2|Info|quality_proper|Starting migration to 69
  1242. 16-4-2 11:35:07.2|Debug|MigrationLogger|PerformDBOperation
  1243. 16-4-2 11:35:07.2|Debug|MigrationLogger|Performing DB Operation
  1244. 16-4-2 11:35:07.2|Debug|MigrationLogger|Took: 00:00:00.0030003
  1245. 16-4-2 11:35:07.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (69, '2016-04-02T01:35:07', 'quality_proper')
  1246. 16-4-2 11:35:07.2|Debug|MigrationLogger|Committing Transaction
  1247. 16-4-2 11:35:07.2|Debug|MigrationLogger|69: quality_proper migrated
  1248. 16-4-2 11:35:07.3|Debug|MigrationLogger|Took: 00:00:00.0135011
  1249. 16-4-2 11:35:07.3|Info|MigrationLogger|*** 70: delay_profile migrating ***
  1250. 16-4-2 11:35:07.3|Debug|MigrationLogger|Beginning Transaction
  1251. 16-4-2 11:35:07.3|Info|delay_profile|Starting migration to 70
  1252. 16-4-2 11:35:07.3|Debug|MigrationLogger|CreateTable DelayProfiles
  1253. 16-4-2 11:35:07.3|Debug|MigrationLogger|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)
  1254. 16-4-2 11:35:07.3|Debug|MigrationLogger|Took: 00:00:00
  1255. 16-4-2 11:35:07.3|Debug|MigrationLogger|INSERT INTO "DelayProfiles" ("EnableUsenet", "EnableTorrent", "PreferredProtocol", "UsenetDelay", "TorrentDelay", "Order", "Tags") VALUES (1, 1, 1, 0, 0, 2147483647, '[]')
  1256. 16-4-2 11:35:07.3|Debug|MigrationLogger|PerformDBOperation
  1257. 16-4-2 11:35:07.3|Debug|MigrationLogger|Performing DB Operation
  1258. 16-4-2 11:35:07.3|Debug|MigrationLogger|Took: 00:00:00
  1259. 16-4-2 11:35:07.3|Debug|MigrationLogger|DeleteColumn Profiles GrabDelay
  1260. 16-4-2 11:35:07.4|Debug|MigrationLogger|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "Language" INTEGER, "GrabDelayMode" INTEGER)
  1261. 16-4-2 11:35:07.4|Debug|MigrationLogger|INSERT INTO "Profiles_temp" SELECT "Id", "Name", "Cutoff", "Items", "Language", "GrabDelayMode" FROM "Profiles"
  1262. 16-4-2 11:35:07.4|Debug|MigrationLogger|DROP TABLE "Profiles"
  1263. 16-4-2 11:35:07.4|Debug|MigrationLogger|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
  1264. 16-4-2 11:35:07.4|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "Profiles" ("Name" ASC)
  1265. 16-4-2 11:35:07.4|Debug|MigrationLogger|Took: 00:00:00.0508826
  1266. 16-4-2 11:35:07.4|Debug|MigrationLogger|DeleteColumn Profiles GrabDelayMode
  1267. 16-4-2 11:35:07.4|Debug|MigrationLogger|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "Language" INTEGER)
  1268. 16-4-2 11:35:07.4|Debug|MigrationLogger|INSERT INTO "Profiles_temp" SELECT "Id", "Name", "Cutoff", "Items", "Language" FROM "Profiles"
  1269. 16-4-2 11:35:07.4|Debug|MigrationLogger|DROP TABLE "Profiles"
  1270. 16-4-2 11:35:07.4|Debug|MigrationLogger|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
  1271. 16-4-2 11:35:07.4|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "Profiles" ("Name" ASC)
  1272. 16-4-2 11:35:07.4|Debug|MigrationLogger|Took: 00:00:00.0156332
  1273. 16-4-2 11:35:07.4|Debug|MigrationLogger|-> 1 Insert operations completed in 00:00:00 taking an average of 00:00:00
  1274. 16-4-2 11:35:07.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (70, '2016-04-02T01:35:07', 'delay_profile')
  1275. 16-4-2 11:35:07.4|Debug|MigrationLogger|Committing Transaction
  1276. 16-4-2 11:35:07.4|Debug|MigrationLogger|70: delay_profile migrated
  1277. 16-4-2 11:35:07.4|Debug|MigrationLogger|Took: 00:00:00.0312581
  1278. 16-4-2 11:35:07.4|Info|MigrationLogger|*** 71: unknown_quality_in_profile migrating ***
  1279. 16-4-2 11:35:07.4|Debug|MigrationLogger|Beginning Transaction
  1280. 16-4-2 11:35:07.5|Info|unknown_quality_in_profile|Starting migration to 71
  1281. 16-4-2 11:35:07.5|Debug|MigrationLogger|DeleteColumn QualityDefinitions Weight
  1282. 16-4-2 11:35:07.5|Debug|MigrationLogger|CREATE TABLE "QualityDefinitions_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL, "Title" TEXT NOT NULL, "MinSize" INTEGER NOT NULL, "MaxSize" INTEGER NOT NULL)
  1283. 16-4-2 11:35:07.5|Debug|MigrationLogger|INSERT INTO "QualityDefinitions_temp" SELECT "Id", "Quality", "Title", "MinSize", "MaxSize" FROM "QualityDefinitions"
  1284. 16-4-2 11:35:07.5|Debug|MigrationLogger|DROP TABLE "QualityDefinitions"
  1285. 16-4-2 11:35:07.5|Debug|MigrationLogger|ALTER TABLE "QualityDefinitions_temp" RENAME TO "QualityDefinitions"
  1286. 16-4-2 11:35:07.5|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
  1287. 16-4-2 11:35:07.5|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC)
  1288. 16-4-2 11:35:07.5|Debug|MigrationLogger|Took: 00:00:00.0377628
  1289. 16-4-2 11:35:07.5|Debug|MigrationLogger|PerformDBOperation
  1290. 16-4-2 11:35:07.5|Debug|MigrationLogger|Performing DB Operation
  1291. 16-4-2 11:35:07.5|Debug|MigrationLogger|Took: 00:00:00.0156322
  1292. 16-4-2 11:35:07.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (71, '2016-04-02T01:35:07', 'unknown_quality_in_profile')
  1293. 16-4-2 11:35:07.5|Debug|MigrationLogger|Committing Transaction
  1294. 16-4-2 11:35:07.5|Debug|MigrationLogger|71: unknown_quality_in_profile migrated
  1295. 16-4-2 11:35:07.5|Debug|MigrationLogger|Took: 00:00:00.0156322
  1296. 16-4-2 11:35:07.5|Info|MigrationLogger|*** 72: history_downloadId migrating ***
  1297. 16-4-2 11:35:07.5|Debug|MigrationLogger|Beginning Transaction
  1298. 16-4-2 11:35:07.5|Info|history_downloadId|Starting migration to 72
  1299. 16-4-2 11:35:07.5|Debug|MigrationLogger|AlterTable History
  1300. 16-4-2 11:35:07.6|Debug|MigrationLogger|
  1301. 16-4-2 11:35:07.6|Debug|MigrationLogger|Took: 00:00:00
  1302. 16-4-2 11:35:07.6|Debug|MigrationLogger|CreateColumn History DownloadId String
  1303. 16-4-2 11:35:07.6|Debug|MigrationLogger|ALTER TABLE "History" ADD COLUMN "DownloadId" TEXT
  1304. 16-4-2 11:35:07.6|Debug|MigrationLogger|Took: 00:00:00
  1305. 16-4-2 11:35:07.6|Debug|MigrationLogger|CreateIndex History (DownloadId)
  1306. 16-4-2 11:35:07.6|Debug|MigrationLogger|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC)
  1307. 16-4-2 11:35:07.6|Debug|MigrationLogger|Took: 00:00:00
  1308. 16-4-2 11:35:07.6|Debug|MigrationLogger|PerformDBOperation
  1309. 16-4-2 11:35:07.6|Debug|MigrationLogger|Performing DB Operation
  1310. 16-4-2 11:35:07.6|Debug|MigrationLogger|Took: 00:00:00
  1311. 16-4-2 11:35:07.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (72, '2016-04-02T01:35:07', 'history_downloadId')
  1312. 16-4-2 11:35:07.6|Debug|MigrationLogger|Committing Transaction
  1313. 16-4-2 11:35:07.6|Debug|MigrationLogger|72: history_downloadId migrated
  1314. 16-4-2 11:35:07.6|Debug|MigrationLogger|Took: 00:00:00.0221306
  1315. 16-4-2 11:35:07.6|Info|MigrationLogger|*** 73: clear_ratings migrating ***
  1316. 16-4-2 11:35:07.6|Debug|MigrationLogger|Beginning Transaction
  1317. 16-4-2 11:35:07.6|Info|clear_ratings|Starting migration to 73
  1318. 16-4-2 11:35:07.7|Debug|MigrationLogger|UpdateData
  1319. 16-4-2 11:35:07.7|Debug|MigrationLogger|UPDATE "Series" SET "Ratings" = '{}' WHERE 1 = 1
  1320. 16-4-2 11:35:07.7|Debug|MigrationLogger|Took: 00:00:00.0045110
  1321. 16-4-2 11:35:07.7|Debug|MigrationLogger|UpdateData
  1322. 16-4-2 11:35:07.7|Debug|MigrationLogger|UPDATE "Episodes" SET "Ratings" = '{}' WHERE 1 = 1
  1323. 16-4-2 11:35:07.7|Debug|MigrationLogger|Took: 00:00:00.0030008
  1324. 16-4-2 11:35:07.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (73, '2016-04-02T01:35:07', 'clear_ratings')
  1325. 16-4-2 11:35:07.7|Debug|MigrationLogger|Committing Transaction
  1326. 16-4-2 11:35:07.7|Debug|MigrationLogger|73: clear_ratings migrated
  1327. 16-4-2 11:35:07.7|Debug|MigrationLogger|Took: 00:00:00.0140008
  1328. 16-4-2 11:35:07.7|Info|MigrationLogger|*** 74: disable_eztv migrating ***
  1329. 16-4-2 11:35:07.7|Debug|MigrationLogger|Beginning Transaction
  1330. 16-4-2 11:35:07.7|Info|disable_eztv|Starting migration to 74
  1331. 16-4-2 11:35:07.7|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Indexers SET EnableRss = 0, EnableSearch = 0 WHERE Implementation = 'Eztv' AND Settings LIKE '%ezrss.it%'
  1332. 16-4-2 11:35:07.7|Debug|MigrationLogger|UPDATE Indexers SET EnableRss = 0, EnableSearch = 0 WHERE Implementation = 'Eztv' AND Settings LIKE '%ezrss.it%'
  1333. 16-4-2 11:35:07.7|Debug|MigrationLogger|Took: 00:00:00.0040006
  1334. 16-4-2 11:35:07.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (74, '2016-04-02T01:35:07', 'disable_eztv')
  1335. 16-4-2 11:35:07.8|Debug|MigrationLogger|Committing Transaction
  1336. 16-4-2 11:35:07.8|Debug|MigrationLogger|74: disable_eztv migrated
  1337. 16-4-2 11:35:07.8|Debug|MigrationLogger|Took: 00:00:00.0190002
  1338. 16-4-2 11:35:07.8|Info|MigrationLogger|*** 75: force_lib_update migrating ***
  1339. 16-4-2 11:35:07.8|Debug|MigrationLogger|Beginning Transaction
  1340. 16-4-2 11:35:07.8|Info|force_lib_update|Starting migration to 75
  1341. 16-4-2 11:35:07.8|Debug|MigrationLogger|UpdateData
  1342. 16-4-2 11:35:07.8|Debug|MigrationLogger|UPDATE "ScheduledTasks" SET "LastExecution" = '2014-01-01 00:00:00' WHERE "TypeName" = 'NzbDrone.Core.Tv.Commands.RefreshSeriesCommand'
  1343. 16-4-2 11:35:07.8|Debug|MigrationLogger|Took: 00:00:00.0055005
  1344. 16-4-2 11:35:07.8|Debug|MigrationLogger|UpdateData
  1345. 16-4-2 11:35:07.8|Debug|MigrationLogger|UPDATE "Series" SET "LastInfoSync" = '2014-01-01 00:00:00' WHERE 1 = 1
  1346. 16-4-2 11:35:07.8|Debug|MigrationLogger|Took: 00:00:00.0034994
  1347. 16-4-2 11:35:07.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (75, '2016-04-02T01:35:07', 'force_lib_update')
  1348. 16-4-2 11:35:07.8|Debug|MigrationLogger|Committing Transaction
  1349. 16-4-2 11:35:07.8|Debug|MigrationLogger|75: force_lib_update migrated
  1350. 16-4-2 11:35:07.8|Debug|MigrationLogger|Took: 00:00:00.0230047
  1351. 16-4-2 11:35:07.9|Info|MigrationLogger|*** 76: add_users_table migrating ***
  1352. 16-4-2 11:35:07.9|Debug|MigrationLogger|Beginning Transaction
  1353. 16-4-2 11:35:07.9|Info|add_users_table|Starting migration to 76
  1354. 16-4-2 11:35:07.9|Debug|MigrationLogger|CreateTable Users
  1355. 16-4-2 11:35:07.9|Debug|MigrationLogger|CREATE TABLE "Users" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Identifier" TEXT NOT NULL, "Username" TEXT NOT NULL, "Password" TEXT NOT NULL)
  1356. 16-4-2 11:35:07.9|Debug|MigrationLogger|Took: 00:00:00.0030145
  1357. 16-4-2 11:35:07.9|Debug|MigrationLogger|CreateIndex Users (Identifier)
  1358. 16-4-2 11:35:07.9|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Users_Identifier" ON "Users" ("Identifier" ASC)
  1359. 16-4-2 11:35:07.9|Debug|MigrationLogger|Took: 00:00:00.0135016
  1360. 16-4-2 11:35:07.9|Debug|MigrationLogger|CreateIndex Users (Username)
  1361. 16-4-2 11:35:07.9|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Users_Username" ON "Users" ("Username" ASC)
  1362. 16-4-2 11:35:07.9|Debug|MigrationLogger|Took: 00:00:00.0045021
  1363. 16-4-2 11:35:07.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (76, '2016-04-02T01:35:07', 'add_users_table')
  1364. 16-4-2 11:35:07.9|Debug|MigrationLogger|Committing Transaction
  1365. 16-4-2 11:35:07.9|Debug|MigrationLogger|76: add_users_table migrated
  1366. 16-4-2 11:35:07.9|Debug|MigrationLogger|Took: 00:00:00.0220024
  1367. 16-4-2 11:35:08.0|Info|MigrationLogger|*** 77: add_add_options_to_series migrating ***
  1368. 16-4-2 11:35:08.0|Debug|MigrationLogger|Beginning Transaction
  1369. 16-4-2 11:35:08.0|Info|add_add_options_to_series|Starting migration to 77
  1370. 16-4-2 11:35:08.0|Debug|MigrationLogger|AlterTable Series
  1371. 16-4-2 11:35:08.0|Debug|MigrationLogger|
  1372. 16-4-2 11:35:08.0|Debug|MigrationLogger|Took: 00:00:00.0025002
  1373. 16-4-2 11:35:08.0|Debug|MigrationLogger|CreateColumn Series AddOptions String
  1374. 16-4-2 11:35:08.0|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "AddOptions" TEXT
  1375. 16-4-2 11:35:08.0|Debug|MigrationLogger|Took: 00:00:00.0035014
  1376. 16-4-2 11:35:08.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (77, '2016-04-02T01:35:08', 'add_add_options_to_series')
  1377. 16-4-2 11:35:08.0|Debug|MigrationLogger|Committing Transaction
  1378. 16-4-2 11:35:08.0|Debug|MigrationLogger|77: add_add_options_to_series migrated
  1379. 16-4-2 11:35:08.0|Debug|MigrationLogger|Took: 00:00:00.0185030
  1380. 16-4-2 11:35:08.0|Info|MigrationLogger|*** 78: add_commands_table migrating ***
  1381. 16-4-2 11:35:08.0|Debug|MigrationLogger|Beginning Transaction
  1382. 16-4-2 11:35:08.0|Info|add_commands_table|Starting migration to 78
  1383. 16-4-2 11:35:08.0|Debug|MigrationLogger|CreateTable Commands
  1384. 16-4-2 11:35:08.0|Debug|MigrationLogger|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)
  1385. 16-4-2 11:35:08.0|Debug|MigrationLogger|Took: 00:00:00.0185025
  1386. 16-4-2 11:35:08.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (78, '2016-04-02T01:35:08', 'add_commands_table')
  1387. 16-4-2 11:35:08.0|Debug|MigrationLogger|Committing Transaction
  1388. 16-4-2 11:35:08.0|Debug|MigrationLogger|78: add_commands_table migrated
  1389. 16-4-2 11:35:08.0|Debug|MigrationLogger|Took: 00:00:00.0285028
  1390. 16-4-2 11:35:08.1|Info|MigrationLogger|*** 79: dedupe_tags migrating ***
  1391. 16-4-2 11:35:08.1|Debug|MigrationLogger|Beginning Transaction
  1392. 16-4-2 11:35:08.1|Info|dedupe_tags|Starting migration to 79
  1393. 16-4-2 11:35:08.1|Debug|MigrationLogger|PerformDBOperation
  1394. 16-4-2 11:35:08.1|Debug|MigrationLogger|Performing DB Operation
  1395. 16-4-2 11:35:08.7|Debug|MigrationLogger|Took: 00:00:00.5976569
  1396. 16-4-2 11:35:08.7|Debug|MigrationLogger|AlterTable Tags
  1397. 16-4-2 11:35:08.7|Debug|MigrationLogger|
  1398. 16-4-2 11:35:08.7|Debug|MigrationLogger|Took: 00:00:00.0070307
  1399. 16-4-2 11:35:08.7|Debug|MigrationLogger|AlterColumn Tags Label String
  1400. 16-4-2 11:35:08.7|Debug|MigrationLogger|CREATE TABLE "Tags_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Label" TEXT NOT NULL)
  1401. 16-4-2 11:35:08.7|Debug|MigrationLogger|INSERT INTO "Tags_temp" SELECT "Id", "Label" FROM "Tags"
  1402. 16-4-2 11:35:08.8|Debug|MigrationLogger|DROP TABLE "Tags"
  1403. 16-4-2 11:35:08.8|Debug|MigrationLogger|ALTER TABLE "Tags_temp" RENAME TO "Tags"
  1404. 16-4-2 11:35:08.8|Debug|MigrationLogger|Took: 00:00:00.0500139
  1405. 16-4-2 11:35:08.8|Debug|MigrationLogger|CreateIndex Tags (Label)
  1406. 16-4-2 11:35:08.8|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Tags_Label" ON "Tags" ("Label" ASC)
  1407. 16-4-2 11:35:08.8|Debug|MigrationLogger|Took: 00:00:00.0090009
  1408. 16-4-2 11:35:08.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (79, '2016-04-02T01:35:08', 'dedupe_tags')
  1409. 16-4-2 11:35:08.8|Debug|MigrationLogger|Committing Transaction
  1410. 16-4-2 11:35:08.9|Debug|MigrationLogger|79: dedupe_tags migrated
  1411. 16-4-2 11:35:08.9|Debug|MigrationLogger|Took: 00:00:00.0530224
  1412. 16-4-2 11:35:08.9|Info|MigrationLogger|*** 81: move_dot_prefix_to_transmission_category migrating ***
  1413. 16-4-2 11:35:08.9|Debug|MigrationLogger|Beginning Transaction
  1414. 16-4-2 11:35:08.9|Info|move_dot_prefix_to_transmission_category|Starting migration to 81
  1415. 16-4-2 11:35:08.9|Debug|MigrationLogger|PerformDBOperation
  1416. 16-4-2 11:35:09.0|Debug|MigrationLogger|Performing DB Operation
  1417. 16-4-2 11:35:09.0|Debug|MigrationLogger|Took: 00:00:00.0099973
  1418. 16-4-2 11:35:09.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (81, '2016-04-02T01:35:09', 'move_dot_prefix_to_transmission_category')
  1419. 16-4-2 11:35:09.0|Debug|MigrationLogger|Committing Transaction
  1420. 16-4-2 11:35:09.0|Debug|MigrationLogger|81: move_dot_prefix_to_transmission_category migrated
  1421. 16-4-2 11:35:09.0|Debug|MigrationLogger|Took: 00:00:00.0400014
  1422. 16-4-2 11:35:09.1|Info|MigrationLogger|*** 82: add_fanzub_settings migrating ***
  1423. 16-4-2 11:35:09.1|Debug|MigrationLogger|Beginning Transaction
  1424. 16-4-2 11:35:09.1|Info|add_fanzub_settings|Starting migration to 82
  1425. 16-4-2 11:35:09.1|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Indexers SET ConfigContract = 'FanzubSettings' WHERE Implementation = 'Fanzub' AND ConfigContract = 'NullConfig'
  1426. 16-4-2 11:35:09.1|Debug|MigrationLogger|UPDATE Indexers SET ConfigContract = 'FanzubSettings' WHERE Implementation = 'Fanzub' AND ConfigContract = 'NullConfig'
  1427. 16-4-2 11:35:09.1|Debug|MigrationLogger|Took: 00:00:00.0085008
  1428. 16-4-2 11:35:09.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (82, '2016-04-02T01:35:09', 'add_fanzub_settings')
  1429. 16-4-2 11:35:09.1|Debug|MigrationLogger|Committing Transaction
  1430. 16-4-2 11:35:09.1|Debug|MigrationLogger|82: add_fanzub_settings migrated
  1431. 16-4-2 11:35:09.1|Debug|MigrationLogger|Took: 00:00:00.0315040
  1432. 16-4-2 11:35:09.2|Info|MigrationLogger|*** 83: additonal_blacklist_columns migrating ***
  1433. 16-4-2 11:35:09.2|Debug|MigrationLogger|Beginning Transaction
  1434. 16-4-2 11:35:09.2|Info|additonal_blacklist_columns|Starting migration to 83
  1435. 16-4-2 11:35:09.2|Debug|MigrationLogger|AlterTable Blacklist
  1436. 16-4-2 11:35:09.2|Debug|MigrationLogger|
  1437. 16-4-2 11:35:09.2|Debug|MigrationLogger|Took: 00:00:00.0070009
  1438. 16-4-2 11:35:09.2|Debug|MigrationLogger|CreateColumn Blacklist Size Int64
  1439. 16-4-2 11:35:09.2|Debug|MigrationLogger|ALTER TABLE "Blacklist" ADD COLUMN "Size" INTEGER
  1440. 16-4-2 11:35:09.2|Debug|MigrationLogger|Took: 00:00:00.0065007
  1441. 16-4-2 11:35:09.2|Debug|MigrationLogger|AlterTable Blacklist
  1442. 16-4-2 11:35:09.3|Debug|MigrationLogger|
  1443. 16-4-2 11:35:09.3|Debug|MigrationLogger|Took: 00:00:00.0055015
  1444. 16-4-2 11:35:09.3|Debug|MigrationLogger|CreateColumn Blacklist Protocol Int32
  1445. 16-4-2 11:35:09.3|Debug|MigrationLogger|ALTER TABLE "Blacklist" ADD COLUMN "Protocol" INTEGER
  1446. 16-4-2 11:35:09.3|Debug|MigrationLogger|Took: 00:00:00.0065013
  1447. 16-4-2 11:35:09.3|Debug|MigrationLogger|AlterTable Blacklist
  1448. 16-4-2 11:35:09.3|Debug|MigrationLogger|
  1449. 16-4-2 11:35:09.3|Debug|MigrationLogger|Took: 00:00:00.0125023
  1450. 16-4-2 11:35:09.3|Debug|MigrationLogger|CreateColumn Blacklist Indexer String
  1451. 16-4-2 11:35:09.3|Debug|MigrationLogger|ALTER TABLE "Blacklist" ADD COLUMN "Indexer" TEXT
  1452. 16-4-2 11:35:09.3|Debug|MigrationLogger|Took: 00:00:00.0065081
  1453. 16-4-2 11:35:09.3|Debug|MigrationLogger|AlterTable Blacklist
  1454. 16-4-2 11:35:09.3|Debug|MigrationLogger|
  1455. 16-4-2 11:35:09.3|Debug|MigrationLogger|Took: 00:00:00.0039986
  1456. 16-4-2 11:35:09.3|Debug|MigrationLogger|CreateColumn Blacklist Message String
  1457. 16-4-2 11:35:09.4|Debug|MigrationLogger|ALTER TABLE "Blacklist" ADD COLUMN "Message" TEXT
  1458. 16-4-2 11:35:09.4|Debug|MigrationLogger|Took: 00:00:00.0070004
  1459. 16-4-2 11:35:09.4|Debug|MigrationLogger|AlterTable Blacklist
  1460. 16-4-2 11:35:09.4|Debug|MigrationLogger|
  1461. 16-4-2 11:35:09.4|Debug|MigrationLogger|Took: 00:00:00.0050023
  1462. 16-4-2 11:35:09.4|Debug|MigrationLogger|CreateColumn Blacklist TorrentInfoHash String
  1463. 16-4-2 11:35:09.4|Debug|MigrationLogger|ALTER TABLE "Blacklist" ADD COLUMN "TorrentInfoHash" TEXT
  1464. 16-4-2 11:35:09.4|Debug|MigrationLogger|Took: 00:00:00.0070014
  1465. 16-4-2 11:35:09.4|Debug|MigrationLogger|UpdateData
  1466. 16-4-2 11:35:09.4|Debug|MigrationLogger|UPDATE "Blacklist" SET "Protocol" = 1 WHERE 1 = 1
  1467. 16-4-2 11:35:09.4|Debug|MigrationLogger|Took: 00:00:00.0055010
  1468. 16-4-2 11:35:09.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (83, '2016-04-02T01:35:09', 'additonal_blacklist_columns')
  1469. 16-4-2 11:35:09.4|Debug|MigrationLogger|Committing Transaction
  1470. 16-4-2 11:35:09.4|Debug|MigrationLogger|83: additonal_blacklist_columns migrated
  1471. 16-4-2 11:35:09.4|Debug|MigrationLogger|Took: 00:00:00.0265100
  1472. 16-4-2 11:35:09.5|Info|MigrationLogger|*** 84: update_quality_minmax_size migrating ***
  1473. 16-4-2 11:35:09.5|Debug|MigrationLogger|Beginning Transaction
  1474. 16-4-2 11:35:09.5|Info|update_quality_minmax_size|Starting migration to 84
  1475. 16-4-2 11:35:09.5|Debug|MigrationLogger|AlterTable QualityDefinitions
  1476. 16-4-2 11:35:09.5|Debug|MigrationLogger|
  1477. 16-4-2 11:35:09.5|Debug|MigrationLogger|Took: 00:00:00
  1478. 16-4-2 11:35:09.5|Debug|MigrationLogger|AlterColumn QualityDefinitions MinSize Double
  1479. 16-4-2 11:35:09.5|Debug|MigrationLogger|CREATE TABLE "QualityDefinitions_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL, "Title" TEXT NOT NULL, "MinSize" NUMERIC, "MaxSize" INTEGER NOT NULL)
  1480. 16-4-2 11:35:09.5|Debug|MigrationLogger|INSERT INTO "QualityDefinitions_temp" SELECT "Id", "Quality", "Title", "MinSize", "MaxSize" FROM "QualityDefinitions"
  1481. 16-4-2 11:35:09.5|Debug|MigrationLogger|DROP TABLE "QualityDefinitions"
  1482. 16-4-2 11:35:09.5|Debug|MigrationLogger|ALTER TABLE "QualityDefinitions_temp" RENAME TO "QualityDefinitions"
  1483. 16-4-2 11:35:09.6|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
  1484. 16-4-2 11:35:09.6|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC)
  1485. 16-4-2 11:35:09.6|Debug|MigrationLogger|Took: 00:00:00.0362594
  1486. 16-4-2 11:35:09.6|Debug|MigrationLogger|AlterTable QualityDefinitions
  1487. 16-4-2 11:35:09.6|Debug|MigrationLogger|
  1488. 16-4-2 11:35:09.6|Debug|MigrationLogger|Took: 00:00:00
  1489. 16-4-2 11:35:09.6|Debug|MigrationLogger|AlterColumn QualityDefinitions MaxSize Double
  1490. 16-4-2 11:35:09.6|Debug|MigrationLogger|CREATE TABLE "QualityDefinitions_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL, "Title" TEXT NOT NULL, "MinSize" NUMERIC, "MaxSize" NUMERIC)
  1491. 16-4-2 11:35:09.6|Debug|MigrationLogger|INSERT INTO "QualityDefinitions_temp" SELECT "Id", "Quality", "Title", "MinSize", "MaxSize" FROM "QualityDefinitions"
  1492. 16-4-2 11:35:09.6|Debug|MigrationLogger|DROP TABLE "QualityDefinitions"
  1493. 16-4-2 11:35:09.6|Debug|MigrationLogger|ALTER TABLE "QualityDefinitions_temp" RENAME TO "QualityDefinitions"
  1494. 16-4-2 11:35:09.6|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
  1495. 16-4-2 11:35:09.6|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC)
  1496. 16-4-2 11:35:09.6|Debug|MigrationLogger|Took: 00:00:00.0533950
  1497. 16-4-2 11:35:09.6|Debug|MigrationLogger|ExecuteSqlStatement UPDATE QualityDefinitions SET MaxSize = NULL WHERE Quality = 10 OR MaxSize = 0
  1498. 16-4-2 11:35:09.7|Debug|MigrationLogger|UPDATE QualityDefinitions SET MaxSize = NULL WHERE Quality = 10 OR MaxSize = 0
  1499. 16-4-2 11:35:09.7|Debug|MigrationLogger|Took: 00:00:00
  1500. 16-4-2 11:35:09.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (84, '2016-04-02T01:35:09', 'update_quality_minmax_size')
  1501. 16-4-2 11:35:09.7|Debug|MigrationLogger|Committing Transaction
  1502. 16-4-2 11:35:09.7|Debug|MigrationLogger|84: update_quality_minmax_size migrated
  1503. 16-4-2 11:35:09.7|Debug|MigrationLogger|Took: 00:00:00.0156244
  1504. 16-4-2 11:35:09.7|Info|MigrationLogger|*** 85: expand_transmission_urlbase migrating ***
  1505. 16-4-2 11:35:09.7|Debug|MigrationLogger|Beginning Transaction
  1506. 16-4-2 11:35:09.7|Info|expand_transmission_urlbase|Starting migration to 85
  1507. 16-4-2 11:35:09.7|Debug|MigrationLogger|PerformDBOperation
  1508. 16-4-2 11:35:09.8|Debug|MigrationLogger|Performing DB Operation
  1509. 16-4-2 11:35:09.8|Debug|MigrationLogger|Took: 00:00:00
  1510. 16-4-2 11:35:09.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (85, '2016-04-02T01:35:09', 'expand_transmission_urlbase')
  1511. 16-4-2 11:35:09.8|Debug|MigrationLogger|Committing Transaction
  1512. 16-4-2 11:35:09.8|Debug|MigrationLogger|85: expand_transmission_urlbase migrated
  1513. 16-4-2 11:35:09.8|Debug|MigrationLogger|Took: 00:00:00.0312512
  1514. 16-4-2 11:35:09.8|Info|MigrationLogger|*** 86: pushbullet_device_ids migrating ***
  1515. 16-4-2 11:35:09.8|Debug|MigrationLogger|Beginning Transaction
  1516. 16-4-2 11:35:09.8|Info|pushbullet_device_ids|Starting migration to 86
  1517. 16-4-2 11:35:09.8|Debug|MigrationLogger|PerformDBOperation
  1518. 16-4-2 11:35:09.9|Debug|MigrationLogger|Performing DB Operation
  1519. 16-4-2 11:35:09.9|Debug|MigrationLogger|Took: 00:00:00.0059987
  1520. 16-4-2 11:35:09.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (86, '2016-04-02T01:35:09', 'pushbullet_device_ids')
  1521. 16-4-2 11:35:09.9|Debug|MigrationLogger|Committing Transaction
  1522. 16-4-2 11:35:09.9|Debug|MigrationLogger|86: pushbullet_device_ids migrated
  1523. 16-4-2 11:35:09.9|Debug|MigrationLogger|Took: 00:00:00.0229993
  1524. 16-4-2 11:35:09.9|Info|MigrationLogger|*** 87: remove_eztv migrating ***
  1525. 16-4-2 11:35:09.9|Debug|MigrationLogger|Beginning Transaction
  1526. 16-4-2 11:35:09.9|Info|remove_eztv|Starting migration to 87
  1527. 16-4-2 11:35:09.9|Debug|MigrationLogger|ExecuteSqlStatement DELETE FROM Indexers WHERE Implementation = 'Eztv'
  1528. 16-4-2 11:35:09.9|Debug|MigrationLogger|DELETE FROM Indexers WHERE Implementation = 'Eztv'
  1529. 16-4-2 11:35:09.9|Debug|MigrationLogger|Took: 00:00:00.0050014
  1530. 16-4-2 11:35:09.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (87, '2016-04-02T01:35:09', 'remove_eztv')
  1531. 16-4-2 11:35:10.0|Debug|MigrationLogger|Committing Transaction
  1532. 16-4-2 11:35:10.0|Debug|MigrationLogger|87: remove_eztv migrated
  1533. 16-4-2 11:35:10.0|Debug|MigrationLogger|Took: 00:00:00.0220025
  1534. 16-4-2 11:35:10.0|Info|MigrationLogger|*** 88: pushbullet_devices_channels_list migrating ***
  1535. 16-4-2 11:35:10.0|Debug|MigrationLogger|Beginning Transaction
  1536. 16-4-2 11:35:10.0|Info|pushbullet_devices_channels_list|Starting migration to 88
  1537. 16-4-2 11:35:10.0|Debug|MigrationLogger|PerformDBOperation
  1538. 16-4-2 11:35:10.0|Debug|MigrationLogger|Performing DB Operation
  1539. 16-4-2 11:35:10.0|Debug|MigrationLogger|Took: 00:00:00.0065071
  1540. 16-4-2 11:35:10.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (88, '2016-04-02T01:35:10', 'pushbullet_devices_channels_list')
  1541. 16-4-2 11:35:10.0|Debug|MigrationLogger|Committing Transaction
  1542. 16-4-2 11:35:10.0|Debug|MigrationLogger|88: pushbullet_devices_channels_list migrated
  1543. 16-4-2 11:35:10.0|Debug|MigrationLogger|Took: 00:00:00.0235078
  1544. 16-4-2 11:35:10.1|Info|MigrationLogger|*** 89: add_on_rename_to_notifcations migrating ***
  1545. 16-4-2 11:35:10.1|Debug|MigrationLogger|Beginning Transaction
  1546. 16-4-2 11:35:10.1|Info|add_on_rename_to_notifcations|Starting migration to 89
  1547. 16-4-2 11:35:10.1|Debug|MigrationLogger|AlterTable Notifications
  1548. 16-4-2 11:35:10.1|Debug|MigrationLogger|
  1549. 16-4-2 11:35:10.1|Debug|MigrationLogger|Took: 00:00:00.0035004
  1550. 16-4-2 11:35:10.1|Debug|MigrationLogger|CreateColumn Notifications OnRename Boolean
  1551. 16-4-2 11:35:10.1|Debug|MigrationLogger|ALTER TABLE "Notifications" ADD COLUMN "OnRename" INTEGER
  1552. 16-4-2 11:35:10.1|Debug|MigrationLogger|Took: 00:00:00.0050014
  1553. 16-4-2 11:35:10.1|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Notifications SET OnRename = OnDownload WHERE Implementation IN ('PlexServer', 'Xbmc', 'MediaBrowser')
  1554. 16-4-2 11:35:10.1|Debug|MigrationLogger|UPDATE Notifications SET OnRename = OnDownload WHERE Implementation IN ('PlexServer', 'Xbmc', 'MediaBrowser')
  1555. 16-4-2 11:35:10.1|Debug|MigrationLogger|Took: 00:00:00.0050018
  1556. 16-4-2 11:35:10.1|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Notifications SET OnRename = 0 WHERE Implementation NOT IN ('PlexServer', 'Xbmc', 'MediaBrowser')
  1557. 16-4-2 11:35:10.1|Debug|MigrationLogger|UPDATE Notifications SET OnRename = 0 WHERE Implementation NOT IN ('PlexServer', 'Xbmc', 'MediaBrowser')
  1558. 16-4-2 11:35:10.2|Debug|MigrationLogger|Took: 00:00:00.0055009
  1559. 16-4-2 11:35:10.2|Debug|MigrationLogger|AlterTable Notifications
  1560. 16-4-2 11:35:10.2|Debug|MigrationLogger|
  1561. 16-4-2 11:35:10.2|Debug|MigrationLogger|Took: 00:00:00.0060011
  1562. 16-4-2 11:35:10.2|Debug|MigrationLogger|AlterColumn Notifications OnRename Boolean
  1563. 16-4-2 11:35:10.2|Debug|MigrationLogger|CREATE TABLE "Notifications_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "OnGrab" INTEGER NOT NULL, "OnDownload" INTEGER NOT NULL, "Settings" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "OnUpgrade" INTEGER, "Tags" TEXT, "OnRename" INTEGER NOT NULL)
  1564. 16-4-2 11:35:10.2|Debug|MigrationLogger|INSERT INTO "Notifications_temp" SELECT "Id", "Name", "OnGrab", "OnDownload", "Settings", "Implementation", "ConfigContract", "OnUpgrade", "Tags", "OnRename" FROM "Notifications"
  1565. 16-4-2 11:35:10.2|Debug|MigrationLogger|DROP TABLE "Notifications"
  1566. 16-4-2 11:35:10.2|Debug|MigrationLogger|ALTER TABLE "Notifications_temp" RENAME TO "Notifications"
  1567. 16-4-2 11:35:10.2|Debug|MigrationLogger|Took: 00:00:00.0340042
  1568. 16-4-2 11:35:10.2|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Notifications SET OnGrab = 0 WHERE Implementation = 'PlexServer'
  1569. 16-4-2 11:35:10.2|Debug|MigrationLogger|UPDATE Notifications SET OnGrab = 0 WHERE Implementation = 'PlexServer'
  1570. 16-4-2 11:35:10.2|Debug|MigrationLogger|Took: 00:00:00.0040001
  1571. 16-4-2 11:35:10.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (89, '2016-04-02T01:35:10', 'add_on_rename_to_notifcations')
  1572. 16-4-2 11:35:10.2|Debug|MigrationLogger|Committing Transaction
  1573. 16-4-2 11:35:10.2|Debug|MigrationLogger|89: add_on_rename_to_notifcations migrated
  1574. 16-4-2 11:35:10.2|Debug|MigrationLogger|Took: 00:00:00.0235023
  1575. 16-4-2 11:35:10.3|Info|MigrationLogger|*** 90: update_kickass_url migrating ***
  1576. 16-4-2 11:35:10.3|Debug|MigrationLogger|Beginning Transaction
  1577. 16-4-2 11:35:10.3|Info|update_kickass_url|Starting migration to 90
  1578. 16-4-2 11:35:10.3|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Indexers SET Settings = Replace(Settings, 'kickass.so', 'kat.cr') WHERE Implementation = 'KickassTorrents';UPDATE Indexers SET Settings = Replace(Settings, 'kickass.to', 'kat.cr') WHERE Implementation = 'KickassTorrents';UPDATE Indexers SET Settings = Replace(Settings, 'http://', 'https://') WHERE Implementation = 'KickassTorrents';
  1579. 16-4-2 11:35:10.3|Debug|MigrationLogger|UPDATE Indexers SET Settings = Replace(Settings, 'kickass.so', 'kat.cr') WHERE Implementation = 'KickassTorrents';UPDATE Indexers SET Settings = Replace(Settings, 'kickass.to', 'kat.cr') WHERE Implementation = 'KickassTorrents';UPDATE Indexers SET Settings = Replace(Settings, 'http://', 'https://') WHERE Implementation = 'KickassTorrents';
  1580. 16-4-2 11:35:10.3|Debug|MigrationLogger|Took: 00:00:00.0070009
  1581. 16-4-2 11:35:10.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (90, '2016-04-02T01:35:10', 'update_kickass_url')
  1582. 16-4-2 11:35:10.3|Debug|MigrationLogger|Committing Transaction
  1583. 16-4-2 11:35:10.3|Debug|MigrationLogger|90: update_kickass_url migrated
  1584. 16-4-2 11:35:10.3|Debug|MigrationLogger|Took: 00:00:00.0220029
  1585. 16-4-2 11:35:10.4|Info|MigrationLogger|*** 91: added_indexerstatus migrating ***
  1586. 16-4-2 11:35:10.4|Debug|MigrationLogger|Beginning Transaction
  1587. 16-4-2 11:35:10.4|Info|added_indexerstatus|Starting migration to 91
  1588. 16-4-2 11:35:10.4|Debug|MigrationLogger|CreateTable IndexerStatus
  1589. 16-4-2 11:35:10.4|Debug|MigrationLogger|CREATE TABLE "IndexerStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "IndexerId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT)
  1590. 16-4-2 11:35:10.4|Debug|MigrationLogger|Took: 00:00:00.0065013
  1591. 16-4-2 11:35:10.4|Debug|MigrationLogger|CreateIndex IndexerStatus (IndexerId)
  1592. 16-4-2 11:35:10.4|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_IndexerStatus_IndexerId" ON "IndexerStatus" ("IndexerId" ASC)
  1593. 16-4-2 11:35:10.4|Debug|MigrationLogger|Took: 00:00:00.0070018
  1594. 16-4-2 11:35:10.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (91, '2016-04-02T01:35:10', 'added_indexerstatus')
  1595. 16-4-2 11:35:10.4|Debug|MigrationLogger|Committing Transaction
  1596. 16-4-2 11:35:10.4|Debug|MigrationLogger|91: added_indexerstatus migrated
  1597. 16-4-2 11:35:10.4|Debug|MigrationLogger|Took: 00:00:00.0235033
  1598. 16-4-2 11:35:10.5|Info|MigrationLogger|*** 92: add_unverifiedscenenumbering migrating ***
  1599. 16-4-2 11:35:10.5|Debug|MigrationLogger|Beginning Transaction
  1600. 16-4-2 11:35:10.5|Info|add_unverifiedscenenumbering|Starting migration to 92
  1601. 16-4-2 11:35:10.5|Debug|MigrationLogger|AlterTable Episodes
  1602. 16-4-2 11:35:10.5|Debug|MigrationLogger|
  1603. 16-4-2 11:35:10.5|Debug|MigrationLogger|Took: 00:00:00.0030008
  1604. 16-4-2 11:35:10.5|Debug|MigrationLogger|CreateColumn Episodes UnverifiedSceneNumbering Boolean
  1605. 16-4-2 11:35:10.5|Debug|MigrationLogger|ALTER TABLE "Episodes" ADD COLUMN "UnverifiedSceneNumbering" INTEGER NOT NULL DEFAULT 0
  1606. 16-4-2 11:35:10.5|Debug|MigrationLogger|Took: 00:00:00.0044851
  1607. 16-4-2 11:35:10.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (92, '2016-04-02T01:35:10', 'add_unverifiedscenenumbering')
  1608. 16-4-2 11:35:10.5|Debug|MigrationLogger|Committing Transaction
  1609. 16-4-2 11:35:10.5|Debug|MigrationLogger|92: add_unverifiedscenenumbering migrated
  1610. 16-4-2 11:35:10.5|Debug|MigrationLogger|Took: 00:00:00.0189884
  1611. 16-4-2 11:35:10.5|Info|MigrationLogger|*** 93: naming_config_replace_illegal_characters migrating ***
  1612. 16-4-2 11:35:10.5|Debug|MigrationLogger|Beginning Transaction
  1613. 16-4-2 11:35:10.5|Info|naming_config_replace_illegal_characters|Starting migration to 93
  1614. 16-4-2 11:35:10.6|Debug|MigrationLogger|AlterTable NamingConfig
  1615. 16-4-2 11:35:10.6|Debug|MigrationLogger|
  1616. 16-4-2 11:35:10.6|Debug|MigrationLogger|Took: 00:00:00
  1617. 16-4-2 11:35:10.6|Debug|MigrationLogger|CreateColumn NamingConfig ReplaceIllegalCharacters Boolean
  1618. 16-4-2 11:35:10.6|Debug|MigrationLogger|ALTER TABLE "NamingConfig" ADD COLUMN "ReplaceIllegalCharacters" INTEGER NOT NULL DEFAULT 1
  1619. 16-4-2 11:35:10.6|Debug|MigrationLogger|Took: 00:00:00
  1620. 16-4-2 11:35:10.6|Debug|MigrationLogger|UpdateData
  1621. 16-4-2 11:35:10.6|Debug|MigrationLogger|UPDATE "NamingConfig" SET "ReplaceIllegalCharacters" = 1 WHERE 1 = 1
  1622. 16-4-2 11:35:10.6|Debug|MigrationLogger|Took: 00:00:00
  1623. 16-4-2 11:35:10.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (93, '2016-04-02T01:35:10', 'naming_config_replace_illegal_characters')
  1624. 16-4-2 11:35:10.6|Debug|MigrationLogger|Committing Transaction
  1625. 16-4-2 11:35:10.6|Debug|MigrationLogger|93: naming_config_replace_illegal_characters migrated
  1626. 16-4-2 11:35:10.6|Debug|MigrationLogger|Took: 00:00:00.0156254
  1627. 16-4-2 11:35:10.6|Info|MigrationLogger|*** 94: add_tvmazeid migrating ***
  1628. 16-4-2 11:35:10.7|Debug|MigrationLogger|Beginning Transaction
  1629. 16-4-2 11:35:10.7|Info|add_tvmazeid|Starting migration to 94
  1630. 16-4-2 11:35:10.7|Debug|MigrationLogger|AlterTable Series
  1631. 16-4-2 11:35:10.7|Debug|MigrationLogger|
  1632. 16-4-2 11:35:10.7|Debug|MigrationLogger|Took: 00:00:00
  1633. 16-4-2 11:35:10.7|Debug|MigrationLogger|CreateColumn Series TvMazeId Int32
  1634. 16-4-2 11:35:10.7|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "TvMazeId" INTEGER NOT NULL DEFAULT 0
  1635. 16-4-2 11:35:10.7|Debug|MigrationLogger|Took: 00:00:00
  1636. 16-4-2 11:35:10.7|Debug|MigrationLogger|CreateIndex Series (TvMazeId)
  1637. 16-4-2 11:35:10.7|Debug|MigrationLogger|CREATE INDEX "IX_Series_TvMazeId" ON "Series" ("TvMazeId" ASC)
  1638. 16-4-2 11:35:10.7|Debug|MigrationLogger|Took: 00:00:00.0156254
  1639. 16-4-2 11:35:10.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (94, '2016-04-02T01:35:10', 'add_tvmazeid')
  1640. 16-4-2 11:35:10.7|Debug|MigrationLogger|Committing Transaction
  1641. 16-4-2 11:35:10.7|Debug|MigrationLogger|94: add_tvmazeid migrated
  1642. 16-4-2 11:35:10.7|Debug|MigrationLogger|Took: 00:00:00.0156254
  1643. 16-4-2 11:35:10.7|Info|MigrationLogger|*** 98: remove_titans_of_tv migrating ***
  1644. 16-4-2 11:35:10.7|Debug|MigrationLogger|Beginning Transaction
  1645. 16-4-2 11:35:10.7|Info|remove_titans_of_tv|Starting migration to 98
  1646. 16-4-2 11:35:10.7|Debug|MigrationLogger|FluentMigrator.Expressions.DeleteDataExpression
  1647. 16-4-2 11:35:10.7|Debug|MigrationLogger|DELETE FROM "Indexers" WHERE "Implementation" = 'TitansOfTv'
  1648. 16-4-2 11:35:10.7|Debug|MigrationLogger|Took: 00:00:00.0161343
  1649. 16-4-2 11:35:10.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (98, '2016-04-02T01:35:10', 'remove_titans_of_tv')
  1650. 16-4-2 11:35:10.7|Debug|MigrationLogger|Committing Transaction
  1651. 16-4-2 11:35:10.8|Debug|MigrationLogger|98: remove_titans_of_tv migrated
  1652. 16-4-2 11:35:10.8|Debug|MigrationLogger|Took: 00:00:00.0377671
  1653. 16-4-2 11:35:10.8|Info|MigrationLogger|*** 101: add_ultrahd_quality_in_profiles migrating ***
  1654. 16-4-2 11:35:10.8|Debug|MigrationLogger|Beginning Transaction
  1655. 16-4-2 11:35:10.8|Info|add_ultrahd_quality_in_profiles|Starting migration to 101
  1656. 16-4-2 11:35:10.8|Debug|MigrationLogger|PerformDBOperation
  1657. 16-4-2 11:35:10.8|Debug|MigrationLogger|Performing DB Operation
  1658. 16-4-2 11:35:10.8|Debug|MigrationLogger|Took: 00:00:00.0156258
  1659. 16-4-2 11:35:10.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (101, '2016-04-02T01:35:10', 'add_ultrahd_quality_in_profiles')
  1660. 16-4-2 11:35:10.8|Debug|MigrationLogger|Committing Transaction
  1661. 16-4-2 11:35:10.8|Debug|MigrationLogger|101: add_ultrahd_quality_in_profiles migrated
  1662. 16-4-2 11:35:10.8|Debug|MigrationLogger|Took: 00:00:00.0312581
  1663. 16-4-2 11:35:10.9|Debug|MigrationLogger|Took: 00:00:14.8622627
  1664. 16-4-2 11:35:10.9|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  1665. 16-4-2 11:35:11.0|Info|MigrationLogger|*** VersionMigration migrating ***
  1666. 16-4-2 11:35:11.0|Debug|MigrationLogger|Beginning Transaction
  1667. 16-4-2 11:35:11.0|Debug|MigrationLogger|CreateTable VersionInfo
  1668. 16-4-2 11:35:11.0|Debug|MigrationLogger|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
  1669. 16-4-2 11:35:11.0|Debug|MigrationLogger|Took: 00:00:00
  1670. 16-4-2 11:35:11.0|Debug|MigrationLogger|Committing Transaction
  1671. 16-4-2 11:35:11.0|Debug|MigrationLogger|VersionMigration migrated
  1672. 16-4-2 11:35:11.0|Debug|MigrationLogger|Took: 00:00:00.0156288
  1673. 16-4-2 11:35:11.0|Info|MigrationLogger|*** VersionUniqueMigration migrating ***
  1674. 16-4-2 11:35:11.0|Debug|MigrationLogger|Beginning Transaction
  1675. 16-4-2 11:35:11.0|Debug|MigrationLogger|CreateIndex VersionInfo (Version)
  1676. 16-4-2 11:35:11.0|Debug|MigrationLogger|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
  1677. 16-4-2 11:35:11.0|Debug|MigrationLogger|Took: 00:00:00
  1678. 16-4-2 11:35:11.0|Debug|MigrationLogger|AlterTable VersionInfo
  1679. 16-4-2 11:35:11.0|Debug|MigrationLogger|
  1680. 16-4-2 11:35:11.0|Debug|MigrationLogger|Took: 00:00:00
  1681. 16-4-2 11:35:11.0|Debug|MigrationLogger|CreateColumn VersionInfo AppliedOn DateTime
  1682. 16-4-2 11:35:11.0|Debug|MigrationLogger|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
  1683. 16-4-2 11:35:11.0|Debug|MigrationLogger|Took: 00:00:00
  1684. 16-4-2 11:35:11.0|Debug|MigrationLogger|Committing Transaction
  1685. 16-4-2 11:35:11.0|Debug|MigrationLogger|VersionUniqueMigration migrated
  1686. 16-4-2 11:35:11.0|Debug|MigrationLogger|Took: 00:00:00.0156259
  1687. 16-4-2 11:35:11.1|Info|MigrationLogger|*** VersionDescriptionMigration migrating ***
  1688. 16-4-2 11:35:11.1|Debug|MigrationLogger|Beginning Transaction
  1689. 16-4-2 11:35:11.1|Debug|MigrationLogger|AlterTable VersionInfo
  1690. 16-4-2 11:35:11.1|Debug|MigrationLogger|
  1691. 16-4-2 11:35:11.1|Debug|MigrationLogger|Took: 00:00:00
  1692. 16-4-2 11:35:11.1|Debug|MigrationLogger|CreateColumn VersionInfo Description String
  1693. 16-4-2 11:35:11.1|Debug|MigrationLogger|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
  1694. 16-4-2 11:35:11.1|Debug|MigrationLogger|Took: 00:00:00
  1695. 16-4-2 11:35:11.1|Debug|MigrationLogger|Committing Transaction
  1696. 16-4-2 11:35:11.1|Debug|MigrationLogger|VersionDescriptionMigration migrated
  1697. 16-4-2 11:35:11.1|Debug|MigrationLogger|Took: 00:00:00
  1698. 16-4-2 11:35:11.1|Info|MigrationLogger|*** 1: InitialSetup migrating ***
  1699. 16-4-2 11:35:11.1|Debug|MigrationLogger|Beginning Transaction
  1700. 16-4-2 11:35:11.1|Info|InitialSetup|Starting migration to 1
  1701. 16-4-2 11:35:11.1|Debug|MigrationLogger|CreateTable Logs
  1702. 16-4-2 11:35:11.1|Debug|MigrationLogger|CREATE TABLE "Logs" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Method" TEXT, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
  1703. 16-4-2 11:35:11.1|Debug|MigrationLogger|Took: 00:00:00.0156259
  1704. 16-4-2 11:35:11.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2016-04-02T01:35:11', 'InitialSetup')
  1705. 16-4-2 11:35:11.1|Debug|MigrationLogger|Committing Transaction
  1706. 16-4-2 11:35:11.2|Debug|MigrationLogger|1: InitialSetup migrated
  1707. 16-4-2 11:35:11.2|Debug|MigrationLogger|Took: 00:00:00.0377613
  1708. 16-4-2 11:35:11.2|Info|MigrationLogger|*** 2: remove_tvrage_imdb_unique_constraint migrating ***
  1709. 16-4-2 11:35:11.2|Debug|MigrationLogger|Beginning Transaction
  1710. 16-4-2 11:35:11.2|Info|remove_tvrage_imdb_unique_constraint|Starting migration to 2
  1711. 16-4-2 11:35:11.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2016-04-02T01:35:11', 'remove_tvrage_imdb_unique_constraint')
  1712. 16-4-2 11:35:11.2|Debug|MigrationLogger|Committing Transaction
  1713. 16-4-2 11:35:11.2|Debug|MigrationLogger|2: remove_tvrage_imdb_unique_constraint migrated
  1714. 16-4-2 11:35:11.2|Debug|MigrationLogger|Took: 00:00:00.0156327
  1715. 16-4-2 11:35:11.2|Info|MigrationLogger|*** 3: remove_renamed_scene_mapping_columns migrating ***
  1716. 16-4-2 11:35:11.2|Debug|MigrationLogger|Beginning Transaction
  1717. 16-4-2 11:35:11.2|Info|remove_renamed_scene_mapping_columns|Starting migration to 3
  1718. 16-4-2 11:35:11.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2016-04-02T01:35:11', 'remove_renamed_scene_mapping_columns')
  1719. 16-4-2 11:35:11.2|Debug|MigrationLogger|Committing Transaction
  1720. 16-4-2 11:35:11.2|Debug|MigrationLogger|3: remove_renamed_scene_mapping_columns migrated
  1721. 16-4-2 11:35:11.2|Debug|MigrationLogger|Took: 00:00:00.0156264
  1722. 16-4-2 11:35:11.2|Info|MigrationLogger|*** 4: updated_history migrating ***
  1723. 16-4-2 11:35:11.2|Debug|MigrationLogger|Beginning Transaction
  1724. 16-4-2 11:35:11.2|Info|updated_history|Starting migration to 4
  1725. 16-4-2 11:35:11.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2016-04-02T01:35:11', 'updated_history')
  1726. 16-4-2 11:35:11.2|Debug|MigrationLogger|Committing Transaction
  1727. 16-4-2 11:35:11.2|Debug|MigrationLogger|4: updated_history migrated
  1728. 16-4-2 11:35:11.3|Debug|MigrationLogger|Took: 00:00:00.0156415
  1729. 16-4-2 11:35:11.3|Info|MigrationLogger|*** 5: added_eventtype_to_history migrating ***
  1730. 16-4-2 11:35:11.3|Debug|MigrationLogger|Beginning Transaction
  1731. 16-4-2 11:35:11.3|Info|added_eventtype_to_history|Starting migration to 5
  1732. 16-4-2 11:35:11.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2016-04-02T01:35:11', 'added_eventtype_to_history')
  1733. 16-4-2 11:35:11.3|Debug|MigrationLogger|Committing Transaction
  1734. 16-4-2 11:35:11.3|Debug|MigrationLogger|5: added_eventtype_to_history migrated
  1735. 16-4-2 11:35:11.3|Debug|MigrationLogger|Took: 00:00:00.0156351
  1736. 16-4-2 11:35:11.3|Info|MigrationLogger|*** 6: add_index_to_log_time migrating ***
  1737. 16-4-2 11:35:11.3|Debug|MigrationLogger|Beginning Transaction
  1738. 16-4-2 11:35:11.3|Info|add_index_to_log_time|Starting migration to 6
  1739. 16-4-2 11:35:11.3|Debug|MigrationLogger|DeleteTable Logs
  1740. 16-4-2 11:35:11.3|Debug|MigrationLogger|DROP TABLE "Logs"
  1741. 16-4-2 11:35:11.3|Debug|MigrationLogger|Took: 00:00:00
  1742. 16-4-2 11:35:11.3|Debug|MigrationLogger|CreateTable Logs
  1743. 16-4-2 11:35:11.3|Debug|MigrationLogger|CREATE TABLE "Logs" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Method" TEXT, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
  1744. 16-4-2 11:35:11.3|Debug|MigrationLogger|Took: 00:00:00.0156244
  1745. 16-4-2 11:35:11.3|Debug|MigrationLogger|CreateIndex Logs (Time)
  1746. 16-4-2 11:35:11.3|Debug|MigrationLogger|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
  1747. 16-4-2 11:35:11.3|Debug|MigrationLogger|Took: 00:00:00.0156244
  1748. 16-4-2 11:35:11.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2016-04-02T01:35:11', 'add_index_to_log_time')
  1749. 16-4-2 11:35:11.3|Debug|MigrationLogger|Committing Transaction
  1750. 16-4-2 11:35:11.4|Debug|MigrationLogger|6: add_index_to_log_time migrated
  1751. 16-4-2 11:35:11.4|Debug|MigrationLogger|Took: 00:00:00.0312532
  1752. 16-4-2 11:35:11.4|Info|MigrationLogger|*** 7: add_renameEpisodes_to_naming migrating ***
  1753. 16-4-2 11:35:11.4|Debug|MigrationLogger|Beginning Transaction
  1754. 16-4-2 11:35:11.4|Info|add_renameEpisodes_to_naming|Starting migration to 7
  1755. 16-4-2 11:35:11.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2016-04-02T01:35:11', 'add_renameEpisodes_to_naming')
  1756. 16-4-2 11:35:11.4|Debug|MigrationLogger|Committing Transaction
  1757. 16-4-2 11:35:11.4|Debug|MigrationLogger|7: add_renameEpisodes_to_naming migrated
  1758. 16-4-2 11:35:11.4|Debug|MigrationLogger|Took: 00:00:00.0157398
  1759. 16-4-2 11:35:11.4|Info|MigrationLogger|*** 8: remove_backlog migrating ***
  1760. 16-4-2 11:35:11.4|Debug|MigrationLogger|Beginning Transaction
  1761. 16-4-2 11:35:11.4|Info|remove_backlog|Starting migration to 8
  1762. 16-4-2 11:35:11.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2016-04-02T01:35:11', 'remove_backlog')
  1763. 16-4-2 11:35:11.4|Debug|MigrationLogger|Committing Transaction
  1764. 16-4-2 11:35:11.4|Debug|MigrationLogger|8: remove_backlog migrated
  1765. 16-4-2 11:35:11.4|Debug|MigrationLogger|Took: 00:00:00.0156209
  1766. 16-4-2 11:35:11.4|Info|MigrationLogger|*** 9: fix_rename_episodes migrating ***
  1767. 16-4-2 11:35:11.4|Debug|MigrationLogger|Beginning Transaction
  1768. 16-4-2 11:35:11.4|Info|fix_rename_episodes|Starting migration to 9
  1769. 16-4-2 11:35:11.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (9, '2016-04-02T01:35:11', 'fix_rename_episodes')
  1770. 16-4-2 11:35:11.4|Debug|MigrationLogger|Committing Transaction
  1771. 16-4-2 11:35:11.4|Debug|MigrationLogger|9: fix_rename_episodes migrated
  1772. 16-4-2 11:35:11.4|Debug|MigrationLogger|Took: 00:00:00.0156259
  1773. 16-4-2 11:35:11.4|Info|MigrationLogger|*** 10: add_monitored migrating ***
  1774. 16-4-2 11:35:11.5|Debug|MigrationLogger|Beginning Transaction
  1775. 16-4-2 11:35:11.5|Info|add_monitored|Starting migration to 10
  1776. 16-4-2 11:35:11.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2016-04-02T01:35:11', 'add_monitored')
  1777. 16-4-2 11:35:11.5|Debug|MigrationLogger|Committing Transaction
  1778. 16-4-2 11:35:11.5|Debug|MigrationLogger|10: add_monitored migrated
  1779. 16-4-2 11:35:11.5|Debug|MigrationLogger|Took: 00:00:00.0044988
  1780. 16-4-2 11:35:11.5|Info|MigrationLogger|*** 11: remove_ignored migrating ***
  1781. 16-4-2 11:35:11.5|Debug|MigrationLogger|Beginning Transaction
  1782. 16-4-2 11:35:11.5|Info|remove_ignored|Starting migration to 11
  1783. 16-4-2 11:35:11.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2016-04-02T01:35:11', 'remove_ignored')
  1784. 16-4-2 11:35:11.5|Debug|MigrationLogger|Committing Transaction
  1785. 16-4-2 11:35:11.5|Debug|MigrationLogger|11: remove_ignored migrated
  1786. 16-4-2 11:35:11.5|Debug|MigrationLogger|Took: 00:00:00.0156229
  1787. 16-4-2 11:35:11.5|Info|MigrationLogger|*** 12: remove_custom_start_date migrating ***
  1788. 16-4-2 11:35:11.5|Debug|MigrationLogger|Beginning Transaction
  1789. 16-4-2 11:35:11.5|Info|remove_custom_start_date|Starting migration to 12
  1790. 16-4-2 11:35:11.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (12, '2016-04-02T01:35:11', 'remove_custom_start_date')
  1791. 16-4-2 11:35:11.5|Debug|MigrationLogger|Committing Transaction
  1792. 16-4-2 11:35:11.5|Debug|MigrationLogger|12: remove_custom_start_date migrated
  1793. 16-4-2 11:35:11.5|Debug|MigrationLogger|Took: 00:00:00.0156254
  1794. 16-4-2 11:35:11.5|Info|MigrationLogger|*** 13: add_air_date_utc migrating ***
  1795. 16-4-2 11:35:11.5|Debug|MigrationLogger|Beginning Transaction
  1796. 16-4-2 11:35:11.5|Info|add_air_date_utc|Starting migration to 13
  1797. 16-4-2 11:35:11.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2016-04-02T01:35:11', 'add_air_date_utc')
  1798. 16-4-2 11:35:11.5|Debug|MigrationLogger|Committing Transaction
  1799. 16-4-2 11:35:11.6|Debug|MigrationLogger|13: add_air_date_utc migrated
  1800. 16-4-2 11:35:11.6|Debug|MigrationLogger|Took: 00:00:00.0337573
  1801. 16-4-2 11:35:11.6|Info|MigrationLogger|*** 14: drop_air_date migrating ***
  1802. 16-4-2 11:35:11.6|Debug|MigrationLogger|Beginning Transaction
  1803. 16-4-2 11:35:11.6|Info|drop_air_date|Starting migration to 14
  1804. 16-4-2 11:35:11.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2016-04-02T01:35:11', 'drop_air_date')
  1805. 16-4-2 11:35:11.6|Debug|MigrationLogger|Committing Transaction
  1806. 16-4-2 11:35:11.6|Debug|MigrationLogger|14: drop_air_date migrated
  1807. 16-4-2 11:35:11.6|Debug|MigrationLogger|Took: 00:00:00.0158209
  1808. 16-4-2 11:35:11.6|Info|MigrationLogger|*** 15: add_air_date_as_string migrating ***
  1809. 16-4-2 11:35:11.6|Debug|MigrationLogger|Beginning Transaction
  1810. 16-4-2 11:35:11.6|Info|add_air_date_as_string|Starting migration to 15
  1811. 16-4-2 11:35:11.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2016-04-02T01:35:11', 'add_air_date_as_string')
  1812. 16-4-2 11:35:11.6|Debug|MigrationLogger|Committing Transaction
  1813. 16-4-2 11:35:11.6|Debug|MigrationLogger|15: add_air_date_as_string migrated
  1814. 16-4-2 11:35:11.6|Debug|MigrationLogger|Took: 00:00:00.0156249
  1815. 16-4-2 11:35:11.6|Info|MigrationLogger|*** 16: updated_imported_history_item migrating ***
  1816. 16-4-2 11:35:11.6|Debug|MigrationLogger|Beginning Transaction
  1817. 16-4-2 11:35:11.6|Info|updated_imported_history_item|Starting migration to 16
  1818. 16-4-2 11:35:11.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2016-04-02T01:35:11', 'updated_imported_history_item')
  1819. 16-4-2 11:35:11.6|Debug|MigrationLogger|Committing Transaction
  1820. 16-4-2 11:35:11.6|Debug|MigrationLogger|16: updated_imported_history_item migrated
  1821. 16-4-2 11:35:11.6|Debug|MigrationLogger|Took: 00:00:00.0156254
  1822. 16-4-2 11:35:11.6|Info|MigrationLogger|*** 17: reset_scene_names migrating ***
  1823. 16-4-2 11:35:11.7|Debug|MigrationLogger|Beginning Transaction
  1824. 16-4-2 11:35:11.7|Info|reset_scene_names|Starting migration to 17
  1825. 16-4-2 11:35:11.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2016-04-02T01:35:11', 'reset_scene_names')
  1826. 16-4-2 11:35:11.7|Debug|MigrationLogger|Committing Transaction
  1827. 16-4-2 11:35:11.7|Debug|MigrationLogger|17: reset_scene_names migrated
  1828. 16-4-2 11:35:11.7|Debug|MigrationLogger|Took: 00:00:00.0044846
  1829. 16-4-2 11:35:11.7|Info|MigrationLogger|*** 18: remove_duplicates migrating ***
  1830. 16-4-2 11:35:11.7|Debug|MigrationLogger|Beginning Transaction
  1831. 16-4-2 11:35:11.7|Info|remove_duplicates|Starting migration to 18
  1832. 16-4-2 11:35:11.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2016-04-02T01:35:11', 'remove_duplicates')
  1833. 16-4-2 11:35:11.7|Debug|MigrationLogger|Committing Transaction
  1834. 16-4-2 11:35:11.7|Debug|MigrationLogger|18: remove_duplicates migrated
  1835. 16-4-2 11:35:11.7|Debug|MigrationLogger|Took: 00:00:00.0156264
  1836. 16-4-2 11:35:11.7|Info|MigrationLogger|*** 19: restore_unique_constraints migrating ***
  1837. 16-4-2 11:35:11.7|Debug|MigrationLogger|Beginning Transaction
  1838. 16-4-2 11:35:11.7|Info|restore_unique_constraints|Starting migration to 19
  1839. 16-4-2 11:35:11.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2016-04-02T01:35:11', 'restore_unique_constraints')
  1840. 16-4-2 11:35:11.7|Debug|MigrationLogger|Committing Transaction
  1841. 16-4-2 11:35:11.7|Debug|MigrationLogger|19: restore_unique_constraints migrated
  1842. 16-4-2 11:35:11.7|Debug|MigrationLogger|Took: 00:00:00.0156416
  1843. 16-4-2 11:35:11.7|Info|MigrationLogger|*** 20: add_year_and_seasons_to_series migrating ***
  1844. 16-4-2 11:35:11.7|Debug|MigrationLogger|Beginning Transaction
  1845. 16-4-2 11:35:11.7|Info|add_year_and_seasons_to_series|Starting migration to 20
  1846. 16-4-2 11:35:11.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2016-04-02T01:35:11', 'add_year_and_seasons_to_series')
  1847. 16-4-2 11:35:11.8|Debug|MigrationLogger|Committing Transaction
  1848. 16-4-2 11:35:11.8|Debug|MigrationLogger|20: add_year_and_seasons_to_series migrated
  1849. 16-4-2 11:35:11.8|Debug|MigrationLogger|Took: 00:00:00.0221492
  1850. 16-4-2 11:35:11.8|Info|MigrationLogger|*** 21: drop_seasons_table migrating ***
  1851. 16-4-2 11:35:11.8|Debug|MigrationLogger|Beginning Transaction
  1852. 16-4-2 11:35:11.8|Info|drop_seasons_table|Starting migration to 21
  1853. 16-4-2 11:35:11.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2016-04-02T01:35:11', 'drop_seasons_table')
  1854. 16-4-2 11:35:11.8|Debug|MigrationLogger|Committing Transaction
  1855. 16-4-2 11:35:11.8|Debug|MigrationLogger|21: drop_seasons_table migrated
  1856. 16-4-2 11:35:11.8|Debug|MigrationLogger|Took: 00:00:00.0156327
  1857. 16-4-2 11:35:11.8|Info|MigrationLogger|*** 22: move_indexer_to_generic_provider migrating ***
  1858. 16-4-2 11:35:11.8|Debug|MigrationLogger|Beginning Transaction
  1859. 16-4-2 11:35:11.8|Info|move_indexer_to_generic_provider|Starting migration to 22
  1860. 16-4-2 11:35:11.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2016-04-02T01:35:11', 'move_indexer_to_generic_provider')
  1861. 16-4-2 11:35:11.8|Debug|MigrationLogger|Committing Transaction
  1862. 16-4-2 11:35:11.8|Debug|MigrationLogger|22: move_indexer_to_generic_provider migrated
  1863. 16-4-2 11:35:11.8|Debug|MigrationLogger|Took: 00:00:00.0156240
  1864. 16-4-2 11:35:11.8|Info|MigrationLogger|*** 23: add_config_contract_to_indexers migrating ***
  1865. 16-4-2 11:35:11.8|Debug|MigrationLogger|Beginning Transaction
  1866. 16-4-2 11:35:11.8|Info|add_config_contract_to_indexers|Starting migration to 23
  1867. 16-4-2 11:35:11.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2016-04-02T01:35:11', 'add_config_contract_to_indexers')
  1868. 16-4-2 11:35:11.8|Debug|MigrationLogger|Committing Transaction
  1869. 16-4-2 11:35:11.8|Debug|MigrationLogger|23: add_config_contract_to_indexers migrated
  1870. 16-4-2 11:35:11.8|Debug|MigrationLogger|Took: 00:00:00.0156244
  1871. 16-4-2 11:35:11.9|Info|MigrationLogger|*** 24: drop_tvdb_episodeid migrating ***
  1872. 16-4-2 11:35:11.9|Debug|MigrationLogger|Beginning Transaction
  1873. 16-4-2 11:35:11.9|Info|drop_tvdb_episodeid|Starting migration to 24
  1874. 16-4-2 11:35:11.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2016-04-02T01:35:11', 'drop_tvdb_episodeid')
  1875. 16-4-2 11:35:11.9|Debug|MigrationLogger|Committing Transaction
  1876. 16-4-2 11:35:11.9|Debug|MigrationLogger|24: drop_tvdb_episodeid migrated
  1877. 16-4-2 11:35:11.9|Debug|MigrationLogger|Took: 00:00:00.0024997
  1878. 16-4-2 11:35:11.9|Info|MigrationLogger|*** 25: move_notification_to_generic_provider migrating ***
  1879. 16-4-2 11:35:11.9|Debug|MigrationLogger|Beginning Transaction
  1880. 16-4-2 11:35:11.9|Info|move_notification_to_generic_provider|Starting migration to 25
  1881. 16-4-2 11:35:11.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2016-04-02T01:35:11', 'move_notification_to_generic_provider')
  1882. 16-4-2 11:35:11.9|Debug|MigrationLogger|Committing Transaction
  1883. 16-4-2 11:35:11.9|Debug|MigrationLogger|25: move_notification_to_generic_provider migrated
  1884. 16-4-2 11:35:11.9|Debug|MigrationLogger|Took: 00:00:00.0156254
  1885. 16-4-2 11:35:11.9|Info|MigrationLogger|*** 26: add_config_contract_to_notifications migrating ***
  1886. 16-4-2 11:35:11.9|Debug|MigrationLogger|Beginning Transaction
  1887. 16-4-2 11:35:11.9|Info|add_config_contract_to_notifications|Starting migration to 26
  1888. 16-4-2 11:35:11.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2016-04-02T01:35:11', 'add_config_contract_to_notifications')
  1889. 16-4-2 11:35:11.9|Debug|MigrationLogger|Committing Transaction
  1890. 16-4-2 11:35:11.9|Debug|MigrationLogger|26: add_config_contract_to_notifications migrated
  1891. 16-4-2 11:35:11.9|Debug|MigrationLogger|Took: 00:00:00.0156274
  1892. 16-4-2 11:35:11.9|Info|MigrationLogger|*** 27: fix_omgwtfnzbs migrating ***
  1893. 16-4-2 11:35:11.9|Debug|MigrationLogger|Beginning Transaction
  1894. 16-4-2 11:35:11.9|Info|fix_omgwtfnzbs|Starting migration to 27
  1895. 16-4-2 11:35:11.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2016-04-02T01:35:11', 'fix_omgwtfnzbs')
  1896. 16-4-2 11:35:11.9|Debug|MigrationLogger|Committing Transaction
  1897. 16-4-2 11:35:12.0|Debug|MigrationLogger|27: fix_omgwtfnzbs migrated
  1898. 16-4-2 11:35:12.0|Debug|MigrationLogger|Took: 00:00:00.0205231
  1899. 16-4-2 11:35:12.0|Info|MigrationLogger|*** 28: add_blacklist_table migrating ***
  1900. 16-4-2 11:35:12.0|Debug|MigrationLogger|Beginning Transaction
  1901. 16-4-2 11:35:12.0|Info|add_blacklist_table|Starting migration to 28
  1902. 16-4-2 11:35:12.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2016-04-02T01:35:12', 'add_blacklist_table')
  1903. 16-4-2 11:35:12.0|Debug|MigrationLogger|Committing Transaction
  1904. 16-4-2 11:35:12.0|Debug|MigrationLogger|28: add_blacklist_table migrated
  1905. 16-4-2 11:35:12.0|Debug|MigrationLogger|Took: 00:00:00.0156772
  1906. 16-4-2 11:35:12.0|Info|MigrationLogger|*** 29: add_formats_to_naming_config migrating ***
  1907. 16-4-2 11:35:12.0|Debug|MigrationLogger|Beginning Transaction
  1908. 16-4-2 11:35:12.0|Info|add_formats_to_naming_config|Starting migration to 29
  1909. 16-4-2 11:35:12.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2016-04-02T01:35:12', 'add_formats_to_naming_config')
  1910. 16-4-2 11:35:12.0|Debug|MigrationLogger|Committing Transaction
  1911. 16-4-2 11:35:12.0|Debug|MigrationLogger|29: add_formats_to_naming_config migrated
  1912. 16-4-2 11:35:12.0|Debug|MigrationLogger|Took: 00:00:00.0156249
  1913. 16-4-2 11:35:12.0|Info|MigrationLogger|*** 30: add_season_folder_format_to_naming_config migrating ***
  1914. 16-4-2 11:35:12.0|Debug|MigrationLogger|Beginning Transaction
  1915. 16-4-2 11:35:12.0|Info|add_season_folder_format_to_naming_config|Starting migration to 30
  1916. 16-4-2 11:35:12.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2016-04-02T01:35:12', 'add_season_folder_format_to_naming_config')
  1917. 16-4-2 11:35:12.0|Debug|MigrationLogger|Committing Transaction
  1918. 16-4-2 11:35:12.0|Debug|MigrationLogger|30: add_season_folder_format_to_naming_config migrated
  1919. 16-4-2 11:35:12.0|Debug|MigrationLogger|Took: 00:00:00.0156244
  1920. 16-4-2 11:35:12.0|Info|MigrationLogger|*** 31: delete_old_naming_config_columns migrating ***
  1921. 16-4-2 11:35:12.1|Debug|MigrationLogger|Beginning Transaction
  1922. 16-4-2 11:35:12.1|Info|delete_old_naming_config_columns|Starting migration to 31
  1923. 16-4-2 11:35:12.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2016-04-02T01:35:12', 'delete_old_naming_config_columns')
  1924. 16-4-2 11:35:12.1|Debug|MigrationLogger|Committing Transaction
  1925. 16-4-2 11:35:12.1|Debug|MigrationLogger|31: delete_old_naming_config_columns migrated
  1926. 16-4-2 11:35:12.1|Debug|MigrationLogger|Took: 00:00:00.0050019
  1927. 16-4-2 11:35:12.1|Info|MigrationLogger|*** 32: set_default_release_group migrating ***
  1928. 16-4-2 11:35:12.1|Debug|MigrationLogger|Beginning Transaction
  1929. 16-4-2 11:35:12.1|Info|set_default_release_group|Starting migration to 32
  1930. 16-4-2 11:35:12.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2016-04-02T01:35:12', 'set_default_release_group')
  1931. 16-4-2 11:35:12.1|Debug|MigrationLogger|Committing Transaction
  1932. 16-4-2 11:35:12.1|Debug|MigrationLogger|32: set_default_release_group migrated
  1933. 16-4-2 11:35:12.1|Debug|MigrationLogger|Took: 00:00:00.0156249
  1934. 16-4-2 11:35:12.1|Info|MigrationLogger|*** 33: add_api_key_to_pushover migrating ***
  1935. 16-4-2 11:35:12.1|Debug|MigrationLogger|Beginning Transaction
  1936. 16-4-2 11:35:12.1|Info|add_api_key_to_pushover|Starting migration to 33
  1937. 16-4-2 11:35:12.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2016-04-02T01:35:12', 'add_api_key_to_pushover')
  1938. 16-4-2 11:35:12.1|Debug|MigrationLogger|Committing Transaction
  1939. 16-4-2 11:35:12.1|Debug|MigrationLogger|33: add_api_key_to_pushover migrated
  1940. 16-4-2 11:35:12.1|Debug|MigrationLogger|Took: 00:00:00.0156244
  1941. 16-4-2 11:35:12.1|Info|MigrationLogger|*** 34: remove_series_contraints migrating ***
  1942. 16-4-2 11:35:12.1|Debug|MigrationLogger|Beginning Transaction
  1943. 16-4-2 11:35:12.1|Info|remove_series_contraints|Starting migration to 34
  1944. 16-4-2 11:35:12.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (34, '2016-04-02T01:35:12', 'remove_series_contraints')
  1945. 16-4-2 11:35:12.1|Debug|MigrationLogger|Committing Transaction
  1946. 16-4-2 11:35:12.2|Debug|MigrationLogger|34: remove_series_contraints migrated
  1947. 16-4-2 11:35:12.2|Debug|MigrationLogger|Took: 00:00:00.0181324
  1948. 16-4-2 11:35:12.2|Info|MigrationLogger|*** 35: add_series_folder_format_to_naming_config migrating ***
  1949. 16-4-2 11:35:12.2|Debug|MigrationLogger|Beginning Transaction
  1950. 16-4-2 11:35:12.2|Info|add_series_folder_format_to_naming_config|Starting migration to 35
  1951. 16-4-2 11:35:12.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2016-04-02T01:35:12', 'add_series_folder_format_to_naming_config')
  1952. 16-4-2 11:35:12.2|Debug|MigrationLogger|Committing Transaction
  1953. 16-4-2 11:35:12.2|Debug|MigrationLogger|35: add_series_folder_format_to_naming_config migrated
  1954. 16-4-2 11:35:12.2|Debug|MigrationLogger|Took: 00:00:00.0156327
  1955. 16-4-2 11:35:12.2|Info|MigrationLogger|*** 36: update_with_quality_converters migrating ***
  1956. 16-4-2 11:35:12.2|Debug|MigrationLogger|Beginning Transaction
  1957. 16-4-2 11:35:12.2|Info|update_with_quality_converters|Starting migration to 36
  1958. 16-4-2 11:35:12.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2016-04-02T01:35:12', 'update_with_quality_converters')
  1959. 16-4-2 11:35:12.2|Debug|MigrationLogger|Committing Transaction
  1960. 16-4-2 11:35:12.2|Debug|MigrationLogger|36: update_with_quality_converters migrated
  1961. 16-4-2 11:35:12.2|Debug|MigrationLogger|Took: 00:00:00.0156244
  1962. 16-4-2 11:35:12.2|Info|MigrationLogger|*** 37: add_configurable_qualities migrating ***
  1963. 16-4-2 11:35:12.2|Debug|MigrationLogger|Beginning Transaction
  1964. 16-4-2 11:35:12.2|Info|add_configurable_qualities|Starting migration to 37
  1965. 16-4-2 11:35:12.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2016-04-02T01:35:12', 'add_configurable_qualities')
  1966. 16-4-2 11:35:12.2|Debug|MigrationLogger|Committing Transaction
  1967. 16-4-2 11:35:12.2|Debug|MigrationLogger|37: add_configurable_qualities migrated
  1968. 16-4-2 11:35:12.2|Debug|MigrationLogger|Took: 00:00:00.0312517
  1969. 16-4-2 11:35:12.2|Info|MigrationLogger|*** 38: add_on_upgrade_to_notifications migrating ***
  1970. 16-4-2 11:35:12.2|Debug|MigrationLogger|Beginning Transaction
  1971. 16-4-2 11:35:12.2|Info|add_on_upgrade_to_notifications|Starting migration to 38
  1972. 16-4-2 11:35:12.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2016-04-02T01:35:12', 'add_on_upgrade_to_notifications')
  1973. 16-4-2 11:35:12.3|Debug|MigrationLogger|Committing Transaction
  1974. 16-4-2 11:35:12.3|Debug|MigrationLogger|38: add_on_upgrade_to_notifications migrated
  1975. 16-4-2 11:35:12.3|Debug|MigrationLogger|Took: 00:00:00.0221350
  1976. 16-4-2 11:35:12.3|Info|MigrationLogger|*** 39: add_metadata_tables migrating ***
  1977. 16-4-2 11:35:12.3|Debug|MigrationLogger|Beginning Transaction
  1978. 16-4-2 11:35:12.3|Info|add_metadata_tables|Starting migration to 39
  1979. 16-4-2 11:35:12.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2016-04-02T01:35:12', 'add_metadata_tables')
  1980. 16-4-2 11:35:12.3|Debug|MigrationLogger|Committing Transaction
  1981. 16-4-2 11:35:12.3|Debug|MigrationLogger|39: add_metadata_tables migrated
  1982. 16-4-2 11:35:12.3|Debug|MigrationLogger|Took: 00:00:00.0156254
  1983. 16-4-2 11:35:12.3|Info|MigrationLogger|*** 40: add_metadata_to_episodes_and_series migrating ***
  1984. 16-4-2 11:35:12.3|Debug|MigrationLogger|Beginning Transaction
  1985. 16-4-2 11:35:12.3|Info|add_metadata_to_episodes_and_series|Starting migration to 40
  1986. 16-4-2 11:35:12.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2016-04-02T01:35:12', 'add_metadata_to_episodes_and_series')
  1987. 16-4-2 11:35:12.3|Debug|MigrationLogger|Committing Transaction
  1988. 16-4-2 11:35:12.3|Debug|MigrationLogger|40: add_metadata_to_episodes_and_series migrated
  1989. 16-4-2 11:35:12.3|Debug|MigrationLogger|Took: 00:00:00.0156249
  1990. 16-4-2 11:35:12.3|Info|MigrationLogger|*** 41: fix_xbmc_season_images_metadata migrating ***
  1991. 16-4-2 11:35:12.3|Debug|MigrationLogger|Beginning Transaction
  1992. 16-4-2 11:35:12.3|Info|fix_xbmc_season_images_metadata|Starting migration to 41
  1993. 16-4-2 11:35:12.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (41, '2016-04-02T01:35:12', 'fix_xbmc_season_images_metadata')
  1994. 16-4-2 11:35:12.3|Debug|MigrationLogger|Committing Transaction
  1995. 16-4-2 11:35:12.3|Debug|MigrationLogger|41: fix_xbmc_season_images_metadata migrated
  1996. 16-4-2 11:35:12.3|Debug|MigrationLogger|Took: 00:00:00.0156258
  1997. 16-4-2 11:35:12.4|Info|MigrationLogger|*** 42: add_download_clients_table migrating ***
  1998. 16-4-2 11:35:12.4|Debug|MigrationLogger|Beginning Transaction
  1999. 16-4-2 11:35:12.4|Info|add_download_clients_table|Starting migration to 42
  2000. 16-4-2 11:35:12.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (42, '2016-04-02T01:35:12', 'add_download_clients_table')
  2001. 16-4-2 11:35:12.4|Debug|MigrationLogger|Committing Transaction
  2002. 16-4-2 11:35:12.4|Debug|MigrationLogger|42: add_download_clients_table migrated
  2003. 16-4-2 11:35:12.4|Debug|MigrationLogger|Took: 00:00:00.0156332
  2004. 16-4-2 11:35:12.4|Info|MigrationLogger|*** 43: convert_config_to_download_clients migrating ***
  2005. 16-4-2 11:35:12.4|Debug|MigrationLogger|Beginning Transaction
  2006. 16-4-2 11:35:12.4|Info|convert_config_to_download_clients|Starting migration to 43
  2007. 16-4-2 11:35:12.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (43, '2016-04-02T01:35:12', 'convert_config_to_download_clients')
  2008. 16-4-2 11:35:12.4|Debug|MigrationLogger|Committing Transaction
  2009. 16-4-2 11:35:12.4|Debug|MigrationLogger|43: convert_config_to_download_clients migrated
  2010. 16-4-2 11:35:12.4|Debug|MigrationLogger|Took: 00:00:00.0156258
  2011. 16-4-2 11:35:12.4|Info|MigrationLogger|*** 44: fix_xbmc_episode_metadata migrating ***
  2012. 16-4-2 11:35:12.4|Debug|MigrationLogger|Beginning Transaction
  2013. 16-4-2 11:35:12.4|Info|fix_xbmc_episode_metadata|Starting migration to 44
  2014. 16-4-2 11:35:12.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (44, '2016-04-02T01:35:12', 'fix_xbmc_episode_metadata')
  2015. 16-4-2 11:35:12.4|Debug|MigrationLogger|Committing Transaction
  2016. 16-4-2 11:35:12.4|Debug|MigrationLogger|44: fix_xbmc_episode_metadata migrated
  2017. 16-4-2 11:35:12.4|Debug|MigrationLogger|Took: 00:00:00.0156254
  2018. 16-4-2 11:35:12.4|Info|MigrationLogger|*** 45: add_indexes migrating ***
  2019. 16-4-2 11:35:12.4|Debug|MigrationLogger|Beginning Transaction
  2020. 16-4-2 11:35:12.4|Info|add_indexes|Starting migration to 45
  2021. 16-4-2 11:35:12.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (45, '2016-04-02T01:35:12', 'add_indexes')
  2022. 16-4-2 11:35:12.5|Debug|MigrationLogger|Committing Transaction
  2023. 16-4-2 11:35:12.5|Debug|MigrationLogger|45: add_indexes migrated
  2024. 16-4-2 11:35:12.5|Debug|MigrationLogger|Took: 00:00:00.0236373
  2025. 16-4-2 11:35:12.5|Info|MigrationLogger|*** 46: fix_nzb_su_url migrating ***
  2026. 16-4-2 11:35:12.5|Debug|MigrationLogger|Beginning Transaction
  2027. 16-4-2 11:35:12.5|Info|fix_nzb_su_url|Starting migration to 46
  2028. 16-4-2 11:35:12.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (46, '2016-04-02T01:35:12', 'fix_nzb_su_url')
  2029. 16-4-2 11:35:12.5|Debug|MigrationLogger|Committing Transaction
  2030. 16-4-2 11:35:12.5|Debug|MigrationLogger|46: fix_nzb_su_url migrated
  2031. 16-4-2 11:35:12.5|Debug|MigrationLogger|Took: 00:00:00.0170016
  2032. 16-4-2 11:35:12.5|Info|MigrationLogger|*** 47: add_temporary_blacklist_columns migrating ***
  2033. 16-4-2 11:35:12.5|Debug|MigrationLogger|Beginning Transaction
  2034. 16-4-2 11:35:12.5|Info|add_temporary_blacklist_columns|Starting migration to 47
  2035. 16-4-2 11:35:12.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (47, '2016-04-02T01:35:12', 'add_temporary_blacklist_columns')
  2036. 16-4-2 11:35:12.5|Debug|MigrationLogger|Committing Transaction
  2037. 16-4-2 11:35:12.5|Debug|MigrationLogger|47: add_temporary_blacklist_columns migrated
  2038. 16-4-2 11:35:12.5|Debug|MigrationLogger|Took: 00:00:00.0160008
  2039. 16-4-2 11:35:12.5|Info|MigrationLogger|*** 48: add_title_to_scenemappings migrating ***
  2040. 16-4-2 11:35:12.5|Debug|MigrationLogger|Beginning Transaction
  2041. 16-4-2 11:35:12.5|Info|add_title_to_scenemappings|Starting migration to 48
  2042. 16-4-2 11:35:12.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (48, '2016-04-02T01:35:12', 'add_title_to_scenemappings')
  2043. 16-4-2 11:35:12.5|Debug|MigrationLogger|Committing Transaction
  2044. 16-4-2 11:35:12.5|Debug|MigrationLogger|48: add_title_to_scenemappings migrated
  2045. 16-4-2 11:35:12.5|Debug|MigrationLogger|Took: 00:00:00.0165015
  2046. 16-4-2 11:35:12.5|Info|MigrationLogger|*** 49: fix_dognzb_url migrating ***
  2047. 16-4-2 11:35:12.5|Debug|MigrationLogger|Beginning Transaction
  2048. 16-4-2 11:35:12.5|Info|fix_dognzb_url|Starting migration to 49
  2049. 16-4-2 11:35:12.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (49, '2016-04-02T01:35:12', 'fix_dognzb_url')
  2050. 16-4-2 11:35:12.6|Debug|MigrationLogger|Committing Transaction
  2051. 16-4-2 11:35:12.6|Debug|MigrationLogger|49: fix_dognzb_url migrated
  2052. 16-4-2 11:35:12.6|Debug|MigrationLogger|Took: 00:00:00.0160009
  2053. 16-4-2 11:35:12.6|Info|MigrationLogger|*** 50: add_hash_to_metadata_files migrating ***
  2054. 16-4-2 11:35:12.6|Debug|MigrationLogger|Beginning Transaction
  2055. 16-4-2 11:35:12.6|Info|add_hash_to_metadata_files|Starting migration to 50
  2056. 16-4-2 11:35:12.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (50, '2016-04-02T01:35:12', 'add_hash_to_metadata_files')
  2057. 16-4-2 11:35:12.6|Debug|MigrationLogger|Committing Transaction
  2058. 16-4-2 11:35:12.6|Debug|MigrationLogger|50: add_hash_to_metadata_files migrated
  2059. 16-4-2 11:35:12.6|Debug|MigrationLogger|Took: 00:00:00.0170021
  2060. 16-4-2 11:35:12.6|Info|MigrationLogger|*** 51: download_client_import migrating ***
  2061. 16-4-2 11:35:12.6|Debug|MigrationLogger|Beginning Transaction
  2062. 16-4-2 11:35:12.6|Info|download_client_import|Starting migration to 51
  2063. 16-4-2 11:35:12.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (51, '2016-04-02T01:35:12', 'download_client_import')
  2064. 16-4-2 11:35:12.6|Debug|MigrationLogger|Committing Transaction
  2065. 16-4-2 11:35:12.6|Debug|MigrationLogger|51: download_client_import migrated
  2066. 16-4-2 11:35:12.6|Debug|MigrationLogger|Took: 00:00:00.0155026
  2067. 16-4-2 11:35:12.6|Info|MigrationLogger|*** 52: add_columns_for_anime migrating ***
  2068. 16-4-2 11:35:12.6|Debug|MigrationLogger|Beginning Transaction
  2069. 16-4-2 11:35:12.6|Info|add_columns_for_anime|Starting migration to 52
  2070. 16-4-2 11:35:12.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (52, '2016-04-02T01:35:12', 'add_columns_for_anime')
  2071. 16-4-2 11:35:12.6|Debug|MigrationLogger|Committing Transaction
  2072. 16-4-2 11:35:12.6|Debug|MigrationLogger|52: add_columns_for_anime migrated
  2073. 16-4-2 11:35:12.7|Debug|MigrationLogger|Took: 00:00:00.0160013
  2074. 16-4-2 11:35:12.7|Info|MigrationLogger|*** 53: add_series_sorttitle migrating ***
  2075. 16-4-2 11:35:12.7|Debug|MigrationLogger|Beginning Transaction
  2076. 16-4-2 11:35:12.7|Info|add_series_sorttitle|Starting migration to 53
  2077. 16-4-2 11:35:12.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (53, '2016-04-02T01:35:12', 'add_series_sorttitle')
  2078. 16-4-2 11:35:12.7|Debug|MigrationLogger|Committing Transaction
  2079. 16-4-2 11:35:12.7|Debug|MigrationLogger|53: add_series_sorttitle migrated
  2080. 16-4-2 11:35:12.7|Debug|MigrationLogger|Took: 00:00:00.0095006
  2081. 16-4-2 11:35:12.7|Info|MigrationLogger|*** 54: rename_profiles migrating ***
  2082. 16-4-2 11:35:12.7|Debug|MigrationLogger|Beginning Transaction
  2083. 16-4-2 11:35:12.7|Info|rename_profiles|Starting migration to 54
  2084. 16-4-2 11:35:12.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (54, '2016-04-02T01:35:12', 'rename_profiles')
  2085. 16-4-2 11:35:12.7|Debug|MigrationLogger|Committing Transaction
  2086. 16-4-2 11:35:12.7|Debug|MigrationLogger|54: rename_profiles migrated
  2087. 16-4-2 11:35:12.7|Debug|MigrationLogger|Took: 00:00:00.0156249
  2088. 16-4-2 11:35:12.7|Info|MigrationLogger|*** 55: drop_old_profile_columns migrating ***
  2089. 16-4-2 11:35:12.7|Debug|MigrationLogger|Beginning Transaction
  2090. 16-4-2 11:35:12.7|Info|drop_old_profile_columns|Starting migration to 55
  2091. 16-4-2 11:35:12.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (55, '2016-04-02T01:35:12', 'drop_old_profile_columns')
  2092. 16-4-2 11:35:12.7|Debug|MigrationLogger|Committing Transaction
  2093. 16-4-2 11:35:12.7|Debug|MigrationLogger|55: drop_old_profile_columns migrated
  2094. 16-4-2 11:35:12.7|Debug|MigrationLogger|Took: 00:00:00.0156249
  2095. 16-4-2 11:35:12.7|Info|MigrationLogger|*** 56: add_mediainfo_to_episodefile migrating ***
  2096. 16-4-2 11:35:12.7|Debug|MigrationLogger|Beginning Transaction
  2097. 16-4-2 11:35:12.7|Info|add_mediainfo_to_episodefile|Starting migration to 56
  2098. 16-4-2 11:35:12.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (56, '2016-04-02T01:35:12', 'add_mediainfo_to_episodefile')
  2099. 16-4-2 11:35:12.7|Debug|MigrationLogger|Committing Transaction
  2100. 16-4-2 11:35:12.7|Debug|MigrationLogger|56: add_mediainfo_to_episodefile migrated
  2101. 16-4-2 11:35:12.7|Debug|MigrationLogger|Took: 00:00:00.0156249
  2102. 16-4-2 11:35:12.8|Info|MigrationLogger|*** 57: convert_episode_file_path_to_relative migrating ***
  2103. 16-4-2 11:35:12.8|Debug|MigrationLogger|Beginning Transaction
  2104. 16-4-2 11:35:12.8|Info|convert_episode_file_path_to_relative|Starting migration to 57
  2105. 16-4-2 11:35:12.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (57, '2016-04-02T01:35:12', 'convert_episode_file_path_to_relative')
  2106. 16-4-2 11:35:12.8|Debug|MigrationLogger|Committing Transaction
  2107. 16-4-2 11:35:12.8|Debug|MigrationLogger|57: convert_episode_file_path_to_relative migrated
  2108. 16-4-2 11:35:12.8|Debug|MigrationLogger|Took: 00:00:00.0024944
  2109. 16-4-2 11:35:12.8|Info|MigrationLogger|*** 58: drop_episode_file_path migrating ***
  2110. 16-4-2 11:35:12.8|Debug|MigrationLogger|Beginning Transaction
  2111. 16-4-2 11:35:12.8|Info|drop_episode_file_path|Starting migration to 58
  2112. 16-4-2 11:35:12.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (58, '2016-04-02T01:35:12', 'drop_episode_file_path')
  2113. 16-4-2 11:35:12.8|Debug|MigrationLogger|Committing Transaction
  2114. 16-4-2 11:35:12.8|Debug|MigrationLogger|58: drop_episode_file_path migrated
  2115. 16-4-2 11:35:12.8|Debug|MigrationLogger|Took: 00:00:00.0156254
  2116. 16-4-2 11:35:12.8|Info|MigrationLogger|*** 59: add_enable_options_to_indexers migrating ***
  2117. 16-4-2 11:35:12.8|Debug|MigrationLogger|Beginning Transaction
  2118. 16-4-2 11:35:12.8|Info|add_enable_options_to_indexers|Starting migration to 59
  2119. 16-4-2 11:35:12.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (59, '2016-04-02T01:35:12', 'add_enable_options_to_indexers')
  2120. 16-4-2 11:35:12.8|Debug|MigrationLogger|Committing Transaction
  2121. 16-4-2 11:35:12.8|Debug|MigrationLogger|59: add_enable_options_to_indexers migrated
  2122. 16-4-2 11:35:12.8|Debug|MigrationLogger|Took: 00:00:00.0156239
  2123. 16-4-2 11:35:12.8|Info|MigrationLogger|*** 60: remove_enable_from_indexers migrating ***
  2124. 16-4-2 11:35:12.8|Debug|MigrationLogger|Beginning Transaction
  2125. 16-4-2 11:35:12.8|Info|remove_enable_from_indexers|Starting migration to 60
  2126. 16-4-2 11:35:12.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (60, '2016-04-02T01:35:12', 'remove_enable_from_indexers')
  2127. 16-4-2 11:35:12.8|Debug|MigrationLogger|Committing Transaction
  2128. 16-4-2 11:35:12.9|Debug|MigrationLogger|60: remove_enable_from_indexers migrated
  2129. 16-4-2 11:35:12.9|Debug|MigrationLogger|Took: 00:00:00.0191356
  2130. 16-4-2 11:35:12.9|Info|MigrationLogger|*** 61: clear_bad_scene_names migrating ***
  2131. 16-4-2 11:35:12.9|Debug|MigrationLogger|Beginning Transaction
  2132. 16-4-2 11:35:12.9|Info|clear_bad_scene_names|Starting migration to 61
  2133. 16-4-2 11:35:12.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (61, '2016-04-02T01:35:12', 'clear_bad_scene_names')
  2134. 16-4-2 11:35:12.9|Debug|MigrationLogger|Committing Transaction
  2135. 16-4-2 11:35:12.9|Debug|MigrationLogger|61: clear_bad_scene_names migrated
  2136. 16-4-2 11:35:12.9|Debug|MigrationLogger|Took: 00:00:00.0156327
  2137. 16-4-2 11:35:12.9|Info|MigrationLogger|*** 62: convert_quality_models migrating ***
  2138. 16-4-2 11:35:12.9|Debug|MigrationLogger|Beginning Transaction
  2139. 16-4-2 11:35:12.9|Info|convert_quality_models|Starting migration to 62
  2140. 16-4-2 11:35:12.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (62, '2016-04-02T01:35:12', 'convert_quality_models')
  2141. 16-4-2 11:35:12.9|Debug|MigrationLogger|Committing Transaction
  2142. 16-4-2 11:35:12.9|Debug|MigrationLogger|62: convert_quality_models migrated
  2143. 16-4-2 11:35:12.9|Debug|MigrationLogger|Took: 00:00:00.0156229
  2144. 16-4-2 11:35:12.9|Info|MigrationLogger|*** 63: add_remotepathmappings migrating ***
  2145. 16-4-2 11:35:12.9|Debug|MigrationLogger|Beginning Transaction
  2146. 16-4-2 11:35:12.9|Info|add_remotepathmappings|Starting migration to 63
  2147. 16-4-2 11:35:12.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (63, '2016-04-02T01:35:12', 'add_remotepathmappings')
  2148. 16-4-2 11:35:12.9|Debug|MigrationLogger|Committing Transaction
  2149. 16-4-2 11:35:12.9|Debug|MigrationLogger|63: add_remotepathmappings migrated
  2150. 16-4-2 11:35:12.9|Debug|MigrationLogger|Took: 00:00:00.0156108
  2151. 16-4-2 11:35:12.9|Info|MigrationLogger|*** 64: remove_method_from_logs migrating ***
  2152. 16-4-2 11:35:12.9|Debug|MigrationLogger|Beginning Transaction
  2153. 16-4-2 11:35:13.0|Info|remove_method_from_logs|Starting migration to 64
  2154. 16-4-2 11:35:13.0|Debug|MigrationLogger|DeleteColumn Logs Method
  2155. 16-4-2 11:35:13.0|Debug|MigrationLogger|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)
  2156. 16-4-2 11:35:13.0|Debug|MigrationLogger|INSERT INTO "Logs_temp" SELECT "Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level" FROM "Logs"
  2157. 16-4-2 11:35:13.0|Debug|MigrationLogger|DROP TABLE "Logs"
  2158. 16-4-2 11:35:13.0|Debug|MigrationLogger|ALTER TABLE "Logs_temp" RENAME TO "Logs"
  2159. 16-4-2 11:35:13.0|Debug|MigrationLogger|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
  2160. 16-4-2 11:35:13.0|Debug|MigrationLogger|Took: 00:00:00.0156445
  2161. 16-4-2 11:35:13.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (64, '2016-04-02T01:35:13', 'remove_method_from_logs')
  2162. 16-4-2 11:35:13.0|Debug|MigrationLogger|Committing Transaction
  2163. 16-4-2 11:35:13.0|Debug|MigrationLogger|64: remove_method_from_logs migrated
  2164. 16-4-2 11:35:13.0|Debug|MigrationLogger|Took: 00:00:00.0312586
  2165. 16-4-2 11:35:13.0|Info|MigrationLogger|*** 65: make_scene_numbering_nullable migrating ***
  2166. 16-4-2 11:35:13.0|Debug|MigrationLogger|Beginning Transaction
  2167. 16-4-2 11:35:13.0|Info|make_scene_numbering_nullable|Starting migration to 65
  2168. 16-4-2 11:35:13.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (65, '2016-04-02T01:35:13', 'make_scene_numbering_nullable')
  2169. 16-4-2 11:35:13.0|Debug|MigrationLogger|Committing Transaction
  2170. 16-4-2 11:35:13.0|Debug|MigrationLogger|65: make_scene_numbering_nullable migrated
  2171. 16-4-2 11:35:13.0|Debug|MigrationLogger|Took: 00:00:00.0312517
  2172. 16-4-2 11:35:13.0|Info|MigrationLogger|*** 66: add_tags migrating ***
  2173. 16-4-2 11:35:13.0|Debug|MigrationLogger|Beginning Transaction
  2174. 16-4-2 11:35:13.0|Info|add_tags|Starting migration to 66
  2175. 16-4-2 11:35:13.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (66, '2016-04-02T01:35:13', 'add_tags')
  2176. 16-4-2 11:35:13.0|Debug|MigrationLogger|Committing Transaction
  2177. 16-4-2 11:35:13.0|Debug|MigrationLogger|66: add_tags migrated
  2178. 16-4-2 11:35:13.1|Debug|MigrationLogger|Took: 00:00:00.0156240
  2179. 16-4-2 11:35:13.1|Info|MigrationLogger|*** 67: add_added_to_series migrating ***
  2180. 16-4-2 11:35:13.1|Debug|MigrationLogger|Beginning Transaction
  2181. 16-4-2 11:35:13.1|Info|add_added_to_series|Starting migration to 67
  2182. 16-4-2 11:35:13.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (67, '2016-04-02T01:35:13', 'add_added_to_series')
  2183. 16-4-2 11:35:13.1|Debug|MigrationLogger|Committing Transaction
  2184. 16-4-2 11:35:13.1|Debug|MigrationLogger|67: add_added_to_series migrated
  2185. 16-4-2 11:35:13.1|Debug|MigrationLogger|Took: 00:00:00.0156327
  2186. 16-4-2 11:35:13.1|Info|MigrationLogger|*** 68: add_release_restrictions migrating ***
  2187. 16-4-2 11:35:13.1|Debug|MigrationLogger|Beginning Transaction
  2188. 16-4-2 11:35:13.1|Info|add_release_restrictions|Starting migration to 68
  2189. 16-4-2 11:35:13.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (68, '2016-04-02T01:35:13', 'add_release_restrictions')
  2190. 16-4-2 11:35:13.1|Debug|MigrationLogger|Committing Transaction
  2191. 16-4-2 11:35:13.1|Debug|MigrationLogger|68: add_release_restrictions migrated
  2192. 16-4-2 11:35:13.1|Debug|MigrationLogger|Took: 00:00:00.0156249
  2193. 16-4-2 11:35:13.1|Info|MigrationLogger|*** 69: quality_proper migrating ***
  2194. 16-4-2 11:35:13.1|Debug|MigrationLogger|Beginning Transaction
  2195. 16-4-2 11:35:13.1|Info|quality_proper|Starting migration to 69
  2196. 16-4-2 11:35:13.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (69, '2016-04-02T01:35:13', 'quality_proper')
  2197. 16-4-2 11:35:13.1|Debug|MigrationLogger|Committing Transaction
  2198. 16-4-2 11:35:13.2|Debug|MigrationLogger|69: quality_proper migrated
  2199. 16-4-2 11:35:13.2|Debug|MigrationLogger|Took: 00:00:00.0377584
  2200. 16-4-2 11:35:13.2|Info|MigrationLogger|*** 70: delay_profile migrating ***
  2201. 16-4-2 11:35:13.2|Debug|MigrationLogger|Beginning Transaction
  2202. 16-4-2 11:35:13.2|Info|delay_profile|Starting migration to 70
  2203. 16-4-2 11:35:13.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (70, '2016-04-02T01:35:13', 'delay_profile')
  2204. 16-4-2 11:35:13.2|Debug|MigrationLogger|Committing Transaction
  2205. 16-4-2 11:35:13.2|Debug|MigrationLogger|70: delay_profile migrated
  2206. 16-4-2 11:35:13.2|Debug|MigrationLogger|Took: 00:00:00.0156249
  2207. 16-4-2 11:35:13.2|Info|MigrationLogger|*** 71: unknown_quality_in_profile migrating ***
  2208. 16-4-2 11:35:13.2|Debug|MigrationLogger|Beginning Transaction
  2209. 16-4-2 11:35:13.2|Info|unknown_quality_in_profile|Starting migration to 71
  2210. 16-4-2 11:35:13.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (71, '2016-04-02T01:35:13', 'unknown_quality_in_profile')
  2211. 16-4-2 11:35:13.2|Debug|MigrationLogger|Committing Transaction
  2212. 16-4-2 11:35:13.2|Debug|MigrationLogger|71: unknown_quality_in_profile migrated
  2213. 16-4-2 11:35:13.2|Debug|MigrationLogger|Took: 00:00:00.0156254
  2214. 16-4-2 11:35:13.2|Info|MigrationLogger|*** 72: history_downloadId migrating ***
  2215. 16-4-2 11:35:13.2|Debug|MigrationLogger|Beginning Transaction
  2216. 16-4-2 11:35:13.2|Info|history_downloadId|Starting migration to 72
  2217. 16-4-2 11:35:13.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (72, '2016-04-02T01:35:13', 'history_downloadId')
  2218. 16-4-2 11:35:13.2|Debug|MigrationLogger|Committing Transaction
  2219. 16-4-2 11:35:13.3|Debug|MigrationLogger|72: history_downloadId migrated
  2220. 16-4-2 11:35:13.3|Debug|MigrationLogger|Took: 00:00:00.0156269
  2221. 16-4-2 11:35:13.3|Info|MigrationLogger|*** 73: clear_ratings migrating ***
  2222. 16-4-2 11:35:13.3|Debug|MigrationLogger|Beginning Transaction
  2223. 16-4-2 11:35:13.3|Info|clear_ratings|Starting migration to 73
  2224. 16-4-2 11:35:13.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (73, '2016-04-02T01:35:13', 'clear_ratings')
  2225. 16-4-2 11:35:13.3|Debug|MigrationLogger|Committing Transaction
  2226. 16-4-2 11:35:13.3|Debug|MigrationLogger|73: clear_ratings migrated
  2227. 16-4-2 11:35:13.3|Debug|MigrationLogger|Took: 00:00:00.0156317
  2228. 16-4-2 11:35:13.3|Info|MigrationLogger|*** 74: disable_eztv migrating ***
  2229. 16-4-2 11:35:13.3|Debug|MigrationLogger|Beginning Transaction
  2230. 16-4-2 11:35:13.3|Info|disable_eztv|Starting migration to 74
  2231. 16-4-2 11:35:13.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (74, '2016-04-02T01:35:13', 'disable_eztv')
  2232. 16-4-2 11:35:13.3|Debug|MigrationLogger|Committing Transaction
  2233. 16-4-2 11:35:13.3|Debug|MigrationLogger|74: disable_eztv migrated
  2234. 16-4-2 11:35:13.3|Debug|MigrationLogger|Took: 00:00:00.0156264
  2235. 16-4-2 11:35:13.3|Info|MigrationLogger|*** 75: force_lib_update migrating ***
  2236. 16-4-2 11:35:13.3|Debug|MigrationLogger|Beginning Transaction
  2237. 16-4-2 11:35:13.3|Info|force_lib_update|Starting migration to 75
  2238. 16-4-2 11:35:13.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (75, '2016-04-02T01:35:13', 'force_lib_update')
  2239. 16-4-2 11:35:13.3|Debug|MigrationLogger|Committing Transaction
  2240. 16-4-2 11:35:13.3|Debug|MigrationLogger|75: force_lib_update migrated
  2241. 16-4-2 11:35:13.3|Debug|MigrationLogger|Took: 00:00:00.0156254
  2242. 16-4-2 11:35:13.3|Info|MigrationLogger|*** 76: add_users_table migrating ***
  2243. 16-4-2 11:35:13.3|Debug|MigrationLogger|Beginning Transaction
  2244. 16-4-2 11:35:13.3|Info|add_users_table|Starting migration to 76
  2245. 16-4-2 11:35:13.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (76, '2016-04-02T01:35:13', 'add_users_table')
  2246. 16-4-2 11:35:13.4|Debug|MigrationLogger|Committing Transaction
  2247. 16-4-2 11:35:13.4|Debug|MigrationLogger|76: add_users_table migrated
  2248. 16-4-2 11:35:13.4|Debug|MigrationLogger|Took: 00:00:00.0208350
  2249. 16-4-2 11:35:13.4|Info|MigrationLogger|*** 77: add_add_options_to_series migrating ***
  2250. 16-4-2 11:35:13.4|Debug|MigrationLogger|Beginning Transaction
  2251. 16-4-2 11:35:13.4|Info|add_add_options_to_series|Starting migration to 77
  2252. 16-4-2 11:35:13.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (77, '2016-04-02T01:35:13', 'add_add_options_to_series')
  2253. 16-4-2 11:35:13.4|Debug|MigrationLogger|Committing Transaction
  2254. 16-4-2 11:35:13.4|Debug|MigrationLogger|77: add_add_options_to_series migrated
  2255. 16-4-2 11:35:13.4|Debug|MigrationLogger|Took: 00:00:00.0157334
  2256. 16-4-2 11:35:13.4|Info|MigrationLogger|*** 78: add_commands_table migrating ***
  2257. 16-4-2 11:35:13.4|Debug|MigrationLogger|Beginning Transaction
  2258. 16-4-2 11:35:13.4|Info|add_commands_table|Starting migration to 78
  2259. 16-4-2 11:35:13.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (78, '2016-04-02T01:35:13', 'add_commands_table')
  2260. 16-4-2 11:35:13.4|Debug|MigrationLogger|Committing Transaction
  2261. 16-4-2 11:35:13.4|Debug|MigrationLogger|78: add_commands_table migrated
  2262. 16-4-2 11:35:13.4|Debug|MigrationLogger|Took: 00:00:00.0156239
  2263. 16-4-2 11:35:13.4|Info|MigrationLogger|*** 79: dedupe_tags migrating ***
  2264. 16-4-2 11:35:13.4|Debug|MigrationLogger|Beginning Transaction
  2265. 16-4-2 11:35:13.4|Info|dedupe_tags|Starting migration to 79
  2266. 16-4-2 11:35:13.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (79, '2016-04-02T01:35:13', 'dedupe_tags')
  2267. 16-4-2 11:35:13.4|Debug|MigrationLogger|Committing Transaction
  2268. 16-4-2 11:35:13.4|Debug|MigrationLogger|79: dedupe_tags migrated
  2269. 16-4-2 11:35:13.4|Debug|MigrationLogger|Took: 00:00:00.0312556
  2270. 16-4-2 11:35:13.4|Info|MigrationLogger|*** 81: move_dot_prefix_to_transmission_category migrating ***
  2271. 16-4-2 11:35:13.4|Debug|MigrationLogger|Beginning Transaction
  2272. 16-4-2 11:35:13.4|Info|move_dot_prefix_to_transmission_category|Starting migration to 81
  2273. 16-4-2 11:35:13.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (81, '2016-04-02T01:35:13', 'move_dot_prefix_to_transmission_category')
  2274. 16-4-2 11:35:13.5|Debug|MigrationLogger|Committing Transaction
  2275. 16-4-2 11:35:13.5|Debug|MigrationLogger|81: move_dot_prefix_to_transmission_category migrated
  2276. 16-4-2 11:35:13.5|Debug|MigrationLogger|Took: 00:00:00.0221315
  2277. 16-4-2 11:35:13.5|Info|MigrationLogger|*** 82: add_fanzub_settings migrating ***
  2278. 16-4-2 11:35:13.5|Debug|MigrationLogger|Beginning Transaction
  2279. 16-4-2 11:35:13.5|Info|add_fanzub_settings|Starting migration to 82
  2280. 16-4-2 11:35:13.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (82, '2016-04-02T01:35:13', 'add_fanzub_settings')
  2281. 16-4-2 11:35:13.5|Debug|MigrationLogger|Committing Transaction
  2282. 16-4-2 11:35:13.5|Debug|MigrationLogger|82: add_fanzub_settings migrated
  2283. 16-4-2 11:35:13.5|Debug|MigrationLogger|Took: 00:00:00.0156244
  2284. 16-4-2 11:35:13.5|Info|MigrationLogger|*** 83: additonal_blacklist_columns migrating ***
  2285. 16-4-2 11:35:13.5|Debug|MigrationLogger|Beginning Transaction
  2286. 16-4-2 11:35:13.5|Info|additonal_blacklist_columns|Starting migration to 83
  2287. 16-4-2 11:35:13.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (83, '2016-04-02T01:35:13', 'additonal_blacklist_columns')
  2288. 16-4-2 11:35:13.5|Debug|MigrationLogger|Committing Transaction
  2289. 16-4-2 11:35:13.5|Debug|MigrationLogger|83: additonal_blacklist_columns migrated
  2290. 16-4-2 11:35:13.5|Debug|MigrationLogger|Took: 00:00:00.0156229
  2291. 16-4-2 11:35:13.5|Info|MigrationLogger|*** 84: update_quality_minmax_size migrating ***
  2292. 16-4-2 11:35:13.5|Debug|MigrationLogger|Beginning Transaction
  2293. 16-4-2 11:35:13.5|Info|update_quality_minmax_size|Starting migration to 84
  2294. 16-4-2 11:35:13.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (84, '2016-04-02T01:35:13', 'update_quality_minmax_size')
  2295. 16-4-2 11:35:13.5|Debug|MigrationLogger|Committing Transaction
  2296. 16-4-2 11:35:13.5|Debug|MigrationLogger|84: update_quality_minmax_size migrated
  2297. 16-4-2 11:35:13.5|Debug|MigrationLogger|Took: 00:00:00.0156406
  2298. 16-4-2 11:35:13.6|Info|MigrationLogger|*** 85: expand_transmission_urlbase migrating ***
  2299. 16-4-2 11:35:13.6|Debug|MigrationLogger|Beginning Transaction
  2300. 16-4-2 11:35:13.6|Info|expand_transmission_urlbase|Starting migration to 85
  2301. 16-4-2 11:35:13.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (85, '2016-04-02T01:35:13', 'expand_transmission_urlbase')
  2302. 16-4-2 11:35:13.6|Debug|MigrationLogger|Committing Transaction
  2303. 16-4-2 11:35:13.6|Debug|MigrationLogger|85: expand_transmission_urlbase migrated
  2304. 16-4-2 11:35:13.6|Debug|MigrationLogger|Took: 00:00:00.0171317
  2305. 16-4-2 11:35:13.6|Info|MigrationLogger|*** 86: pushbullet_device_ids migrating ***
  2306. 16-4-2 11:35:13.6|Debug|MigrationLogger|Beginning Transaction
  2307. 16-4-2 11:35:13.6|Info|pushbullet_device_ids|Starting migration to 86
  2308. 16-4-2 11:35:13.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (86, '2016-04-02T01:35:13', 'pushbullet_device_ids')
  2309. 16-4-2 11:35:13.6|Debug|MigrationLogger|Committing Transaction
  2310. 16-4-2 11:35:13.6|Debug|MigrationLogger|86: pushbullet_device_ids migrated
  2311. 16-4-2 11:35:13.6|Debug|MigrationLogger|Took: 00:00:00.0156254
  2312. 16-4-2 11:35:13.6|Info|MigrationLogger|*** 87: remove_eztv migrating ***
  2313. 16-4-2 11:35:13.6|Debug|MigrationLogger|Beginning Transaction
  2314. 16-4-2 11:35:13.6|Info|remove_eztv|Starting migration to 87
  2315. 16-4-2 11:35:13.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (87, '2016-04-02T01:35:13', 'remove_eztv')
  2316. 16-4-2 11:35:13.6|Debug|MigrationLogger|Committing Transaction
  2317. 16-4-2 11:35:13.6|Debug|MigrationLogger|87: remove_eztv migrated
  2318. 16-4-2 11:35:13.6|Debug|MigrationLogger|Took: 00:00:00.0156317
  2319. 16-4-2 11:35:13.6|Info|MigrationLogger|*** 88: pushbullet_devices_channels_list migrating ***
  2320. 16-4-2 11:35:13.6|Debug|MigrationLogger|Beginning Transaction
  2321. 16-4-2 11:35:13.6|Info|pushbullet_devices_channels_list|Starting migration to 88
  2322. 16-4-2 11:35:13.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (88, '2016-04-02T01:35:13', 'pushbullet_devices_channels_list')
  2323. 16-4-2 11:35:13.7|Debug|MigrationLogger|Committing Transaction
  2324. 16-4-2 11:35:13.7|Debug|MigrationLogger|88: pushbullet_devices_channels_list migrated
  2325. 16-4-2 11:35:13.7|Debug|MigrationLogger|Took: 00:00:00.0216275
  2326. 16-4-2 11:35:13.7|Info|MigrationLogger|*** 89: add_on_rename_to_notifcations migrating ***
  2327. 16-4-2 11:35:13.7|Debug|MigrationLogger|Beginning Transaction
  2328. 16-4-2 11:35:13.7|Info|add_on_rename_to_notifcations|Starting migration to 89
  2329. 16-4-2 11:35:13.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (89, '2016-04-02T01:35:13', 'add_on_rename_to_notifcations')
  2330. 16-4-2 11:35:13.7|Debug|MigrationLogger|Committing Transaction
  2331. 16-4-2 11:35:13.7|Debug|MigrationLogger|89: add_on_rename_to_notifcations migrated
  2332. 16-4-2 11:35:13.7|Debug|MigrationLogger|Took: 00:00:00.0156186
  2333. 16-4-2 11:35:13.7|Info|MigrationLogger|*** 90: update_kickass_url migrating ***
  2334. 16-4-2 11:35:13.7|Debug|MigrationLogger|Beginning Transaction
  2335. 16-4-2 11:35:13.7|Info|update_kickass_url|Starting migration to 90
  2336. 16-4-2 11:35:13.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (90, '2016-04-02T01:35:13', 'update_kickass_url')
  2337. 16-4-2 11:35:13.7|Debug|MigrationLogger|Committing Transaction
  2338. 16-4-2 11:35:13.7|Debug|MigrationLogger|90: update_kickass_url migrated
  2339. 16-4-2 11:35:13.7|Debug|MigrationLogger|Took: 00:00:00.0312493
  2340. 16-4-2 11:35:13.7|Info|MigrationLogger|*** 91: added_indexerstatus migrating ***
  2341. 16-4-2 11:35:13.7|Debug|MigrationLogger|Beginning Transaction
  2342. 16-4-2 11:35:13.7|Info|added_indexerstatus|Starting migration to 91
  2343. 16-4-2 11:35:13.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (91, '2016-04-02T01:35:13', 'added_indexerstatus')
  2344. 16-4-2 11:35:13.7|Debug|MigrationLogger|Committing Transaction
  2345. 16-4-2 11:35:13.7|Debug|MigrationLogger|91: added_indexerstatus migrated
  2346. 16-4-2 11:35:13.8|Debug|MigrationLogger|Took: 00:00:00.0156258
  2347. 16-4-2 11:35:13.8|Info|MigrationLogger|*** 92: add_unverifiedscenenumbering migrating ***
  2348. 16-4-2 11:35:13.8|Debug|MigrationLogger|Beginning Transaction
  2349. 16-4-2 11:35:13.8|Info|add_unverifiedscenenumbering|Starting migration to 92
  2350. 16-4-2 11:35:13.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (92, '2016-04-02T01:35:13', 'add_unverifiedscenenumbering')
  2351. 16-4-2 11:35:13.8|Debug|MigrationLogger|Committing Transaction
  2352. 16-4-2 11:35:13.8|Debug|MigrationLogger|92: add_unverifiedscenenumbering migrated
  2353. 16-4-2 11:35:13.8|Debug|MigrationLogger|Took: 00:00:00.0156215
  2354. 16-4-2 11:35:13.8|Info|MigrationLogger|*** 93: naming_config_replace_illegal_characters migrating ***
  2355. 16-4-2 11:35:13.8|Debug|MigrationLogger|Beginning Transaction
  2356. 16-4-2 11:35:13.8|Info|naming_config_replace_illegal_characters|Starting migration to 93
  2357. 16-4-2 11:35:13.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (93, '2016-04-02T01:35:13', 'naming_config_replace_illegal_characters')
  2358. 16-4-2 11:35:13.8|Debug|MigrationLogger|Committing Transaction
  2359. 16-4-2 11:35:13.8|Debug|MigrationLogger|93: naming_config_replace_illegal_characters migrated
  2360. 16-4-2 11:35:13.8|Debug|MigrationLogger|Took: 00:00:00.0156259
  2361. 16-4-2 11:35:13.8|Info|MigrationLogger|*** 94: add_tvmazeid migrating ***
  2362. 16-4-2 11:35:13.8|Debug|MigrationLogger|Beginning Transaction
  2363. 16-4-2 11:35:13.8|Info|add_tvmazeid|Starting migration to 94
  2364. 16-4-2 11:35:13.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (94, '2016-04-02T01:35:13', 'add_tvmazeid')
  2365. 16-4-2 11:35:13.8|Debug|MigrationLogger|Committing Transaction
  2366. 16-4-2 11:35:13.8|Debug|MigrationLogger|94: add_tvmazeid migrated
  2367. 16-4-2 11:35:13.8|Debug|MigrationLogger|Took: 00:00:00.0156229
  2368. 16-4-2 11:35:13.8|Info|MigrationLogger|*** 98: remove_titans_of_tv migrating ***
  2369. 16-4-2 11:35:13.8|Debug|MigrationLogger|Beginning Transaction
  2370. 16-4-2 11:35:13.8|Info|remove_titans_of_tv|Starting migration to 98
  2371. 16-4-2 11:35:13.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (98, '2016-04-02T01:35:13', 'remove_titans_of_tv')
  2372. 16-4-2 11:35:13.8|Debug|MigrationLogger|Committing Transaction
  2373. 16-4-2 11:35:13.9|Debug|MigrationLogger|98: remove_titans_of_tv migrated
  2374. 16-4-2 11:35:13.9|Debug|MigrationLogger|Took: 00:00:00.0231479
  2375. 16-4-2 11:35:13.9|Info|MigrationLogger|*** 101: add_ultrahd_quality_in_profiles migrating ***
  2376. 16-4-2 11:35:13.9|Debug|MigrationLogger|Beginning Transaction
  2377. 16-4-2 11:35:13.9|Info|add_ultrahd_quality_in_profiles|Starting migration to 101
  2378. 16-4-2 11:35:13.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (101, '2016-04-02T01:35:13', 'add_ultrahd_quality_in_profiles')
  2379. 16-4-2 11:35:13.9|Debug|MigrationLogger|Committing Transaction
  2380. 16-4-2 11:35:13.9|Debug|MigrationLogger|101: add_ultrahd_quality_in_profiles migrated
  2381. 16-4-2 11:35:13.9|Debug|MigrationLogger|Took: 00:00:00.0156777
  2382. 16-4-2 11:35:13.9|Debug|MigrationLogger|Took: 00:00:02.9865370
  2383. 16-4-2 11:35:14.2|Debug|netsh.exe|Starting netsh.exe http show urlacl
  2384. 16-4-2 11:35:15.9|Debug|netsh.exe|URL Reservations:
  2385. 16-4-2 11:35:15.9|Debug|netsh.exe|-----------------
  2386. 16-4-2 11:35:15.9|Debug|netsh.exe| Reserved URL : http://*:5357/
  2387. 16-4-2 11:35:15.9|Debug|netsh.exe| User: BUILTIN\Users
  2388. 16-4-2 11:35:15.9|Debug|netsh.exe| Listen: Yes
  2389. 16-4-2 11:35:15.9|Debug|netsh.exe| Delegate: No
  2390. 16-4-2 11:35:15.9|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2391. 16-4-2 11:35:15.9|Debug|netsh.exe| Listen: Yes
  2392. 16-4-2 11:35:15.9|Debug|netsh.exe| Delegate: No
  2393. 16-4-2 11:35:15.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2394. 16-4-2 11:35:15.9|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  2395. 16-4-2 11:35:16.0|Debug|netsh.exe| User: \Everyone
  2396. 16-4-2 11:35:16.0|Debug|netsh.exe| Listen: Yes
  2397. 16-4-2 11:35:16.0|Debug|netsh.exe| Delegate: No
  2398. 16-4-2 11:35:16.0|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  2399. 16-4-2 11:35:16.0|Debug|netsh.exe| Reserved URL : https://*:5358/
  2400. 16-4-2 11:35:16.0|Debug|netsh.exe| User: BUILTIN\Users
  2401. 16-4-2 11:35:16.0|Debug|netsh.exe| Listen: Yes
  2402. 16-4-2 11:35:16.0|Debug|netsh.exe| Delegate: No
  2403. 16-4-2 11:35:16.0|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2404. 16-4-2 11:35:16.0|Debug|netsh.exe| Listen: Yes
  2405. 16-4-2 11:35:16.0|Debug|netsh.exe| Delegate: No
  2406. 16-4-2 11:35:16.0|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2407. 16-4-2 11:35:16.0|Debug|netsh.exe| Reserved URL : http://*:2869/
  2408. 16-4-2 11:35:16.0|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2409. 16-4-2 11:35:16.1|Debug|netsh.exe| Listen: Yes
  2410. 16-4-2 11:35:16.1|Debug|netsh.exe| Delegate: No
  2411. 16-4-2 11:35:16.1|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  2412. 16-4-2 11:35:16.1|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  2413. 16-4-2 11:35:16.1|Debug|netsh.exe| User: NT SERVICE\WinRM
  2414. 16-4-2 11:35:16.1|Debug|netsh.exe| Listen: Yes
  2415. 16-4-2 11:35:16.1|Debug|netsh.exe| Delegate: No
  2416. 16-4-2 11:35:16.1|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2417. 16-4-2 11:35:16.1|Debug|netsh.exe| Listen: Yes
  2418. 16-4-2 11:35:16.1|Debug|netsh.exe| Delegate: No
  2419. 16-4-2 11:35:16.1|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2420. 16-4-2 11:35:16.1|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  2421. 16-4-2 11:35:16.1|Debug|netsh.exe| User: NT SERVICE\WinRM
  2422. 16-4-2 11:35:16.1|Debug|netsh.exe| Listen: Yes
  2423. 16-4-2 11:35:16.1|Debug|netsh.exe| Delegate: No
  2424. 16-4-2 11:35:16.1|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2425. 16-4-2 11:35:16.1|Debug|netsh.exe| Listen: Yes
  2426. 16-4-2 11:35:16.1|Debug|netsh.exe| Delegate: No
  2427. 16-4-2 11:35:16.1|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2428. 16-4-2 11:35:16.1|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  2429. 16-4-2 11:35:16.2|Debug|netsh.exe| User: NT SERVICE\WinRM
  2430. 16-4-2 11:35:16.2|Debug|netsh.exe| Listen: Yes
  2431. 16-4-2 11:35:16.2|Debug|netsh.exe| Delegate: No
  2432. 16-4-2 11:35:16.2|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2433. 16-4-2 11:35:16.2|Debug|netsh.exe| Listen: Yes
  2434. 16-4-2 11:35:16.2|Debug|netsh.exe| Delegate: No
  2435. 16-4-2 11:35:16.2|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2436. 16-4-2 11:35:16.2|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  2437. 16-4-2 11:35:16.2|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2438. 16-4-2 11:35:16.2|Debug|netsh.exe| Listen: Yes
  2439. 16-4-2 11:35:16.2|Debug|netsh.exe| Delegate: No
  2440. 16-4-2 11:35:16.2|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2441. 16-4-2 11:35:16.2|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  2442. 16-4-2 11:35:16.2|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2443. 16-4-2 11:35:16.2|Debug|netsh.exe| Listen: Yes
  2444. 16-4-2 11:35:16.2|Debug|netsh.exe| Delegate: No
  2445. 16-4-2 11:35:16.2|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2446. 16-4-2 11:35:16.2|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  2447. 16-4-2 11:35:16.2|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  2448. 16-4-2 11:35:16.2|Debug|netsh.exe| Listen: Yes
  2449. 16-4-2 11:35:16.3|Debug|netsh.exe| Delegate: Yes
  2450. 16-4-2 11:35:16.3|Debug|netsh.exe| User: BUILTIN\Administrators
  2451. 16-4-2 11:35:16.3|Debug|netsh.exe| Listen: No
  2452. 16-4-2 11:35:16.3|Debug|netsh.exe| Delegate: No
  2453. 16-4-2 11:35:16.3|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  2454. 16-4-2 11:35:16.3|Debug|netsh.exe| Listen: Yes
  2455. 16-4-2 11:35:16.3|Debug|netsh.exe| Delegate: Yes
  2456. 16-4-2 11:35:16.3|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  2457. 16-4-2 11:35:16.3|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  2458. 16-4-2 11:35:16.3|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2459. 16-4-2 11:35:16.3|Debug|netsh.exe| Listen: Yes
  2460. 16-4-2 11:35:16.3|Debug|netsh.exe| Delegate: No
  2461. 16-4-2 11:35:16.3|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2462. 16-4-2 11:35:16.3|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  2463. 16-4-2 11:35:16.3|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2464. 16-4-2 11:35:16.3|Debug|netsh.exe| Listen: Yes
  2465. 16-4-2 11:35:16.3|Debug|netsh.exe| Delegate: No
  2466. 16-4-2 11:35:16.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2467. 16-4-2 11:35:16.6|Info|Router|Application mode: UninstallService
  2468. 16-4-2 11:35:16.6|Debug|Router|Uninstall Service selected
  2469. 16-4-2 11:35:16.6|Debug|ServiceProvider|Checking if service NzbDrone exists.
  2470. 16-4-2 11:35:16.7|Info|ConsoleApp|Exiting main.
  2471. 16-4-2 11:35:17.5|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\nzbdrone.console.exe - Version 2.0.0.3953
  2472. 16-4-2 11:35:18.6|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  2473. 16-4-2 11:35:18.9|Debug|MigrationLogger|Took: 00:00:00.3059462
  2474. 16-4-2 11:35:19.0|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  2475. 16-4-2 11:35:19.0|Debug|MigrationLogger|Took: 00:00:00.0275127
  2476. 16-4-2 11:35:19.2|Debug|netsh.exe|Starting netsh.exe http show urlacl
  2477. 16-4-2 11:35:19.3|Debug|netsh.exe|URL Reservations:
  2478. 16-4-2 11:35:19.3|Debug|netsh.exe|-----------------
  2479. 16-4-2 11:35:19.3|Debug|netsh.exe| Reserved URL : http://*:5357/
  2480. 16-4-2 11:35:19.3|Debug|netsh.exe| User: BUILTIN\Users
  2481. 16-4-2 11:35:19.3|Debug|netsh.exe| Listen: Yes
  2482. 16-4-2 11:35:19.3|Debug|netsh.exe| Delegate: No
  2483. 16-4-2 11:35:19.3|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2484. 16-4-2 11:35:19.4|Debug|netsh.exe| Listen: Yes
  2485. 16-4-2 11:35:19.4|Debug|netsh.exe| Delegate: No
  2486. 16-4-2 11:35:19.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2487. 16-4-2 11:35:19.4|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  2488. 16-4-2 11:35:19.4|Debug|netsh.exe| User: \Everyone
  2489. 16-4-2 11:35:19.4|Debug|netsh.exe| Listen: Yes
  2490. 16-4-2 11:35:19.4|Debug|netsh.exe| Delegate: No
  2491. 16-4-2 11:35:19.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  2492. 16-4-2 11:35:19.4|Debug|netsh.exe| Reserved URL : https://*:5358/
  2493. 16-4-2 11:35:19.4|Debug|netsh.exe| User: BUILTIN\Users
  2494. 16-4-2 11:35:19.4|Debug|netsh.exe| Listen: Yes
  2495. 16-4-2 11:35:19.4|Debug|netsh.exe| Delegate: No
  2496. 16-4-2 11:35:19.4|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2497. 16-4-2 11:35:19.4|Debug|netsh.exe| Listen: Yes
  2498. 16-4-2 11:35:19.4|Debug|netsh.exe| Delegate: No
  2499. 16-4-2 11:35:19.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2500. 16-4-2 11:35:19.4|Debug|netsh.exe| Reserved URL : http://*:2869/
  2501. 16-4-2 11:35:19.4|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2502. 16-4-2 11:35:19.4|Debug|netsh.exe| Listen: Yes
  2503. 16-4-2 11:35:19.4|Debug|netsh.exe| Delegate: No
  2504. 16-4-2 11:35:19.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  2505. 16-4-2 11:35:19.4|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  2506. 16-4-2 11:35:19.4|Debug|netsh.exe| User: NT SERVICE\WinRM
  2507. 16-4-2 11:35:19.5|Debug|netsh.exe| Listen: Yes
  2508. 16-4-2 11:35:19.5|Debug|netsh.exe| Delegate: No
  2509. 16-4-2 11:35:19.5|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2510. 16-4-2 11:35:19.5|Debug|netsh.exe| Listen: Yes
  2511. 16-4-2 11:35:19.5|Debug|netsh.exe| Delegate: No
  2512. 16-4-2 11:35:19.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2513. 16-4-2 11:35:19.5|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  2514. 16-4-2 11:35:19.5|Debug|netsh.exe| User: NT SERVICE\WinRM
  2515. 16-4-2 11:35:19.5|Debug|netsh.exe| Listen: Yes
  2516. 16-4-2 11:35:19.5|Debug|netsh.exe| Delegate: No
  2517. 16-4-2 11:35:19.5|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2518. 16-4-2 11:35:19.5|Debug|netsh.exe| Listen: Yes
  2519. 16-4-2 11:35:19.5|Debug|netsh.exe| Delegate: No
  2520. 16-4-2 11:35:19.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2521. 16-4-2 11:35:19.5|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  2522. 16-4-2 11:35:19.5|Debug|netsh.exe| User: NT SERVICE\WinRM
  2523. 16-4-2 11:35:19.5|Debug|netsh.exe| Listen: Yes
  2524. 16-4-2 11:35:19.5|Debug|netsh.exe| Delegate: No
  2525. 16-4-2 11:35:19.5|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2526. 16-4-2 11:35:19.5|Debug|netsh.exe| Listen: Yes
  2527. 16-4-2 11:35:19.5|Debug|netsh.exe| Delegate: No
  2528. 16-4-2 11:35:19.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2529. 16-4-2 11:35:19.5|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  2530. 16-4-2 11:35:19.6|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2531. 16-4-2 11:35:19.6|Debug|netsh.exe| Listen: Yes
  2532. 16-4-2 11:35:19.6|Debug|netsh.exe| Delegate: No
  2533. 16-4-2 11:35:19.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2534. 16-4-2 11:35:19.6|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  2535. 16-4-2 11:35:19.6|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2536. 16-4-2 11:35:19.6|Debug|netsh.exe| Listen: Yes
  2537. 16-4-2 11:35:19.6|Debug|netsh.exe| Delegate: No
  2538. 16-4-2 11:35:19.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2539. 16-4-2 11:35:19.6|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  2540. 16-4-2 11:35:19.6|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  2541. 16-4-2 11:35:19.6|Debug|netsh.exe| Listen: Yes
  2542. 16-4-2 11:35:19.6|Debug|netsh.exe| Delegate: Yes
  2543. 16-4-2 11:35:19.6|Debug|netsh.exe| User: BUILTIN\Administrators
  2544. 16-4-2 11:35:19.6|Debug|netsh.exe| Listen: No
  2545. 16-4-2 11:35:19.6|Debug|netsh.exe| Delegate: No
  2546. 16-4-2 11:35:19.6|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  2547. 16-4-2 11:35:19.6|Debug|netsh.exe| Listen: Yes
  2548. 16-4-2 11:35:19.6|Debug|netsh.exe| Delegate: Yes
  2549. 16-4-2 11:35:19.6|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  2550. 16-4-2 11:35:19.6|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  2551. 16-4-2 11:35:19.6|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2552. 16-4-2 11:35:19.6|Debug|netsh.exe| Listen: Yes
  2553. 16-4-2 11:35:19.6|Debug|netsh.exe| Delegate: No
  2554. 16-4-2 11:35:19.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2555. 16-4-2 11:35:19.7|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  2556. 16-4-2 11:35:19.7|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2557. 16-4-2 11:35:19.7|Debug|netsh.exe| Listen: Yes
  2558. 16-4-2 11:35:19.7|Debug|netsh.exe| Delegate: No
  2559. 16-4-2 11:35:19.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2560. 16-4-2 11:35:19.8|Info|Router|Application mode: InstallService
  2561. 16-4-2 11:35:19.8|Debug|Router|Install Service selected
  2562. 16-4-2 11:35:19.8|Debug|ServiceProvider|Checking if service NzbDrone exists.
  2563. 16-4-2 11:35:19.9|Info|ServiceProvider|Installing service 'NzbDrone'
  2564. 16-4-2 11:35:20.2|Info|ServiceProvider|Service Has installed successfully.
  2565. 16-4-2 11:35:20.2|Info|ServiceProvider|Starting NzbDrone Service...
  2566. 16-4-2 11:35:20.9|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\nzbdrone.console.exe - Version 2.0.0.3953
  2567. 16-4-2 11:35:22.0|Debug|ServiceProvider|Checking if service NzbDrone exists.
  2568. 16-4-2 11:35:22.1|Debug|ProcessProvider|Found 2 processes with the name: NzbDrone.Console
  2569. 16-4-2 11:35:22.1|Debug|ProcessProvider| - [2296] NzbDrone.Console
  2570. 16-4-2 11:35:22.1|Debug|ProcessProvider| - [5344] NzbDrone.Console
  2571. 16-4-2 11:35:22.1|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone
  2572. 16-4-2 11:35:22.2|Info|SingleInstancePolicy|1 instance(s) of Sonarr are running
  2573. 16-4-2 11:35:22.2|Info|ProcessProvider|[2296]: Killing process
  2574. 16-4-2 11:35:22.2|Info|ProcessProvider|[2296]: Waiting for exit
  2575. 16-4-2 11:35:22.2|Info|ProcessProvider|[2296]: Process terminated successfully
  2576. 16-4-2 11:35:22.6|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  2577. 16-4-2 11:35:23.0|Debug|MigrationLogger|Took: 00:00:00.3642618
  2578. 16-4-2 11:35:23.0|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  2579. 16-4-2 11:35:23.1|Debug|MigrationLogger|Took: 00:00:00.0376420
  2580. 16-4-2 11:35:23.2|Debug|netsh.exe|Starting netsh.exe http show urlacl
  2581. 16-4-2 11:35:23.4|Debug|netsh.exe|URL Reservations:
  2582. 16-4-2 11:35:23.4|Debug|netsh.exe|-----------------
  2583. 16-4-2 11:35:23.4|Debug|netsh.exe| Reserved URL : http://*:5357/
  2584. 16-4-2 11:35:23.4|Debug|netsh.exe| User: BUILTIN\Users
  2585. 16-4-2 11:35:23.4|Debug|netsh.exe| Listen: Yes
  2586. 16-4-2 11:35:23.4|Debug|netsh.exe| Delegate: No
  2587. 16-4-2 11:35:23.4|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2588. 16-4-2 11:35:23.4|Debug|netsh.exe| Listen: Yes
  2589. 16-4-2 11:35:23.4|Debug|netsh.exe| Delegate: No
  2590. 16-4-2 11:35:23.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2591. 16-4-2 11:35:23.4|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  2592. 16-4-2 11:35:23.4|Debug|netsh.exe| User: \Everyone
  2593. 16-4-2 11:35:23.4|Debug|netsh.exe| Listen: Yes
  2594. 16-4-2 11:35:23.4|Debug|netsh.exe| Delegate: No
  2595. 16-4-2 11:35:23.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  2596. 16-4-2 11:35:23.4|Debug|netsh.exe| Reserved URL : https://*:5358/
  2597. 16-4-2 11:35:23.4|Debug|netsh.exe| User: BUILTIN\Users
  2598. 16-4-2 11:35:23.4|Debug|netsh.exe| Listen: Yes
  2599. 16-4-2 11:35:23.4|Debug|netsh.exe| Delegate: No
  2600. 16-4-2 11:35:23.4|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2601. 16-4-2 11:35:23.4|Debug|netsh.exe| Listen: Yes
  2602. 16-4-2 11:35:23.4|Debug|netsh.exe| Delegate: No
  2603. 16-4-2 11:35:23.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2604. 16-4-2 11:35:23.4|Debug|netsh.exe| Reserved URL : http://*:2869/
  2605. 16-4-2 11:35:23.4|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2606. 16-4-2 11:35:23.4|Debug|netsh.exe| Listen: Yes
  2607. 16-4-2 11:35:23.4|Debug|netsh.exe| Delegate: No
  2608. 16-4-2 11:35:23.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  2609. 16-4-2 11:35:23.4|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  2610. 16-4-2 11:35:23.4|Debug|netsh.exe| User: NT SERVICE\WinRM
  2611. 16-4-2 11:35:23.4|Debug|netsh.exe| Listen: Yes
  2612. 16-4-2 11:35:23.4|Debug|netsh.exe| Delegate: No
  2613. 16-4-2 11:35:23.4|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2614. 16-4-2 11:35:23.4|Debug|netsh.exe| Listen: Yes
  2615. 16-4-2 11:35:23.4|Debug|netsh.exe| Delegate: No
  2616. 16-4-2 11:35:23.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2617. 16-4-2 11:35:23.4|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  2618. 16-4-2 11:35:23.5|Debug|netsh.exe| User: NT SERVICE\WinRM
  2619. 16-4-2 11:35:23.5|Debug|netsh.exe| Listen: Yes
  2620. 16-4-2 11:35:23.5|Debug|netsh.exe| Delegate: No
  2621. 16-4-2 11:35:23.5|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2622. 16-4-2 11:35:23.5|Debug|netsh.exe| Listen: Yes
  2623. 16-4-2 11:35:23.5|Debug|netsh.exe| Delegate: No
  2624. 16-4-2 11:35:23.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2625. 16-4-2 11:35:23.5|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  2626. 16-4-2 11:35:23.5|Debug|netsh.exe| User: NT SERVICE\WinRM
  2627. 16-4-2 11:35:23.5|Debug|netsh.exe| Listen: Yes
  2628. 16-4-2 11:35:23.5|Debug|netsh.exe| Delegate: No
  2629. 16-4-2 11:35:23.5|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2630. 16-4-2 11:35:23.5|Debug|netsh.exe| Listen: Yes
  2631. 16-4-2 11:35:23.5|Debug|netsh.exe| Delegate: No
  2632. 16-4-2 11:35:23.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2633. 16-4-2 11:35:23.5|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  2634. 16-4-2 11:35:23.5|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2635. 16-4-2 11:35:23.5|Debug|netsh.exe| Listen: Yes
  2636. 16-4-2 11:35:23.5|Debug|netsh.exe| Delegate: No
  2637. 16-4-2 11:35:23.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2638. 16-4-2 11:35:23.5|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  2639. 16-4-2 11:35:23.5|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2640. 16-4-2 11:35:23.5|Debug|netsh.exe| Listen: Yes
  2641. 16-4-2 11:35:23.5|Debug|netsh.exe| Delegate: No
  2642. 16-4-2 11:35:23.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2643. 16-4-2 11:35:23.5|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  2644. 16-4-2 11:35:23.5|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  2645. 16-4-2 11:35:23.5|Debug|netsh.exe| Listen: Yes
  2646. 16-4-2 11:35:23.5|Debug|netsh.exe| Delegate: Yes
  2647. 16-4-2 11:35:23.6|Debug|netsh.exe| User: BUILTIN\Administrators
  2648. 16-4-2 11:35:23.6|Debug|netsh.exe| Listen: No
  2649. 16-4-2 11:35:23.6|Debug|netsh.exe| Delegate: No
  2650. 16-4-2 11:35:23.6|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  2651. 16-4-2 11:35:23.6|Debug|netsh.exe| Listen: Yes
  2652. 16-4-2 11:35:23.6|Debug|netsh.exe| Delegate: Yes
  2653. 16-4-2 11:35:23.6|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  2654. 16-4-2 11:35:23.6|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  2655. 16-4-2 11:35:23.6|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2656. 16-4-2 11:35:23.6|Debug|netsh.exe| Listen: Yes
  2657. 16-4-2 11:35:23.6|Debug|netsh.exe| Delegate: No
  2658. 16-4-2 11:35:23.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2659. 16-4-2 11:35:23.6|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  2660. 16-4-2 11:35:23.6|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2661. 16-4-2 11:35:23.6|Debug|netsh.exe| Listen: Yes
  2662. 16-4-2 11:35:23.6|Debug|netsh.exe| Delegate: No
  2663. 16-4-2 11:35:23.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2664. 16-4-2 11:35:23.7|Info|Router|Application mode: Service
  2665. 16-4-2 11:35:23.7|Debug|Router|Service selected
  2666. 16-4-2 11:35:24.3|Debug|FirewallAdapter|Opening Port for NzbDrone: 8989
  2667. 16-4-2 11:35:24.6|Debug|netsh.exe|Starting netsh.exe http add urlacl http://*:8989/ sddl=D:(A;;GX;;;S-1-1-0)
  2668. 16-4-2 11:35:24.8|Debug|netsh.exe|URL reservation successfully added
  2669. 16-4-2 11:35:24.8|Info|OwinHostController|Listening on the following URLs:
  2670. 16-4-2 11:35:24.8|Info|OwinHostController| http://*:8989/
  2671. 16-4-2 11:35:26.0|Debug|OwinAppFactory|Attaching NzbDroneVersionMiddleWare to host
  2672. 16-4-2 11:35:26.0|Debug|OwinAppFactory|Attaching SignalRMiddleWare to host
  2673. 16-4-2 11:35:26.2|Debug|OwinAppFactory|Attaching NancyMiddleWare to host
  2674. 16-4-2 11:35:26.5|Info|NancyBootstrapper|Starting NzbDrone API
  2675. 16-4-2 11:35:28.1|Trace|EventAggregator|Publishing ApplicationStartedEvent
  2676. 16-4-2 11:35:32.8|Trace|EventAggregator|ApplicationStartedEvent -> UserService
  2677. 16-4-2 11:35:32.9|Trace|EventAggregator|ApplicationStartedEvent <- UserService
  2678. 16-4-2 11:35:32.9|Trace|EventAggregator|ApplicationStartedEvent -> DownloadClientFactory
  2679. 16-4-2 11:35:32.9|Debug|DownloadClientFactory|Initializing Providers. Count 11
  2680. 16-4-2 11:35:33.0|Trace|EventAggregator|ApplicationStartedEvent <- DownloadClientFactory
  2681. 16-4-2 11:35:33.0|Trace|EventAggregator|ApplicationStartedEvent -> IndexerFactory
  2682. 16-4-2 11:35:33.0|Debug|IndexerFactory|Initializing Providers. Count 14
  2683. 16-4-2 11:35:33.0|Trace|EventAggregator|ApplicationStartedEvent <- IndexerFactory
  2684. 16-4-2 11:35:33.0|Trace|EventAggregator|ApplicationStartedEvent -> ReconfigureLogging
  2685. 16-4-2 11:41:02.0|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  2686. 16-4-2 11:41:03.0|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone.Console
  2687. 16-4-2 11:41:03.0|Debug|ProcessProvider| - [5344] NzbDrone.Console
  2688. 16-4-2 11:41:03.0|Warn|ProcessProvider|Couldn't get process info for NzbDrone.Console
  2689.  
  2690. [v2.0.0.3953] System.ComponentModel.Win32Exception (0x80004005): Access is denied
  2691. at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
  2692. at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)
  2693. at System.Diagnostics.NtProcessManager.GetFirstModuleInfo(Int32 processId)
  2694. at System.Diagnostics.Process.get_MainModule()
  2695. at NzbDrone.Common.Processes.ProcessProvider.GetExeFileName(Process process) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Processes\ProcessProvider.cs:line 304
  2696. at NzbDrone.Common.Processes.ProcessProvider.ConvertToProcessInfo(Process process) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Processes\ProcessProvider.cs:line 285
  2697.  
  2698. 16-4-2 11:41:03.1|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
  2699. 16-4-2 11:41:03.1|Debug|ProcessProvider| - [4536] NzbDrone
  2700. 16-4-2 11:41:03.1|Info|SingleInstancePolicy|1 instance(s) of Sonarr are running
  2701. 16-4-2 11:41:03.1|Warn|SingleInstancePolicy|Another instance of Sonarr is already running.
  2702. 16-4-2 11:41:03.1|Info|BrowserService|Starting default browser. http://localhost:8989
  2703. 16-4-2 11:41:03.1|Info|ProcessProvider|Opening URL [http://localhost:8989]
  2704. 16-4-2 11:41:03.8|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
  2705. 16-4-2 16:38:34.6|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\nzbdrone.console.exe - Version 2.0.0.3953
  2706. 16-4-2 16:38:35.8|Debug|ServiceProvider|Checking if service NzbDrone exists.
  2707. 16-4-2 16:38:35.9|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone.Console
  2708. 16-4-2 16:38:35.9|Debug|ProcessProvider| - [5568] NzbDrone.Console
  2709. 16-4-2 16:38:35.9|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone
  2710. 16-4-2 16:38:36.2|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  2711. 16-4-2 16:38:36.4|Debug|MigrationLogger|Took: 00:00:00.2575569
  2712. 16-4-2 16:38:36.5|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  2713. 16-4-2 16:38:36.5|Debug|MigrationLogger|Took: 00:00:00.0231640
  2714. 16-4-2 16:38:36.6|Debug|netsh.exe|Starting netsh.exe http show urlacl
  2715. 16-4-2 16:38:37.7|Debug|netsh.exe|URL Reservations:
  2716. 16-4-2 16:38:37.7|Debug|netsh.exe|-----------------
  2717. 16-4-2 16:38:37.7|Debug|netsh.exe| Reserved URL : http://*:5357/
  2718. 16-4-2 16:38:37.7|Debug|netsh.exe| User: BUILTIN\Users
  2719. 16-4-2 16:38:37.7|Debug|netsh.exe| Listen: Yes
  2720. 16-4-2 16:38:37.7|Debug|netsh.exe| Delegate: No
  2721. 16-4-2 16:38:37.8|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2722. 16-4-2 16:38:37.8|Debug|netsh.exe| Listen: Yes
  2723. 16-4-2 16:38:37.8|Debug|netsh.exe| Delegate: No
  2724. 16-4-2 16:38:37.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2725. 16-4-2 16:38:37.8|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  2726. 16-4-2 16:38:37.8|Debug|netsh.exe| User: \Everyone
  2727. 16-4-2 16:38:37.8|Debug|netsh.exe| Listen: Yes
  2728. 16-4-2 16:38:37.8|Debug|netsh.exe| Delegate: No
  2729. 16-4-2 16:38:37.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  2730. 16-4-2 16:38:37.8|Debug|netsh.exe| Reserved URL : https://*:5358/
  2731. 16-4-2 16:38:37.8|Debug|netsh.exe| User: BUILTIN\Users
  2732. 16-4-2 16:38:37.8|Debug|netsh.exe| Listen: Yes
  2733. 16-4-2 16:38:37.8|Debug|netsh.exe| Delegate: No
  2734. 16-4-2 16:38:37.8|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2735. 16-4-2 16:38:37.8|Debug|netsh.exe| Listen: Yes
  2736. 16-4-2 16:38:37.8|Debug|netsh.exe| Delegate: No
  2737. 16-4-2 16:38:37.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2738. 16-4-2 16:38:37.9|Debug|netsh.exe| Reserved URL : http://*:2869/
  2739. 16-4-2 16:38:37.9|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2740. 16-4-2 16:38:37.9|Debug|netsh.exe| Listen: Yes
  2741. 16-4-2 16:38:37.9|Debug|netsh.exe| Delegate: No
  2742. 16-4-2 16:38:37.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  2743. 16-4-2 16:38:37.9|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  2744. 16-4-2 16:38:37.9|Debug|netsh.exe| User: NT SERVICE\WinRM
  2745. 16-4-2 16:38:37.9|Debug|netsh.exe| Listen: Yes
  2746. 16-4-2 16:38:37.9|Debug|netsh.exe| Delegate: No
  2747. 16-4-2 16:38:37.9|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2748. 16-4-2 16:38:37.9|Debug|netsh.exe| Listen: Yes
  2749. 16-4-2 16:38:37.9|Debug|netsh.exe| Delegate: No
  2750. 16-4-2 16:38:37.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2751. 16-4-2 16:38:37.9|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  2752. 16-4-2 16:38:37.9|Debug|netsh.exe| User: NT SERVICE\WinRM
  2753. 16-4-2 16:38:37.9|Debug|netsh.exe| Listen: Yes
  2754. 16-4-2 16:38:37.9|Debug|netsh.exe| Delegate: No
  2755. 16-4-2 16:38:37.9|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2756. 16-4-2 16:38:37.9|Debug|netsh.exe| Listen: Yes
  2757. 16-4-2 16:38:37.9|Debug|netsh.exe| Delegate: No
  2758. 16-4-2 16:38:37.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2759. 16-4-2 16:38:37.9|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  2760. 16-4-2 16:38:37.9|Debug|netsh.exe| User: NT SERVICE\WinRM
  2761. 16-4-2 16:38:37.9|Debug|netsh.exe| Listen: Yes
  2762. 16-4-2 16:38:38.0|Debug|netsh.exe| Delegate: No
  2763. 16-4-2 16:38:38.0|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2764. 16-4-2 16:38:38.0|Debug|netsh.exe| Listen: Yes
  2765. 16-4-2 16:38:38.0|Debug|netsh.exe| Delegate: No
  2766. 16-4-2 16:38:38.0|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2767. 16-4-2 16:38:38.0|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  2768. 16-4-2 16:38:38.0|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2769. 16-4-2 16:38:38.0|Debug|netsh.exe| Listen: Yes
  2770. 16-4-2 16:38:38.0|Debug|netsh.exe| Delegate: No
  2771. 16-4-2 16:38:38.0|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2772. 16-4-2 16:38:38.0|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  2773. 16-4-2 16:38:38.0|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2774. 16-4-2 16:38:38.0|Debug|netsh.exe| Listen: Yes
  2775. 16-4-2 16:38:38.0|Debug|netsh.exe| Delegate: No
  2776. 16-4-2 16:38:38.0|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2777. 16-4-2 16:38:38.0|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  2778. 16-4-2 16:38:38.0|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  2779. 16-4-2 16:38:38.0|Debug|netsh.exe| Listen: Yes
  2780. 16-4-2 16:38:38.0|Debug|netsh.exe| Delegate: Yes
  2781. 16-4-2 16:38:38.0|Debug|netsh.exe| User: BUILTIN\Administrators
  2782. 16-4-2 16:38:38.0|Debug|netsh.exe| Listen: No
  2783. 16-4-2 16:38:38.0|Debug|netsh.exe| Delegate: No
  2784. 16-4-2 16:38:38.0|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  2785. 16-4-2 16:38:38.0|Debug|netsh.exe| Listen: Yes
  2786. 16-4-2 16:38:38.0|Debug|netsh.exe| Delegate: Yes
  2787. 16-4-2 16:38:38.0|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  2788. 16-4-2 16:38:38.0|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  2789. 16-4-2 16:38:38.1|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2790. 16-4-2 16:38:38.1|Debug|netsh.exe| Listen: Yes
  2791. 16-4-2 16:38:38.1|Debug|netsh.exe| Delegate: No
  2792. 16-4-2 16:38:38.1|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2793. 16-4-2 16:38:38.1|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  2794. 16-4-2 16:38:38.1|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2795. 16-4-2 16:38:38.1|Debug|netsh.exe| Listen: Yes
  2796. 16-4-2 16:38:38.1|Debug|netsh.exe| Delegate: No
  2797. 16-4-2 16:38:38.1|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2798. 16-4-2 16:38:38.1|Debug|netsh.exe| Reserved URL : http://*:8989/
  2799. 16-4-2 16:38:38.1|Debug|netsh.exe| User: \Everyone
  2800. 16-4-2 16:38:38.1|Debug|netsh.exe| Listen: Yes
  2801. 16-4-2 16:38:38.1|Debug|netsh.exe| Delegate: No
  2802. 16-4-2 16:38:38.1|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  2803. 16-4-2 16:38:38.3|Info|Router|Application mode: Service
  2804. 16-4-2 16:38:38.3|Debug|Router|Service selected
  2805. 16-4-2 16:38:38.6|Info|OwinHostController|Listening on the following URLs:
  2806. 16-4-2 16:38:38.6|Info|OwinHostController| http://*:8989/
  2807. 16-4-2 16:38:38.9|Debug|OwinAppFactory|Attaching NzbDroneVersionMiddleWare to host
  2808. 16-4-2 16:38:39.0|Debug|OwinAppFactory|Attaching SignalRMiddleWare to host
  2809. 16-4-2 16:38:39.0|Debug|OwinAppFactory|Attaching NancyMiddleWare to host
  2810. 16-4-2 16:38:39.2|Info|NancyBootstrapper|Starting NzbDrone API
  2811. 16-4-2 16:38:40.1|Trace|EventAggregator|Publishing ApplicationStartedEvent
  2812. 16-4-2 16:38:43.5|Trace|EventAggregator|ApplicationStartedEvent -> UserService
  2813. 16-4-2 16:38:43.6|Trace|EventAggregator|ApplicationStartedEvent <- UserService
  2814. 16-4-2 16:38:43.6|Trace|EventAggregator|ApplicationStartedEvent -> DownloadClientFactory
  2815. 16-4-2 16:38:43.6|Debug|DownloadClientFactory|Initializing Providers. Count 11
  2816. 16-4-2 16:38:44.0|Trace|EventAggregator|ApplicationStartedEvent <- DownloadClientFactory
  2817. 16-4-2 16:38:44.0|Trace|EventAggregator|ApplicationStartedEvent -> IndexerFactory
  2818. 16-4-2 16:38:44.0|Debug|IndexerFactory|Initializing Providers. Count 14
  2819. 16-4-2 16:38:44.1|Trace|EventAggregator|ApplicationStartedEvent <- IndexerFactory
  2820. 16-4-2 16:38:44.1|Trace|EventAggregator|ApplicationStartedEvent -> ReconfigureLogging
  2821. 16-4-4 18:26:30.9|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  2822. 16-4-4 18:26:43.3|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone.Console
  2823. 16-4-4 18:26:43.3|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
  2824. 16-4-4 18:26:43.3|Debug|ProcessProvider| - [9008] NzbDrone
  2825. 16-4-4 18:26:43.8|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  2826. 16-4-4 18:26:48.4|Debug|MigrationLogger|Took: 00:00:04.6244616
  2827. 16-4-4 18:26:48.4|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  2828. 16-4-4 18:26:48.8|Debug|MigrationLogger|Took: 00:00:00.3647664
  2829. 16-4-4 18:26:49.6|Debug|netsh.exe|Starting netsh.exe http show urlacl
  2830. 16-4-4 18:26:50.3|Debug|netsh.exe|URL Reservations:
  2831. 16-4-4 18:26:50.3|Debug|netsh.exe|-----------------
  2832. 16-4-4 18:26:50.3|Debug|netsh.exe| Reserved URL : http://*:5357/
  2833. 16-4-4 18:26:50.3|Debug|netsh.exe| User: BUILTIN\Users
  2834. 16-4-4 18:26:50.3|Debug|netsh.exe| Listen: Yes
  2835. 16-4-4 18:26:50.3|Debug|netsh.exe| Delegate: No
  2836. 16-4-4 18:26:50.3|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2837. 16-4-4 18:26:50.3|Debug|netsh.exe| Listen: Yes
  2838. 16-4-4 18:26:50.3|Debug|netsh.exe| Delegate: No
  2839. 16-4-4 18:26:50.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2840. 16-4-4 18:26:50.4|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  2841. 16-4-4 18:26:50.4|Debug|netsh.exe| User: \Everyone
  2842. 16-4-4 18:26:50.4|Debug|netsh.exe| Listen: Yes
  2843. 16-4-4 18:26:50.4|Debug|netsh.exe| Delegate: No
  2844. 16-4-4 18:26:50.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  2845. 16-4-4 18:26:50.4|Debug|netsh.exe| Reserved URL : https://*:5358/
  2846. 16-4-4 18:26:50.4|Debug|netsh.exe| User: BUILTIN\Users
  2847. 16-4-4 18:26:50.4|Debug|netsh.exe| Listen: Yes
  2848. 16-4-4 18:26:50.4|Debug|netsh.exe| Delegate: No
  2849. 16-4-4 18:26:50.4|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2850. 16-4-4 18:26:50.4|Debug|netsh.exe| Listen: Yes
  2851. 16-4-4 18:26:50.4|Debug|netsh.exe| Delegate: No
  2852. 16-4-4 18:26:50.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2853. 16-4-4 18:26:50.4|Debug|netsh.exe| Reserved URL : http://*:2869/
  2854. 16-4-4 18:26:50.4|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2855. 16-4-4 18:26:50.4|Debug|netsh.exe| Listen: Yes
  2856. 16-4-4 18:26:50.4|Debug|netsh.exe| Delegate: No
  2857. 16-4-4 18:26:50.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  2858. 16-4-4 18:26:50.5|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  2859. 16-4-4 18:26:50.5|Debug|netsh.exe| User: NT SERVICE\WinRM
  2860. 16-4-4 18:26:50.5|Debug|netsh.exe| Listen: Yes
  2861. 16-4-4 18:26:50.5|Debug|netsh.exe| Delegate: No
  2862. 16-4-4 18:26:50.5|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2863. 16-4-4 18:26:50.5|Debug|netsh.exe| Listen: Yes
  2864. 16-4-4 18:26:50.5|Debug|netsh.exe| Delegate: No
  2865. 16-4-4 18:26:50.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2866. 16-4-4 18:26:50.5|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  2867. 16-4-4 18:26:50.5|Debug|netsh.exe| User: NT SERVICE\WinRM
  2868. 16-4-4 18:26:50.5|Debug|netsh.exe| Listen: Yes
  2869. 16-4-4 18:26:50.5|Debug|netsh.exe| Delegate: No
  2870. 16-4-4 18:26:50.5|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2871. 16-4-4 18:26:50.5|Debug|netsh.exe| Listen: Yes
  2872. 16-4-4 18:26:50.5|Debug|netsh.exe| Delegate: No
  2873. 16-4-4 18:26:50.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2874. 16-4-4 18:26:50.6|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  2875. 16-4-4 18:26:50.6|Debug|netsh.exe| User: NT SERVICE\WinRM
  2876. 16-4-4 18:26:50.6|Debug|netsh.exe| Listen: Yes
  2877. 16-4-4 18:26:50.6|Debug|netsh.exe| Delegate: No
  2878. 16-4-4 18:26:50.6|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2879. 16-4-4 18:26:50.6|Debug|netsh.exe| Listen: Yes
  2880. 16-4-4 18:26:50.6|Debug|netsh.exe| Delegate: No
  2881. 16-4-4 18:26:50.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2882. 16-4-4 18:26:50.6|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  2883. 16-4-4 18:26:50.6|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2884. 16-4-4 18:26:50.6|Debug|netsh.exe| Listen: Yes
  2885. 16-4-4 18:26:50.6|Debug|netsh.exe| Delegate: No
  2886. 16-4-4 18:26:50.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2887. 16-4-4 18:26:50.6|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  2888. 16-4-4 18:26:50.6|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2889. 16-4-4 18:26:50.6|Debug|netsh.exe| Listen: Yes
  2890. 16-4-4 18:26:50.6|Debug|netsh.exe| Delegate: No
  2891. 16-4-4 18:26:50.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2892. 16-4-4 18:26:50.7|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  2893. 16-4-4 18:26:50.7|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  2894. 16-4-4 18:26:50.7|Debug|netsh.exe| Listen: Yes
  2895. 16-4-4 18:26:50.7|Debug|netsh.exe| Delegate: Yes
  2896. 16-4-4 18:26:50.7|Debug|netsh.exe| User: BUILTIN\Administrators
  2897. 16-4-4 18:26:50.7|Debug|netsh.exe| Listen: No
  2898. 16-4-4 18:26:50.7|Debug|netsh.exe| Delegate: No
  2899. 16-4-4 18:26:50.7|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  2900. 16-4-4 18:26:50.7|Debug|netsh.exe| Listen: Yes
  2901. 16-4-4 18:26:50.7|Debug|netsh.exe| Delegate: Yes
  2902. 16-4-4 18:26:50.7|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  2903. 16-4-4 18:26:50.7|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  2904. 16-4-4 18:26:50.7|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2905. 16-4-4 18:26:50.7|Debug|netsh.exe| Listen: Yes
  2906. 16-4-4 18:26:50.7|Debug|netsh.exe| Delegate: No
  2907. 16-4-4 18:26:50.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2908. 16-4-4 18:26:50.8|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  2909. 16-4-4 18:26:50.8|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2910. 16-4-4 18:26:50.8|Debug|netsh.exe| Listen: Yes
  2911. 16-4-4 18:26:50.8|Debug|netsh.exe| Delegate: No
  2912. 16-4-4 18:26:50.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2913. 16-4-4 18:26:50.8|Debug|netsh.exe| Reserved URL : http://*:8989/
  2914. 16-4-4 18:26:50.8|Debug|netsh.exe| User: \Everyone
  2915. 16-4-4 18:26:50.8|Debug|netsh.exe| Listen: Yes
  2916. 16-4-4 18:26:50.8|Debug|netsh.exe| Delegate: No
  2917. 16-4-4 18:26:50.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  2918. 16-4-4 18:26:51.1|Info|Router|Application mode: Interactive
  2919. 16-4-4 18:26:51.1|Debug|Router|Console selected
  2920. 16-4-4 18:26:51.1|Info|OwinHostController|Listening on the following URLs:
  2921. 16-4-4 18:26:51.1|Info|OwinHostController| http://*:8989/
  2922. 16-4-4 18:26:52.8|Debug|OwinAppFactory|Attaching NzbDroneVersionMiddleWare to host
  2923. 16-4-4 18:26:52.8|Debug|OwinAppFactory|Attaching SignalRMiddleWare to host
  2924. 16-4-4 18:26:53.3|Debug|OwinAppFactory|Attaching NancyMiddleWare to host
  2925. 16-4-4 18:26:53.5|Info|NancyBootstrapper|Starting NzbDrone API
  2926. 16-4-4 18:26:54.3|Trace|EventAggregator|Publishing ApplicationStartedEvent
  2927. 16-4-4 18:26:57.7|Trace|EventAggregator|ApplicationStartedEvent -> UserService
  2928. 16-4-4 18:26:57.8|Trace|EventAggregator|ApplicationStartedEvent <- UserService
  2929. 16-4-4 18:26:57.8|Trace|EventAggregator|ApplicationStartedEvent -> DownloadClientFactory
  2930. 16-4-4 18:26:57.8|Debug|DownloadClientFactory|Initializing Providers. Count 11
  2931. 16-4-4 18:26:58.2|Trace|EventAggregator|ApplicationStartedEvent <- DownloadClientFactory
  2932. 16-4-4 18:26:58.2|Trace|EventAggregator|ApplicationStartedEvent -> IndexerFactory
  2933. 16-4-4 18:26:58.2|Debug|IndexerFactory|Initializing Providers. Count 14
  2934. 16-4-4 18:26:58.3|Trace|EventAggregator|ApplicationStartedEvent <- IndexerFactory
  2935. 16-4-4 18:26:58.3|Trace|EventAggregator|ApplicationStartedEvent -> ReconfigureLogging
  2936. 16-4-5 06:00:02.5|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  2937. 16-4-5 06:00:18.1|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone.Console
  2938. 16-4-5 06:00:18.7|Debug|ProcessProvider|Found 2 processes with the name: NzbDrone
  2939. 16-4-5 06:00:18.7|Debug|ProcessProvider| - [9008] NzbDrone
  2940. 16-4-5 06:00:18.7|Debug|ProcessProvider| - [6676] NzbDrone
  2941. 16-4-5 06:00:19.1|Info|SingleInstancePolicy|1 instance(s) of Sonarr are running
  2942. 16-4-5 06:00:19.1|Warn|SingleInstancePolicy|Another instance of Sonarr is already running.
  2943. 16-4-5 06:00:19.6|Info|BrowserService|Starting default browser. http://localhost:8989
  2944. 16-4-5 06:00:19.8|Info|ProcessProvider|Opening URL [http://localhost:8989]
  2945. 16-4-5 06:00:33.8|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
  2946. 16-4-5 06:55:30.1|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  2947. 16-4-5 06:55:32.8|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone.Console
  2948. 16-4-5 06:55:32.8|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
  2949. 16-4-5 06:55:32.8|Debug|ProcessProvider| - [7880] NzbDrone
  2950. 16-4-5 06:55:33.4|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  2951. 16-4-5 06:55:35.1|Debug|MigrationLogger|Took: 00:00:01.6522402
  2952. 16-4-5 06:55:35.1|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  2953. 16-4-5 06:55:35.2|Debug|MigrationLogger|Took: 00:00:00.0772532
  2954. 16-4-5 06:55:35.6|Debug|netsh.exe|Starting netsh.exe http show urlacl
  2955. 16-4-5 06:55:37.2|Debug|netsh.exe|URL Reservations:
  2956. 16-4-5 06:55:37.2|Debug|netsh.exe|-----------------
  2957. 16-4-5 06:55:37.3|Debug|netsh.exe| Reserved URL : http://*:5357/
  2958. 16-4-5 06:55:37.3|Debug|netsh.exe| User: BUILTIN\Users
  2959. 16-4-5 06:55:37.3|Debug|netsh.exe| Listen: Yes
  2960. 16-4-5 06:55:37.3|Debug|netsh.exe| Delegate: No
  2961. 16-4-5 06:55:37.3|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2962. 16-4-5 06:55:37.3|Debug|netsh.exe| Listen: Yes
  2963. 16-4-5 06:55:37.3|Debug|netsh.exe| Delegate: No
  2964. 16-4-5 06:55:37.3|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2965. 16-4-5 06:55:37.3|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  2966. 16-4-5 06:55:37.3|Debug|netsh.exe| User: \Everyone
  2967. 16-4-5 06:55:37.3|Debug|netsh.exe| Listen: Yes
  2968. 16-4-5 06:55:37.3|Debug|netsh.exe| Delegate: No
  2969. 16-4-5 06:55:37.3|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  2970. 16-4-5 06:55:37.3|Debug|netsh.exe| Reserved URL : https://*:5358/
  2971. 16-4-5 06:55:37.3|Debug|netsh.exe| User: BUILTIN\Users
  2972. 16-4-5 06:55:37.3|Debug|netsh.exe| Listen: Yes
  2973. 16-4-5 06:55:37.3|Debug|netsh.exe| Delegate: No
  2974. 16-4-5 06:55:37.3|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2975. 16-4-5 06:55:37.3|Debug|netsh.exe| Listen: Yes
  2976. 16-4-5 06:55:37.4|Debug|netsh.exe| Delegate: No
  2977. 16-4-5 06:55:37.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2978. 16-4-5 06:55:37.4|Debug|netsh.exe| Reserved URL : http://*:2869/
  2979. 16-4-5 06:55:37.4|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2980. 16-4-5 06:55:37.4|Debug|netsh.exe| Listen: Yes
  2981. 16-4-5 06:55:37.4|Debug|netsh.exe| Delegate: No
  2982. 16-4-5 06:55:37.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  2983. 16-4-5 06:55:37.4|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  2984. 16-4-5 06:55:37.4|Debug|netsh.exe| User: NT SERVICE\WinRM
  2985. 16-4-5 06:55:37.4|Debug|netsh.exe| Listen: Yes
  2986. 16-4-5 06:55:37.4|Debug|netsh.exe| Delegate: No
  2987. 16-4-5 06:55:37.4|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2988. 16-4-5 06:55:37.4|Debug|netsh.exe| Listen: Yes
  2989. 16-4-5 06:55:37.4|Debug|netsh.exe| Delegate: No
  2990. 16-4-5 06:55:37.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2991. 16-4-5 06:55:37.4|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  2992. 16-4-5 06:55:37.4|Debug|netsh.exe| User: NT SERVICE\WinRM
  2993. 16-4-5 06:55:37.4|Debug|netsh.exe| Listen: Yes
  2994. 16-4-5 06:55:37.4|Debug|netsh.exe| Delegate: No
  2995. 16-4-5 06:55:37.4|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2996. 16-4-5 06:55:37.5|Debug|netsh.exe| Listen: Yes
  2997. 16-4-5 06:55:37.5|Debug|netsh.exe| Delegate: No
  2998. 16-4-5 06:55:37.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2999. 16-4-5 06:55:37.5|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  3000. 16-4-5 06:55:37.5|Debug|netsh.exe| User: NT SERVICE\WinRM
  3001. 16-4-5 06:55:37.5|Debug|netsh.exe| Listen: Yes
  3002. 16-4-5 06:55:37.5|Debug|netsh.exe| Delegate: No
  3003. 16-4-5 06:55:37.5|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3004. 16-4-5 06:55:37.5|Debug|netsh.exe| Listen: Yes
  3005. 16-4-5 06:55:37.5|Debug|netsh.exe| Delegate: No
  3006. 16-4-5 06:55:37.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3007. 16-4-5 06:55:37.5|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  3008. 16-4-5 06:55:37.5|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3009. 16-4-5 06:55:37.5|Debug|netsh.exe| Listen: Yes
  3010. 16-4-5 06:55:37.5|Debug|netsh.exe| Delegate: No
  3011. 16-4-5 06:55:37.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3012. 16-4-5 06:55:37.5|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  3013. 16-4-5 06:55:37.5|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3014. 16-4-5 06:55:37.5|Debug|netsh.exe| Listen: Yes
  3015. 16-4-5 06:55:37.5|Debug|netsh.exe| Delegate: No
  3016. 16-4-5 06:55:37.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3017. 16-4-5 06:55:37.6|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  3018. 16-4-5 06:55:37.6|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  3019. 16-4-5 06:55:37.6|Debug|netsh.exe| Listen: Yes
  3020. 16-4-5 06:55:37.6|Debug|netsh.exe| Delegate: Yes
  3021. 16-4-5 06:55:37.6|Debug|netsh.exe| User: BUILTIN\Administrators
  3022. 16-4-5 06:55:37.6|Debug|netsh.exe| Listen: No
  3023. 16-4-5 06:55:37.6|Debug|netsh.exe| Delegate: No
  3024. 16-4-5 06:55:37.6|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  3025. 16-4-5 06:55:37.6|Debug|netsh.exe| Listen: Yes
  3026. 16-4-5 06:55:37.6|Debug|netsh.exe| Delegate: Yes
  3027. 16-4-5 06:55:37.6|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  3028. 16-4-5 06:55:37.6|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  3029. 16-4-5 06:55:37.6|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3030. 16-4-5 06:55:37.6|Debug|netsh.exe| Listen: Yes
  3031. 16-4-5 06:55:37.6|Debug|netsh.exe| Delegate: No
  3032. 16-4-5 06:55:37.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3033. 16-4-5 06:55:37.7|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  3034. 16-4-5 06:55:37.7|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3035. 16-4-5 06:55:37.7|Debug|netsh.exe| Listen: Yes
  3036. 16-4-5 06:55:37.7|Debug|netsh.exe| Delegate: No
  3037. 16-4-5 06:55:37.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3038. 16-4-5 06:55:37.7|Debug|netsh.exe| Reserved URL : http://*:8989/
  3039. 16-4-5 06:55:37.7|Debug|netsh.exe| User: \Everyone
  3040. 16-4-5 06:55:37.7|Debug|netsh.exe| Listen: Yes
  3041. 16-4-5 06:55:37.7|Debug|netsh.exe| Delegate: No
  3042. 16-4-5 06:55:37.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  3043. 16-4-5 06:55:38.1|Info|Router|Application mode: Interactive
  3044. 16-4-5 06:55:38.1|Debug|Router|Console selected
  3045. 16-4-5 06:55:38.1|Info|OwinHostController|Listening on the following URLs:
  3046. 16-4-5 06:55:38.1|Info|OwinHostController| http://*:8989/
  3047. 16-4-5 06:55:39.3|Debug|OwinAppFactory|Attaching NzbDroneVersionMiddleWare to host
  3048. 16-4-5 06:55:39.3|Debug|OwinAppFactory|Attaching SignalRMiddleWare to host
  3049. 16-4-5 06:55:39.6|Debug|OwinAppFactory|Attaching NancyMiddleWare to host
  3050. 16-4-5 06:55:40.2|Info|NancyBootstrapper|Starting NzbDrone API
  3051. 16-4-5 06:55:42.6|Trace|EventAggregator|Publishing ApplicationStartedEvent
  3052. 16-4-5 06:55:49.2|Trace|EventAggregator|ApplicationStartedEvent -> UserService
  3053. 16-4-5 06:55:49.3|Trace|EventAggregator|ApplicationStartedEvent <- UserService
  3054. 16-4-5 06:55:49.3|Trace|EventAggregator|ApplicationStartedEvent -> DownloadClientFactory
  3055. 16-4-5 06:55:49.3|Debug|DownloadClientFactory|Initializing Providers. Count 11
  3056. 16-4-5 06:55:50.1|Trace|EventAggregator|ApplicationStartedEvent <- DownloadClientFactory
  3057. 16-4-5 06:55:50.1|Trace|EventAggregator|ApplicationStartedEvent -> IndexerFactory
  3058. 16-4-5 06:55:50.2|Debug|IndexerFactory|Initializing Providers. Count 14
  3059. 16-4-5 06:55:50.2|Trace|EventAggregator|ApplicationStartedEvent <- IndexerFactory
  3060. 16-4-5 06:55:50.2|Trace|EventAggregator|ApplicationStartedEvent -> ReconfigureLogging
  3061. 16-4-8 18:42:01.5|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\nzbdrone.console.exe - Version 2.0.0.3953
  3062. 16-4-8 18:51:09.7|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  3063. 16-4-8 18:51:13.1|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone.Console
  3064. 16-4-8 18:51:13.1|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
  3065. 16-4-8 18:51:13.1|Debug|ProcessProvider| - [9012] NzbDrone
  3066. 16-4-8 18:51:13.5|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3067. 16-4-8 18:51:14.4|Debug|MigrationLogger|Took: 00:00:00.9748626
  3068. 16-4-8 18:51:14.5|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3069. 16-4-8 18:51:14.5|Debug|MigrationLogger|Took: 00:00:00.0612054
  3070. 16-4-8 18:51:14.7|Debug|netsh.exe|Starting netsh.exe http show urlacl
  3071. 16-4-8 18:51:15.8|Debug|netsh.exe|URL Reservations:
  3072. 16-4-8 18:51:15.8|Debug|netsh.exe|-----------------
  3073. 16-4-8 18:51:15.8|Debug|netsh.exe| Reserved URL : http://*:5357/
  3074. 16-4-8 18:51:15.8|Debug|netsh.exe| User: BUILTIN\Users
  3075. 16-4-8 18:51:15.8|Debug|netsh.exe| Listen: Yes
  3076. 16-4-8 18:51:15.8|Debug|netsh.exe| Delegate: No
  3077. 16-4-8 18:51:15.9|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3078. 16-4-8 18:51:15.9|Debug|netsh.exe| Listen: Yes
  3079. 16-4-8 18:51:15.9|Debug|netsh.exe| Delegate: No
  3080. 16-4-8 18:51:15.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  3081. 16-4-8 18:51:16.0|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  3082. 16-4-8 18:51:16.1|Debug|netsh.exe| User: \Everyone
  3083. 16-4-8 18:51:16.1|Debug|netsh.exe| Listen: Yes
  3084. 16-4-8 18:51:16.1|Debug|netsh.exe| Delegate: No
  3085. 16-4-8 18:51:16.2|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  3086. 16-4-8 18:51:16.2|Debug|netsh.exe| Reserved URL : https://*:5358/
  3087. 16-4-8 18:51:16.2|Debug|netsh.exe| User: BUILTIN\Users
  3088. 16-4-8 18:51:16.2|Debug|netsh.exe| Listen: Yes
  3089. 16-4-8 18:51:16.2|Debug|netsh.exe| Delegate: No
  3090. 16-4-8 18:51:16.2|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3091. 16-4-8 18:51:16.2|Debug|netsh.exe| Listen: Yes
  3092. 16-4-8 18:51:16.2|Debug|netsh.exe| Delegate: No
  3093. 16-4-8 18:51:16.2|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  3094. 16-4-8 18:51:16.2|Debug|netsh.exe| Reserved URL : http://*:2869/
  3095. 16-4-8 18:51:16.2|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3096. 16-4-8 18:51:16.2|Debug|netsh.exe| Listen: Yes
  3097. 16-4-8 18:51:16.2|Debug|netsh.exe| Delegate: No
  3098. 16-4-8 18:51:16.2|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  3099. 16-4-8 18:51:16.2|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  3100. 16-4-8 18:51:16.2|Debug|netsh.exe| User: NT SERVICE\WinRM
  3101. 16-4-8 18:51:16.2|Debug|netsh.exe| Listen: Yes
  3102. 16-4-8 18:51:16.2|Debug|netsh.exe| Delegate: No
  3103. 16-4-8 18:51:16.3|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3104. 16-4-8 18:51:16.3|Debug|netsh.exe| Listen: Yes
  3105. 16-4-8 18:51:16.3|Debug|netsh.exe| Delegate: No
  3106. 16-4-8 18:51:16.3|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3107. 16-4-8 18:51:16.3|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  3108. 16-4-8 18:51:16.3|Debug|netsh.exe| User: NT SERVICE\WinRM
  3109. 16-4-8 18:51:16.3|Debug|netsh.exe| Listen: Yes
  3110. 16-4-8 18:51:16.3|Debug|netsh.exe| Delegate: No
  3111. 16-4-8 18:51:16.3|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3112. 16-4-8 18:51:16.3|Debug|netsh.exe| Listen: Yes
  3113. 16-4-8 18:51:16.3|Debug|netsh.exe| Delegate: No
  3114. 16-4-8 18:51:16.3|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3115. 16-4-8 18:51:16.3|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  3116. 16-4-8 18:51:16.4|Debug|netsh.exe| User: NT SERVICE\WinRM
  3117. 16-4-8 18:51:16.5|Debug|netsh.exe| Listen: Yes
  3118. 16-4-8 18:51:16.5|Debug|netsh.exe| Delegate: No
  3119. 16-4-8 18:51:16.6|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3120. 16-4-8 18:51:16.6|Debug|netsh.exe| Listen: Yes
  3121. 16-4-8 18:51:16.6|Debug|netsh.exe| Delegate: No
  3122. 16-4-8 18:51:16.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3123. 16-4-8 18:51:16.7|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  3124. 16-4-8 18:51:16.7|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3125. 16-4-8 18:51:16.7|Debug|netsh.exe| Listen: Yes
  3126. 16-4-8 18:51:16.7|Debug|netsh.exe| Delegate: No
  3127. 16-4-8 18:51:16.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3128. 16-4-8 18:51:16.7|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  3129. 16-4-8 18:51:16.7|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3130. 16-4-8 18:51:16.7|Debug|netsh.exe| Listen: Yes
  3131. 16-4-8 18:51:16.7|Debug|netsh.exe| Delegate: No
  3132. 16-4-8 18:51:16.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3133. 16-4-8 18:51:16.7|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  3134. 16-4-8 18:51:16.7|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  3135. 16-4-8 18:51:16.7|Debug|netsh.exe| Listen: Yes
  3136. 16-4-8 18:51:16.7|Debug|netsh.exe| Delegate: Yes
  3137. 16-4-8 18:51:16.7|Debug|netsh.exe| User: BUILTIN\Administrators
  3138. 16-4-8 18:51:16.7|Debug|netsh.exe| Listen: No
  3139. 16-4-8 18:51:16.7|Debug|netsh.exe| Delegate: No
  3140. 16-4-8 18:51:16.7|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  3141. 16-4-8 18:51:16.7|Debug|netsh.exe| Listen: Yes
  3142. 16-4-8 18:51:16.7|Debug|netsh.exe| Delegate: Yes
  3143. 16-4-8 18:51:16.8|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  3144. 16-4-8 18:51:16.8|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  3145. 16-4-8 18:51:16.8|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3146. 16-4-8 18:51:16.8|Debug|netsh.exe| Listen: Yes
  3147. 16-4-8 18:51:16.8|Debug|netsh.exe| Delegate: No
  3148. 16-4-8 18:51:16.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3149. 16-4-8 18:51:16.8|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  3150. 16-4-8 18:51:16.8|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3151. 16-4-8 18:51:16.8|Debug|netsh.exe| Listen: Yes
  3152. 16-4-8 18:51:16.8|Debug|netsh.exe| Delegate: No
  3153. 16-4-8 18:51:16.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3154. 16-4-8 18:51:16.8|Debug|netsh.exe| Reserved URL : http://*:8989/
  3155. 16-4-8 18:51:16.8|Debug|netsh.exe| User: \Everyone
  3156. 16-4-8 18:51:16.8|Debug|netsh.exe| Listen: Yes
  3157. 16-4-8 18:51:16.8|Debug|netsh.exe| Delegate: No
  3158. 16-4-8 18:51:16.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  3159. 16-4-8 18:51:17.1|Info|Router|Application mode: Interactive
  3160. 16-4-8 18:51:17.1|Debug|Router|Console selected
  3161. 16-4-8 18:51:17.2|Info|OwinHostController|Listening on the following URLs:
  3162. 16-4-8 18:51:17.2|Info|OwinHostController| http://*:8989/
  3163. 16-4-8 18:51:17.6|Debug|OwinAppFactory|Attaching NzbDroneVersionMiddleWare to host
  3164. 16-4-8 18:51:17.6|Debug|OwinAppFactory|Attaching SignalRMiddleWare to host
  3165. 16-4-8 18:51:17.7|Debug|OwinAppFactory|Attaching NancyMiddleWare to host
  3166. 16-4-8 18:51:17.8|Info|NancyBootstrapper|Starting NzbDrone API
  3167. 16-4-8 18:51:19.0|Trace|EventAggregator|Publishing ApplicationStartedEvent
  3168. 16-4-8 18:51:21.9|Trace|EventAggregator|ApplicationStartedEvent -> UserService
  3169. 16-4-8 18:51:22.0|Trace|EventAggregator|ApplicationStartedEvent <- UserService
  3170. 16-4-8 18:51:22.0|Trace|EventAggregator|ApplicationStartedEvent -> DownloadClientFactory
  3171. 16-4-8 18:51:22.0|Debug|DownloadClientFactory|Initializing Providers. Count 11
  3172. 16-4-8 18:51:22.2|Trace|EventAggregator|ApplicationStartedEvent <- DownloadClientFactory
  3173. 16-4-8 18:51:22.2|Trace|EventAggregator|ApplicationStartedEvent -> IndexerFactory
  3174. 16-4-8 18:51:22.2|Debug|IndexerFactory|Initializing Providers. Count 14
  3175. 16-4-8 18:51:22.2|Trace|EventAggregator|ApplicationStartedEvent <- IndexerFactory
  3176. 16-4-8 18:51:22.2|Trace|EventAggregator|ApplicationStartedEvent -> ReconfigureLogging
  3177. 16-4-9 08:39:47.4|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  3178. 16-4-9 08:40:01.1|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone.Console
  3179. 16-4-9 08:40:01.2|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
  3180. 16-4-9 08:40:01.2|Debug|ProcessProvider| - [6332] NzbDrone
  3181. 16-4-9 08:40:02.8|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3182. 16-4-9 08:40:08.4|Debug|MigrationLogger|Took: 00:00:05.5755306
  3183. 16-4-9 08:40:08.5|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3184. 16-4-9 08:40:09.4|Debug|MigrationLogger|Took: 00:00:00.9525218
  3185. 16-4-9 08:40:09.6|Debug|netsh.exe|Starting netsh.exe http show urlacl
  3186. 16-4-9 08:40:12.5|Debug|netsh.exe|URL Reservations:
  3187. 16-4-9 08:40:12.5|Debug|netsh.exe|-----------------
  3188. 16-4-9 08:40:12.6|Debug|netsh.exe| Reserved URL : http://*:5357/
  3189. 16-4-9 08:40:12.6|Debug|netsh.exe| User: BUILTIN\Users
  3190. 16-4-9 08:40:12.6|Debug|netsh.exe| Listen: Yes
  3191. 16-4-9 08:40:12.6|Debug|netsh.exe| Delegate: No
  3192. 16-4-9 08:40:12.6|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3193. 16-4-9 08:40:12.6|Debug|netsh.exe| Listen: Yes
  3194. 16-4-9 08:40:12.6|Debug|netsh.exe| Delegate: No
  3195. 16-4-9 08:40:12.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  3196. 16-4-9 08:40:12.6|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  3197. 16-4-9 08:40:12.6|Debug|netsh.exe| User: \Everyone
  3198. 16-4-9 08:40:12.6|Debug|netsh.exe| Listen: Yes
  3199. 16-4-9 08:40:12.6|Debug|netsh.exe| Delegate: No
  3200. 16-4-9 08:40:12.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  3201. 16-4-9 08:40:12.6|Debug|netsh.exe| Reserved URL : https://*:5358/
  3202. 16-4-9 08:40:12.6|Debug|netsh.exe| User: BUILTIN\Users
  3203. 16-4-9 08:40:12.7|Debug|netsh.exe| Listen: Yes
  3204. 16-4-9 08:40:12.7|Debug|netsh.exe| Delegate: No
  3205. 16-4-9 08:40:12.7|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3206. 16-4-9 08:40:12.7|Debug|netsh.exe| Listen: Yes
  3207. 16-4-9 08:40:12.7|Debug|netsh.exe| Delegate: No
  3208. 16-4-9 08:40:12.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  3209. 16-4-9 08:40:12.7|Debug|netsh.exe| Reserved URL : http://*:2869/
  3210. 16-4-9 08:40:12.7|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3211. 16-4-9 08:40:12.7|Debug|netsh.exe| Listen: Yes
  3212. 16-4-9 08:40:12.7|Debug|netsh.exe| Delegate: No
  3213. 16-4-9 08:40:12.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  3214. 16-4-9 08:40:12.7|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  3215. 16-4-9 08:40:12.7|Debug|netsh.exe| User: NT SERVICE\WinRM
  3216. 16-4-9 08:40:12.7|Debug|netsh.exe| Listen: Yes
  3217. 16-4-9 08:40:12.7|Debug|netsh.exe| Delegate: No
  3218. 16-4-9 08:40:12.7|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3219. 16-4-9 08:40:12.7|Debug|netsh.exe| Listen: Yes
  3220. 16-4-9 08:40:12.7|Debug|netsh.exe| Delegate: No
  3221. 16-4-9 08:40:12.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3222. 16-4-9 08:40:12.7|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  3223. 16-4-9 08:40:12.7|Debug|netsh.exe| User: NT SERVICE\WinRM
  3224. 16-4-9 08:40:12.7|Debug|netsh.exe| Listen: Yes
  3225. 16-4-9 08:40:12.7|Debug|netsh.exe| Delegate: No
  3226. 16-4-9 08:40:12.7|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3227. 16-4-9 08:40:12.7|Debug|netsh.exe| Listen: Yes
  3228. 16-4-9 08:40:12.7|Debug|netsh.exe| Delegate: No
  3229. 16-4-9 08:40:12.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3230. 16-4-9 08:40:12.7|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  3231. 16-4-9 08:40:12.8|Debug|netsh.exe| User: NT SERVICE\WinRM
  3232. 16-4-9 08:40:12.8|Debug|netsh.exe| Listen: Yes
  3233. 16-4-9 08:40:12.8|Debug|netsh.exe| Delegate: No
  3234. 16-4-9 08:40:12.8|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3235. 16-4-9 08:40:12.8|Debug|netsh.exe| Listen: Yes
  3236. 16-4-9 08:40:12.8|Debug|netsh.exe| Delegate: No
  3237. 16-4-9 08:40:12.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3238. 16-4-9 08:40:12.8|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  3239. 16-4-9 08:40:12.8|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3240. 16-4-9 08:40:12.8|Debug|netsh.exe| Listen: Yes
  3241. 16-4-9 08:40:12.8|Debug|netsh.exe| Delegate: No
  3242. 16-4-9 08:40:12.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3243. 16-4-9 08:40:12.8|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  3244. 16-4-9 08:40:12.8|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3245. 16-4-9 08:40:12.8|Debug|netsh.exe| Listen: Yes
  3246. 16-4-9 08:40:12.8|Debug|netsh.exe| Delegate: No
  3247. 16-4-9 08:40:12.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3248. 16-4-9 08:40:12.8|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  3249. 16-4-9 08:40:12.8|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  3250. 16-4-9 08:40:12.8|Debug|netsh.exe| Listen: Yes
  3251. 16-4-9 08:40:12.8|Debug|netsh.exe| Delegate: Yes
  3252. 16-4-9 08:40:12.9|Debug|netsh.exe| User: BUILTIN\Administrators
  3253. 16-4-9 08:40:12.9|Debug|netsh.exe| Listen: No
  3254. 16-4-9 08:40:12.9|Debug|netsh.exe| Delegate: No
  3255. 16-4-9 08:40:12.9|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  3256. 16-4-9 08:40:12.9|Debug|netsh.exe| Listen: Yes
  3257. 16-4-9 08:40:12.9|Debug|netsh.exe| Delegate: Yes
  3258. 16-4-9 08:40:12.9|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  3259. 16-4-9 08:40:12.9|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  3260. 16-4-9 08:40:12.9|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3261. 16-4-9 08:40:12.9|Debug|netsh.exe| Listen: Yes
  3262. 16-4-9 08:40:12.9|Debug|netsh.exe| Delegate: No
  3263. 16-4-9 08:40:12.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3264. 16-4-9 08:40:12.9|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  3265. 16-4-9 08:40:12.9|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3266. 16-4-9 08:40:12.9|Debug|netsh.exe| Listen: Yes
  3267. 16-4-9 08:40:12.9|Debug|netsh.exe| Delegate: No
  3268. 16-4-9 08:40:12.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3269. 16-4-9 08:40:12.9|Debug|netsh.exe| Reserved URL : http://*:8989/
  3270. 16-4-9 08:40:12.9|Debug|netsh.exe| User: \Everyone
  3271. 16-4-9 08:40:12.9|Debug|netsh.exe| Listen: Yes
  3272. 16-4-9 08:40:12.9|Debug|netsh.exe| Delegate: No
  3273. 16-4-9 08:40:12.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  3274. 16-4-9 08:40:13.1|Info|Router|Application mode: Interactive
  3275. 16-4-9 08:40:13.1|Debug|Router|Console selected
  3276. 16-4-9 08:40:13.1|Info|OwinHostController|Listening on the following URLs:
  3277. 16-4-9 08:40:13.1|Info|OwinHostController| http://*:8989/
  3278. 16-4-9 08:40:15.5|Debug|OwinAppFactory|Attaching NzbDroneVersionMiddleWare to host
  3279. 16-4-9 08:40:15.5|Debug|OwinAppFactory|Attaching SignalRMiddleWare to host
  3280. 16-4-9 08:40:16.8|Debug|OwinAppFactory|Attaching NancyMiddleWare to host
  3281. 16-4-9 08:40:17.3|Info|NancyBootstrapper|Starting NzbDrone API
  3282. 16-4-9 08:40:19.3|Trace|EventAggregator|Publishing ApplicationStartedEvent
  3283. 16-4-9 08:40:35.6|Trace|EventAggregator|ApplicationStartedEvent -> UserService
  3284. 16-4-9 08:40:35.7|Trace|EventAggregator|ApplicationStartedEvent <- UserService
  3285. 16-4-9 08:40:35.7|Trace|EventAggregator|ApplicationStartedEvent -> DownloadClientFactory
  3286. 16-4-9 08:40:35.7|Debug|DownloadClientFactory|Initializing Providers. Count 11
  3287. 16-4-9 08:40:36.2|Trace|EventAggregator|ApplicationStartedEvent <- DownloadClientFactory
  3288. 16-4-9 08:40:36.2|Trace|EventAggregator|ApplicationStartedEvent -> IndexerFactory
  3289. 16-4-9 08:40:36.2|Debug|IndexerFactory|Initializing Providers. Count 14
  3290. 16-4-9 08:40:36.3|Trace|EventAggregator|ApplicationStartedEvent <- IndexerFactory
  3291. 16-4-9 08:40:36.3|Trace|EventAggregator|ApplicationStartedEvent -> ReconfigureLogging
  3292. 16-4-15 21:05:16.5|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\nzbdrone.console.exe - Version 2.0.0.3953
  3293. 16-4-15 21:11:09.1|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  3294. 16-4-15 21:11:14.2|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone.Console
  3295. 16-4-15 21:11:14.2|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
  3296. 16-4-15 21:11:14.2|Debug|ProcessProvider| - [8688] NzbDrone
  3297. 16-4-15 21:11:14.9|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3298. 16-4-15 21:11:16.3|Debug|MigrationLogger|Took: 00:00:01.3942071
  3299. 16-4-15 21:11:16.3|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3300. 16-4-15 21:11:16.4|Debug|MigrationLogger|Took: 00:00:00.1377997
  3301. 16-4-15 21:11:16.6|Debug|netsh.exe|Starting netsh.exe http show urlacl
  3302. 16-4-15 21:11:16.7|Debug|netsh.exe|URL Reservations:
  3303. 16-4-15 21:11:16.7|Debug|netsh.exe|-----------------
  3304. 16-4-15 21:11:16.7|Debug|netsh.exe| Reserved URL : http://*:5357/
  3305. 16-4-15 21:11:16.7|Debug|netsh.exe| User: BUILTIN\Users
  3306. 16-4-15 21:11:16.7|Debug|netsh.exe| Listen: Yes
  3307. 16-4-15 21:11:16.7|Debug|netsh.exe| Delegate: No
  3308. 16-4-15 21:11:16.7|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3309. 16-4-15 21:11:16.7|Debug|netsh.exe| Listen: Yes
  3310. 16-4-15 21:11:16.7|Debug|netsh.exe| Delegate: No
  3311. 16-4-15 21:11:16.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  3312. 16-4-15 21:11:16.7|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  3313. 16-4-15 21:11:16.7|Debug|netsh.exe| User: \Everyone
  3314. 16-4-15 21:11:16.7|Debug|netsh.exe| Listen: Yes
  3315. 16-4-15 21:11:16.7|Debug|netsh.exe| Delegate: No
  3316. 16-4-15 21:11:16.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  3317. 16-4-15 21:11:16.7|Debug|netsh.exe| Reserved URL : https://*:5358/
  3318. 16-4-15 21:11:16.7|Debug|netsh.exe| User: BUILTIN\Users
  3319. 16-4-15 21:11:16.7|Debug|netsh.exe| Listen: Yes
  3320. 16-4-15 21:11:16.7|Debug|netsh.exe| Delegate: No
  3321. 16-4-15 21:11:16.8|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3322. 16-4-15 21:11:16.8|Debug|netsh.exe| Listen: Yes
  3323. 16-4-15 21:11:16.8|Debug|netsh.exe| Delegate: No
  3324. 16-4-15 21:11:16.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  3325. 16-4-15 21:11:16.8|Debug|netsh.exe| Reserved URL : http://*:2869/
  3326. 16-4-15 21:11:16.8|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3327. 16-4-15 21:11:16.8|Debug|netsh.exe| Listen: Yes
  3328. 16-4-15 21:11:16.8|Debug|netsh.exe| Delegate: No
  3329. 16-4-15 21:11:16.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  3330. 16-4-15 21:11:16.8|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  3331. 16-4-15 21:11:16.8|Debug|netsh.exe| User: NT SERVICE\WinRM
  3332. 16-4-15 21:11:16.8|Debug|netsh.exe| Listen: Yes
  3333. 16-4-15 21:11:16.8|Debug|netsh.exe| Delegate: No
  3334. 16-4-15 21:11:16.8|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3335. 16-4-15 21:11:16.8|Debug|netsh.exe| Listen: Yes
  3336. 16-4-15 21:11:16.8|Debug|netsh.exe| Delegate: No
  3337. 16-4-15 21:11:16.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3338. 16-4-15 21:11:16.8|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  3339. 16-4-15 21:11:16.8|Debug|netsh.exe| User: NT SERVICE\WinRM
  3340. 16-4-15 21:11:16.8|Debug|netsh.exe| Listen: Yes
  3341. 16-4-15 21:11:16.8|Debug|netsh.exe| Delegate: No
  3342. 16-4-15 21:11:16.8|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3343. 16-4-15 21:11:16.8|Debug|netsh.exe| Listen: Yes
  3344. 16-4-15 21:11:16.8|Debug|netsh.exe| Delegate: No
  3345. 16-4-15 21:11:16.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3346. 16-4-15 21:11:16.8|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  3347. 16-4-15 21:11:16.8|Debug|netsh.exe| User: NT SERVICE\WinRM
  3348. 16-4-15 21:11:16.8|Debug|netsh.exe| Listen: Yes
  3349. 16-4-15 21:11:16.8|Debug|netsh.exe| Delegate: No
  3350. 16-4-15 21:11:16.8|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3351. 16-4-15 21:11:16.8|Debug|netsh.exe| Listen: Yes
  3352. 16-4-15 21:11:16.8|Debug|netsh.exe| Delegate: No
  3353. 16-4-15 21:11:16.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3354. 16-4-15 21:11:16.8|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  3355. 16-4-15 21:11:16.8|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3356. 16-4-15 21:11:16.8|Debug|netsh.exe| Listen: Yes
  3357. 16-4-15 21:11:16.8|Debug|netsh.exe| Delegate: No
  3358. 16-4-15 21:11:16.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3359. 16-4-15 21:11:16.9|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  3360. 16-4-15 21:11:16.9|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3361. 16-4-15 21:11:16.9|Debug|netsh.exe| Listen: Yes
  3362. 16-4-15 21:11:16.9|Debug|netsh.exe| Delegate: No
  3363. 16-4-15 21:11:16.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3364. 16-4-15 21:11:16.9|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  3365. 16-4-15 21:11:16.9|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  3366. 16-4-15 21:11:16.9|Debug|netsh.exe| Listen: Yes
  3367. 16-4-15 21:11:16.9|Debug|netsh.exe| Delegate: Yes
  3368. 16-4-15 21:11:16.9|Debug|netsh.exe| User: BUILTIN\Administrators
  3369. 16-4-15 21:11:16.9|Debug|netsh.exe| Listen: No
  3370. 16-4-15 21:11:16.9|Debug|netsh.exe| Delegate: No
  3371. 16-4-15 21:11:16.9|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  3372. 16-4-15 21:11:16.9|Debug|netsh.exe| Listen: Yes
  3373. 16-4-15 21:11:16.9|Debug|netsh.exe| Delegate: Yes
  3374. 16-4-15 21:11:16.9|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  3375. 16-4-15 21:11:16.9|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  3376. 16-4-15 21:11:16.9|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3377. 16-4-15 21:11:16.9|Debug|netsh.exe| Listen: Yes
  3378. 16-4-15 21:11:16.9|Debug|netsh.exe| Delegate: No
  3379. 16-4-15 21:11:16.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3380. 16-4-15 21:11:16.9|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  3381. 16-4-15 21:11:16.9|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3382. 16-4-15 21:11:16.9|Debug|netsh.exe| Listen: Yes
  3383. 16-4-15 21:11:16.9|Debug|netsh.exe| Delegate: No
  3384. 16-4-15 21:11:16.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3385. 16-4-15 21:11:16.9|Debug|netsh.exe| Reserved URL : http://*:8989/
  3386. 16-4-15 21:11:16.9|Debug|netsh.exe| User: \Everyone
  3387. 16-4-15 21:11:16.9|Debug|netsh.exe| Listen: Yes
  3388. 16-4-15 21:11:16.9|Debug|netsh.exe| Delegate: No
  3389. 16-4-15 21:11:16.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  3390. 16-4-15 21:11:17.0|Info|Router|Application mode: Interactive
  3391. 16-4-15 21:11:17.0|Debug|Router|Console selected
  3392. 16-4-15 21:11:17.1|Info|OwinHostController|Listening on the following URLs:
  3393. 16-4-15 21:11:17.1|Info|OwinHostController| http://*:8989/
  3394. 16-4-15 21:11:18.3|Debug|OwinAppFactory|Attaching NzbDroneVersionMiddleWare to host
  3395. 16-4-15 21:11:18.4|Debug|OwinAppFactory|Attaching SignalRMiddleWare to host
  3396. 16-4-15 21:11:18.5|Debug|OwinAppFactory|Attaching NancyMiddleWare to host
  3397. 16-4-15 21:11:18.7|Info|NancyBootstrapper|Starting NzbDrone API
  3398. 16-4-15 21:11:19.7|Trace|EventAggregator|Publishing ApplicationStartedEvent
  3399. 16-4-15 21:11:22.4|Trace|EventAggregator|ApplicationStartedEvent -> UserService
  3400. 16-4-15 21:11:22.5|Trace|EventAggregator|ApplicationStartedEvent <- UserService
  3401. 16-4-15 21:11:22.5|Trace|EventAggregator|ApplicationStartedEvent -> DownloadClientFactory
  3402. 16-4-15 21:11:22.5|Debug|DownloadClientFactory|Initializing Providers. Count 11
  3403. 16-4-15 21:11:22.7|Trace|EventAggregator|ApplicationStartedEvent <- DownloadClientFactory
  3404. 16-4-15 21:11:22.7|Trace|EventAggregator|ApplicationStartedEvent -> IndexerFactory
  3405. 16-4-15 21:11:22.7|Debug|IndexerFactory|Initializing Providers. Count 14
  3406. 16-4-15 21:11:22.8|Trace|EventAggregator|ApplicationStartedEvent <- IndexerFactory
  3407. 16-4-15 21:11:22.8|Trace|EventAggregator|ApplicationStartedEvent -> ReconfigureLogging
  3408. 16-4-22 16:37:14.2|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  3409. 16-4-22 16:37:21.2|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone.Console
  3410. 16-4-22 16:37:21.3|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
  3411. 16-4-22 16:37:21.3|Debug|ProcessProvider| - [4508] NzbDrone
  3412. 16-4-22 16:37:22.1|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3413. 16-4-22 16:37:25.3|Debug|MigrationLogger|Took: 00:00:03.2035333
  3414. 16-4-22 16:37:25.4|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3415. 16-4-22 16:37:25.4|Debug|MigrationLogger|Took: 00:00:00.0595569
  3416. 16-4-22 16:37:25.8|Debug|netsh.exe|Starting netsh.exe http show urlacl
  3417. 16-4-22 16:37:30.2|Debug|netsh.exe|URL Reservations:
  3418. 16-4-22 16:37:30.2|Debug|netsh.exe|-----------------
  3419. 16-4-22 16:37:30.2|Debug|netsh.exe| Reserved URL : http://*:5357/
  3420. 16-4-22 16:37:30.2|Debug|netsh.exe| User: BUILTIN\Users
  3421. 16-4-22 16:37:30.3|Debug|netsh.exe| Listen: Yes
  3422. 16-4-22 16:37:30.3|Debug|netsh.exe| Delegate: No
  3423. 16-4-22 16:37:30.3|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3424. 16-4-22 16:37:30.3|Debug|netsh.exe| Listen: Yes
  3425. 16-4-22 16:37:30.3|Debug|netsh.exe| Delegate: No
  3426. 16-4-22 16:37:30.3|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  3427. 16-4-22 16:37:30.3|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  3428. 16-4-22 16:37:30.3|Debug|netsh.exe| User: \Everyone
  3429. 16-4-22 16:37:30.3|Debug|netsh.exe| Listen: Yes
  3430. 16-4-22 16:37:30.3|Debug|netsh.exe| Delegate: No
  3431. 16-4-22 16:37:30.3|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  3432. 16-4-22 16:37:30.3|Debug|netsh.exe| Reserved URL : https://*:5358/
  3433. 16-4-22 16:37:30.3|Debug|netsh.exe| User: BUILTIN\Users
  3434. 16-4-22 16:37:30.3|Debug|netsh.exe| Listen: Yes
  3435. 16-4-22 16:37:30.3|Debug|netsh.exe| Delegate: No
  3436. 16-4-22 16:37:30.3|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3437. 16-4-22 16:37:30.3|Debug|netsh.exe| Listen: Yes
  3438. 16-4-22 16:37:30.3|Debug|netsh.exe| Delegate: No
  3439. 16-4-22 16:37:30.3|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  3440. 16-4-22 16:37:30.3|Debug|netsh.exe| Reserved URL : http://*:2869/
  3441. 16-4-22 16:37:30.3|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3442. 16-4-22 16:37:30.3|Debug|netsh.exe| Listen: Yes
  3443. 16-4-22 16:37:30.4|Debug|netsh.exe| Delegate: No
  3444. 16-4-22 16:37:30.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  3445. 16-4-22 16:37:30.4|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  3446. 16-4-22 16:37:30.4|Debug|netsh.exe| User: NT SERVICE\WinRM
  3447. 16-4-22 16:37:30.4|Debug|netsh.exe| Listen: Yes
  3448. 16-4-22 16:37:30.4|Debug|netsh.exe| Delegate: No
  3449. 16-4-22 16:37:30.4|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3450. 16-4-22 16:37:30.4|Debug|netsh.exe| Listen: Yes
  3451. 16-4-22 16:37:30.4|Debug|netsh.exe| Delegate: No
  3452. 16-4-22 16:37:30.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3453. 16-4-22 16:37:30.4|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  3454. 16-4-22 16:37:30.4|Debug|netsh.exe| User: NT SERVICE\WinRM
  3455. 16-4-22 16:37:30.4|Debug|netsh.exe| Listen: Yes
  3456. 16-4-22 16:37:30.4|Debug|netsh.exe| Delegate: No
  3457. 16-4-22 16:37:30.4|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3458. 16-4-22 16:37:30.4|Debug|netsh.exe| Listen: Yes
  3459. 16-4-22 16:37:30.4|Debug|netsh.exe| Delegate: No
  3460. 16-4-22 16:37:30.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3461. 16-4-22 16:37:30.5|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  3462. 16-4-22 16:37:30.5|Debug|netsh.exe| User: NT SERVICE\WinRM
  3463. 16-4-22 16:37:30.5|Debug|netsh.exe| Listen: Yes
  3464. 16-4-22 16:37:30.5|Debug|netsh.exe| Delegate: No
  3465. 16-4-22 16:37:30.5|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3466. 16-4-22 16:37:30.5|Debug|netsh.exe| Listen: Yes
  3467. 16-4-22 16:37:30.5|Debug|netsh.exe| Delegate: No
  3468. 16-4-22 16:37:30.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3469. 16-4-22 16:37:30.5|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  3470. 16-4-22 16:37:30.5|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3471. 16-4-22 16:37:30.5|Debug|netsh.exe| Listen: Yes
  3472. 16-4-22 16:37:30.5|Debug|netsh.exe| Delegate: No
  3473. 16-4-22 16:37:30.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3474. 16-4-22 16:37:30.5|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  3475. 16-4-22 16:37:30.5|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3476. 16-4-22 16:37:30.5|Debug|netsh.exe| Listen: Yes
  3477. 16-4-22 16:37:30.5|Debug|netsh.exe| Delegate: No
  3478. 16-4-22 16:37:30.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3479. 16-4-22 16:37:30.5|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  3480. 16-4-22 16:37:30.6|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  3481. 16-4-22 16:37:30.6|Debug|netsh.exe| Listen: Yes
  3482. 16-4-22 16:37:30.6|Debug|netsh.exe| Delegate: Yes
  3483. 16-4-22 16:37:30.6|Debug|netsh.exe| User: BUILTIN\Administrators
  3484. 16-4-22 16:37:30.6|Debug|netsh.exe| Listen: No
  3485. 16-4-22 16:37:30.6|Debug|netsh.exe| Delegate: No
  3486. 16-4-22 16:37:30.6|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  3487. 16-4-22 16:37:30.6|Debug|netsh.exe| Listen: Yes
  3488. 16-4-22 16:37:30.6|Debug|netsh.exe| Delegate: Yes
  3489. 16-4-22 16:37:30.6|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  3490. 16-4-22 16:37:30.6|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  3491. 16-4-22 16:37:30.6|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3492. 16-4-22 16:37:30.7|Debug|netsh.exe| Listen: Yes
  3493. 16-4-22 16:37:30.7|Debug|netsh.exe| Delegate: No
  3494. 16-4-22 16:37:30.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3495. 16-4-22 16:37:30.7|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  3496. 16-4-22 16:37:30.7|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3497. 16-4-22 16:37:30.7|Debug|netsh.exe| Listen: Yes
  3498. 16-4-22 16:37:30.7|Debug|netsh.exe| Delegate: No
  3499. 16-4-22 16:37:30.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3500. 16-4-22 16:37:30.7|Debug|netsh.exe| Reserved URL : http://*:8989/
  3501. 16-4-22 16:37:30.7|Debug|netsh.exe| User: \Everyone
  3502. 16-4-22 16:37:30.7|Debug|netsh.exe| Listen: Yes
  3503. 16-4-22 16:37:30.7|Debug|netsh.exe| Delegate: No
  3504. 16-4-22 16:37:30.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  3505. 16-4-22 16:37:30.9|Info|Router|Application mode: Interactive
  3506. 16-4-22 16:37:30.9|Debug|Router|Console selected
  3507. 16-4-22 16:37:31.1|Info|OwinHostController|Listening on the following URLs:
  3508. 16-4-22 16:37:31.1|Info|OwinHostController| http://*:8989/
  3509. 16-4-22 16:37:33.9|Debug|OwinAppFactory|Attaching NzbDroneVersionMiddleWare to host
  3510. 16-4-22 16:37:33.9|Debug|OwinAppFactory|Attaching SignalRMiddleWare to host
  3511. 16-4-22 16:37:34.7|Debug|OwinAppFactory|Attaching NancyMiddleWare to host
  3512. 16-4-22 16:37:35.5|Info|NancyBootstrapper|Starting NzbDrone API
  3513. 16-4-22 16:37:37.3|Trace|EventAggregator|Publishing ApplicationStartedEvent
  3514. 16-4-22 16:37:45.2|Trace|EventAggregator|ApplicationStartedEvent -> UserService
  3515. 16-4-22 16:37:45.3|Trace|EventAggregator|ApplicationStartedEvent <- UserService
  3516. 16-4-22 16:37:45.3|Trace|EventAggregator|ApplicationStartedEvent -> DownloadClientFactory
  3517. 16-4-22 16:37:45.3|Debug|DownloadClientFactory|Initializing Providers. Count 11
  3518. 16-4-22 16:37:46.2|Trace|EventAggregator|ApplicationStartedEvent <- DownloadClientFactory
  3519. 16-4-22 16:37:46.2|Trace|EventAggregator|ApplicationStartedEvent -> IndexerFactory
  3520. 16-4-22 16:37:46.2|Debug|IndexerFactory|Initializing Providers. Count 14
  3521. 16-4-22 16:37:46.3|Trace|EventAggregator|ApplicationStartedEvent <- IndexerFactory
  3522. 16-4-22 16:37:46.3|Trace|EventAggregator|ApplicationStartedEvent -> ReconfigureLogging
  3523. 16-4-22 16:39:14.9|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  3524. 16-4-22 16:39:18.9|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone.Console
  3525. 16-4-22 16:39:18.9|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
  3526. 16-4-22 16:39:18.9|Debug|ProcessProvider| - [2280] NzbDrone
  3527. 16-4-22 16:39:19.6|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3528. 16-4-22 16:39:20.6|Debug|MigrationLogger|Took: 00:00:01.0056328
  3529. 16-4-22 16:39:20.6|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3530. 16-4-22 16:39:20.7|Debug|MigrationLogger|Took: 00:00:00.0575730
  3531. 16-4-22 16:39:20.9|Debug|netsh.exe|Starting netsh.exe http show urlacl
  3532. 16-4-22 16:39:21.4|Debug|netsh.exe|URL Reservations:
  3533. 16-4-22 16:39:21.4|Debug|netsh.exe|-----------------
  3534. 16-4-22 16:39:21.4|Debug|netsh.exe| Reserved URL : http://*:5357/
  3535. 16-4-22 16:39:21.4|Debug|netsh.exe| User: BUILTIN\Users
  3536. 16-4-22 16:39:21.4|Debug|netsh.exe| Listen: Yes
  3537. 16-4-22 16:39:21.4|Debug|netsh.exe| Delegate: No
  3538. 16-4-22 16:39:21.4|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3539. 16-4-22 16:39:21.4|Debug|netsh.exe| Listen: Yes
  3540. 16-4-22 16:39:21.4|Debug|netsh.exe| Delegate: No
  3541. 16-4-22 16:39:21.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  3542. 16-4-22 16:39:21.5|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  3543. 16-4-22 16:39:21.5|Debug|netsh.exe| User: \Everyone
  3544. 16-4-22 16:39:21.5|Debug|netsh.exe| Listen: Yes
  3545. 16-4-22 16:39:21.5|Debug|netsh.exe| Delegate: No
  3546. 16-4-22 16:39:21.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  3547. 16-4-22 16:39:21.5|Debug|netsh.exe| Reserved URL : https://*:5358/
  3548. 16-4-22 16:39:21.5|Debug|netsh.exe| User: BUILTIN\Users
  3549. 16-4-22 16:39:21.5|Debug|netsh.exe| Listen: Yes
  3550. 16-4-22 16:39:21.5|Debug|netsh.exe| Delegate: No
  3551. 16-4-22 16:39:21.5|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3552. 16-4-22 16:39:21.5|Debug|netsh.exe| Listen: Yes
  3553. 16-4-22 16:39:21.5|Debug|netsh.exe| Delegate: No
  3554. 16-4-22 16:39:21.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  3555. 16-4-22 16:39:21.5|Debug|netsh.exe| Reserved URL : http://*:2869/
  3556. 16-4-22 16:39:21.5|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3557. 16-4-22 16:39:21.5|Debug|netsh.exe| Listen: Yes
  3558. 16-4-22 16:39:21.5|Debug|netsh.exe| Delegate: No
  3559. 16-4-22 16:39:21.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  3560. 16-4-22 16:39:21.6|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  3561. 16-4-22 16:39:21.6|Debug|netsh.exe| User: NT SERVICE\WinRM
  3562. 16-4-22 16:39:21.6|Debug|netsh.exe| Listen: Yes
  3563. 16-4-22 16:39:21.6|Debug|netsh.exe| Delegate: No
  3564. 16-4-22 16:39:21.6|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3565. 16-4-22 16:39:21.6|Debug|netsh.exe| Listen: Yes
  3566. 16-4-22 16:39:21.6|Debug|netsh.exe| Delegate: No
  3567. 16-4-22 16:39:21.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3568. 16-4-22 16:39:21.6|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  3569. 16-4-22 16:39:21.6|Debug|netsh.exe| User: NT SERVICE\WinRM
  3570. 16-4-22 16:39:21.6|Debug|netsh.exe| Listen: Yes
  3571. 16-4-22 16:39:21.6|Debug|netsh.exe| Delegate: No
  3572. 16-4-22 16:39:21.6|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3573. 16-4-22 16:39:21.6|Debug|netsh.exe| Listen: Yes
  3574. 16-4-22 16:39:21.6|Debug|netsh.exe| Delegate: No
  3575. 16-4-22 16:39:21.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3576. 16-4-22 16:39:21.6|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  3577. 16-4-22 16:39:21.6|Debug|netsh.exe| User: NT SERVICE\WinRM
  3578. 16-4-22 16:39:21.6|Debug|netsh.exe| Listen: Yes
  3579. 16-4-22 16:39:21.6|Debug|netsh.exe| Delegate: No
  3580. 16-4-22 16:39:21.7|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3581. 16-4-22 16:39:21.7|Debug|netsh.exe| Listen: Yes
  3582. 16-4-22 16:39:21.7|Debug|netsh.exe| Delegate: No
  3583. 16-4-22 16:39:21.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3584. 16-4-22 16:39:21.7|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  3585. 16-4-22 16:39:21.7|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3586. 16-4-22 16:39:21.7|Debug|netsh.exe| Listen: Yes
  3587. 16-4-22 16:39:21.7|Debug|netsh.exe| Delegate: No
  3588. 16-4-22 16:39:21.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3589. 16-4-22 16:39:21.7|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  3590. 16-4-22 16:39:21.7|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3591. 16-4-22 16:39:21.7|Debug|netsh.exe| Listen: Yes
  3592. 16-4-22 16:39:21.7|Debug|netsh.exe| Delegate: No
  3593. 16-4-22 16:39:21.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3594. 16-4-22 16:39:21.7|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  3595. 16-4-22 16:39:21.7|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  3596. 16-4-22 16:39:21.7|Debug|netsh.exe| Listen: Yes
  3597. 16-4-22 16:39:21.7|Debug|netsh.exe| Delegate: Yes
  3598. 16-4-22 16:39:21.7|Debug|netsh.exe| User: BUILTIN\Administrators
  3599. 16-4-22 16:39:21.7|Debug|netsh.exe| Listen: No
  3600. 16-4-22 16:39:21.7|Debug|netsh.exe| Delegate: No
  3601. 16-4-22 16:39:21.7|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  3602. 16-4-22 16:39:21.7|Debug|netsh.exe| Listen: Yes
  3603. 16-4-22 16:39:21.7|Debug|netsh.exe| Delegate: Yes
  3604. 16-4-22 16:39:21.7|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  3605. 16-4-22 16:39:21.8|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  3606. 16-4-22 16:39:21.8|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3607. 16-4-22 16:39:21.8|Debug|netsh.exe| Listen: Yes
  3608. 16-4-22 16:39:21.8|Debug|netsh.exe| Delegate: No
  3609. 16-4-22 16:39:21.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3610. 16-4-22 16:39:21.8|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  3611. 16-4-22 16:39:21.8|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3612. 16-4-22 16:39:21.8|Debug|netsh.exe| Listen: Yes
  3613. 16-4-22 16:39:21.8|Debug|netsh.exe| Delegate: No
  3614. 16-4-22 16:39:21.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3615. 16-4-22 16:39:21.8|Debug|netsh.exe| Reserved URL : http://*:8989/
  3616. 16-4-22 16:39:21.8|Debug|netsh.exe| User: \Everyone
  3617. 16-4-22 16:39:21.8|Debug|netsh.exe| Listen: Yes
  3618. 16-4-22 16:39:21.8|Debug|netsh.exe| Delegate: No
  3619. 16-4-22 16:39:21.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  3620. 16-4-22 16:39:22.0|Info|Router|Application mode: Interactive
  3621. 16-4-22 16:39:22.0|Debug|Router|Console selected
  3622. 16-4-22 16:39:22.0|Info|OwinHostController|Listening on the following URLs:
  3623. 16-4-22 16:39:22.0|Info|OwinHostController| http://*:8989/
  3624. 16-4-22 16:39:22.4|Debug|OwinAppFactory|Attaching NzbDroneVersionMiddleWare to host
  3625. 16-4-22 16:39:22.4|Debug|OwinAppFactory|Attaching SignalRMiddleWare to host
  3626. 16-4-22 16:39:22.5|Debug|OwinAppFactory|Attaching NancyMiddleWare to host
  3627. 16-4-22 16:39:22.7|Info|NancyBootstrapper|Starting NzbDrone API
  3628. 16-4-22 16:39:23.9|Trace|EventAggregator|Publishing ApplicationStartedEvent
  3629. 16-4-22 16:39:28.6|Trace|EventAggregator|ApplicationStartedEvent -> UserService
  3630. 16-4-22 16:39:28.7|Trace|EventAggregator|ApplicationStartedEvent <- UserService
  3631. 16-4-22 16:39:28.7|Trace|EventAggregator|ApplicationStartedEvent -> DownloadClientFactory
  3632. 16-4-22 16:39:28.7|Debug|DownloadClientFactory|Initializing Providers. Count 11
  3633. 16-4-22 16:39:29.1|Trace|EventAggregator|ApplicationStartedEvent <- DownloadClientFactory
  3634. 16-4-22 16:39:29.1|Trace|EventAggregator|ApplicationStartedEvent -> IndexerFactory
  3635. 16-4-22 16:39:29.1|Debug|IndexerFactory|Initializing Providers. Count 14
  3636. 16-4-22 16:39:29.1|Trace|EventAggregator|ApplicationStartedEvent <- IndexerFactory
  3637. 16-4-22 16:39:29.1|Trace|EventAggregator|ApplicationStartedEvent -> ReconfigureLogging
  3638. 16-4-22 16:44:29.9|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  3639. 16-4-22 16:44:34.2|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone.Console
  3640. 16-4-22 16:44:34.2|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
  3641. 16-4-22 16:44:34.2|Debug|ProcessProvider| - [7452] NzbDrone
  3642. 16-4-22 16:44:34.9|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3643. 16-4-22 16:44:36.0|Debug|MigrationLogger|Took: 00:00:01.1241722
  3644. 16-4-22 16:44:36.1|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3645. 16-4-22 16:44:36.1|Debug|MigrationLogger|Took: 00:00:00.0568836
  3646. 16-4-22 16:44:36.4|Debug|netsh.exe|Starting netsh.exe http show urlacl
  3647. 16-4-22 16:44:36.7|Debug|netsh.exe|URL Reservations:
  3648. 16-4-22 16:44:36.7|Debug|netsh.exe|-----------------
  3649. 16-4-22 16:44:36.7|Debug|netsh.exe| Reserved URL : http://*:5357/
  3650. 16-4-22 16:44:36.7|Debug|netsh.exe| User: BUILTIN\Users
  3651. 16-4-22 16:44:36.7|Debug|netsh.exe| Listen: Yes
  3652. 16-4-22 16:44:36.7|Debug|netsh.exe| Delegate: No
  3653. 16-4-22 16:44:36.7|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3654. 16-4-22 16:44:36.7|Debug|netsh.exe| Listen: Yes
  3655. 16-4-22 16:44:36.7|Debug|netsh.exe| Delegate: No
  3656. 16-4-22 16:44:36.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  3657. 16-4-22 16:44:36.7|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  3658. 16-4-22 16:44:36.7|Debug|netsh.exe| User: \Everyone
  3659. 16-4-22 16:44:36.7|Debug|netsh.exe| Listen: Yes
  3660. 16-4-22 16:44:36.7|Debug|netsh.exe| Delegate: No
  3661. 16-4-22 16:44:36.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  3662. 16-4-22 16:44:36.7|Debug|netsh.exe| Reserved URL : https://*:5358/
  3663. 16-4-22 16:44:36.8|Debug|netsh.exe| User: BUILTIN\Users
  3664. 16-4-22 16:44:36.8|Debug|netsh.exe| Listen: Yes
  3665. 16-4-22 16:44:36.8|Debug|netsh.exe| Delegate: No
  3666. 16-4-22 16:44:36.8|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3667. 16-4-22 16:44:36.8|Debug|netsh.exe| Listen: Yes
  3668. 16-4-22 16:44:36.8|Debug|netsh.exe| Delegate: No
  3669. 16-4-22 16:44:36.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  3670. 16-4-22 16:44:36.8|Debug|netsh.exe| Reserved URL : http://*:2869/
  3671. 16-4-22 16:44:36.8|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3672. 16-4-22 16:44:36.8|Debug|netsh.exe| Listen: Yes
  3673. 16-4-22 16:44:36.8|Debug|netsh.exe| Delegate: No
  3674. 16-4-22 16:44:36.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  3675. 16-4-22 16:44:36.8|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  3676. 16-4-22 16:44:36.8|Debug|netsh.exe| User: NT SERVICE\WinRM
  3677. 16-4-22 16:44:36.8|Debug|netsh.exe| Listen: Yes
  3678. 16-4-22 16:44:36.8|Debug|netsh.exe| Delegate: No
  3679. 16-4-22 16:44:36.8|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3680. 16-4-22 16:44:36.8|Debug|netsh.exe| Listen: Yes
  3681. 16-4-22 16:44:36.8|Debug|netsh.exe| Delegate: No
  3682. 16-4-22 16:44:36.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3683. 16-4-22 16:44:36.9|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  3684. 16-4-22 16:44:36.9|Debug|netsh.exe| User: NT SERVICE\WinRM
  3685. 16-4-22 16:44:36.9|Debug|netsh.exe| Listen: Yes
  3686. 16-4-22 16:44:36.9|Debug|netsh.exe| Delegate: No
  3687. 16-4-22 16:44:36.9|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3688. 16-4-22 16:44:36.9|Debug|netsh.exe| Listen: Yes
  3689. 16-4-22 16:44:36.9|Debug|netsh.exe| Delegate: No
  3690. 16-4-22 16:44:36.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3691. 16-4-22 16:44:36.9|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  3692. 16-4-22 16:44:36.9|Debug|netsh.exe| User: NT SERVICE\WinRM
  3693. 16-4-22 16:44:36.9|Debug|netsh.exe| Listen: Yes
  3694. 16-4-22 16:44:36.9|Debug|netsh.exe| Delegate: No
  3695. 16-4-22 16:44:36.9|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3696. 16-4-22 16:44:36.9|Debug|netsh.exe| Listen: Yes
  3697. 16-4-22 16:44:36.9|Debug|netsh.exe| Delegate: No
  3698. 16-4-22 16:44:36.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3699. 16-4-22 16:44:36.9|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  3700. 16-4-22 16:44:36.9|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3701. 16-4-22 16:44:36.9|Debug|netsh.exe| Listen: Yes
  3702. 16-4-22 16:44:36.9|Debug|netsh.exe| Delegate: No
  3703. 16-4-22 16:44:36.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3704. 16-4-22 16:44:36.9|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  3705. 16-4-22 16:44:36.9|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3706. 16-4-22 16:44:37.0|Debug|netsh.exe| Listen: Yes
  3707. 16-4-22 16:44:37.0|Debug|netsh.exe| Delegate: No
  3708. 16-4-22 16:44:37.0|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3709. 16-4-22 16:44:37.0|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  3710. 16-4-22 16:44:37.0|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  3711. 16-4-22 16:44:37.0|Debug|netsh.exe| Listen: Yes
  3712. 16-4-22 16:44:37.0|Debug|netsh.exe| Delegate: Yes
  3713. 16-4-22 16:44:37.0|Debug|netsh.exe| User: BUILTIN\Administrators
  3714. 16-4-22 16:44:37.0|Debug|netsh.exe| Listen: No
  3715. 16-4-22 16:44:37.0|Debug|netsh.exe| Delegate: No
  3716. 16-4-22 16:44:37.0|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  3717. 16-4-22 16:44:37.0|Debug|netsh.exe| Listen: Yes
  3718. 16-4-22 16:44:37.0|Debug|netsh.exe| Delegate: Yes
  3719. 16-4-22 16:44:37.0|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  3720. 16-4-22 16:44:37.0|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  3721. 16-4-22 16:44:37.0|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3722. 16-4-22 16:44:37.0|Debug|netsh.exe| Listen: Yes
  3723. 16-4-22 16:44:37.0|Debug|netsh.exe| Delegate: No
  3724. 16-4-22 16:44:37.0|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3725. 16-4-22 16:44:37.0|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  3726. 16-4-22 16:44:37.0|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3727. 16-4-22 16:44:37.0|Debug|netsh.exe| Listen: Yes
  3728. 16-4-22 16:44:37.0|Debug|netsh.exe| Delegate: No
  3729. 16-4-22 16:44:37.0|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3730. 16-4-22 16:44:37.0|Debug|netsh.exe| Reserved URL : http://*:8989/
  3731. 16-4-22 16:44:37.0|Debug|netsh.exe| User: \Everyone
  3732. 16-4-22 16:44:37.1|Debug|netsh.exe| Listen: Yes
  3733. 16-4-22 16:44:37.1|Debug|netsh.exe| Delegate: No
  3734. 16-4-22 16:44:37.1|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  3735. 16-4-22 16:44:37.3|Info|Router|Application mode: Interactive
  3736. 16-4-22 16:44:37.3|Debug|Router|Console selected
  3737. 16-4-22 16:44:37.3|Info|OwinHostController|Listening on the following URLs:
  3738. 16-4-22 16:44:37.3|Info|OwinHostController| http://*:8989/
  3739. 16-4-22 16:44:37.7|Debug|OwinAppFactory|Attaching NzbDroneVersionMiddleWare to host
  3740. 16-4-22 16:44:37.7|Debug|OwinAppFactory|Attaching SignalRMiddleWare to host
  3741. 16-4-22 16:44:37.7|Debug|OwinAppFactory|Attaching NancyMiddleWare to host
  3742. 16-4-22 16:44:37.9|Info|NancyBootstrapper|Starting NzbDrone API
  3743. 16-4-22 16:44:39.8|Trace|EventAggregator|Publishing ApplicationStartedEvent
  3744. 16-4-22 16:44:46.4|Trace|EventAggregator|ApplicationStartedEvent -> UserService
  3745. 16-4-22 16:44:46.5|Trace|EventAggregator|ApplicationStartedEvent <- UserService
  3746. 16-4-22 16:44:46.5|Trace|EventAggregator|ApplicationStartedEvent -> DownloadClientFactory
  3747. 16-4-22 16:44:46.5|Debug|DownloadClientFactory|Initializing Providers. Count 11
  3748. 16-4-22 16:44:47.1|Trace|EventAggregator|ApplicationStartedEvent <- DownloadClientFactory
  3749. 16-4-22 16:44:47.1|Trace|EventAggregator|ApplicationStartedEvent -> IndexerFactory
  3750. 16-4-22 16:44:47.1|Debug|IndexerFactory|Initializing Providers. Count 14
  3751. 16-4-22 16:44:47.1|Trace|EventAggregator|ApplicationStartedEvent <- IndexerFactory
  3752. 16-4-22 16:44:47.1|Trace|EventAggregator|ApplicationStartedEvent -> ReconfigureLogging
  3753. 16-4-25 15:02:54.8|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\nzbdrone.console.exe - Version 2.0.0.3953
  3754. 16-4-25 15:05:22.1|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  3755. 16-4-25 15:05:29.0|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone.Console
  3756. 16-4-25 15:05:29.0|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
  3757. 16-4-25 15:05:29.0|Debug|ProcessProvider| - [5636] NzbDrone
  3758. 16-4-25 15:05:30.9|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3759. 16-4-25 15:05:34.3|Debug|MigrationLogger|Took: 00:00:03.3543086
  3760. 16-4-25 15:05:34.3|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3761. 16-4-25 15:05:34.9|Debug|MigrationLogger|Took: 00:00:00.6188556
  3762. 16-4-25 15:05:35.2|Debug|netsh.exe|Starting netsh.exe http show urlacl
  3763. 16-4-25 15:05:35.5|Debug|netsh.exe|URL Reservations:
  3764. 16-4-25 15:05:35.5|Debug|netsh.exe|-----------------
  3765. 16-4-25 15:05:35.6|Debug|netsh.exe| Reserved URL : http://*:5357/
  3766. 16-4-25 15:05:35.6|Debug|netsh.exe| User: BUILTIN\Users
  3767. 16-4-25 15:05:35.6|Debug|netsh.exe| Listen: Yes
  3768. 16-4-25 15:05:35.6|Debug|netsh.exe| Delegate: No
  3769. 16-4-25 15:05:35.6|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3770. 16-4-25 15:05:35.6|Debug|netsh.exe| Listen: Yes
  3771. 16-4-25 15:05:35.6|Debug|netsh.exe| Delegate: No
  3772. 16-4-25 15:05:35.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  3773. 16-4-25 15:05:35.6|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  3774. 16-4-25 15:05:35.6|Debug|netsh.exe| User: \Everyone
  3775. 16-4-25 15:05:35.6|Debug|netsh.exe| Listen: Yes
  3776. 16-4-25 15:05:35.7|Debug|netsh.exe| Delegate: No
  3777. 16-4-25 15:05:35.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  3778. 16-4-25 15:05:35.7|Debug|netsh.exe| Reserved URL : https://*:5358/
  3779. 16-4-25 15:05:35.7|Debug|netsh.exe| User: BUILTIN\Users
  3780. 16-4-25 15:05:35.7|Debug|netsh.exe| Listen: Yes
  3781. 16-4-25 15:05:35.7|Debug|netsh.exe| Delegate: No
  3782. 16-4-25 15:05:35.7|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3783. 16-4-25 15:05:35.7|Debug|netsh.exe| Listen: Yes
  3784. 16-4-25 15:05:35.7|Debug|netsh.exe| Delegate: No
  3785. 16-4-25 15:05:35.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  3786. 16-4-25 15:05:35.7|Debug|netsh.exe| Reserved URL : http://*:2869/
  3787. 16-4-25 15:05:35.7|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  3788. 16-4-25 15:05:35.7|Debug|netsh.exe| Listen: Yes
  3789. 16-4-25 15:05:35.7|Debug|netsh.exe| Delegate: No
  3790. 16-4-25 15:05:35.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  3791. 16-4-25 15:05:35.7|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  3792. 16-4-25 15:05:35.8|Debug|netsh.exe| User: NT SERVICE\WinRM
  3793. 16-4-25 15:05:35.8|Debug|netsh.exe| Listen: Yes
  3794. 16-4-25 15:05:35.8|Debug|netsh.exe| Delegate: No
  3795. 16-4-25 15:05:35.8|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3796. 16-4-25 15:05:35.8|Debug|netsh.exe| Listen: Yes
  3797. 16-4-25 15:05:35.8|Debug|netsh.exe| Delegate: No
  3798. 16-4-25 15:05:35.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3799. 16-4-25 15:05:35.8|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  3800. 16-4-25 15:05:35.8|Debug|netsh.exe| User: NT SERVICE\WinRM
  3801. 16-4-25 15:05:35.8|Debug|netsh.exe| Listen: Yes
  3802. 16-4-25 15:05:35.8|Debug|netsh.exe| Delegate: No
  3803. 16-4-25 15:05:35.9|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3804. 16-4-25 15:05:35.9|Debug|netsh.exe| Listen: Yes
  3805. 16-4-25 15:05:35.9|Debug|netsh.exe| Delegate: No
  3806. 16-4-25 15:05:35.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3807. 16-4-25 15:05:35.9|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  3808. 16-4-25 15:05:35.9|Debug|netsh.exe| User: NT SERVICE\WinRM
  3809. 16-4-25 15:05:35.9|Debug|netsh.exe| Listen: Yes
  3810. 16-4-25 15:05:35.9|Debug|netsh.exe| Delegate: No
  3811. 16-4-25 15:05:35.9|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  3812. 16-4-25 15:05:35.9|Debug|netsh.exe| Listen: Yes
  3813. 16-4-25 15:05:35.9|Debug|netsh.exe| Delegate: No
  3814. 16-4-25 15:05:35.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  3815. 16-4-25 15:05:35.9|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  3816. 16-4-25 15:05:35.9|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3817. 16-4-25 15:05:35.9|Debug|netsh.exe| Listen: Yes
  3818. 16-4-25 15:05:35.9|Debug|netsh.exe| Delegate: No
  3819. 16-4-25 15:05:35.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3820. 16-4-25 15:05:35.9|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  3821. 16-4-25 15:05:35.9|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  3822. 16-4-25 15:05:36.0|Debug|netsh.exe| Listen: Yes
  3823. 16-4-25 15:05:36.0|Debug|netsh.exe| Delegate: No
  3824. 16-4-25 15:05:36.0|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  3825. 16-4-25 15:05:36.0|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  3826. 16-4-25 15:05:36.0|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  3827. 16-4-25 15:05:36.0|Debug|netsh.exe| Listen: Yes
  3828. 16-4-25 15:05:36.0|Debug|netsh.exe| Delegate: Yes
  3829. 16-4-25 15:05:36.0|Debug|netsh.exe| User: BUILTIN\Administrators
  3830. 16-4-25 15:05:36.0|Debug|netsh.exe| Listen: No
  3831. 16-4-25 15:05:36.0|Debug|netsh.exe| Delegate: No
  3832. 16-4-25 15:05:36.0|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  3833. 16-4-25 15:05:36.0|Debug|netsh.exe| Listen: Yes
  3834. 16-4-25 15:05:36.0|Debug|netsh.exe| Delegate: Yes
  3835. 16-4-25 15:05:36.0|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  3836. 16-4-25 15:05:36.0|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  3837. 16-4-25 15:05:36.0|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3838. 16-4-25 15:05:36.0|Debug|netsh.exe| Listen: Yes
  3839. 16-4-25 15:05:36.0|Debug|netsh.exe| Delegate: No
  3840. 16-4-25 15:05:36.0|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3841. 16-4-25 15:05:36.0|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  3842. 16-4-25 15:05:36.0|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  3843. 16-4-25 15:05:36.1|Debug|netsh.exe| Listen: Yes
  3844. 16-4-25 15:05:36.1|Debug|netsh.exe| Delegate: No
  3845. 16-4-25 15:05:36.1|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  3846. 16-4-25 15:05:36.1|Debug|netsh.exe| Reserved URL : http://*:8989/
  3847. 16-4-25 15:05:36.1|Debug|netsh.exe| User: \Everyone
  3848. 16-4-25 15:05:36.1|Debug|netsh.exe| Listen: Yes
  3849. 16-4-25 15:05:36.1|Debug|netsh.exe| Delegate: No
  3850. 16-4-25 15:05:36.1|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  3851. 16-4-25 15:05:36.4|Info|Router|Application mode: Interactive
  3852. 16-4-25 15:05:36.4|Debug|Router|Console selected
  3853. 16-4-25 15:05:36.4|Info|OwinHostController|Listening on the following URLs:
  3854. 16-4-25 15:05:36.4|Info|OwinHostController| http://*:8989/
  3855. 16-4-25 15:05:38.4|Debug|OwinAppFactory|Attaching NzbDroneVersionMiddleWare to host
  3856. 16-4-25 15:05:38.4|Debug|OwinAppFactory|Attaching SignalRMiddleWare to host
  3857. 16-4-25 15:05:39.0|Debug|OwinAppFactory|Attaching NancyMiddleWare to host
  3858. 16-4-25 15:05:39.5|Info|NancyBootstrapper|Starting NzbDrone API
  3859. 16-4-25 15:05:42.0|Trace|EventAggregator|Publishing ApplicationStartedEvent
  3860. 16-4-25 15:05:45.5|Trace|EventAggregator|ApplicationStartedEvent -> UserService
  3861. 16-4-25 15:05:45.6|Trace|EventAggregator|ApplicationStartedEvent <- UserService
  3862. 16-4-25 15:05:45.6|Trace|EventAggregator|ApplicationStartedEvent -> DownloadClientFactory
  3863. 16-4-25 15:05:45.6|Debug|DownloadClientFactory|Initializing Providers. Count 11
  3864. 16-4-25 15:05:46.0|Trace|EventAggregator|ApplicationStartedEvent <- DownloadClientFactory
  3865. 16-4-25 15:05:46.0|Trace|EventAggregator|ApplicationStartedEvent -> IndexerFactory
  3866. 16-4-25 15:05:46.0|Debug|IndexerFactory|Initializing Providers. Count 14
  3867. 16-4-25 15:05:46.0|Trace|EventAggregator|ApplicationStartedEvent <- IndexerFactory
  3868. 16-4-25 15:05:46.0|Trace|EventAggregator|ApplicationStartedEvent -> ReconfigureLogging
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement