Skip to content

Instantly share code, notes, and snippets.

@tankerkiller125
Created June 10, 2024 00:08
Show Gist options
  • Save tankerkiller125/65936edadf3685466358c4a9c9876627 to your computer and use it in GitHub Desktop.
Save tankerkiller125/65936edadf3685466358c4a9c9876627 to your computer and use it in GitHub Desktop.
[2024-06-10 00:00:00.019 +00:00] [INF] Playback Reporting Data Trim
[2024-06-10 00:00:00.036 +00:00] [INF] MaxDataAge : 12
[2024-06-10 00:00:00.049 +00:00] [INF] DeleteOldData : "delete from PlaybackActivity where DateCreated < '2023-06-10 00:00:00.0385224'"
[2024-06-10 00:00:00.051 +00:00] [INF] Default journal_mode for "/var/lib/jellyfin/data/playback_reporting.db" is "delete"
[2024-06-10 00:00:00.071 +00:00] [INF] "Playback Reporting Trim Db" Completed after 0 minute(s) and 0 seconds
[2024-06-10 00:00:00.281 +00:00] [ERR] An error occurred using the connection to database '"main"' on server '"/var/lib/jellyfin/data/jellyfin.db"'.
[2024-06-10 00:00:00.301 +00:00] [ERR] An exception occurred while iterating over the results of a query for context type '"Jellyfin.Server.Implementations.JellyfinDbContext"'."
""Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'unable to delete/modify user-function due to active statements'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteConnection.Deactivate()
at Microsoft.Data.Sqlite.SqliteConnectionInternal.Close()
at Microsoft.Data.Sqlite.SqliteConnection.Open()
at System.Data.Common.DbConnection.OpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()"
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'unable to delete/modify user-function due to active statements'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteConnection.Deactivate()
at Microsoft.Data.Sqlite.SqliteConnectionInternal.Close()
at Microsoft.Data.Sqlite.SqliteConnection.Open()
at System.Data.Common.DbConnection.OpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
[2024-06-10 00:00:00.313 +00:00] [ERR] Error processing request. URL "GET" "/Users/e2b708f90f1b46939137f2bb41a15c0b/Items/6a67061435c54416c133becbf7435f7e".
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'unable to delete/modify user-function due to active statements'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteConnection.Deactivate()
at Microsoft.Data.Sqlite.SqliteConnectionInternal.Close()
at Microsoft.Data.Sqlite.SqliteConnection.Open()
at System.Data.Common.DbConnection.OpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken)
at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfo(HttpRequest requestContext)
at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate(HttpRequest request)
at Jellyfin.Api.Auth.CustomAuthenticationHandler.HandleAuthenticateAsync()
at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.AuthenticateAsync()
at Microsoft.AspNetCore.Authentication.AuthenticationService.AuthenticateAsync(HttpContext context, String scheme)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
[2024-06-10 00:00:00.619 +00:00] [ERR] An error occurred using the connection to database '"main"' on server '"/var/lib/jellyfin/data/jellyfin.db"'.
[2024-06-10 00:00:00.631 +00:00] [ERR] An exception occurred while iterating over the results of a query for context type '"Jellyfin.Server.Implementations.JellyfinDbContext"'."
""Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'unable to delete/modify user-function due to active statements'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteConnection.Open()
at System.Data.Common.DbConnection.OpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()"
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'unable to delete/modify user-function due to active statements'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteConnection.Open()
at System.Data.Common.DbConnection.OpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
[2024-06-10 00:00:00.649 +00:00] [ERR] Error processing request. URL "GET" "/Users/e2b708f90f1b46939137f2bb41a15c0b/Items/82922eea7e34fb736d4cf3ba8fe5d4e1".
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'unable to delete/modify user-function due to active statements'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteConnection.Open()
at System.Data.Common.DbConnection.OpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
at Jellyfin.Server.Implementations.Trickplay.TrickplayManager.GetTrickplayResolutions(Guid itemId)
at Jellyfin.Server.Implementations.Trickplay.TrickplayManager.GetTrickplayResolutions(Guid itemId)
at Jellyfin.Server.Implementations.Trickplay.TrickplayManager.GetTrickplayManifest(BaseItem item)
at Emby.Server.Implementations.Dto.DtoService.AttachBasicFields(BaseItemDto dto, BaseItem item, BaseItem owner, DtoOptions options)
at Emby.Server.Implementations.Dto.DtoService.GetBaseItemDtoInternal(BaseItem item, DtoOptions options, User user, BaseItem owner)
at Emby.Server.Implementations.Dto.DtoService.GetBaseItemDto(BaseItem item, DtoOptions options, User user, BaseItem owner)
at Jellyfin.Api.Controllers.UserLibraryController.GetItem(Nullable`1 userId, Guid itemId)
at lambda_method1208(Closure, Object)
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
[2024-06-10 00:00:01.007 +00:00] [INF] Daily trigger for "Playback Reporting Trim Db" set to fire at 2024-06-11 00:00:00.000 +00:00, which is 23:59:58.9922407 from now.
[2024-06-10 00:00:02.293 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-06-10 00:00:18.539 +00:00] [INF] session.RemoteEndPoint : "192.168.86.64"
[2024-06-10 00:00:18.541 +00:00] [INF] StartPlaybackTimer : event_playing_id = "8a124a4ab5ba3200537b8d53b681ab0f"
[2024-06-10 00:00:18.541 +00:00] [INF] StartPlaybackTimer : event_user_id = "e2b708f90f1b46939137f2bb41a15c0b"
[2024-06-10 00:00:18.541 +00:00] [INF] StartPlaybackTimer : event_user_id_int = 1
[2024-06-10 00:00:18.541 +00:00] [INF] StartPlaybackTimer : session_playing_id = "8a124a4ab5ba3200537b8d53b681ab0f"
[2024-06-10 00:00:18.541 +00:00] [INF] StartPlaybackTimer : session_user_id = "e2b708f90f1b46939137f2bb41a15c0b"
[2024-06-10 00:00:18.541 +00:00] [INF] StartPlaybackTimer : play_method = "Transcode (v:h264 a:aac)"
[2024-06-10 00:00:18.541 +00:00] [INF] StartPlaybackTimer : e.ClientName = "Jellyfin Web"
[2024-06-10 00:00:18.541 +00:00] [INF] StartPlaybackTimer : e.DeviceName = "Edge Chromium"
[2024-06-10 00:00:18.541 +00:00] [INF] StartPlaybackTimer : ItemName = "Freelance (2023)"
[2024-06-10 00:00:18.541 +00:00] [INF] StartPlaybackTimer : ItemId = "8a124a4ab5ba3200537b8d53b681ab0f"
[2024-06-10 00:00:18.541 +00:00] [INF] StartPlaybackTimer : ItemType = "Movie"
[2024-06-10 00:00:18.541 +00:00] [INF] StartPlaybackTimer : All matches, playback registered
[2024-06-10 00:00:18.541 +00:00] [INF] Playback tracker found, adding playback info : "TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTE0LjAuMC4wIFNhZmFyaS81MzcuMzYgRWRnLzExNC4wLjE4MjMuNzl8MTY5MDA3NzA0MDA0OQ11-e2b708f90f1b46939137f2bb41a15c0b-8a124a4ab5ba3200537b8d53b681ab0f"
[2024-06-10 00:00:18.541 +00:00] [INF] Saving playback tracking activity in DB
[2024-06-10 00:00:18.554 +00:00] [INF] StartPlaybackTimer : Exited
[2024-06-10 00:00:20.181 +00:00] [INF] Processing playback tracker : "TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTE0LjAuMC4wIFNhZmFyaS81MzcuMzYgRWRnLzExNC4wLjE4MjMuNzl8MTY5MDA3NzA0MDA0OQ11-e2b708f90f1b46939137f2bb41a15c0b-8a124a4ab5ba3200537b8d53b681ab0f"
[2024-06-10 00:00:22.050 +00:00] [INF] Stopping ffmpeg process with q command for "/var/lib/jellyfin/transcodes/924531225cff6629b8eb17b50b89161e.m3u8"
[2024-06-10 00:00:22.304 +00:00] [INF] FFmpeg exited with code 0
[2024-06-10 00:00:22.306 +00:00] [INF] Deleting partial stream file(s) "/var/lib/jellyfin/transcodes/924531225cff6629b8eb17b50b89161e.m3u8"
[2024-06-10 00:00:23.870 +00:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.9.6" playing "Freelance (2023)". Stopped at "22226" ms
[2024-06-10 00:00:23.904 +00:00] [INF] Playback stop tracker found, processing stop : "TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTE0LjAuMC4wIFNhZmFyaS81MzcuMzYgRWRnLzExNC4wLjE4MjMuNzl8MTY5MDA3NzA0MDA0OQ11-e2b708f90f1b46939137f2bb41a15c0b-8a124a4ab5ba3200537b8d53b681ab0f"
[2024-06-10 00:00:23.905 +00:00] [INF] PlaybackTracker : Adding Stop Event : 06/10/2024 00:00:23
[2024-06-10 00:00:23.906 +00:00] [INF] Saving playback tracking activity in DB
[2024-06-10 00:00:32.296 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-06-10 00:01:02.294 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-06-10 00:01:24.592 +00:00] [ERR] GetUpcomingMoviesAsync
System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
---> System.TimeoutException: A task was canceled.
---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken)
at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken)
at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken)
at TMDbLib.Client.TMDbClient.GetMovieUpcomingListAsync(String language, Int32 page, String region, CancellationToken cancellationToken)
at Jellyfin.Plugin.Tmdb.Trailers.TmdbManager.GetUpcomingMoviesAsync(InternalChannelItemQuery query, CancellationToken cancellationToken)
[2024-06-10 00:01:24.596 +00:00] [ERR] GetAllChannelItems
System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
---> System.TimeoutException: A task was canceled.
---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken)
at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken)
at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken)
at TMDbLib.Client.TMDbClient.GetMovieUpcomingListAsync(String language, Int32 page, String region, CancellationToken cancellationToken)
at Jellyfin.Plugin.Tmdb.Trailers.TmdbManager.GetUpcomingMoviesAsync(InternalChannelItemQuery query, CancellationToken cancellationToken)
at Jellyfin.Plugin.Tmdb.Trailers.TmdbManager.GetAllChannelItems(Boolean ignoreCache, CancellationToken cancellationToken)
[2024-06-10 00:01:24.600 +00:00] [ERR] Error processing request: "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing". URL "GET" "/Users/e2b708f90f1b46939137f2bb41a15c0b/Items/Latest".
[2024-06-10 00:01:32.294 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-06-10 00:01:35.516 +00:00] [INF] Stopping directory watching for path "/mnt/videos/books/audiobooks"
[2024-06-10 00:01:35.517 +00:00] [INF] Stopping directory watching for path "/mnt/videos/movies"
[2024-06-10 00:01:35.528 +00:00] [INF] Stopping directory watching for path "/mnt/videos/tv"
[2024-06-10 00:01:35.531 +00:00] [INF] Stopping directory watching for path "/mnt/videos/recordings/TV"
[2024-06-10 00:01:35.531 +00:00] [INF] Stopping directory watching for path "/mnt/videos/books/ebooks"
[2024-06-10 00:01:35.533 +00:00] [INF] Validating media library
[2024-06-10 00:01:35.821 +00:00] [WRN] Library folder "/mnt/videos/books/audiobooks" is inaccessible or empty, skipping
[2024-06-10 00:01:35.825 +00:00] [WRN] Library folder "/var/lib/jellyfin/data/playlists" is inaccessible or empty, skipping
[2024-06-10 00:01:35.908 +00:00] [WRN] Library folder "/mnt/videos/books/audiobooks" is inaccessible or empty, skipping
[2024-06-10 00:01:35.912 +00:00] [WRN] Library folder "/var/lib/jellyfin/data/playlists" is inaccessible or empty, skipping
[2024-06-10 00:01:51.078 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Set", Path: "", Id: 8803d029-2fda-401b-8328-e5165ff801dd
[2024-06-10 00:01:51.091 +00:00] [INF] Removing item, Type: "Episode", Name: "From the Mind of Tim Burton", Path: "", Id: 8b202893-9212-3fb0-a093-bfdd90daa808
[2024-06-10 00:01:51.095 +00:00] [INF] Removing item, Type: "Episode", Name: "Blooper Reel", Path: "", Id: acfaabba-3655-d561-a64b-b69561a3c55a
[2024-06-10 00:01:51.098 +00:00] [INF] Removing item, Type: "Episode", Name: "Inside the Character", Path: "", Id: e290a386-3129-a416-44bd-46a17f026e51
[2024-06-10 00:01:51.199 +00:00] [INF] Removing item, Type: "Episode", Name: "The Final mission - Part 1", Path: "", Id: 63e80214-36e7-4070-ce90-84227382b2d0
[2024-06-10 00:01:51.206 +00:00] [INF] Removing item, Type: "Episode", Name: "The Final Mission - Part 2", Path: "", Id: 012f41d4-55f2-ca47-c0f9-7d01eddaf557
[2024-06-10 00:01:51.212 +00:00] [INF] Removing item, Type: "Episode", Name: "The Final mission - Part 3", Path: "", Id: acc7e109-2aaf-252f-646b-5f193bd15569
[2024-06-10 00:01:51.240 +00:00] [INF] Removing item, Type: "Episode", Name: "An Inside Look: Season 3 Rebuilding Richmond", Path: "", Id: 196d9224-8898-9599-0ce4-24baf3510d42
[2024-06-10 00:01:51.253 +00:00] [INF] Removing item, Type: "Episode", Name: "An American Coach in London: NBC Sports Premier League Film featuring Jason Sudeikis", Path: "", Id: ebe21819-7dbb-e2c5-1974-ea6fbb1950fd
[2024-06-10 00:01:51.278 +00:00] [INF] Removing item, Type: "Episode", Name: "An American Coach in London: NBC Sports Premier League Film featuring Jason Sudeikis", Path: "", Id: ebe21819-7dbb-e2c5-1974-ea6fbb1950fd
[2024-06-10 00:01:51.285 +00:00] [INF] Removing item, Type: "Episode", Name: "The Lasso Way Season 1 Featurette", Path: "", Id: 0526bf11-7f84-a183-8ddd-d2c699d540d1
[2024-06-10 00:01:51.318 +00:00] [INF] Removing item, Type: "Episode", Name: "Is Bloody Mabel the Angel of Death? | One Killer Question Episode 1", Path: "", Id: 5d293a94-02c5-3ae4-de4e-ccd7884c36e1
[2024-06-10 00:01:51.326 +00:00] [INF] Removing item, Type: "Episode", Name: "Ben died. Do we feel bad about that?", Path: "", Id: 019aa2ff-97ee-ff23-a4b5-fa8e4eec47d2
[2024-06-10 00:01:51.337 +00:00] [INF] Removing item, Type: "Episode", Name: "The Lasso Way Season 1 Featurette", Path: "", Id: 0526bf11-7f84-a183-8ddd-d2c699d540d1
[2024-06-10 00:01:51.486 +00:00] [INF] Removing item, Type: "Episode", Name: "An Inside Look at Good Omens", Path: "", Id: 6533cb6f-1b38-8f56-be9f-f6a932211c2d
[2024-06-10 00:01:51.539 +00:00] [INF] Removing item, Type: "Episode", Name: "Creating the Title Sequence", Path: "", Id: a602e579-e1df-06e6-8f27-d3d63a334417
[2024-06-10 00:01:51.605 +00:00] [INF] Removing item, Type: "Episode", Name: "An Inside Look: Season 3 Rebuilding Richmond", Path: "", Id: 196d9224-8898-9599-0ce4-24baf3510d42
[2024-06-10 00:01:51.913 +00:00] [INF] Removing item, Type: "Episode", Name: "Richmond Till We Die", Path: "", Id: f833becf-04b3-35c4-911b-555bdaf2386d
[2024-06-10 00:01:52.234 +00:00] [INF] Removing item, Type: "Episode", Name: "It's Totally Amy Schumer, isn't it? | One Killer Question Episode 2", Path: "", Id: 92f93283-b9c0-d2d7-f9ae-e7376198aee1
[2024-06-10 00:01:52.238 +00:00] [INF] Removing item, Type: "Episode", Name: "Why does everyone hate you? | One Killer Question Episode 3", Path: "", Id: 7cd36bc6-df16-d4e7-eac9-01cf71484b94
[2024-06-10 00:01:52.241 +00:00] [INF] Removing item, Type: "Episode", Name: "What's with all the daddy issues? | One Killer Question Episode 4", Path: "", Id: 1cffe329-587d-5fad-22b6-795cb78499d9
[2024-06-10 00:01:52.245 +00:00] [INF] Removing item, Type: "Episode", Name: "The Missing Christmas Mustache", Path: "", Id: 86872c37-0ac8-a2dd-1a6b-c5f60c9835a4
[2024-06-10 00:01:52.330 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind-the-scenes with Coach Ted Lasso", Path: "", Id: 44b814af-ad30-6c34-8b7b-f298253091b7
[2024-06-10 00:01:52.404 +00:00] [INF] Removing item, Type: "Episode", Name: "The Real Animated Adventures of Doc and Mharti", Path: "", Id: 013e6c85-6ea0-0e92-b08d-f3e431f5006b
[2024-06-10 00:01:52.569 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Scenes", Path: "", Id: 10dfcb4c-3ed1-38dc-09d9-631fa6c1196e
[2024-06-10 00:01:52.571 +00:00] [INF] Removing item, Type: "Episode", Name: "Rick and Morty Panel SDCC 2013", Path: "", Id: e1abe68d-28c9-13f3-fef5-7206d58574d3
[2024-06-10 00:01:52.586 +00:00] [INF] Removing item, Type: "Episode", Name: "Summer Meets God (Rick Meets Evil)", Path: "", Id: 6fa5e525-9f69-bfa4-b4c4-7af55877cd79
[2024-06-10 00:01:52.587 +00:00] [INF] Removing item, Type: "Episode", Name: "The Great Yokai Battle of Akihabara", Path: "", Id: e9b2304c-d024-20b9-18c9-0fce01549d57
[2024-06-10 00:01:52.589 +00:00] [INF] Removing item, Type: "Episode", Name: "Samurai & Shogun Part 2", Path: "", Id: 5360c945-8710-cbb3-6d9b-ab24f4b45021
[2024-06-10 00:01:52.590 +00:00] [INF] Removing item, Type: "Episode", Name: "Rick and Morty + adidas X Speedportal | The Adventure", Path: "", Id: 17a5f075-c34c-65e6-6aff-644c5ea8c89a
[2024-06-10 00:01:52.591 +00:00] [INF] Removing item, Type: "Episode", Name: "Rick and Morty + Wendy’s | Choose Wisely", Path: "", Id: 07969fa0-b22d-efee-1032-60ef3ee16816
[2024-06-10 00:01:52.592 +00:00] [INF] Removing item, Type: "Episode", Name: "Rick and Morty x PlayStation | God of War Ragnarök", Path: "", Id: 175c89f8-2b6e-3ad4-d391-6d9b8db10c48
[2024-06-10 00:01:52.595 +00:00] [INF] Removing item, Type: "Episode", Name: "Richmond Till We Die", Path: "", Id: f833becf-04b3-35c4-911b-555bdaf2386d
[2024-06-10 00:01:52.630 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind-the-scenes with Coach Ted Lasso", Path: "", Id: 44b814af-ad30-6c34-8b7b-f298253091b7
[2024-06-10 00:01:52.633 +00:00] [INF] Removing item, Type: "Episode", Name: "The Return of Coach Lasso: NBC Sports Premier League Film featuring Jason Sudeikis", Path: "", Id: dccc039b-93fb-a423-e28d-15538adcc6ff
[2024-06-10 00:01:52.636 +00:00] [INF] Removing item, Type: "Episode", Name: "Ted Lasso — A Conversation with José Mourinho", Path: "", Id: 52f71f96-b646-5c53-c682-c5e4a342c896
[2024-06-10 00:01:52.637 +00:00] [INF] Removing item, Type: "Episode", Name: "SAG Awards: Ted Lasso Team on the Greatest Ensembles of All Time", Path: "", Id: e04f3568-4a20-12e8-c58d-04371e866129
[2024-06-10 00:01:52.642 +00:00] [INF] Removing item, Type: "Episode", Name: "The Return of Coach Lasso: NBC Sports Premier League Film featuring Jason Sudeikis", Path: "", Id: dccc039b-93fb-a423-e28d-15538adcc6ff
[2024-06-10 00:01:52.642 +00:00] [INF] Removing item, Type: "Episode", Name: "Ted Lasso — A Conversation with José Mourinho", Path: "", Id: 52f71f96-b646-5c53-c682-c5e4a342c896
[2024-06-10 00:01:52.642 +00:00] [INF] Removing item, Type: "Episode", Name: "SAG Awards: Ted Lasso Team on the Greatest Ensembles of All Time", Path: "", Id: e04f3568-4a20-12e8-c58d-04371e866129
[2024-06-10 00:01:52.704 +00:00] [INF] Removing item, Type: "Episode", Name: "The Missing Christmas Mustache", Path: "", Id: 86872c37-0ac8-a2dd-1a6b-c5f60c9835a4
[2024-06-10 00:01:52.727 +00:00] [INF] Removing item, Type: "Episode", Name: "Agathaland", Path: "", Id: 792c3c4b-c970-1dc8-18b1-eb1fa61f1078
[2024-06-10 00:01:52.731 +00:00] [INF] Removing item, Type: "Episode", Name: "Around the Wold with Jason Barnet", Path: "", Id: 9dbf9deb-ac3c-3f6f-e5e8-46fd507c9685
[2024-06-10 00:01:52.733 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Scenes", Path: "", Id: 0218076d-b0b4-3b2c-314e-1fef58b62c29
[2024-06-10 00:01:52.734 +00:00] [INF] Removing item, Type: "Episode", Name: "How Well Do You Know Your Costar?", Path: "", Id: cd3e74b7-997a-7d3e-1af2-d5d6d2c1867c
[2024-06-10 00:01:52.735 +00:00] [INF] Removing item, Type: "Episode", Name: "Real or Rubbish", Path: "", Id: 9f6a89b8-d886-63f1-b613-b7c5fb0f7a14
[2024-06-10 00:01:52.736 +00:00] [INF] Removing item, Type: "Episode", Name: "Flip the Script", Path: "", Id: bd719f6c-2153-9123-9c27-ae559d0b085a
[2024-06-10 00:01:52.737 +00:00] [INF] Removing item, Type: "Episode", Name: "Which Episode?", Path: "", Id: 7a1ce484-8ecf-4d98-9738-a6be9eda4889
[2024-06-10 00:01:52.738 +00:00] [INF] Removing item, Type: "Episode", Name: "Who Said It?", Path: "", Id: 3914445d-df89-3d6d-8b57-6ebfddea8b10
[2024-06-10 00:01:52.742 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Scenes", Path: "", Id: f485cc01-c26e-dbfe-50db-b6030f3eb63c
[2024-06-10 00:01:52.743 +00:00] [INF] Removing item, Type: "Episode", Name: "Agatha asks", Path: "", Id: 30096482-8bc8-a8d0-4bc6-c7bf7beddb9e
[2024-06-10 00:01:52.744 +00:00] [INF] Removing item, Type: "Episode", Name: "Vindicators 2: First Love", Path: "", Id: c601f672-f4d0-5157-1fff-1b8cc4c6c730
[2024-06-10 00:01:52.748 +00:00] [INF] Removing item, Type: "Episode", Name: "The Quiche of Death", Path: "", Id: ee49b651-c09c-a610-ad5a-4354a25ee04f
[2024-06-10 00:01:53.022 +00:00] [INF] Removing item, Type: "Episode", Name: "Should Mabel be investigating right now?", Path: "", Id: 7aca07d7-e792-b82a-a584-a8ec75a52edd
[2024-06-10 00:01:53.026 +00:00] [INF] Removing item, Type: "Episode", Name: "Does T-obert stand for Trouble?", Path: "", Id: d8826215-a524-83eb-7d1c-db7166ad4209
[2024-06-10 00:01:53.029 +00:00] [INF] Removing item, Type: "Episode", Name: "What Happened in the White Room?", Path: "", Id: df668231-d265-ab41-9242-69309adf7764
[2024-06-10 00:01:53.032 +00:00] [INF] Removing item, Type: "Episode", Name: "Is Our Trio in Love With Murder?", Path: "", Id: cc33f5bc-6fb6-4d41-951d-7d6dc464490b
[2024-06-10 00:01:53.034 +00:00] [INF] Removing item, Type: "Episode", Name: "Who’s the Most Haunted?", Path: "", Id: a1a5d793-d48d-3631-78ab-d706efd10729
[2024-06-10 00:01:53.035 +00:00] [INF] Removing item, Type: "Episode", Name: "Who does Mabel belong with?", Path: "", Id: 3396ea30-84d2-b92f-912e-2543cd65c803
[2024-06-10 00:01:53.037 +00:00] [INF] Removing item, Type: "Episode", Name: " Is Oliver’s Heart Messing With His Head?", Path: "", Id: e3456bd3-765c-d913-8b23-6f19e05b0e0f
[2024-06-10 00:01:53.039 +00:00] [INF] Removing item, Type: "Episode", Name: "We Were Kinda Unfair to Ben?", Path: "", Id: 80766a50-9679-21ea-5374-735ff849d102
[2024-06-10 00:01:53.041 +00:00] [INF] Removing item, Type: "Episode", Name: "For the Sake of a Child?", Path: "", Id: 456a25e3-df84-63ba-b839-7616786f388b
[2024-06-10 00:01:53.061 +00:00] [INF] Removing item, Type: "Episode", Name: "Rick and Morty Panel SDCC 2015", Path: "", Id: 6cf7d26e-84f8-0be3-d0c5-bc8052554f6d
[2024-06-10 00:01:53.235 +00:00] [INF] Removing item, Type: "Episode", Name: "Inside the Episode: Solaricks", Path: "", Id: 796a5b85-fb2b-e540-c052-ae4b5bac704b
[2024-06-10 00:01:53.236 +00:00] [INF] Removing item, Type: "Episode", Name: "Summer's Sleepover", Path: "", Id: ff3e5996-1d30-0648-4d77-6c7a4e55ff28
[2024-06-10 00:01:53.256 +00:00] [INF] Removing item, Type: "Episode", Name: "Rick and Morty in the Eternal Nightmare Machine", Path: "", Id: 071cd348-499a-1f38-5528-2d8398176c11
[2024-06-10 00:01:53.518 +00:00] [INF] Removing item, Type: "Episode", Name: "The Final Shot - A Farewell to Boardwalk Empire", Path: "", Id: b7525070-2963-e59c-24e5-a11e844ae2cb
[2024-06-10 00:01:53.681 +00:00] [INF] Removing item, Type: "Episode", Name: "Rescue from Gilligan's Island", Path: "", Id: ffad6838-e6ef-648a-90ea-663d747d236e
[2024-06-10 00:01:53.759 +00:00] [INF] Removing item, Type: "Episode", Name: "Marooned (unaired pilot)", Path: "", Id: ff27df31-d85e-19aa-d76e-be2b8a842500
[2024-06-10 00:01:53.826 +00:00] [INF] Removing item, Type: "Episode", Name: "Making Boardwalk Empire", Path: "", Id: c22625aa-71b3-bffb-5e89-e1cc75369baa
[2024-06-10 00:01:53.978 +00:00] [INF] Removing item, Type: "Episode", Name: "Atlantic City: The Original Sin City", Path: "", Id: c43fdce4-73b8-ad2c-4f2f-bed0f4b6eaa2
[2024-06-10 00:01:53.989 +00:00] [INF] Removing item, Type: "Episode", Name: "The Castaways on Gilligan's Island", Path: "", Id: 0cc3112c-4e66-a5c8-f2d8-a95deb604099
[2024-06-10 00:01:54.142 +00:00] [INF] Removing item, Type: "Episode", Name: "The Harlem Globetrotters on Gilligan's Island", Path: "", Id: 0c7a5609-f73e-923c-debb-ba69ec2c7a8e
[2024-06-10 00:01:54.439 +00:00] [INF] Removing item, Type: "Episode", Name: "Scooby-Doo and the Ghoul School", Path: "", Id: 8e6e6b1d-06cc-96bb-920a-c2260d97a7f2
[2024-06-10 00:01:54.758 +00:00] [INF] Removing item, Type: "Episode", Name: "Turn On, Tune In, Drop Out", Path: "", Id: 5c7d2633-49f5-8071-f697-6312a715ee97
[2024-06-10 00:01:54.871 +00:00] [INF] Removing item, Type: "Episode", Name: "A West Wing Special to Benefit When We All Vote", Path: "", Id: e79b6f85-3942-f3cf-bc49-c91c7e0de2c2
[2024-06-10 00:01:54.923 +00:00] [INF] Removing item, Type: "Episode", Name: "Technology: 1969", Path: "", Id: a4b2e1c7-304c-fcdd-c52b-2a74965279bc
[2024-06-10 00:01:54.924 +00:00] [INF] Removing item, Type: "Episode", Name: "The Fellas at Sterling Cooper", Path: "", Id: 4da13983-099f-e1c4-f97a-2347c29521ef
[2024-06-10 00:01:54.924 +00:00] [INF] Removing item, Type: "Episode", Name: "Main Cast Wrap Interviews", Path: "", Id: cc20eee3-6e36-d2d3-118e-4a3f9b7d9294
[2024-06-10 00:01:54.948 +00:00] [INF] Removing item, Type: "Episode", Name: "Matthew Weiner: One on One", Path: "", Id: 084428ec-27ee-a748-db6e-c707398824a8
[2024-06-10 00:01:55.101 +00:00] [INF] Removing item, Type: "Episode", Name: "Design of a Decade", Path: "", Id: dc3ea1df-ea01-124a-0acf-9d7b8b33bfad
[2024-06-10 00:01:55.102 +00:00] [INF] Removing item, Type: "Episode", Name: "Casting MAD MEN", Path: "", Id: 71071a8b-26fa-cca0-bf58-c1f108d59626
[2024-06-10 00:01:55.120 +00:00] [INF] Removing item, Type: "Episode", Name: "Advertising the American Dream", Path: "", Id: 24e5ab01-a115-1eee-2113-a79fbec80b4d
[2024-06-10 00:01:55.446 +00:00] [INF] Removing item, Type: "Episode", Name: "GIZMOPLEX SPECIAL: An MST3K Tribute to Manos!", Path: "", Id: 54a9b7a5-287f-8a1c-0209-9d6a5871fcca
[2024-06-10 00:01:55.470 +00:00] [INF] Removing item, Type: "Episode", Name: "Turkey Day 2018", Path: "", Id: 1f900601-3227-d541-2f67-53dc4c540a26
[2024-06-10 00:01:55.571 +00:00] [INF] Removing item, Type: "Episode", Name: "Establishing Mad Men", Path: "", Id: 6b66cfb7-6b84-90ee-4011-db6508f03c62
[2024-06-10 00:01:55.572 +00:00] [INF] Removing item, Type: "Episode", Name: "Scoring 'Mad Men'", Path: "", Id: 3895fc18-9294-ad00-fd4a-60524fb5ca21
[2024-06-10 00:01:55.573 +00:00] [INF] Removing item, Type: "Episode", Name: "Pictures of Elegance", Path: "", Id: 22ffe378-02ea-c2da-2018-18ec64ca355e
[2024-06-10 00:01:55.727 +00:00] [INF] Removing item, Type: "Episode", Name: "Wanna play son of Sam? | One Killer Question Episode 5", Path: "", Id: 90466a42-73ce-eedb-1dd5-4a8e749bed03
[2024-06-10 00:01:55.730 +00:00] [INF] Removing item, Type: "Episode", Name: "Our leads make terrible relationship decisions... That’s not a question. | One Killer Question Episode 6", Path: "", Id: d7809df5-c736-836e-006a-61c6ce38d114
[2024-06-10 00:01:55.732 +00:00] [INF] Removing item, Type: "Episode", Name: "Theo. Huh? | One Killer Question Episode 7", Path: "", Id: 5adcfce8-4e94-0ef3-aabd-d07acf5ca774
[2024-06-10 00:01:55.734 +00:00] [INF] Removing item, Type: "Episode", Name: "Who’s the ultimate Arconia blackout buddy? | One Killer Question Ep. 8", Path: "", Id: e3f4c9d8-7b87-cfed-692f-83a5b57469c4
[2024-06-10 00:01:55.737 +00:00] [INF] Removing item, Type: "Episode", Name: "Is it gonna be OK? | One Killer Question Ep 9", Path: "", Id: 390ad269-d30b-e034-b001-0e4bcc2f48e7
[2024-06-10 00:01:55.739 +00:00] [INF] Removing item, Type: "Episode", Name: " I know who did it! | One Killer Question Ep 10", Path: "", Id: 744fd7f8-745d-e829-38c1-1cdeca542d9e
[2024-06-10 00:01:55.900 +00:00] [INF] Removing item, Type: "Episode", Name: "GIZMOPLEX SPECIAL: A Tribute to DEVIL DOLL!", Path: "", Id: 935f89f2-e570-4970-8525-2003ce04c7ad
[2024-06-10 00:01:55.904 +00:00] [INF] Removing item, Type: "Episode", Name: "The Mask (2D Version)", Path: "", Id: ecbf7796-176b-533d-fb9a-e550e56f13d9
[2024-06-10 00:01:55.905 +00:00] [INF] Removing item, Type: "Episode", Name: "Let's Make a Meal in 20 Minutes", Path: "", Id: c8ca2253-fdf5-f377-6850-4dbec7f7831a
[2024-06-10 00:01:55.906 +00:00] [INF] Removing item, Type: "Episode", Name: "Court Case", Path: "", Id: 19aef18f-1ad3-d309-17fd-734ada2149fb
[2024-06-10 00:01:55.909 +00:00] [INF] Removing item, Type: "Episode", Name: "Sleep for Health", Path: "", Id: 72e8437e-08d4-4b83-f03a-600c542916ca
[2024-06-10 00:01:55.911 +00:00] [INF] Removing item, Type: "Episode", Name: "The Wonder of Reproduction", Path: "", Id: b7ae88de-b906-669e-760e-b510ce62aa62
[2024-06-10 00:01:55.934 +00:00] [INF] Removing item, Type: "Episode", Name: "Mike Nelson Commentary Reefer Madness", Path: "", Id: edcae0a3-5529-600b-bec0-ae8149e7f244
[2024-06-10 00:01:55.937 +00:00] [INF] Removing item, Type: "Episode", Name: "State of the Union by Joel for Season 12 backers", Path: "", Id: ef754e8a-511e-67f3-e718-267050353252
[2024-06-10 00:01:55.939 +00:00] [INF] Removing item, Type: "Episode", Name: "Turkey Day Marathon 2021", Path: "", Id: 6c3bfed3-c3d1-6057-e1c6-8584e5bcd636
[2024-06-10 00:01:55.940 +00:00] [INF] Removing item, Type: "Episode", Name: "A Busy Day At The County Fair", Path: "", Id: 62ed41e5-781b-0c7e-5be5-ff5b7649fa46
[2024-06-10 00:01:55.942 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind The Scenes At The Supermarket", Path: "", Id: 46127702-672c-ec86-12df-7eb95eaf6808
[2024-06-10 00:01:55.944 +00:00] [INF] Removing item, Type: "Episode", Name: "Season 12 Pledge Drive Edition Outro", Path: "", Id: 803e8b3b-ff16-7534-be77-9bd3cd0da87e
[2024-06-10 00:01:55.947 +00:00] [INF] Removing item, Type: "Episode", Name: "Pipeline to the Clouds", Path: "", Id: 885a98f2-dc85-9284-9cbc-06bba458f331
[2024-06-10 00:01:55.948 +00:00] [INF] Removing item, Type: "Episode", Name: "Cavalcade", Path: "", Id: eb78cc82-580d-f99f-9e86-2b4f7015f505
[2024-06-10 00:01:55.949 +00:00] [INF] Removing item, Type: "Episode", Name: "Balance Beam for Girls", Path: "", Id: 69b1dba9-a36e-1289-ce07-1ca8aec8f115
[2024-06-10 00:01:55.950 +00:00] [INF] Removing item, Type: "Episode", Name: "Bicycling Visual Skills", Path: "", Id: b64f208a-16e6-681d-5a60-f6958837fb53
[2024-06-10 00:01:55.951 +00:00] [INF] Removing item, Type: "Episode", Name: "The Bicycle Driver", Path: "", Id: 1973d8c9-ce2b-ecfc-d20b-be40dc7182bb
[2024-06-10 00:01:55.953 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Scenes at the Supermarket (MST3K Live Crew)", Path: "", Id: a4aa6662-8762-dff0-d089-f4f35542bf6c
[2024-06-10 00:01:56.036 +00:00] [INF] Removing item, Type: "Episode", Name: "Good Omens: Lockdown", Path: "", Id: 583e9437-c430-86e9-efa5-b3484de42509
[2024-06-10 00:01:56.308 +00:00] [INF] Removing item, Type: "Episode", Name: "Unaired Pilot", Path: "", Id: ddc98cd2-99b9-d779-7805-37c581bf2cf6
[2024-06-10 00:01:56.340 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind The Scenes of \"Sam Says 2\"", Path: "", Id: 649893e9-9e87-583f-5a17-4ef89eee9f1f
[2024-06-10 00:01:56.343 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Scenes of \"Second Place\"", Path: "", Id: ddca681c-07ea-59dc-b065-ef68b0c80670
[2024-06-10 00:01:56.392 +00:00] [INF] Removing item, Type: "Episode", Name: "Unaired Pilot", Path: "", Id: ddc98cd2-99b9-d779-7805-37c581bf2cf6
[2024-06-10 00:01:56.932 +00:00] [INF] Removing item, Type: "Episode", Name: "Mr. & Mrs. Smith", Path: "", Id: ab1e5f67-d6e8-0aa8-b976-4eb68ca57179
[2024-06-10 00:01:57.094 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind The Scenes of \"Karaoke Night\"", Path: "", Id: f63181bb-0c0b-8757-58ab-ef41fd3eebbe
[2024-06-10 00:01:57.095 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Scenes of \"The Newlyweb Game\"", Path: "", Id: a49db771-c6e4-3565-9cc0-5f2d4f51c71c
[2024-06-10 00:01:57.096 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind The Scenes of \"Like My Coffee 2\"", Path: "", Id: 6345d682-3b85-4036-1f86-2da2c944d8ce
[2024-06-10 00:01:57.097 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind The Scenes of \"Name a Number\"", Path: "", Id: e123234e-e3ab-5e1f-218c-dbc94b1046ec
[2024-06-10 00:01:57.098 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind The Scenes of \"A Game Most Changed\"", Path: "", Id: 239c20f0-9420-f32d-93f0-41b0e73148be
[2024-06-10 00:01:57.100 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind The Scenes of \"As a Cucumber\"", Path: "", Id: 3f3b3a9f-d5b5-6c4c-3063-2f0b5dcb696d
[2024-06-10 00:01:57.103 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind The Scenes of \"The Bachelor\"", Path: "", Id: 7bf72b0e-b8d5-ba41-62be-c7a1508666dd
[2024-06-10 00:01:57.104 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind The Scenes of \"Escape The Greenroom\"", Path: "", Id: 3665f88e-3d11-d112-5cee-f963bc6894e1
[2024-06-10 00:01:57.405 +00:00] [INF] Removing item, Type: "Episode", Name: "Quarantunes Reunion", Path: "", Id: 265b61c2-3538-1c8b-9932-3e0ca10f3e69
[2024-06-10 00:01:57.551 +00:00] [INF] Removing item, Type: "Episode", Name: "Serenity", Path: "", Id: 5365cbf9-34aa-b2f8-7e48-3bc0fe9fe173
[2024-06-10 00:01:57.702 +00:00] [INF] Removing item, Type: "Episode", Name: "Serenity: The 10th Character", Path: "", Id: 092f7141-c39e-4413-2ab1-e131439b3104
[2024-06-10 00:01:58.155 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Scenes of \"Sam Says 3\"", Path: "", Id: c613e75d-944a-2ec2-8dad-04c4905e81ea
[2024-06-10 00:01:58.156 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Scenes of \"Pencils Down\"", Path: "", Id: 17089c48-6106-b6bd-d1a8-9d9e310edff6
[2024-06-10 00:01:58.157 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Scenes of \"Bingo\"", Path: "", Id: 3c5b1e2d-52f7-5bee-a015-57db2a846eff
[2024-06-10 00:01:58.159 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Scenes of \"Deja Vu\"", Path: "", Id: b3b211b1-6123-6325-5412-ae2819f04a6d
[2024-06-10 00:01:58.161 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Scenes of \"Beat the Buzzer\"", Path: "", Id: 59966d70-57fe-0871-7821-0ad1860b82c1
[2024-06-10 00:01:58.251 +00:00] [INF] Removing item, Type: "Episode", Name: "Edinburgh Does... Taskmaster", Path: "", Id: 5804e27b-fd11-f402-927e-fb7f109bb198
[2024-06-10 00:01:58.364 +00:00] [INF] Removing item, Type: "Episode", Name: "Rifftrax Commentary Reefer Madness", Path: "", Id: 9513fa13-32e0-5316-900c-4e48931d7aba
[2024-06-10 00:01:58.403 +00:00] [INF] Removing item, Type: "Episode", Name: "Stories from the Legendarium Featurette", Path: "", Id: 5e9a4d36-cac5-c2a2-5795-80cedd06a0fd
[2024-06-10 00:01:58.816 +00:00] [INF] Removing item, Type: "Episode", Name: "THE MST3K FESTIVAL OF SHORTS!", Path: "", Id: 28ccb12a-5038-c77e-9019-fa46d22bff4f
[2024-06-10 00:01:58.818 +00:00] [INF] Removing item, Type: "Episode", Name: "Let's Keep Food Safe to Eat", Path: "", Id: b86dc747-7b3b-4c40-e14b-f08184f352c0
[2024-06-10 00:01:58.821 +00:00] [INF] Removing item, Type: "Episode", Name: "Mr. B Natural (2023)", Path: "", Id: 301559f7-f103-b433-1ab7-c3e0817e8d9f
[2024-06-10 00:01:58.823 +00:00] [INF] Removing item, Type: "Episode", Name: "Better Breakfasts, USA", Path: "", Id: c67e426b-65e0-5c8d-f5ba-404ee03bce06
[2024-06-10 00:01:58.824 +00:00] [INF] Removing item, Type: "Episode", Name: "Gizmoplex Special - A Tribute to... OVERDRAWN AT THE MEMORY BANK", Path: "", Id: 82db1a23-1a8f-55aa-919b-eb8e7a96e9ff
[2024-06-10 00:01:58.826 +00:00] [INF] Removing item, Type: "Episode", Name: "Doing Things For Ourselves in School", Path: "", Id: 38ed2c75-86f0-0d92-721e-fc8d21926464
[2024-06-10 00:01:58.828 +00:00] [INF] Removing item, Type: "Episode", Name: "The Mega Turkey Day Marathon Telethon 2023", Path: "", Id: 0ed27c70-226c-83b6-999b-a753100c278b
[2024-06-10 00:01:58.898 +00:00] [INF] Removing item, Type: "Episode", Name: "The Green Slime", Path: "", Id: 7d5b6cc1-2d9a-cbd3-d110-bfdc26a8531b
[2024-06-10 00:01:59.128 +00:00] [INF] Removing item, Type: "Episode", Name: "A Special LIVE Report from Galaxy News", Path: "", Id: f1b75ed1-6c8e-cf3e-bc68-51a30dd94011
[2024-06-10 00:01:59.200 +00:00] [INF] Removing item, Type: "Episode", Name: "Invaders from the Deep", Path: "", Id: e5619ea4-b53a-8be1-85eb-f887cab94930
[2024-06-10 00:01:59.376 +00:00] [INF] Removing item, Type: "Episode", Name: "Romancing the Bird (A Good Eats Thanksgiving)", Path: "", Id: 2394f1d6-3fdd-8b94-b93e-0259fcc4868e
[2024-06-10 00:01:59.503 +00:00] [INF] Removing item, Type: "Episode", Name: "Revenge of the Mysterons from Mars", Path: "", Id: aac39be9-0d69-61d6-4a8a-5fcce2f61203
[2024-06-10 00:01:59.504 +00:00] [INF] Removing item, Type: "Episode", Name: "Star Force: Fugitive Alien II", Path: "", Id: 566c33f6-5f22-762c-cc18-78b96816f4fc
[2024-06-10 00:01:59.506 +00:00] [INF] Removing item, Type: "Episode", Name: "Gamera vs. Barugon", Path: "", Id: c5bb0a66-7148-411b-63d7-0e27363f56bb
[2024-06-10 00:01:59.613 +00:00] [INF] Removing item, Type: "Episode", Name: "Family Roast (Unaired)", Path: "", Id: 851ca7ed-39f9-3419-f3eb-12010e0ca38a
[2024-06-10 00:01:59.936 +00:00] [INF] Removing item, Type: "Episode", Name: "Down & Out in Paradise", Path: "", Id: 1db31376-cdbc-056f-21f3-af454b56abb0
[2024-06-10 00:01:59.992 +00:00] [INF] Removing item, Type: "Episode", Name: "Eat This Rock!", Path: "", Id: 7a4698e7-0388-6cde-2fa1-79ea53904432
[2024-06-10 00:02:00.365 +00:00] [INF] Removing item, Type: "Episode", Name: "Game Changer Season 4 Trailer", Path: "", Id: 722a71e6-d40b-ac70-c089-3539f43c6855
[2024-06-10 00:02:00.502 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Eats", Path: "", Id: e4141d5c-ae12-4f92-de28-2ce582e6fa69
[2024-06-10 00:02:00.503 +00:00] [INF] Removing item, Type: "Episode", Name: "Invitation To Set", Path: "", Id: 45c89342-a9be-a2d6-4697-d0a1972e8eb9
[2024-06-10 00:02:00.505 +00:00] [INF] Removing item, Type: "Episode", Name: "Inside the Episode: S1 E1", Path: "", Id: e1f500f4-cb27-3f55-c4f4-79f017adcca9
[2024-06-10 00:02:00.531 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind The Eats", Path: "", Id: 3785251e-db3c-7338-8c27-f119b06ad134
[2024-06-10 00:02:00.733 +00:00] [INF] Removing item, Type: "Episode", Name: "The Paley Center Salutes Parks and Recreation", Path: "", Id: 11befd65-416d-e9bc-2dac-8f07f463c799
[2024-06-10 00:02:00.904 +00:00] [INF] Removing item, Type: "Episode", Name: "Good Eats 10th Anniversary", Path: "", Id: 518a1f9d-65bb-1be7-2b15-3c2c2b90305a
[2024-06-10 00:02:01.059 +00:00] [INF] Removing item, Type: "Episode", Name: "April & Andy's Road Trip: Spider", Path: "", Id: eee45f9b-7a3d-956e-7297-1086af466703
[2024-06-10 00:02:01.205 +00:00] [INF] Removing item, Type: "Episode", Name: "Twas the Night Before Good Eats", Path: "", Id: c846831e-63dd-620d-7313-23d4da64a9c6
[2024-06-10 00:02:01.233 +00:00] [INF] Removing item, Type: "Episode", Name: "Right On Q", Path: "", Id: c79b34a7-a5f0-5ec6-2270-afb05e718914
[2024-06-10 00:02:01.360 +00:00] [INF] Removing item, Type: "Episode", Name: "April & Andy's Road Trip: Four Corners", Path: "", Id: 9127a504-f12d-efe8-37a5-82d88818e433
[2024-06-10 00:02:01.386 +00:00] [INF] Removing item, Type: "Episode", Name: "April & Andy's Road Trip: Calling Leslie", Path: "", Id: d48d15e2-89ba-222a-67ea-b1419c26cb5e
[2024-06-10 00:02:01.387 +00:00] [INF] Removing item, Type: "Episode", Name: "Alton's Countdown to T-Day", Path: "", Id: 61ce47c7-37a2-00be-76fa-644a20ac51cc
[2024-06-10 00:02:01.388 +00:00] [INF] Removing item, Type: "Episode", Name: "April & Andy's Road Trip: Building a Home", Path: "", Id: 8829c16f-de30-143d-fce8-8b198d7fdcce
[2024-06-10 00:02:01.389 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Road Trip", Path: "", Id: d468e4e5-51b0-eb20-7cdb-6254fb0d27f1
[2024-06-10 00:02:01.479 +00:00] [INF] Removing item, Type: "Episode", Name: "Diaries: Islands", Path: "", Id: bd96fc0e-ded2-e93a-19dc-101a43a1c6d0
[2024-06-10 00:02:01.480 +00:00] [INF] Removing item, Type: "Episode", Name: "Diaries: Islands", Path: "", Id: bd96fc0e-ded2-e93a-19dc-101a43a1c6d0
[2024-06-10 00:02:01.649 +00:00] [INF] Removing item, Type: "Episode", Name: "Mr. Robot_dec0d3d.doc", Path: "", Id: efbea3ed-b1b7-c884-475e-f9e44805fabf
[2024-06-10 00:02:01.710 +00:00] [INF] Removing item, Type: "Episode", Name: "Episode 1 - “When You’re Lost in the Darkness” | The Last of Us Podcast", Path: "", Id: 591236dc-35ce-6ae6-4655-ab1d465fd23e
[2024-06-10 00:02:01.712 +00:00] [INF] Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 1", Path: "", Id: f5c9c4e3-c68d-f450-3697-faf28e53e476
[2024-06-10 00:02:01.713 +00:00] [INF] Removing item, Type: "Episode", Name: "The Last of Us Debrief", Path: "", Id: 51caafd4-a45f-8c04-5ed6-70a8863d97ab
[2024-06-10 00:02:01.714 +00:00] [INF] Removing item, Type: "Episode", Name: "Inside the Episode: S1 E2", Path: "", Id: 3774a862-37b5-d7e7-9a38-628c3e671507
[2024-06-10 00:02:01.715 +00:00] [INF] Removing item, Type: "Episode", Name: "Episode 2 - “Infected” | The Last of Us Podcast", Path: "", Id: e9914eb1-bfea-ab31-4b78-d5525555963f
[2024-06-10 00:02:01.716 +00:00] [INF] Removing item, Type: "Episode", Name: "Inside the Episode: S1 E3", Path: "", Id: 3ffa4c90-01cc-25b2-971b-bf74f685cebd
[2024-06-10 00:02:01.717 +00:00] [INF] Removing item, Type: "Episode", Name: "Episode 3 - “Long, Long Time” | The Last of Us Podcast", Path: "", Id: cc8e78d5-e3c3-3f42-baaa-10a11d192859
[2024-06-10 00:02:01.718 +00:00] [INF] Removing item, Type: "Episode", Name: "Queerness in Conversation - Bill and Frank", Path: "", Id: 0f6ae6a2-7f74-c239-8e62-e2e296a4abab
[2024-06-10 00:02:01.719 +00:00] [INF] Removing item, Type: "Episode", Name: "Inside the Episode: S1 E4", Path: "", Id: 57f28141-2a63-0e78-ecb9-3b74cb70cac0
[2024-06-10 00:02:01.719 +00:00] [INF] Removing item, Type: "Episode", Name: "Episode 4 - “Please Hold to My Hand” | The Last of Us Podcast", Path: "", Id: 7cd96e9c-ed9d-375d-b37d-c9319afa4d6d
[2024-06-10 00:02:01.720 +00:00] [INF] Removing item, Type: "Episode", Name: "The Last of Us Debrief Part 2", Path: "", Id: 74be931c-8f3f-0aa7-4a69-bff3f4bc1f9d
[2024-06-10 00:02:01.721 +00:00] [INF] Removing item, Type: "Episode", Name: "Inside the Episode: S1 E5", Path: "", Id: ba8bd03c-5043-d304-8ff4-ff8ff93725de
[2024-06-10 00:02:01.832 +00:00] [INF] Removing item, Type: "Episode", Name: "Comic-Con Panel 2019", Path: "", Id: 9129b58d-ac28-a963-5261-e273d0bb3f2e
[2024-06-10 00:02:01.873 +00:00] [INF] Removing item, Type: "Episode", Name: "Episode 5 - “Endure and Survive” | The Last of Us Podcast", Path: "", Id: 70d7e078-f765-55c2-1848-c86a9f6c0bc9
[2024-06-10 00:02:01.874 +00:00] [INF] Removing item, Type: "Episode", Name: "Scene in Black - Keivonn Woodard and CJ Jones", Path: "", Id: 7077f8d1-ec21-e854-a134-e4575a5c1045
[2024-06-10 00:02:01.875 +00:00] [INF] Removing item, Type: "Episode", Name: "Inside the Episode: S1 E6", Path: "", Id: 4626ef7f-d796-4ae2-e282-1ecfd77db04d
[2024-06-10 00:02:01.897 +00:00] [INF] Removing item, Type: "Episode", Name: "Episode 6 - \"Kin\" | The Last of Us Podcast", Path: "", Id: aac201b9-9428-020c-0255-6e03b3fa2543
[2024-06-10 00:02:01.912 +00:00] [INF] Removing item, Type: "Episode", Name: "Gamera", Path: "", Id: fed6e9ce-7a89-c5b0-f2c7-26707ef4b020
[2024-06-10 00:02:01.914 +00:00] [INF] Removing item, Type: "Episode", Name: "Gamera vs. Gaos", Path: "", Id: 0d4bea37-e741-718f-cf5a-bb03f4e55d54
[2024-06-10 00:02:01.916 +00:00] [INF] Removing item, Type: "Episode", Name: "Gamera vs. Zigra", Path: "", Id: 4536ec52-9a46-4017-ae60-829c7c5b3aa0
[2024-06-10 00:02:01.917 +00:00] [INF] Removing item, Type: "Episode", Name: "Gamera vs. Guiron", Path: "", Id: 209ee81d-1a03-0e76-acd4-5a9d4c64b1c6
[2024-06-10 00:02:01.918 +00:00] [INF] Removing item, Type: "Episode", Name: "Phase IV", Path: "", Id: f4c1365d-24dc-ffe2-ca4f-a798bd75f339
[2024-06-10 00:02:01.919 +00:00] [INF] Removing item, Type: "Episode", Name: "Cosmic Princess", Path: "", Id: 587598aa-4ed8-5eda-b2b7-29c8603ef8aa
[2024-06-10 00:02:01.920 +00:00] [INF] Removing item, Type: "Episode", Name: "Humanoid Woman", Path: "", Id: 0b75caed-ded0-4afe-19cc-69f253a438c4
[2024-06-10 00:02:01.921 +00:00] [INF] Removing item, Type: "Episode", Name: "Fugitive Alien", Path: "", Id: 0e052a1b-44f0-3c02-4e2d-06106da2d3b5
[2024-06-10 00:02:01.923 +00:00] [INF] Removing item, Type: "Episode", Name: "SST Death Flight", Path: "", Id: 37277a6c-a09d-e3bf-9a75-2986c183a7bc
[2024-06-10 00:02:01.924 +00:00] [INF] Removing item, Type: "Episode", Name: "Mighty Jack", Path: "", Id: 07f03324-193c-ace4-871a-88053cad325e
[2024-06-10 00:02:01.925 +00:00] [INF] Removing item, Type: "Episode", Name: "Superdome", Path: "", Id: 0915e9db-cb7f-3388-9eb6-927f1c779e5d
[2024-06-10 00:02:01.926 +00:00] [INF] Removing item, Type: "Episode", Name: "City on Fire", Path: "", Id: e2679d4b-29da-e6ed-fa7e-05390ad36760
[2024-06-10 00:02:01.927 +00:00] [INF] Removing item, Type: "Episode", Name: "Time of the Apes", Path: "", Id: 50808f1a-519e-2466-5710-6d2f5b5290a9
[2024-06-10 00:02:01.928 +00:00] [INF] Removing item, Type: "Episode", Name: "The Million Eyes of Su-Muru", Path: "", Id: 31e78bf4-cbf2-e90a-ca26-3500a2b64c39
[2024-06-10 00:02:01.930 +00:00] [INF] Removing item, Type: "Episode", Name: "Hangar 18", Path: "", Id: 470197b9-e5aa-ab5e-62d8-663383d8ca6a
[2024-06-10 00:02:01.933 +00:00] [INF] Removing item, Type: "Episode", Name: "Diaries: Mountains", Path: "", Id: b958fb49-6850-288a-36fe-b5a9d3f1a230
[2024-06-10 00:02:01.934 +00:00] [INF] Removing item, Type: "Episode", Name: "The Last Chase", Path: "", Id: 30c1b2c5-cf89-d2a6-b6e0-7cd3cafb0e98
[2024-06-10 00:02:01.935 +00:00] [INF] Removing item, Type: "Episode", Name: "Diaries: Jungles", Path: "", Id: 88a52f95-6888-467a-320f-f590518cc58b
[2024-06-10 00:02:01.937 +00:00] [INF] Removing item, Type: "Episode", Name: "The Legend of the Dinosaurs", Path: "", Id: e2ca3038-aebe-0fa7-ab53-c4e9f1a32153
[2024-06-10 00:02:01.938 +00:00] [INF] Removing item, Type: "Episode", Name: "They Kill For Kicks: The Making of Wild Rebels", Path: "", Id: 8443fe0e-4024-4f4f-67fe-d7e7d9678cac
[2024-06-10 00:02:01.961 +00:00] [INF] Removing item, Type: "Episode", Name: "Hacking Robot 101", Path: "", Id: a29ff8f5-d2ad-4b24-2f3e-cab147eb79aa
[2024-06-10 00:02:02.007 +00:00] [INF] Removing item, Type: "Episode", Name: "Turkey Day '91", Path: "", Id: 22726410-bf19-368e-c534-ef2825069817
[2024-06-10 00:02:02.114 +00:00] [INF] Removing item, Type: "Episode", Name: "Hacking Robot 102", Path: "", Id: 9daa0484-2731-665f-08a2-8876baf5f864
[2024-06-10 00:02:02.288 +00:00] [INF] Removing item, Type: "Episode", Name: "The Paley Center Salutes The Good Place", Path: "", Id: 24049664-a3bb-65b2-6921-9a3d48f0224c
[2024-06-10 00:02:02.299 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-06-10 00:02:02.465 +00:00] [INF] Removing item, Type: "Episode", Name: "The Orville Panel at PaleyFest 2018", Path: "", Id: b678d094-972b-f0b2-e1c3-9a507f8eeb61
[2024-06-10 00:02:02.590 +00:00] [INF] Removing item, Type: "Episode", Name: "The Selection, Part 1: The Mission", Path: "", Id: 887ecc2d-fbf1-f0c5-67cc-e3d571760e19
[2024-06-10 00:02:02.592 +00:00] [INF] Removing item, Type: "Episode", Name: "The Selection, Part 2: The Candidates", Path: "", Id: d2c2358f-4342-5f06-87e0-edbb512fb3de
[2024-06-10 00:02:02.593 +00:00] [INF] Removing item, Type: "Episode", Name: "The Selection, Part 3: The Takeout Order", Path: "", Id: bbb188ab-b47b-0b46-21ad-09adcd6873d2
[2024-06-10 00:02:02.595 +00:00] [INF] Removing item, Type: "Episode", Name: "The Selection, Part 4: The Storm Out", Path: "", Id: 11e595fa-b53b-bbe9-ebd2-aa1479e721d6
[2024-06-10 00:02:02.596 +00:00] [INF] Removing item, Type: "Episode", Name: "The Selection, Part 5: The Talk", Path: "", Id: d98379db-e5b7-714c-dcb7-dccf9ecd4c16
[2024-06-10 00:02:02.598 +00:00] [INF] Removing item, Type: "Episode", Name: "The Selection, Part 6: The Solution", Path: "", Id: 08cfbdc5-2ed7-c0c8-b8b0-dbb31bee9a5d
[2024-06-10 00:02:02.599 +00:00] [INF] Removing item, Type: "Episode", Name: "Series Finale After Show", Path: "", Id: 514c5385-02b0-8162-0583-8fb9dfdf251d
[2024-06-10 00:02:02.806 +00:00] [INF] Removing item, Type: "Episode", Name: "Stories of the Second Age – Lindon", Path: "", Id: ea336f5d-bab4-7fbb-06f2-13b35635e391
[2024-06-10 00:02:03.107 +00:00] [INF] Removing item, Type: "Episode", Name: "Stories of the Second Age – Númenor", Path: "", Id: 8dace661-0ba7-d595-f2aa-795b16ef5e92
[2024-06-10 00:02:03.109 +00:00] [INF] Removing item, Type: "Episode", Name: "Stories of the Second Age – The Southlands", Path: "", Id: 5081d731-e00c-3733-ad56-86f0d1ec454f
[2024-06-10 00:02:03.109 +00:00] [INF] Removing item, Type: "Episode", Name: "Stories of the Second Age – Rhovanion", Path: "", Id: e6335f32-07ed-6ee1-c742-2826012f9bb8
[2024-06-10 00:02:03.110 +00:00] [INF] Removing item, Type: "Episode", Name: "Stories of the Second Age – Khazad-dûm", Path: "", Id: 302d3b6b-e905-8486-2b90-410fc2461462
[2024-06-10 00:02:03.111 +00:00] [INF] Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 2", Path: "", Id: ac5118a2-704c-5c00-5b1b-de4dfc167296
[2024-06-10 00:02:03.112 +00:00] [INF] Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 3", Path: "", Id: 25d5b46d-fff8-2cac-63fb-20ab544cc484
[2024-06-10 00:02:03.113 +00:00] [INF] Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 4", Path: "", Id: 12bc4b37-14d4-f283-83c5-7057a305ab47
[2024-06-10 00:02:03.117 +00:00] [INF] Removing item, Type: "Episode", Name: "The iCarly Reunion", Path: "", Id: 5cf5b98f-35d2-ef9b-6b3d-00141eefa21b
[2024-06-10 00:02:03.265 +00:00] [INF] Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 5", Path: "", Id: 0d7f0946-0f28-d772-845e-b506d8cc1c23
[2024-06-10 00:02:03.266 +00:00] [INF] Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 6", Path: "", Id: 47bbb008-29e3-e934-152b-1af09794e2cb
[2024-06-10 00:02:03.267 +00:00] [INF] Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 7", Path: "", Id: 3cea16d1-757b-04f3-cfd8-cb29a92e14e2
[2024-06-10 00:02:03.268 +00:00] [INF] Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 8", Path: "", Id: 2f495980-7374-7532-dfa5-f8b4185bd5bd
[2024-06-10 00:02:03.340 +00:00] [INF] Removing item, Type: "Episode", Name: "Turn On The Dark", Path: "", Id: d68354a6-c1b5-57dc-1468-1057898569cd
[2024-06-10 00:02:03.372 +00:00] [INF] Removing item, Type: "Episode", Name: "The House That Dripped Chocolate", Path: "", Id: bea3ef53-aa3a-e932-727c-24932dbc7a0e
[2024-06-10 00:02:04.495 +00:00] [INF] Removing item, Type: "Episode", Name: "This is MST3K!", Path: "", Id: d4af4f30-4f4a-2013-c8e2-b280608437ed
[2024-06-10 00:02:04.835 +00:00] [INF] Removing item, Type: "Episode", Name: "Unaired Pilot", Path: "", Id: 1d7277a6-0cbb-3585-dbb7-5e9db83a1037
[2024-06-10 00:02:04.947 +00:00] [INF] Removing item, Type: "Episode", Name: "Turkey Day '92", Path: "", Id: 94cefc5f-38fc-f4a9-7869-547a894e3ba8
[2024-06-10 00:02:05.216 +00:00] [INF] Removing item, Type: "Episode", Name: "Pilot - Runaway Rocketboy!", Path: "", Id: c4e893a8-78f2-de25-df44-b8846fab0d99
[2024-06-10 00:02:05.363 +00:00] [INF] Removing item, Type: "Episode", Name: "Inside the Episode: S1 E7", Path: "", Id: 0dc7fd4f-1d77-d8f0-216e-db84b60b5c0e
[2024-06-10 00:02:05.364 +00:00] [INF] Removing item, Type: "Episode", Name: "Episode 7 - \"Left Behind\" | The Last of Us Podcast", Path: "", Id: 6f2ed721-d155-b014-2edf-84e5cc4f4747
[2024-06-10 00:02:05.365 +00:00] [INF] Removing item, Type: "Episode", Name: "Inside the Episode: S1 E8", Path: "", Id: 04460534-5fb6-c76c-765b-19fff4692786
[2024-06-10 00:02:05.366 +00:00] [INF] Removing item, Type: "Episode", Name: "Episode 8 - \"When We Are in Need\" | The Last of Us Podcast", Path: "", Id: 1b79cae0-dd89-ab61-866a-7dad5c13b183
[2024-06-10 00:02:05.367 +00:00] [INF] Removing item, Type: "Episode", Name: "The Last of Us Debrief - Episode 8", Path: "", Id: c468129e-d15b-611b-9d74-d4285de35889
[2024-06-10 00:02:05.368 +00:00] [INF] Removing item, Type: "Episode", Name: "Inside the Episode: S1 E9", Path: "", Id: edd99861-919c-1903-d5ee-07005105a73c
[2024-06-10 00:02:05.369 +00:00] [INF] Removing item, Type: "Episode", Name: "Episode 9 - \"Look for the Light\" | The Last of Us Podcast", Path: "", Id: 5cf8aa8a-32ff-6dc9-ac82-0a0343a1e437
[2024-06-10 00:02:05.370 +00:00] [INF] Removing item, Type: "Episode", Name: "Making of The Last of Us", Path: "", Id: 823937e3-b3d9-8a90-a38e-f6e2739bd427
[2024-06-10 00:02:05.371 +00:00] [INF] Removing item, Type: "Episode", Name: "Get To Know Me - Gabriel Luna", Path: "", Id: 2f5b473a-1bda-aafc-ea2f-d21d1dad6649
[2024-06-10 00:02:05.372 +00:00] [INF] Removing item, Type: "Episode", Name: "Get to Know Me - Merle Dandridge", Path: "", Id: 5f147888-0731-fbca-3dab-75ef7486d936
[2024-06-10 00:02:05.394 +00:00] [INF] Removing item, Type: "Episode", Name: "Get to Know Me - Nick Offerman & Murray Bartlett", Path: "", Id: 2325d690-4f56-b036-d8ca-b225cb39bbaa
[2024-06-10 00:02:05.395 +00:00] [INF] Removing item, Type: "Episode", Name: "Get to Know Me - Pedro Pascal and Bella Ramsey", Path: "", Id: f9036f7f-2555-7228-36e2-d8b705ef2a80
[2024-06-10 00:02:05.396 +00:00] [INF] Removing item, Type: "Episode", Name: "Is This a the Last of Us Line? - Pedro Pascal & Bella Ramsey", Path: "", Id: fb8372d9-6f5b-af9e-37dc-2f3dd12be090
[2024-06-10 00:02:05.397 +00:00] [INF] Removing item, Type: "Episode", Name: "Is This a the Last of Us Line? - Merle Dandridge & Gabriel Luna", Path: "", Id: 9bd81c1a-6a1f-863e-53fa-0351b43ec6a7
[2024-06-10 00:02:05.409 +00:00] [INF] Removing item, Type: "Episode", Name: "Diaries: Mountains", Path: "", Id: b958fb49-6850-288a-36fe-b5a9d3f1a230
[2024-06-10 00:02:05.410 +00:00] [INF] Removing item, Type: "Episode", Name: "Diaries: Jungles", Path: "", Id: 88a52f95-6888-467a-320f-f590518cc58b
[2024-06-10 00:02:05.411 +00:00] [INF] Removing item, Type: "Episode", Name: "Diaries: Deserts", Path: "", Id: fe426ae1-7e22-9a99-3540-bfee8ff46ae0
[2024-06-10 00:02:05.412 +00:00] [INF] Removing item, Type: "Episode", Name: "Diaries: Grasslands", Path: "", Id: e0c3a775-daf0-e2a9-03f2-fc8cfbb5155b
[2024-06-10 00:02:05.413 +00:00] [INF] Removing item, Type: "Episode", Name: "Diaries: Cities", Path: "", Id: fe1d2d62-136b-2c70-2c30-12321dd56f4b
[2024-06-10 00:02:05.413 +00:00] [INF] Removing item, Type: "Episode", Name: "A World of Wonder", Path: "", Id: 8916e5e7-d540-24b7-7947-80eaf18e9007
[2024-06-10 00:02:05.414 +00:00] [INF] Removing item, Type: "Episode", Name: "The Making of Planet Earth II", Path: "", Id: b0eb98fb-2bed-ff0d-ac25-12f62036288c
[2024-06-10 00:02:05.415 +00:00] [INF] Removing item, Type: "Episode", Name: "Planet Earth: A Celebration", Path: "", Id: 3a01aeb2-0e55-911d-5b07-5b1644a0f5c4
[2024-06-10 00:02:05.451 +00:00] [INF] Removing item, Type: "Episode", Name: "Swan Song", Path: "", Id: ac455a45-df4e-caea-20d6-a1389f740dc3
[2024-06-10 00:02:05.650 +00:00] [INF] Removing item, Type: "Episode", Name: "Get Happy", Path: "", Id: 7b054dbe-9914-3355-894c-76285d5da737
[2024-06-10 00:02:06.056 +00:00] [INF] Removing item, Type: "Episode", Name: "Everybody Loves Hypnotoad", Path: "", Id: dc578b73-4b38-67a6-0a8b-90506ac5d9a3
[2024-06-10 00:02:06.059 +00:00] [INF] Removing item, Type: "Episode", Name: "Everybody Loves Hypnotoad", Path: "", Id: dc578b73-4b38-67a6-0a8b-90506ac5d9a3
[2024-06-10 00:02:06.424 +00:00] [INF] Removing item, Type: "Episode", Name: "Jimmy Neutron: Boy Genius", Path: "", Id: c2442965-74c7-dae5-cab3-5550f2a9d683
[2024-06-10 00:02:06.425 +00:00] [INF] Removing item, Type: "Episode", Name: "The Eggpire Strikes Back (2)", Path: "", Id: 307e1576-c6b5-788a-c36b-ced92a6100f2
[2024-06-10 00:02:06.426 +00:00] [INF] Removing item, Type: "Episode", Name: "The Eggpire Strikes Back (1)", Path: "", Id: e58873de-0c27-4b74-b172-e14ab6ba38a9
[2024-06-10 00:02:06.426 +00:00] [INF] Removing item, Type: "Episode", Name: "The Eggpire Strikes Back (2)", Path: "", Id: e82e0daa-623a-a3ea-1799-250b00d2fd4c
[2024-06-10 00:02:06.434 +00:00] [INF] Removing item, Type: "Episode", Name: "The Jimmy Timmy Power Hour", Path: "", Id: 11ca1e5e-6c71-7a1b-9883-771b64cacc31
[2024-06-10 00:02:06.446 +00:00] [INF] Removing item, Type: "Episode", Name: "Win, Lose And Kaboom (a.k.a. You Bet Your Life Form)", Path: "", Id: 97320e3f-3760-8d83-339e-a24eb0375190
[2024-06-10 00:02:06.447 +00:00] [INF] Removing item, Type: "Episode", Name: "Attack of the Twonkies (1)", Path: "", Id: 47f4dc34-eb8c-e2b3-521a-a54a75e56bf2
[2024-06-10 00:02:06.448 +00:00] [INF] Removing item, Type: "Episode", Name: "League of Villains", Path: "", Id: ef4ca935-632f-1e83-731e-9b7058fe17c6
[2024-06-10 00:02:06.449 +00:00] [INF] Removing item, Type: "Episode", Name: "The Last of Us Debrief - Finale Part 1", Path: "", Id: a3e0216a-5e34-d744-99da-bea41fb8b97d
[2024-06-10 00:02:06.450 +00:00] [INF] Removing item, Type: "Episode", Name: "The Jimmy Timmy Power Hour 2: When Nerds Collide", Path: "", Id: ccd81ed1-abe9-035f-6705-a3839a156f4f
[2024-06-10 00:02:06.451 +00:00] [INF] Removing item, Type: "Episode", Name: "The Last of Us Debrief - Finale Part 2", Path: "", Id: 502a1d6f-b325-e6b6-fa1e-f8baabd4315b
[2024-06-10 00:02:06.490 +00:00] [INF] Removing item, Type: "Episode", Name: "The Jimmy Timmy Power Hour 3: The Jerkinator", Path: "", Id: e057a872-3c80-a793-3d30-7d18ee6a415f
[2024-06-10 00:02:06.814 +00:00] [INF] Removing item, Type: "Episode", Name: "Futurama: Bender's Big Score", Path: "", Id: e0bfbe1f-a75c-d91c-4b34-b8ab8cf25cbe
[2024-06-10 00:02:06.814 +00:00] [INF] Removing item, Type: "Episode", Name: "Futurama: Bender's Big Score", Path: "", Id: e0bfbe1f-a75c-d91c-4b34-b8ab8cf25cbe
[2024-06-10 00:02:06.815 +00:00] [INF] Removing item, Type: "Episode", Name: "Futurama: The Beast with a Billion Backs", Path: "", Id: 704fb89c-75cc-a177-b72e-eeeab774602d
[2024-06-10 00:02:06.816 +00:00] [INF] Removing item, Type: "Episode", Name: "Futurama: The Beast with a Billion Backs", Path: "", Id: 704fb89c-75cc-a177-b72e-eeeab774602d
[2024-06-10 00:02:06.817 +00:00] [INF] Removing item, Type: "Episode", Name: "Futurama: The Lost Adventure", Path: "", Id: ad847b76-5f51-72e9-3b39-4391a0d19812
[2024-06-10 00:02:06.817 +00:00] [INF] Removing item, Type: "Episode", Name: "Futurama: The Lost Adventure", Path: "", Id: ad847b76-5f51-72e9-3b39-4391a0d19812
[2024-06-10 00:02:06.818 +00:00] [INF] Removing item, Type: "Episode", Name: "Futurama: Bender's Game", Path: "", Id: 53873b08-f6db-0c8b-1cea-266471a19ffa
[2024-06-10 00:02:06.818 +00:00] [INF] Removing item, Type: "Episode", Name: "Futurama: Bender's Game", Path: "", Id: 53873b08-f6db-0c8b-1cea-266471a19ffa
[2024-06-10 00:02:06.819 +00:00] [INF] Removing item, Type: "Episode", Name: "Futurama: Into the Wild Green Yonder", Path: "", Id: d0e4c3ac-49e8-59e2-d065-19809b4740f0
[2024-06-10 00:02:06.963 +00:00] [INF] Removing item, Type: "Episode", Name: "Dream Date", Path: "", Id: dac9bfb4-6bf2-8a4c-6c7d-04f457303dd6
[2024-06-10 00:02:07.060 +00:00] [INF] Removing item, Type: "Episode", Name: "Diaries: Deserts", Path: "", Id: fe426ae1-7e22-9a99-3540-bfee8ff46ae0
[2024-06-10 00:02:07.061 +00:00] [INF] Removing item, Type: "Episode", Name: "Diaries: Grasslands", Path: "", Id: e0c3a775-daf0-e2a9-03f2-fc8cfbb5155b
[2024-06-10 00:02:07.061 +00:00] [INF] Removing item, Type: "Episode", Name: "Diaries: Cities", Path: "", Id: fe1d2d62-136b-2c70-2c30-12321dd56f4b
[2024-06-10 00:02:07.061 +00:00] [INF] Removing item, Type: "Episode", Name: "A World of Wonder", Path: "", Id: 8916e5e7-d540-24b7-7947-80eaf18e9007
[2024-06-10 00:02:07.061 +00:00] [INF] Removing item, Type: "Episode", Name: "The Making of Planet Earth II", Path: "", Id: b0eb98fb-2bed-ff0d-ac25-12f62036288c
[2024-06-10 00:02:07.062 +00:00] [INF] Removing item, Type: "Episode", Name: "Planet Earth: A Celebration", Path: "", Id: 3a01aeb2-0e55-911d-5b07-5b1644a0f5c4
[2024-06-10 00:02:07.097 +00:00] [INF] Removing item, Type: "Episode", Name: "PRESENTING ATOM EVE SPECIAL EPISODE", Path: "", Id: 4bf58ba9-6ddb-8d97-a4a0-693271bba726
[2024-06-10 00:02:07.245 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Scenes", Path: "", Id: b1c5db1e-03b6-aa2a-7056-a23705e80e33
[2024-06-10 00:02:07.264 +00:00] [INF] Removing item, Type: "Episode", Name: "Dracula De Bergerac", Path: "", Id: 0e80e22b-3b7d-8388-fd63-71d15e8d8dea
[2024-06-10 00:02:07.287 +00:00] [INF] Removing item, Type: "Episode", Name: "Futurama: Into the Wild Green Yonder", Path: "", Id: d0e4c3ac-49e8-59e2-d065-19809b4740f0
[2024-06-10 00:02:07.402 +00:00] [INF] Removing item, Type: "Episode", Name: "A Look Ahead", Path: "", Id: 6d1ed440-a61e-9895-1f5a-f89485ddacb3
[2024-06-10 00:02:07.566 +00:00] [INF] Removing item, Type: "Episode", Name: "Hate in an Elevator", Path: "", Id: 9903a2ba-f0a3-d86d-0105-319674490a91
[2024-06-10 00:02:07.567 +00:00] [INF] Removing item, Type: "Episode", Name: "Future Nerd", Path: "", Id: 225f9b3c-2478-077f-9ce6-3a54a9b8244e
[2024-06-10 00:02:07.567 +00:00] [INF] Removing item, Type: "Episode", Name: "Billy & Mandy's Big Boogey Adventure", Path: "", Id: 08eb9f36-0ba3-499a-f28b-06894b38a128
[2024-06-10 00:02:07.568 +00:00] [INF] Removing item, Type: "Episode", Name: "Billy & Mandy: Wrath of the Spider Queen", Path: "", Id: 396b61e8-7454-d7a6-372e-a39aea604df5
[2024-06-10 00:02:09.531 +00:00] [INF] Removing item, Type: "Episode", Name: "NCISVerse: The First 1,000", Path: "", Id: 0f8b3c48-783e-1394-c32b-cfb696c8c75a
[2024-06-10 00:02:10.013 +00:00] [INF] Removing item, Type: "Episode", Name: "Miss Fisher and the Crypt of Tears", Path: "", Id: d049078f-55e7-4848-0507-fa93f32a59b5
[2024-06-10 00:02:10.024 +00:00] [INF] Removing item, Type: "Episode", Name: "Ten Years Later: The Extended Pied Piper Documentary", Path: "", Id: 149a3904-a4c7-abfc-e54a-18b020c1ff50
[2024-06-10 00:02:10.371 +00:00] [INF] Removing item, Type: "Episode", Name: "Unaired Pilot", Path: "", Id: 8ce75176-6ecb-5289-6967-41a886abaf57
[2024-06-10 00:02:10.431 +00:00] [INF] Removing item, Type: "Episode", Name: "The Lucifer Reunion Show", Path: "", Id: d475cf10-22b6-9d72-5e09-1f60fca48bc0
[2024-06-10 00:02:10.561 +00:00] [INF] Removing item, Type: "Episode", Name: "Season 1 Gag Reel", Path: "", Id: 98c9ecc3-ca52-be3c-3a75-aed06cfc399f
[2024-06-10 00:02:11.014 +00:00] [INF] Removing item, Type: "Episode", Name: "Deleted Scenes", Path: "", Id: 9ee160b6-47cf-7b6d-216a-1c7b78e2101e
[2024-06-10 00:02:11.015 +00:00] [INF] Removing item, Type: "Episode", Name: "Pro and Con", Path: "", Id: 7d26a086-4a08-3220-b0c1-18e5c9e02e0c
[2024-06-10 00:02:11.017 +00:00] [INF] Removing item, Type: "Episode", Name: "A Cool Cat in the Hat", Path: "", Id: c5ba5052-3f29-155b-bb9e-06896d62e996
[2024-06-10 00:02:11.018 +00:00] [INF] Removing item, Type: "Episode", Name: "Nothing But the Truth", Path: "", Id: 8ecb5788-ca3f-51c5-0432-8d274ef6dc56
[2024-06-10 00:02:11.314 +00:00] [INF] Removing item, Type: "Episode", Name: "That's Entertainment (Pilot)", Path: "", Id: dd90b9a6-2548-7be0-aabf-078a49fb84dc
[2024-06-10 00:02:11.594 +00:00] [INF] Removing item, Type: "Episode", Name: "A Hero’s Journey: The Making of Percy Jackson and the Olympians", Path: "", Id: 2273cde2-eaf3-4f07-6957-684e1cac6de4
[2024-06-10 00:02:12.515 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Taskmaster Diaries #1 - House Tour", Path: "", Id: 2e2577c0-4c16-13fd-3eb6-1245b9d8bfe2
[2024-06-10 00:02:12.817 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Taskmaster Diaries #2 - New Year, New Caravan", Path: "", Id: ad242ed2-6b9e-ad15-742c-9ede8685e667
[2024-06-10 00:02:12.968 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Taskmaster Diaries #3 - Meet Alex's Son, Connor", Path: "", Id: edfd6318-4e45-0594-176f-d0d8f3f17160
[2024-06-10 00:02:12.969 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Taskmaster Diaries #4 - Where is the Taskmaster House?", Path: "", Id: f12193c0-20af-f037-764b-1c9041eb6566
[2024-06-10 00:02:13.002 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Taskmaster Diaries #5 - Guide Hut Search", Path: "", Id: 4e333566-c1aa-20ee-94f0-298e13770fc4
[2024-06-10 00:02:13.004 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Blacklist: Season 2", Path: "", Id: b79c84b0-3a21-1124-4cf3-d00a1e5f9eca
[2024-06-10 00:02:13.028 +00:00] [INF] Removing item, Type: "Episode", Name: "Season 7 - Rhod Gilbert Interview", Path: "", Id: 612bf0b5-81a0-a2e2-81c4-63f38c13de93
[2024-06-10 00:02:13.308 +00:00] [INF] Removing item, Type: "Episode", Name: "Building a Blacklister: Vanessa Cruz", Path: "", Id: eb3629a4-5f82-685e-0489-86b1587f9e76
[2024-06-10 00:02:13.327 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind the Blacklist: Season 4", Path: "", Id: 8361c022-0f41-f326-c84f-d5a020012b5a
[2024-06-10 00:02:13.478 +00:00] [INF] Removing item, Type: "Episode", Name: "A Darker Shade of Red", Path: "", Id: 465fd539-1a70-c709-c4b5-1c0715b7a88d
[2024-06-10 00:02:13.479 +00:00] [INF] Removing item, Type: "Episode", Name: "Season 7 - Phil Wang Interview", Path: "", Id: 4368b507-6707-a869-0206-2003c0a9276c
[2024-06-10 00:02:13.480 +00:00] [INF] Removing item, Type: "Episode", Name: "Season 7 - Kerry Godliman Interview", Path: "", Id: e7d51185-08a2-5cfc-f2f7-2459f66bb7cb
[2024-06-10 00:02:13.481 +00:00] [INF] Removing item, Type: "Episode", Name: "Season 7 - Jessica Knappett Interview", Path: "", Id: 20083e88-017b-7e07-59c7-843b33211a91
[2024-06-10 00:02:13.481 +00:00] [INF] Removing item, Type: "Episode", Name: "Season 7 - James Acaster Interview", Path: "", Id: b46f4614-caf8-5699-8dac-7a98889b4e57
[2024-06-10 00:02:13.524 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 9 - David Baddiel Interview: Taskmastermind", Path: "", Id: 07321f30-0a8d-70bc-327e-e11143afdeaf
[2024-06-10 00:02:13.525 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 9 - Ed Gamble Interview: Taskmastermind", Path: "", Id: df5b79e1-8909-0867-412b-58b6e5e2d14f
[2024-06-10 00:02:13.526 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 9 - Jo Brand Interview: Taskmastermind", Path: "", Id: 97c21e68-c895-b445-6878-83e841cbd034
[2024-06-10 00:02:13.526 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 9 - Katy Wix Interview: Taskmastermind", Path: "", Id: a163f1a2-5858-3fa5-c031-5918fa86fedb
[2024-06-10 00:02:13.527 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 9 - Rose Matafeo Interview: Taskmastermind", Path: "", Id: 6ef8b6a4-026d-8b72-c2b7-39332c9b3b09
[2024-06-10 00:02:13.528 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Throw a Piece of Paper Into a Bin... Spectacularly", Path: "", Id: 98d8ed70-52ca-c4a5-8ccd-24890adf3058
[2024-06-10 00:02:13.529 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Turn Your Bathroom into a Venue For a Great Night Out", Path: "", Id: 291ee3b7-e347-8633-1171-2d116a3809f8
[2024-06-10 00:02:13.530 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Make the Best Dancing Elephant", Path: "", Id: c4d679a6-f4b3-0af7-a5e0-97ff2cecfa30
[2024-06-10 00:02:13.530 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Camouflage Yourself, Then Reveal Yourself", Path: "", Id: c3196191-7f5f-42cc-5595-9524423953d3
[2024-06-10 00:02:13.531 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Create an Epic Sporting Moment in Your Kitchen", Path: "", Id: f0dcc6ec-d639-7f12-8ae7-1445f3b3d918
[2024-06-10 00:02:13.532 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Do Something Extraordinary With a Pair of Trousers", Path: "", Id: 5c4f02c3-1eb6-f19a-ce21-c998c4bb7080
[2024-06-10 00:02:13.533 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Silently Recreate a Famous Movie Scene", Path: "", Id: 89430159-a81a-dfb7-636a-cef43ae30d79
[2024-06-10 00:02:13.534 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Turn Your Bed Into Something That Isn't a Bed", Path: "", Id: d0dde5fa-1c8f-d681-0500-a4da41eab542
[2024-06-10 00:02:13.535 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Become a Superhero & Demonstrate Your Powers", Path: "", Id: 80a1397a-b07e-c9cc-3226-48f13637e970
[2024-06-10 00:02:13.536 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Put Something Surprising Under a Sheet & Reveal It", Path: "", Id: b9a03d78-7195-ae53-1679-3a0f17a8da3b
[2024-06-10 00:02:13.537 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Make and Demonstrate the Best Method of Transport in Your Home", Path: "", Id: fd181f27-188d-d806-5da4-f86b5c8b2a4b
[2024-06-10 00:02:13.539 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - The History of the World, as Told by Hometaskers", Path: "", Id: 9f396a4b-9edf-974d-8d57-67db273ac582
[2024-06-10 00:02:13.539 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Make a Really Really Big Version of Something That is Usually Quite Small", Path: "", Id: 49e78288-ff72-f888-e68f-d694bf37ef41
[2024-06-10 00:02:13.540 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Put on an Item of Clothing in the Most Unusual Way", Path: "", Id: e837112f-1988-1e3f-6be0-6728e28e79f9
[2024-06-10 00:02:13.541 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Demonstrate the Most Extreme Housework", Path: "", Id: 4cac8e2a-6973-78f3-4731-ccc5b3e3f3e9
[2024-06-10 00:02:13.542 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Make and Demonstrate the Best Invention", Path: "", Id: a51ba2b5-5792-7578-cc06-80267fbd44c1
[2024-06-10 00:02:13.542 +00:00] [INF] Removing item, Type: "Episode", Name: "#Hometasking - Make Yourself Look Like a Famous Person Doing an Unlikely Activity", Path: "", Id: 516c4857-adb2-5ca7-53f8-9f102ec4fa26
[2024-06-10 00:02:13.543 +00:00] [INF] Removing item, Type: "Episode", Name: "#Hometasking - Do Something Really Cool in Slow Motion", Path: "", Id: 1ab1188b-881e-b345-127d-c6f63aa4399f
[2024-06-10 00:02:13.544 +00:00] [INF] Removing item, Type: "Episode", Name: "#Hometasking - Do the Most Amazing Thing With One Hand on Your Hip", Path: "", Id: 997e6cd0-f6b5-e544-656b-5fe70d186ddb
[2024-06-10 00:02:13.566 +00:00] [INF] Removing item, Type: "Episode", Name: "#Hometasking - Make a Big & Expressive Face With Items From Your House", Path: "", Id: 5cdaae7d-64d7-acbd-9c4d-0d2a939b5cc1
[2024-06-10 00:02:13.567 +00:00] [INF] Removing item, Type: "Episode", Name: "#Hometasking - Build a Fort and Sleep in it for a Night", Path: "", Id: f16b0b30-c3d8-c04e-749e-2dd0596cee35
[2024-06-10 00:02:13.568 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking - Make The Spookiest Animal With Stuff From Your Kitchen", Path: "", Id: a6c2e151-ac60-613a-b52c-043de0d43128
[2024-06-10 00:02:13.582 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews the Series 1 Contestants (And Himself)", Path: "", Id: 47292165-56eb-9a93-f48c-18fbc011aad6
[2024-06-10 00:02:13.583 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews DARA O'BRIAIN | Series 14 Interviews", Path: "", Id: 3d364165-cff7-512e-0764-56126a8982dd
[2024-06-10 00:02:13.584 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews FERN BRADY | Series 14 Interviews", Path: "", Id: 915ee366-847b-c9f6-3379-7bad99e21ce6
[2024-06-10 00:02:13.585 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews JOHN KEARNS | Series 14 Interviews", Path: "", Id: 4c8b7e0c-c154-d1a0-dc8d-314d628b6812
[2024-06-10 00:02:13.586 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews MUNYA CHAWAWA | Series 14 Interviews", Path: "", Id: 7c14f727-9019-3f06-2fed-3e8e7effaf97
[2024-06-10 00:02:13.586 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews SARAH MILLICAN | Series 14 Interviews", Path: "", Id: f9440dcd-920a-b38c-93fb-97216937c1c0
[2024-06-10 00:02:13.587 +00:00] [INF] Removing item, Type: "Episode", Name: "20 Questions with MAE MARTIN | Series 15", Path: "", Id: cf57e8d5-7b9d-04af-8440-39cd85abc021
[2024-06-10 00:02:13.601 +00:00] [INF] Removing item, Type: "Episode", Name: "20 Questions with FRANKIE BOYLE | Series 15", Path: "", Id: 32ae88a3-4eac-fc4e-e4bd-212e17443646
[2024-06-10 00:02:13.601 +00:00] [INF] Removing item, Type: "Episode", Name: "20 Questions with JENNY ECLAIR | Series 15 | Taskmaster", Path: "", Id: 7e6cd230-f723-f9a9-8af8-05269f98a34c
[2024-06-10 00:02:13.602 +00:00] [INF] Removing item, Type: "Episode", Name: "20 Questions with KIELL SMITH-BYNOE | Series 15 | Taskmaster", Path: "", Id: 0a4dcb7e-a42a-c900-141b-9a312d82d298
[2024-06-10 00:02:13.762 +00:00] [INF] Removing item, Type: "Episode", Name: "Turkey Day '93", Path: "", Id: e0b1400f-90c9-6ab5-a9db-0e36f3cf64e1
[2024-06-10 00:02:13.810 +00:00] [INF] Removing item, Type: "Episode", Name: "EW Reunions: #UnitedAtHome", Path: "", Id: 38b5434f-bd95-436a-06cb-925d79f1ac7d
[2024-06-10 00:02:13.928 +00:00] [INF] Removing item, Type: "Episode", Name: "Extra iSam's Mom - Jane Lynch", Path: "", Id: d1cd4d67-3020-8473-ea70-a527a43378a2
[2024-06-10 00:02:13.929 +00:00] [INF] Removing item, Type: "Episode", Name: "Extra iStart a Fan War - Jack Black", Path: "", Id: dd08c802-e2c2-62d5-1de7-7a834993634a
[2024-06-10 00:02:13.952 +00:00] [INF] Removing item, Type: "Episode", Name: "Mr Kaplan: End of an era", Path: "", Id: 6c3a3748-8cc0-af04-e3d4-eb577df37ab8
[2024-06-10 00:02:13.981 +00:00] [INF] Removing item, Type: "Episode", Name: "7 Secrets With Miranda Cosgrove", Path: "", Id: faac6bcf-f1fa-2b39-4192-007c303f42d5
[2024-06-10 00:02:14.103 +00:00] [INF] Removing item, Type: "Episode", Name: "ConventioCon ExpoFest-a-Rama (1)", Path: "", Id: 4c3803b5-1327-5067-76f1-54ada7f1ca2b
[2024-06-10 00:02:14.125 +00:00] [INF] Removing item, Type: "Episode", Name: "Season 5: First Look (Sneak Peek)", Path: "", Id: eeb66636-9778-361b-c995-48212fc676c4
[2024-06-10 00:02:14.600 +00:00] [INF] Removing item, Type: "Episode", Name: "A Look Ahead Season 3", Path: "", Id: 135090f0-6b60-0ddb-f8d2-a99f2edbf265
[2024-06-10 00:02:14.732 +00:00] [INF] Removing item, Type: "Episode", Name: "Extra Scoop - Guppy Gibson", Path: "", Id: aa49bfd4-38e8-7e89-566c-b5c259603f5b
[2024-06-10 00:02:14.852 +00:00] [INF] Removing item, Type: "Episode", Name: "Cast and Creator Talk Characters and Favorite Moments from Season 1", Path: "", Id: b1f68fa3-175b-246c-8424-f875edc2270e
[2024-06-10 00:02:14.914 +00:00] [INF] Removing item, Type: "Episode", Name: "Pilot", Path: "", Id: 08f97b62-1781-05a1-563d-849736f738d2
[2024-06-10 00:02:14.915 +00:00] [INF] Removing item, Type: "Episode", Name: "Corginia is for Corgi Lovers Travel Commercial", Path: "", Id: d73a7d0c-768b-c58a-b950-8a3b027878c2
[2024-06-10 00:02:14.916 +00:00] [INF] Removing item, Type: "Episode", Name: "12 Things You Need To Know About Infinity Train", Path: "", Id: 2dd68d71-f1d2-96a4-32b7-1b5728e96d0a
[2024-06-10 00:02:14.919 +00:00] [INF] Removing item, Type: "Episode", Name: "The Green Car", Path: "", Id: 16db99e0-49fe-249d-47b9-afabb4a030f6
[2024-06-10 00:02:14.943 +00:00] [INF] Removing item, Type: "Episode", Name: "The Tiny Wizard Car", Path: "", Id: 62f6e60a-135b-882e-7aed-78346464205e
[2024-06-10 00:02:14.945 +00:00] [INF] Removing item, Type: "Episode", Name: "The Kaiju Car", Path: "", Id: c5b1b5a2-82d6-7f51-4ab5-a3d54fd3fd60
[2024-06-10 00:02:14.946 +00:00] [INF] Removing item, Type: "Episode", Name: "The Tech Support Car", Path: "", Id: 1697c947-9170-e82d-8fa5-a5e19c4b0841
[2024-06-10 00:02:14.947 +00:00] [INF] Removing item, Type: "Episode", Name: "The Snow Car", Path: "", Id: 4a93b5eb-02f0-e9f1-26bd-b825289ae7f7
[2024-06-10 00:02:14.947 +00:00] [INF] Removing item, Type: "Episode", Name: "The Hill Car", Path: "", Id: 80641556-f2c1-f923-a51b-8c71a0d092bc
[2024-06-10 00:02:14.948 +00:00] [INF] Removing item, Type: "Episode", Name: "The Movie Theater Car", Path: "", Id: 1d12993f-03b0-5513-9676-b756a141b95c
[2024-06-10 00:02:14.949 +00:00] [INF] Removing item, Type: "Episode", Name: "The Cross-Eyed Ducks Car", Path: "", Id: 9e90a365-8fcf-875c-e58b-78bb54388e7b
[2024-06-10 00:02:14.950 +00:00] [INF] Removing item, Type: "Episode", Name: "The Minecart Car", Path: "", Id: 91a3d51f-c867-f48c-3eb2-83a1d68eda84
[2024-06-10 00:02:14.951 +00:00] [INF] Removing item, Type: "Episode", Name: "The Wedding Cake Car", Path: "", Id: d67102b4-5205-c651-71c3-4d3ad94c0e1e
[2024-06-10 00:02:14.961 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews SAM CAMPBELL | Series 16", Path: "", Id: d77f1794-2eb5-ae01-aa27-f31f0ce8b1c9
[2024-06-10 00:02:15.218 +00:00] [INF] Removing item, Type: "Episode", Name: "Santa's Little Helpers", Path: "", Id: cb8ccfde-9f4c-8f2b-21ce-b62d7278a8a5
[2024-06-10 00:02:15.563 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne interviews SUE PERKINS | Series 16", Path: "", Id: 193c5672-0eac-ffb5-f821-234ce6ebf035
[2024-06-10 00:02:15.564 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne interviews SUSAN WOKOMA | Series 16", Path: "", Id: d527b077-563a-5a77-2bfa-ff405de77c23
[2024-06-10 00:02:15.567 +00:00] [INF] Removing item, Type: "Episode", Name: "20 Questions with IVO GRAHAM | Series 15", Path: "", Id: 19442b49-6e2d-3fa5-c24a-99257ddc1e7f
[2024-06-10 00:02:15.568 +00:00] [INF] Removing item, Type: "Episode", Name: "Little Alex Horne Answers Your Questions | Askmaster - Series 16", Path: "", Id: 7db997c5-e923-0ee5-e4b8-0ea19353ed1c
[2024-06-10 00:02:15.570 +00:00] [INF] Removing item, Type: "Episode", Name: "Taskmaster's New Year Treat 2024", Path: "", Id: 2da8d861-5a81-ba71-013b-184a2de3cc2d
[2024-06-10 00:02:15.921 +00:00] [INF] Removing item, Type: "Episode", Name: "ConventioCon ExpoFest-a-Rama (2)", Path: "", Id: bfc9625b-0db1-59c2-44ac-dfee213073f7
[2024-06-10 00:02:15.922 +00:00] [INF] Removing item, Type: "Episode", Name: "The Greatest Frank of All (ConventioCon ExpoFest-A-Rama)", Path: "", Id: 550d2207-6040-1cce-75e6-4ab9217b361b
[2024-06-10 00:02:15.930 +00:00] [INF] Removing item, Type: "Episode", Name: "Turkey Day '94", Path: "", Id: c75421c5-f868-f0e1-e140-cf807be455c8
[2024-06-10 00:02:15.931 +00:00] [INF] Removing item, Type: "Episode", Name: "MST3K Little Gold Statue Preview Special", Path: "", Id: 675b71b7-2fa0-838b-a8b5-e89884654528
[2024-06-10 00:02:15.932 +00:00] [INF] Removing item, Type: "Episode", Name: "Poopie Parade of Values", Path: "", Id: 63b55f07-83df-5b10-1c5c-a3a4777a7b85
[2024-06-10 00:02:15.932 +00:00] [INF] Removing item, Type: "Episode", Name: "Poopie! - MST3k Outtake Reel", Path: "", Id: 7781f791-fb95-56a4-4dda-2521d162c640
[2024-06-10 00:02:15.933 +00:00] [INF] Removing item, Type: "Episode", Name: "Poopie! 2 - MST3k Outtake Reel", Path: "", Id: ab4825cf-19c0-a2df-8ee6-d8ba5e0ff362
[2024-06-10 00:02:15.971 +00:00] [INF] Removing item, Type: "Episode", Name: "Turkey Day '95 Intros", Path: "", Id: 28671fe9-0f64-9505-675a-ae0dadb72c3e
[2024-06-10 00:02:16.302 +00:00] [INF] Removing item, Type: "Episode", Name: "The Chosen One", Path: "", Id: 252813e6-c199-d619-a910-f77e6f80586e
[2024-06-10 00:02:16.315 +00:00] [INF] Removing item, Type: "Episode", Name: "Seasons 1-3 Official Recap", Path: "", Id: 43e8fd64-d758-34e1-34ab-a91ee433bb44
[2024-06-10 00:02:16.423 +00:00] [INF] Removing item, Type: "Episode", Name: "Turkey Day '95", Path: "", Id: 8cb1e862-7547-d833-6ac6-c31c2125e9c2
[2024-06-10 00:02:16.424 +00:00] [INF] Removing item, Type: "Episode", Name: "Night of the Blood Beast (Turkey Day)", Path: "", Id: a4142b6c-ba3e-4915-d151-0413f35d2b26
[2024-06-10 00:02:16.425 +00:00] [INF] Removing item, Type: "Episode", Name: "Mystery Science Theater 3000: The Movie", Path: "", Id: 89c55895-8367-cea9-ddbc-223837ce65f2
[2024-06-10 00:02:16.442 +00:00] [INF] Removing item, Type: "Episode", Name: "The Home Game (The Day the World Ended)", Path: "", Id: 198d7271-72c8-0d96-5630-b613a8c8b7ec
[2024-06-10 00:02:16.608 +00:00] [INF] Removing item, Type: "Episode", Name: "The Clonus Horror - Robert Fiveson Interview", Path: "", Id: 999caf0a-3ba7-c83c-b2e7-0334cdbe6a80
[2024-06-10 00:02:16.771 +00:00] [INF] Removing item, Type: "Episode", Name: "Taskmaster How To Win Taskmaster Coming Soon", Path: "", Id: b38ce8d6-0802-d506-13cc-30cb8b12391d
[2024-06-10 00:02:16.820 +00:00] [INF] Removing item, Type: "Episode", Name: "Fifty Shades #NotMyChristian Apology", Path: "", Id: 5429a92b-422e-cdd2-d7fa-de035f9b2eb4
[2024-06-10 00:02:16.821 +00:00] [INF] Removing item, Type: "Episode", Name: "Ep. 1, “Second Contact” - Easter Eggs", Path: "", Id: 261f419a-8f8b-c4a2-7c8f-5d81cbded8fa
[2024-06-10 00:02:16.845 +00:00] [INF] Removing item, Type: "Episode", Name: "April Fools' Day", Path: "", Id: 6cb6dee1-cc02-98f1-556f-a33e12f2c1f6
[2024-06-10 00:02:16.847 +00:00] [INF] Removing item, Type: "Episode", Name: "Watch Star Trek: Lower Decks Go from Storyboard to Final Animation", Path: "", Id: b62c0266-aac3-668b-c0f3-3792cc791b0f
[2024-06-10 00:02:16.847 +00:00] [INF] Removing item, Type: "Episode", Name: "Star Trek Day 2020: Lower Decks Panel", Path: "", Id: 9957ee39-18ce-e9c5-5c84-7790b98831e6
[2024-06-10 00:02:17.065 +00:00] [INF] Removing item, Type: "Episode", Name: "Vought's American History", Path: "", Id: 79a89e12-f2b1-4376-28de-3ca063c22f99
[2024-06-10 00:02:17.210 +00:00] [INF] Removing item, Type: "Episode", Name: "The Making of MST3K", Path: "", Id: 3b279a4f-97bb-bee4-9033-d08374a26730
[2024-06-10 00:02:17.211 +00:00] [INF] Removing item, Type: "Episode", Name: "1st Annual Mystery Science Theater 3000 Summer Blockbuster Review", Path: "", Id: 375a4fae-5d0a-7f8f-dca3-2714875b8c42
[2024-06-10 00:02:17.212 +00:00] [INF] Removing item, Type: "Episode", Name: "Return to Party Beach", Path: "", Id: 2556d99b-8df0-a7e0-b8fe-1041988b8cbf
[2024-06-10 00:02:17.214 +00:00] [INF] Removing item, Type: "Episode", Name: "August on Neptune", Path: "", Id: 265a59d9-3f17-eaa1-e568-3b4b77bef258
[2024-06-10 00:02:17.215 +00:00] [INF] Removing item, Type: "Episode", Name: "Shorts, Volume 1", Path: "", Id: 8ae1c8db-323f-263b-e839-ee28da10ba9f
[2024-06-10 00:02:17.232 +00:00] [INF] Removing item, Type: "Episode", Name: "'Never Truly Vanish' Music Video", Path: "", Id: f591e146-965b-f9bd-8730-663b9bafecdf
[2024-06-10 00:02:17.373 +00:00] [INF] Removing item, Type: "Episode", Name: "How to Win Taskmaster, Episode 1 - ALWAYS READ THE TASK! | Taskmaster", Path: "", Id: 07a46a8a-e529-2792-be0d-bc2f3774fe93
[2024-06-10 00:02:17.401 +00:00] [INF] Removing item, Type: "Episode", Name: "PlayStation Underground", Path: "", Id: 3406e063-7b86-3351-acb5-7d13919fa34e
[2024-06-10 00:02:17.684 +00:00] [INF] Removing item, Type: "Episode", Name: "Vought News Network: Seven on 7 with Cameron Coleman (July 2021)", Path: "", Id: 34ba8ed1-3348-2a52-fa30-25abb9a9872c
[2024-06-10 00:02:17.685 +00:00] [INF] Removing item, Type: "Episode", Name: "Vought News Network: Seven on 7 with Cameron Coleman (August 2021)", Path: "", Id: 50444f6b-daa9-3a49-dcc1-56b52478fe65
[2024-06-10 00:02:17.686 +00:00] [INF] Removing item, Type: "Episode", Name: "A-Train - Faster (Official Music Video)", Path: "", Id: 5349f54e-c6b8-6cc2-d220-6ffb16fe0f4c
[2024-06-10 00:02:17.687 +00:00] [INF] Removing item, Type: "Episode", Name: "Vought News Network: Seven on 7 with Cameron Coleman (September 2021)", Path: "", Id: 33f71a5d-6aa9-0380-d2ae-e8cabfa27c8c
[2024-06-10 00:02:17.839 +00:00] [INF] Removing item, Type: "Episode", Name: "Vought News Network: Seven on 7 with Cameron Coleman (October 2021)", Path: "", Id: 57946bc4-c633-a132-e374-0358edc7ffe5
[2024-06-10 00:02:17.840 +00:00] [INF] Removing item, Type: "Episode", Name: "The Deep x Liquid Death", Path: "", Id: df63d216-c685-c450-e7a4-8d54b96992e5
[2024-06-10 00:02:17.841 +00:00] [INF] Removing item, Type: "Episode", Name: "Vought News Network: Seven on 7 with Cameron Coleman (November 2021)", Path: "", Id: ac0cd549-2c1b-6a6d-070e-5c212954bc62
[2024-06-10 00:02:17.842 +00:00] [INF] Removing item, Type: "Episode", Name: "Vought News Network: Seven on 7 with Cameron Coleman (December 2021)", Path: "", Id: d366ef9c-0137-c9b8-05e0-d869a6c90282
[2024-06-10 00:02:17.843 +00:00] [INF] Removing item, Type: "Episode", Name: "Vought News Network: Seven on 7 with Cameron Coleman (January 2022)", Path: "", Id: debba95b-7069-768f-bb93-b84cd7e9f3a6
[2024-06-10 00:02:17.843 +00:00] [INF] Removing item, Type: "Episode", Name: "Buster Beaver's Official TV Commercial", Path: "", Id: d6a5ea7a-f7f8-1d6d-46ff-d15f619a88ff
[2024-06-10 00:02:17.866 +00:00] [INF] Removing item, Type: "Episode", Name: "Dawn of the Seven - Official Trailer", Path: "", Id: 971dd6ec-b8a1-282e-fdf9-3a8386165a74
[2024-06-10 00:02:17.868 +00:00] [INF] Removing item, Type: "Episode", Name: "MST3K's Academy of Robots' Choice Awards Special", Path: "", Id: 62bed1f6-9051-f27f-6b1b-98db20bbb5fb
[2024-06-10 00:02:17.869 +00:00] [INF] Removing item, Type: "Episode", Name: "Century 21 Calling...", Path: "", Id: 02afee5e-9001-681a-e1d4-1e5a3c61e770
[2024-06-10 00:02:17.870 +00:00] [INF] Removing item, Type: "Episode", Name: "Hobgoblins Revisited", Path: "", Id: cac7deb5-deba-f4e9-092a-a0b168414e66
[2024-06-10 00:02:17.870 +00:00] [INF] Removing item, Type: "Episode", Name: "MST3K: Origins and Beyond at CONvergence 2009", Path: "", Id: 5b957397-b10a-b402-0102-bb45313b093b
[2024-06-10 00:02:17.871 +00:00] [INF] Removing item, Type: "Episode", Name: "2nd Annual Mystery Science Theater 3000 Summer Blockbuster Review", Path: "", Id: 5f83fd89-fe36-6240-68dc-10336f1d0ec9
[2024-06-10 00:02:17.872 +00:00] [INF] Removing item, Type: "Episode", Name: "Shorts, Volume 2", Path: "", Id: 9cead474-87c4-9062-5d75-d0a4c25945ea
[2024-06-10 00:02:17.899 +00:00] [INF] Removing item, Type: "Episode", Name: "A Case Of Spring Fever", Path: "", Id: c0c74c3e-4d7b-4f0e-086f-fef5ef785f16
[2024-06-10 00:02:18.051 +00:00] [INF] Removing item, Type: "Episode", Name: "The Last Dance: Raw", Path: "", Id: 0e8a00da-eabc-5e4f-7883-f1bec5b29e70
[2024-06-10 00:02:18.052 +00:00] [INF] Removing item, Type: "Episode", Name: "Assignment Venezuela", Path: "", Id: 7f666c9e-e754-a3e0-b39b-047f516c27b3
[2024-06-10 00:02:18.053 +00:00] [INF] Removing item, Type: "Episode", Name: "Mr. B's Lost Shorts", Path: "", Id: 66c1680e-729c-0834-4dce-1a03ccdc14a7
[2024-06-10 00:02:18.053 +00:00] [INF] Removing item, Type: "Episode", Name: "Shorts, Volume 3", Path: "", Id: b0b233c3-bdbe-fe3d-9c58-39217b8a3aa2
[2024-06-10 00:02:18.054 +00:00] [INF] Removing item, Type: "Episode", Name: "Radar Men From The Moon", Path: "", Id: 03037752-e404-b1bd-f67a-6bf28c4c8f1d
[2024-06-10 00:02:18.055 +00:00] [INF] Removing item, Type: "Episode", Name: "Serial Variety Pack", Path: "", Id: ea7d2601-efcb-c215-1d3e-b2323389dd41
[2024-06-10 00:02:18.056 +00:00] [INF] Removing item, Type: "Episode", Name: "Bumper to Bumper: Turkey Day Through the Years", Path: "", Id: e1847fcd-2e8c-b2cb-336e-20162647ab7c
[2024-06-10 00:02:18.097 +00:00] [INF] Removing item, Type: "Episode", Name: "MST3K live on XSN from Meltdown Comics Hollywood", Path: "", Id: 8db8cf2e-25e3-eecf-8901-8888ea888f73
[2024-06-10 00:02:18.260 +00:00] [INF] Removing item, Type: "Episode", Name: "Bring Back MST3K Part 1", Path: "", Id: 7a196016-eba5-aa70-f691-af0cf76f2d60
[2024-06-10 00:02:18.273 +00:00] [INF] Removing item, Type: "Episode", Name: "Comic-Con Panel 2019", Path: "", Id: a67d8c47-3791-3917-2d13-743661a511d1
[2024-06-10 00:02:18.291 +00:00] [INF] Removing item, Type: "Episode", Name: "Nine-Nine Day: The Ultimate Fan Event", Path: "", Id: 0f089632-d2be-a1e1-9316-f9997b5fb0f5
[2024-06-10 00:02:18.426 +00:00] [INF] Removing item, Type: "Episode", Name: "How to Win Taskmaster, Episode 2 - THROWING | Taskmaster", Path: "", Id: f7929ec4-93f9-60bf-9c67-b2df6c7c7a5e
[2024-06-10 00:02:18.427 +00:00] [INF] Removing item, Type: "Episode", Name: "How to Win Taskmaster, Episode 3 - BLINDFOLDS | Taskmaster", Path: "", Id: e9ac94e8-538c-d758-6848-becadf6840d5
[2024-06-10 00:02:18.428 +00:00] [INF] Removing item, Type: "Episode", Name: "How to Win Taskmaster, Episode 4 - PERSISTENCE | Taskmaster", Path: "", Id: 67d9bc32-f463-ee72-6cc6-b74fd5f172a4
[2024-06-10 00:02:18.428 +00:00] [INF] Removing item, Type: "Episode", Name: "How to Win Taskmaster, Episode 5 - LOVE | Taskmaster", Path: "", Id: 28ad24ab-ede9-efed-894a-52be96b144e8
[2024-06-10 00:02:18.429 +00:00] [INF] Removing item, Type: "Episode", Name: "How to Win Taskmaster, Episode 6 - COOKING | Taskmaster", Path: "", Id: 20e4a003-267e-560a-5f75-c82f16cc35e4
[2024-06-10 00:02:18.430 +00:00] [INF] Removing item, Type: "Episode", Name: "How to Win Taskmaster, Episode 7 - ENDURANCE | Taskmaster", Path: "", Id: a4356865-f601-b927-9884-5cea36aa547e
[2024-06-10 00:02:18.431 +00:00] [INF] Removing item, Type: "Episode", Name: "How to Win Taskmaster, Episode 8 - DON'T CHEAT | Taskmaster", Path: "", Id: cdab5ac6-b445-a71f-d4f9-2c387f71d0af
[2024-06-10 00:02:18.431 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews JOANNE McNALLY | Series 17 | Taskmaster", Path: "", Id: 63cd3db7-eee5-7b27-2812-ea91826893b6
[2024-06-10 00:02:18.432 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews JOHN ROBINS | Series 17 | Taskmaster", Path: "", Id: 100fe8c0-620b-9762-6620-5593cd9ad203
[2024-06-10 00:02:18.433 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews NICK MOHAMMED | Series 17 | Taskmaster", Path: "", Id: 8a56d437-72a8-d23a-5452-08827a7e1a54
[2024-06-10 00:02:18.434 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews SOPHIE WILLAN | Series 17 | Taskmaster", Path: "", Id: 597548dd-f0c7-3442-5b69-c3a0eb97c400
[2024-06-10 00:02:18.435 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews STEVE PEMBERTON | Series 17 | Taskmaster", Path: "", Id: 9cebe13c-b615-a387-85a2-1b1756c7391f
[2024-06-10 00:02:18.598 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking 2 - Task 1: Design & Demonstrate the Best Quick Change Outfit", Path: "", Id: ddb1dac0-269f-2756-b403-0e101752448a
[2024-06-10 00:02:18.919 +00:00] [INF] Removing item, Type: "Episode", Name: "Six Minute Preview", Path: "", Id: 4f3c1689-09bd-e23d-3597-ec256573d808
[2024-06-10 00:02:19.051 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking 2 - Task 2: Create The Best Domino Rally", Path: "", Id: d04626dd-ec85-7e02-cda1-9c14acbe3940
[2024-06-10 00:02:19.077 +00:00] [INF] Removing item, Type: "Episode", Name: "Soldier Boy PSA | 1984", Path: "", Id: b4e1c11a-ca33-154f-7b2b-772fb02b3d91
[2024-06-10 00:02:19.114 +00:00] [INF] Removing item, Type: "Episode", Name: "Avatar Pilot Episode with Audio Commentary", Path: "", Id: 1db6bb83-a33d-bb7c-6a22-7589acf9661e
[2024-06-10 00:02:19.115 +00:00] [INF] Removing item, Type: "Episode", Name: "Avatar: The Legend So Far", Path: "", Id: 9cbd2270-46a0-8977-adc2-9678af000e67
[2024-06-10 00:02:19.136 +00:00] [INF] Removing item, Type: "Episode", Name: "Chapters Twelve - The Serpent's Pass - Audio Commentary", Path: "", Id: 341cc268-be16-8cde-e077-0dacec207062
[2024-06-10 00:02:19.162 +00:00] [INF] Removing item, Type: "Episode", Name: "Bring Back MST3K Part 2", Path: "", Id: f1a61f15-bff9-ae8e-ed55-14b1f2c93b26
[2024-06-10 00:02:19.163 +00:00] [INF] Removing item, Type: "Episode", Name: "Bring Back MST3K Part 3", Path: "", Id: 21cfb154-a3a5-6bbf-dcf1-f8417cba8639
[2024-06-10 00:02:19.166 +00:00] [INF] Removing item, Type: "Episode", Name: "MST3K Official Press conferance", Path: "", Id: 14a3a9b3-7df4-1e1f-30f2-62b52cfb3467
[2024-06-10 00:02:19.167 +00:00] [INF] Removing item, Type: "Episode", Name: "Post-Screening 1101 Q&A w Joel and Cast", Path: "", Id: 21c57853-07d9-ef23-03d1-b6554336b082
[2024-06-10 00:02:19.318 +00:00] [INF] Removing item, Type: "Episode", Name: "Post Screening Q&A for backers", Path: "", Id: 66a23847-b9c3-78c5-4fef-3fe4a3fcf20c
[2024-06-10 00:02:19.352 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking 2 - Task 3: Make The Most Striking Water Feature", Path: "", Id: 441c31f1-67e5-2f65-0ae4-44b56841104f
[2024-06-10 00:02:19.353 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking 2 - Task 4: Throw Something Into Something", Path: "", Id: 56b8e50c-f8fa-f837-f87e-7c8e34ad8c2c
[2024-06-10 00:02:19.354 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking 2 - Task 5: Do The Most Powerful Thing With Your Little Finger", Path: "", Id: 4d4a2776-6e0a-e260-4efe-5fffdf519326
[2024-06-10 00:02:19.354 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking 2 - Task 6: Stage a Realistic Home Movie Blooper", Path: "", Id: 06594dea-61a0-3777-b17b-09939a37e2c9
[2024-06-10 00:02:19.355 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking 2 - Task 7: Recreate a Classic Computer Game", Path: "", Id: dd1d0628-e271-5001-86d1-ee16cdca80e1
[2024-06-10 00:02:19.356 +00:00] [INF] Removing item, Type: "Episode", Name: "#HomeTasking 2 - Task 8: Tell The Taskmaster You Love Him In The Most Meaningful Way", Path: "", Id: 47c79381-2f51-0529-50c1-ec80a1d2a518
[2024-06-10 00:02:19.357 +00:00] [INF] Removing item, Type: "Episode", Name: "Daisy May Cooper Interviews Alex Horne | Taskmaster S10", Path: "", Id: c4650ba2-26a2-371f-38f3-ecfdf75706c9
[2024-06-10 00:02:19.358 +00:00] [INF] Removing item, Type: "Episode", Name: "Johnny Vegas Interviews Alex Horne | Taskmaster S10", Path: "", Id: eaed269f-d302-f51c-90d5-95a34af2a5d2
[2024-06-10 00:02:19.359 +00:00] [INF] Removing item, Type: "Episode", Name: "Katherine Parkinson Interviews Alex Horne | Taskmaster S10", Path: "", Id: 379b6f21-0487-55ec-19b2-5c494f0b01fc
[2024-06-10 00:02:19.359 +00:00] [INF] Removing item, Type: "Episode", Name: "Mawaan Rizwan Interviews Alex Horne | Taskmaster S10", Path: "", Id: bf78f8d3-6d59-a35d-1bb6-217727b9e8db
[2024-06-10 00:02:19.360 +00:00] [INF] Removing item, Type: "Episode", Name: "Richard Herring Interviews Alex Horne | Taskmaster S10", Path: "", Id: 36bda390-1ac0-1998-e2f1-35092a076539
[2024-06-10 00:02:19.362 +00:00] [INF] Removing item, Type: "Episode", Name: "Taskmaster’s New Year Treat", Path: "", Id: 3412aee7-4f3d-709a-5014-be85aef9df69
[2024-06-10 00:02:19.374 +00:00] [INF] Removing item, Type: "Episode", Name: "Mike Wozniak: 'I Garage Am Garage Afraid Garage Of Garage Many Garage Things Garage'", Path: "", Id: f26ba119-9c65-8c29-7003-99660b9db1fd
[2024-06-10 00:02:19.397 +00:00] [INF] Removing item, Type: "Episode", Name: "Charlotte Ritchie: \"That's So Embarrassing\"", Path: "", Id: 95d2a169-bfd7-d699-8610-73a1de164b3b
[2024-06-10 00:02:19.398 +00:00] [INF] Removing item, Type: "Episode", Name: "American Hero | Behind the Scenes Mansion Tour", Path: "", Id: 4bbb062b-cb7a-46e2-b644-a9ca7a19e551
[2024-06-10 00:02:19.399 +00:00] [INF] Removing item, Type: "Episode", Name: "Edward Snowden on Passwords", Path: "", Id: e776cfa0-872a-0fa0-40c0-db5c36ad81a4
[2024-06-10 00:02:19.400 +00:00] [INF] Removing item, Type: "Episode", Name: "Jamali Maddix: \"I'm Never Going To Get Acting Work With That\"", Path: "", Id: c4ee29b0-0f12-eaba-5a59-59d5b65afab7
[2024-06-10 00:02:19.401 +00:00] [INF] Removing item, Type: "Episode", Name: "Sarah Kendall: \"Taskmaster is a Waste of Time, But Life is a Waste of Time\"", Path: "", Id: c848f340-d247-db27-ba06-f3ed4c947f3f
[2024-06-10 00:02:19.401 +00:00] [INF] Removing item, Type: "Episode", Name: "Lee Mack: \"Taskmaster Is The Greatest Show On TV...I Didn't Mean That\"", Path: "", Id: 1c9bedcd-5a02-3275-f553-8b5feb02217c
[2024-06-10 00:02:19.431 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews Alan Davies with an Annoying Song", Path: "", Id: 77a15773-4624-2dd3-e02e-3f0a598a8641
[2024-06-10 00:02:19.448 +00:00] [INF] Removing item, Type: "Episode", Name: "The Adam Ruins Everything Election Special", Path: "", Id: 3c5d10fc-0d72-9d73-88ed-e18ed23d1baa
[2024-06-10 00:02:19.450 +00:00] [INF] Removing item, Type: "Episode", Name: "The Adam Ruins Everything Election Special", Path: "", Id: 3c5d10fc-0d72-9d73-88ed-e18ed23d1baa
[2024-06-10 00:02:19.735 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews Desiree Burch with an Annoying Song", Path: "", Id: eb059f15-fe6c-918d-a04c-1864155a308f
[2024-06-10 00:02:19.736 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews Victoria Coren-Mitchell!", Path: "", Id: 511ad1e0-77d0-0d36-71e6-abc125b51d15
[2024-06-10 00:02:19.737 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Interviews Guz Khan with an Annoying Song", Path: "", Id: fea693bd-f2e1-5970-e3f9-fc99dc43b16d
[2024-06-10 00:02:19.738 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews Morgana Robinson with a very annoying song", Path: "", Id: 2cc0e9cb-ee67-26ec-2132-f4cef00a8e89
[2024-06-10 00:02:19.739 +00:00] [INF] Removing item, Type: "Episode", Name: "Taskmaster’s New Year Treat 2022", Path: "", Id: 8395fa8f-cf6b-14bc-315f-5b647f902f02
[2024-06-10 00:02:19.764 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 8 - Iain Stirling Interview: Taskmastermind", Path: "", Id: 64ef1033-4915-1fae-cc9e-3e24d59aaac4
[2024-06-10 00:02:19.903 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? Tax Breaks / Hollywood Sign", Path: "", Id: 0b0dbfdb-ab31-134b-831e-ac4417371d79
[2024-06-10 00:02:19.904 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? Fish Oil / Q-Tips", Path: "", Id: 08e24d6b-2179-107c-3c11-a5441c710acc
[2024-06-10 00:02:19.904 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? Cheese / Treadmill", Path: "", Id: 0aec408d-6c6f-62a2-63d4-ac59d9c55053
[2024-06-10 00:02:19.905 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? Johnny Appleseed / Statue of Liberty", Path: "", Id: ec8b671b-1ba1-e405-381b-e7b9f83c76dd
[2024-06-10 00:02:19.906 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? Literally / Paper Size", Path: "", Id: 77e24641-dc19-f73d-07a9-4bd032e537f9
[2024-06-10 00:02:19.906 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? Photographic Memory / Secret Service", Path: "", Id: 619d808e-20c5-86a9-44a1-097553744cef
[2024-06-10 00:02:19.908 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? It's a Wonderful Life / Snowflake", Path: "", Id: 08b97994-0547-542d-61a1-d7bb864ee2dd
[2024-06-10 00:02:19.908 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? Paperless / Bananas", Path: "", Id: 64077c8f-505e-6c9c-6da7-350ff2534d1a
[2024-06-10 00:02:19.914 +00:00] [INF] Removing item, Type: "Episode", Name: "Character Dossier: Aram Mojtabai", Path: "", Id: de1bff18-e468-18a6-000d-87c8928e931b
[2024-06-10 00:02:19.915 +00:00] [INF] Removing item, Type: "Episode", Name: "Character Dossier: Harold Cooper", Path: "", Id: 2ca7e0db-dfef-0141-a87d-d1ddcd09bc8c
[2024-06-10 00:02:19.915 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 8 - Joe Thomas Interview: Taskmastermind", Path: "", Id: 2483b084-3bbf-f24a-ba40-5506b6e01ffd
[2024-06-10 00:02:19.937 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 8 - Lou Sanders Interview: Taskmastermind", Path: "", Id: 17e4469b-1744-b27e-ce02-833678751891
[2024-06-10 00:02:19.938 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 8 - Paul Sinha Interview: Taskmastermind", Path: "", Id: c10873d0-11ae-9b74-e769-c96e641adea4
[2024-06-10 00:02:19.939 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 8 - Sian Gibson Interview: Taskmastermind", Path: "", Id: 8cdf4bc6-8613-cfb9-a0bb-a89ba7df059f
[2024-06-10 00:02:19.985 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 4 - Joe Lycett Exclusive Interview Task", Path: "", Id: e98b7208-e6d9-ced2-c09f-68a94ead3405
[2024-06-10 00:02:20.231 +00:00] [INF] Removing item, Type: "Episode", Name: "The Long Road to War: A FRONTLINE Special Report", Path: "", Id: a782c16f-64f9-abe6-b2a9-471581b01776
[2024-06-10 00:02:20.286 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 4 - Hugh Dennis Exclusive Interview Task", Path: "", Id: 79eb48dd-a2be-8144-7a16-d3fba31ba7c9
[2024-06-10 00:02:20.287 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 4 - Mel Giedroyc Exclusive Interview Task", Path: "", Id: 35e81bf7-772c-558f-6784-6bd729ca15f0
[2024-06-10 00:02:20.287 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 4 - Noel Fielding Exclusive Interview Task", Path: "", Id: a1d5d20f-7faf-a6de-f5dc-7d15ce4369a4
[2024-06-10 00:02:20.288 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 4 - Lolly Adefope Exclusive Interview Task", Path: "", Id: 7d76530a-b9c1-ef57-8dcb-bfff4599e81c
[2024-06-10 00:02:20.298 +00:00] [INF] Removing item, Type: "Episode", Name: "Taskmasterclass: What's the Point?", Path: "", Id: 9adf802b-e1b1-c5d5-4fcc-3b0d558e5092
[2024-06-10 00:02:20.311 +00:00] [INF] Removing item, Type: "Episode", Name: "Ardal O'Hanlon's Series 13 Interview Task", Path: "", Id: 973e406d-e96c-bba7-5583-01ff7b625cf8
[2024-06-10 00:02:20.452 +00:00] [INF] Removing item, Type: "Episode", Name: "Lost Graphics", Path: "", Id: 70f0f703-0049-c29c-f00d-13ad54f13755
[2024-06-10 00:02:20.453 +00:00] [INF] Removing item, Type: "Episode", Name: "Soldier Boy | Guest Appearance on Solid Gold", Path: "", Id: 108e6bae-1473-6913-1f7c-8643afd719e6
[2024-06-10 00:02:20.453 +00:00] [INF] Removing item, Type: "Episode", Name: "The Deep | Not Without My Dolphin | Official Trailer", Path: "", Id: 4f14ae78-4553-2524-7f9f-6e98eff1abae
[2024-06-10 00:02:20.454 +00:00] [INF] Removing item, Type: "Episode", Name: "Deep Thoughts With The Deep", Path: "", Id: aa770dff-8094-b587-ca5c-d2327223bba0
[2024-06-10 00:02:20.455 +00:00] [INF] Removing item, Type: "Episode", Name: "Soldier Boy | Red Thunder Scene", Path: "", Id: 2e532526-a643-f138-1a7c-9baf16cea472
[2024-06-10 00:02:20.478 +00:00] [INF] Removing item, Type: "Episode", Name: "Detective Skills with Hitchcock and Scully: Preparing for the Stakeout", Path: "", Id: 1adf7757-c922-401d-acbf-35f519e07821
[2024-06-10 00:02:20.612 +00:00] [INF] Removing item, Type: "Episode", Name: "Series 13 Interview Task - Bridget Christie", Path: "", Id: bf1d716e-7fa2-0247-018f-8ba676485beb
[2024-06-10 00:02:20.612 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews Chris Ramsey with a Task", Path: "", Id: e1a62471-975a-e67c-9515-1a1e81c4ef7b
[2024-06-10 00:02:20.613 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews Judi Love with a Task", Path: "", Id: 55c33201-b4c8-7413-36fa-998f649b47d8
[2024-06-10 00:02:20.614 +00:00] [INF] Removing item, Type: "Episode", Name: "Alex Horne Interviews Sophie Duker with a Task", Path: "", Id: 7b470aa1-b58e-dbe3-595a-65314e5007e9
[2024-06-10 00:02:20.636 +00:00] [INF] Removing item, Type: "Episode", Name: "Taskmaster's New Year Treat 2023", Path: "", Id: 39a0c8a6-7b94-24cb-8476-f82610c449a6
[2024-06-10 00:02:20.637 +00:00] [INF] Removing item, Type: "Episode", Name: "Detective Skills with Hitchcock and Scully: How to Stay Awake During a Stakeout", Path: "", Id: 759a9b9c-1180-9423-40cb-89084c1b959d
[2024-06-10 00:02:20.638 +00:00] [INF] Removing item, Type: "Episode", Name: "Detective Skills with Hitchcock and Scully: Processing the Perp", Path: "", Id: bb7e5444-f1e4-78b7-854c-190ad0dc2d49
[2024-06-10 00:02:20.805 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? Tax Breaks / Hollywood Sign", Path: "", Id: 0b0dbfdb-ab31-134b-831e-ac4417371d79
[2024-06-10 00:02:20.805 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? Fish Oil / Q-Tips", Path: "", Id: 08e24d6b-2179-107c-3c11-a5441c710acc
[2024-06-10 00:02:20.805 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? Cheese / Treadmill", Path: "", Id: 0aec408d-6c6f-62a2-63d4-ac59d9c55053
[2024-06-10 00:02:20.805 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? Johnny Appleseed / Statue of Liberty", Path: "", Id: ec8b671b-1ba1-e405-381b-e7b9f83c76dd
[2024-06-10 00:02:20.806 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? Literally / Paper Size", Path: "", Id: 77e24641-dc19-f73d-07a9-4bd032e537f9
[2024-06-10 00:02:20.806 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? Photographic Memory / Secret Service", Path: "", Id: 619d808e-20c5-86a9-44a1-097553744cef
[2024-06-10 00:02:20.806 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? It's a Wonderful Life / Snowflake", Path: "", Id: 08b97994-0547-542d-61a1-d7bb864ee2dd
[2024-06-10 00:02:20.806 +00:00] [INF] Removing item, Type: "Episode", Name: "Ever Wonder Why? Paperless / Bananas", Path: "", Id: 64077c8f-505e-6c9c-6da7-350ff2534d1a
[2024-06-10 00:02:22.172 +00:00] [INF] Removing item, Type: "Episode", Name: "Character Dossier: Meera Malik", Path: "", Id: 9fef685e-35a7-2643-8fd1-5e1702085d8b
[2024-06-10 00:02:22.173 +00:00] [INF] Removing item, Type: "Episode", Name: "Character Dossier: Donald Ressler", Path: "", Id: 51cf8b4a-ba55-12ce-22a0-ca0aa56ac413
[2024-06-10 00:02:22.173 +00:00] [INF] Removing item, Type: "Episode", Name: "Character Dossier: Tom Keen", Path: "", Id: cad70539-59df-e7e9-adbe-ed75cd7589f1
[2024-06-10 00:02:22.174 +00:00] [INF] Removing item, Type: "Episode", Name: "Character Dossier: Elizabeth Keen", Path: "", Id: 47d00bac-f29f-6a1f-a98b-0593c82af3ef
[2024-06-10 00:02:22.174 +00:00] [INF] Removing item, Type: "Episode", Name: "Character Dossier: Raymond Reddington", Path: "", Id: e7278f19-71f0-bfcf-1ea6-a3ff08878448
[2024-06-10 00:02:22.175 +00:00] [INF] Removing item, Type: "Episode", Name: "The Insider: Behind the Scenes of Season One", Path: "", Id: d49618bb-eb35-9f23-ecfd-42a4608cb61a
[2024-06-10 00:02:22.175 +00:00] [INF] Removing item, Type: "Episode", Name: "Rogue's Gallery: The Blacklisters", Path: "", Id: 21b84558-08a9-4594-de0d-f03d206370c9
[2024-06-10 00:02:22.176 +00:00] [INF] Removing item, Type: "Episode", Name: "Inception: Making the Pilot", Path: "", Id: 2157c6dc-541d-6a05-b7f2-af805105fd87
[2024-06-10 00:02:22.611 +00:00] [INF] Removing item, Type: "Episode", Name: "Harvest of Fear", Path: "", Id: 412c8efe-8b92-ebd4-f191-a8c8ef697167
[2024-06-10 00:02:22.647 +00:00] [INF] Removing item, Type: "Episode", Name: "Behind The Blacklist: Season 9", Path: "", Id: 1187a312-f11c-347e-78f6-aaea67b32b70
[2024-06-10 00:02:23.161 +00:00] [INF] Removing item, Type: "Episode", Name: "The Mittens of Disapproval Are On", Path: "", Id: 65a661fd-acc1-919f-5056-90dd027ad16b
[2024-06-10 00:02:23.162 +00:00] [INF] Removing item, Type: "Episode", Name: "And Now - People Prematurely Declaring The End of Obamacare", Path: "", Id: 4dbe492f-7c00-cc70-43f4-8aed0f8b6f74
[2024-06-10 00:02:23.163 +00:00] [INF] Removing item, Type: "Episode", Name: "Shallow Dives", Path: "", Id: 6fb5da79-0876-ed76-a8f9-aec8ef344236
[2024-06-10 00:02:23.186 +00:00] [INF] Removing item, Type: "Episode", Name: "History Lies", Path: "", Id: e5a480a0-0bc6-a19a-bcf9-411f12f395b6
[2024-06-10 00:02:23.187 +00:00] [INF] Removing item, Type: "Episode", Name: "Back To School", Path: "", Id: da574491-bbb8-9c14-d6ab-ef925c541697
[2024-06-10 00:02:23.188 +00:00] [INF] Removing item, Type: "Episode", Name: "Facebook Privacy Hoax Debunked", Path: "", Id: 90873ae8-3512-6ce4-4bfa-9806c663c4f8
[2024-06-10 00:02:23.210 +00:00] [INF] Removing item, Type: "Episode", Name: "Conspiracies", Path: "", Id: 3ebd36d9-71b1-d54b-287e-089aee98e0d2
[2024-06-10 00:02:23.344 +00:00] [INF] Removing item, Type: "Episode", Name: "Olympic Effort", Path: "", Id: 38ff5d57-f4e6-f1fd-f3e9-aa3cd676a166
[2024-06-10 00:02:23.498 +00:00] [INF] Removing item, Type: "Episode", Name: "ted", Path: "", Id: 8294b48a-9227-1124-fddc-a1ad50479c8d
[2024-06-10 00:02:23.520 +00:00] [INF] Removing item, Type: "Episode", Name: "Cicadas", Path: "", Id: e330f573-2d6b-cd9e-af4d-7cfae22a4259
[2024-06-10 00:02:23.521 +00:00] [INF] Removing item, Type: "Episode", Name: "How is this Not a Thing?", Path: "", Id: 5e2d6d71-0836-5e06-e201-78d48f9597f5
[2024-06-10 00:02:23.521 +00:00] [INF] Removing item, Type: "Episode", Name: "Independence Day", Path: "", Id: 3cbff5fb-7bf5-a791-690c-be555cfc61f2
[2024-06-10 00:02:23.526 +00:00] [INF] Removing item, Type: "Episode", Name: "Fan Mail Vol. 2", Path: "", Id: e06d397c-0987-a90f-863e-2086233541f2
[2024-06-10 00:02:23.526 +00:00] [INF] Removing item, Type: "Episode", Name: "Endorsements", Path: "", Id: e6f44b62-9741-1864-f4c8-d6445c6ddd40
[2024-06-10 00:02:23.527 +00:00] [INF] Removing item, Type: "Episode", Name: "Johnny Strong", Path: "", Id: d30dc9c5-5da0-22f2-ef38-fdeececd01a4
[2024-06-10 00:02:23.528 +00:00] [INF] Removing item, Type: "Episode", Name: "Labor Day", Path: "", Id: 6502713f-4835-96f2-f441-1c9cd433224f
[2024-06-10 00:02:23.529 +00:00] [INF] Removing item, Type: "Episode", Name: "Birds", Path: "", Id: 3a2385dc-191c-de64-41a4-3ded490ec38a
[2024-06-10 00:02:23.548 +00:00] [INF] Removing item, Type: "Episode", Name: "Net Neutrality Update", Path: "", Id: b2ed0e52-93da-131e-a880-95cea8d7229d
[2024-06-10 00:02:23.793 +00:00] [INF] Removing item, Type: "Episode", Name: "Snack Video Games", Path: "", Id: 01efc877-5510-28ac-f536-8a28eba6be8f
[2024-06-10 00:02:23.921 +00:00] [INF] Removing item, Type: "Episode", Name: "Wonders of Nature", Path: "", Id: 36e52ee7-57d9-82f8-47b6-4ac5c9b65b27
[2024-06-10 00:02:23.922 +00:00] [INF] Removing item, Type: "Episode", Name: "The Making of Planet Earth III", Path: "", Id: 178ba9b7-468f-8743-e06d-a51654aa89b1
[2024-06-10 00:02:23.923 +00:00] [INF] Removing item, Type: "Episode", Name: "Narrated by Kids", Path: "", Id: 45c30cb8-afd1-e4fd-4345-1d075699ad2d
[2024-06-10 00:02:23.944 +00:00] [INF] Removing item, Type: "Episode", Name: "Da Vinci Code", Path: "", Id: 97d5e5c8-af09-4d11-b96b-bf310acf4890
[2024-06-10 00:02:23.978 +00:00] [INF] Removing item, Type: "Episode", Name: "General Keith Alexander Extended Interview", Path: "", Id: eaa4223e-feea-066c-76af-429e15fb6a00
[2024-06-10 00:02:24.135 +00:00] [INF] Removing item, Type: "Episode", Name: "Lake Laogai - Audio Commentary", Path: "", Id: 02e6b472-d355-9da1-d557-6ea20e892fb0
[2024-06-10 00:02:24.279 +00:00] [INF] Removing item, Type: "Episode", Name: "President Obama Meets a Robot", Path: "", Id: 4f8644ca-1b77-bcc6-db62-87c647c5f0b9
[2024-06-10 00:02:24.581 +00:00] [INF] Removing item, Type: "Episode", Name: "Simon Ostrovsky Interview", Path: "", Id: 74fd38f9-bc3d-806b-74b5-c7ece17bb353
[2024-06-10 00:02:24.582 +00:00] [INF] Removing item, Type: "Episode", Name: "Letter of the Week: POM Wonderful", Path: "", Id: dd0a99e3-2174-cfde-fa26-d528945019e0
[2024-06-10 00:02:24.582 +00:00] [INF] Removing item, Type: "Episode", Name: "Fareed Zakaria Interview (Part 2)", Path: "", Id: 920463a4-533b-eb1b-7e6b-9ea6fca6b9b1
[2024-06-10 00:02:24.583 +00:00] [INF] Removing item, Type: "Episode", Name: "Last Week's News... We Think", Path: "", Id: 9b8e999b-700e-3e2e-65d9-03da159ba2c8
[2024-06-10 00:02:24.584 +00:00] [INF] Removing item, Type: "Episode", Name: "#MutuallyAssuredHumiliation", Path: "", Id: 5db8bd82-17bf-5ba1-20b6-19b82983be72
[2024-06-10 00:02:24.585 +00:00] [INF] Removing item, Type: "Episode", Name: "Stephen Hawking Extended Interview", Path: "", Id: b34b7b66-ccc8-8cc7-24b9-b0ad25dab301
[2024-06-10 00:02:24.585 +00:00] [INF] Removing item, Type: "Episode", Name: "Pepe Julian Onziema Interview (Part 2)", Path: "", Id: bc49e645-8844-4855-07d1-7af1f5d0f87d
[2024-06-10 00:02:24.586 +00:00] [INF] Removing item, Type: "Episode", Name: "Fireworks", Path: "", Id: b5639572-ed52-c0e4-4c70-4a6fcdeb0b50
[2024-06-10 00:02:24.587 +00:00] [INF] Removing item, Type: "Episode", Name: "The Earth King - Audio Commentary", Path: "", Id: d02ffb2e-4298-9f46-8fee-b8729b56f797
[2024-06-10 00:02:24.588 +00:00] [INF] Removing item, Type: "Episode", Name: "Escape from the Spirit World: Animated Graphic Novel", Path: "", Id: 962a73f3-b0b7-1829-f879-9aea188abbba
[2024-06-10 00:02:24.589 +00:00] [INF] Removing item, Type: "Episode", Name: "Chapter Twenty - The Crossroads of Destiny - Audio Commentary", Path: "", Id: f80b5167-1a85-385b-4a9f-9f669e91cf63
[2024-06-10 00:02:24.598 +00:00] [INF] Removing item, Type: "Episode", Name: "The Western Air Temple - Audio Commentary", Path: "", Id: 69362a6b-eaa4-0f0b-ad44-c6d818269908
[2024-06-10 00:02:24.749 +00:00] [INF] Removing item, Type: "Episode", Name: "The Southern Raiders - Audio Commentary", Path: "", Id: 8dfb7631-4e8c-27d4-87cf-10c9310c6a92
[2024-06-10 00:02:24.750 +00:00] [INF] Removing item, Type: "Episode", Name: "The Ember Island Players - Audio Commentary", Path: "", Id: 63b4d05f-3b4f-4822-5879-e32dd6b92398
[2024-06-10 00:02:24.751 +00:00] [INF] Removing item, Type: "Episode", Name: "The Day of The Black Sun Part 1 - Audio Commentary", Path: "", Id: 8ef2e138-5a1c-8ae7-de1b-c019f730d1b1
[2024-06-10 00:02:24.752 +00:00] [INF] Removing item, Type: "Episode", Name: "The Day of The Black Sun Part 2 - Audio Commentary", Path: "", Id: a7ed049b-a33d-9197-aac0-6bcc08f3cfae
[2024-06-10 00:02:24.752 +00:00] [INF] Removing item, Type: "Episode", Name: "Sozin's Comet, Part 1: The Phoenix King - Audio Commentary", Path: "", Id: ac9c6d70-a759-2492-8820-8b60ac6970cc
[2024-06-10 00:02:24.753 +00:00] [INF] Removing item, Type: "Episode", Name: "Sozin's Comet, Part 2: The Old Masters - Audio Commentary", Path: "", Id: 9215471d-dbf3-d3bc-f020-27ae6d154b69
[2024-06-10 00:02:24.785 +00:00] [INF] Removing item, Type: "Episode", Name: "The Prequel", Path: "", Id: bdd7e9de-bd7c-52fb-71b0-0ea892dedd02
[2024-06-10 00:02:24.785 +00:00] [INF] Removing item, Type: "Episode", Name: "Revisited (1): A Shark's Tale", Path: "", Id: fe4a5d3d-1f90-b2ce-7f32-380ed53e7a25
[2024-06-10 00:02:24.786 +00:00] [INF] Removing item, Type: "Episode", Name: "Revisited (2): Great Barrier Reef", Path: "", Id: 51c10bca-f002-ebea-aa10-eddf1883feb1
[2024-06-10 00:02:24.787 +00:00] [INF] Removing item, Type: "Episode", Name: "Planet Earth: A Celebration", Path: "", Id: ae5d0ab0-ab2c-c78b-8e59-043abafc926a
[2024-06-10 00:02:24.897 +00:00] [INF] Removing item, Type: "Episode", Name: "Mister Rogers Talks to Parents About Divorce", Path: "", Id: 3d1fbbfe-a5d4-4ee9-bc7f-833f78d94480
[2024-06-10 00:02:24.942 +00:00] [INF] Removing item, Type: "Episode", Name: "Unknown name", Path: "", Id: 2f2f6836-2b80-30c3-c7fd-1961abef9c40
[2024-06-10 00:02:25.000 +00:00] [INF] Removing item, Type: "Episode", Name: "Alton Brown's Stovetop Mac & Cheese Reloaded", Path: "", Id: 1a4f39b7-84bd-631b-e034-25495601b81a
[2024-06-10 00:02:25.022 +00:00] [INF] Removing item, Type: "Episode", Name: "Alton Brown's Stovetop Mac & Cheese Reloaded", Path: "", Id: 1a4f39b7-84bd-631b-e034-25495601b81a
[2024-06-10 00:02:25.151 +00:00] [INF] Removing item, Type: "Episode", Name: "Alton Brown's Gluten Free Cornmeal Pancakes", Path: "", Id: ba2285a5-98d4-377b-30a2-acea7c3dd74a
[2024-06-10 00:02:25.152 +00:00] [INF] Removing item, Type: "Episode", Name: "Alton Brown's Shrimp Cocktail Reloaded", Path: "", Id: b3c87439-1faf-750a-8f48-dd1af9e74a1b
[2024-06-10 00:02:25.153 +00:00] [INF] Removing item, Type: "Episode", Name: "Alton Brown's Vichyssoise Reloaded", Path: "", Id: eb13dfee-af4e-24f9-3920-25e163f01d14
[2024-06-10 00:02:25.154 +00:00] [INF] Removing item, Type: "Episode", Name: "Alton Brown's Serious Vanilla Ice Cream", Path: "", Id: feb3a56e-5736-897a-a20d-ce7919beb78e
[2024-06-10 00:02:25.155 +00:00] [INF] Removing item, Type: "Episode", Name: "Alton Brown's Margarita Reloaded", Path: "", Id: eeb4aef1-11f9-46cc-8efc-84bac09a3cdd
[2024-06-10 00:02:25.156 +00:00] [INF] Removing item, Type: "Episode", Name: "Alton Brown's Sliders Reloaded", Path: "", Id: 5f0bbf88-59fe-319a-4d57-f3f43c0f50dc
[2024-06-10 00:02:25.237 +00:00] [INF] Removing item, Type: "Episode", Name: "Isaac and Ishmael", Path: "", Id: f5e96f57-ac60-814b-3051-3dd17891def7
[2024-06-10 00:02:25.338 +00:00] [INF] Removing item, Type: "Episode", Name: "#WeGotThoseGeckos", Path: "", Id: bfb0804e-b76f-ed76-7e62-7a9f220630c5
[2024-06-10 00:02:25.338 +00:00] [INF] Removing item, Type: "Episode", Name: "John Oliver Literally Destroys Piñatas", Path: "", Id: ba2c1cd6-0abd-66b3-9ea2-16e9b96ee0e7
[2024-06-10 00:02:25.339 +00:00] [INF] Removing item, Type: "Episode", Name: "Fan Mail Vol. 1", Path: "", Id: 2f85e850-afae-d7c2-7e75-df861dbf5de8
[2024-06-10 00:02:25.340 +00:00] [INF] Removing item, Type: "Episode", Name: "Cookie Monster's Ideas", Path: "", Id: bc7d2c01-5e34-c6be-462d-e17cb77054fb
[2024-06-10 00:02:25.340 +00:00] [INF] Removing item, Type: "Episode", Name: "Roger Goodell", Path: "", Id: ae300f00-f98d-8429-5400-9b29f90310ec
[2024-06-10 00:02:25.341 +00:00] [INF] Removing item, Type: "Episode", Name: "Pumpkin Spice", Path: "", Id: 68745f4f-ec6b-4583-2e5b-a2450902e0fe
[2024-06-10 00:02:25.342 +00:00] [INF] Removing item, Type: "Episode", Name: "Real Animals, Fake Paws Footage", Path: "", Id: 6b884fe2-179f-94a0-d259-fe7daff3c885
[2024-06-10 00:02:25.342 +00:00] [INF] Removing item, Type: "Episode", Name: "1,000,000 YouTube Subscribers", Path: "", Id: 62eff65e-9017-bbba-7ef2-f7eca8dc908c
[2024-06-10 00:02:25.387 +00:00] [INF] Removing item, Type: "Episode", Name: "Air Bud", Path: "", Id: e486f2c8-ad20-5b53-3bed-524c5287ca17
[2024-06-10 00:02:25.499 +00:00] [INF] Removing item, Type: "Episode", Name: "Mister Rogers Talks to Parents About Competition", Path: "", Id: 2b718575-42db-9ee8-5bf7-31ed5e0d3aa6
[2024-06-10 00:02:26.068 +00:00] [INF] Removing item, Type: "Episode", Name: "Mister Rogers Talks to Parents About Discipline", Path: "", Id: cdbc7b0e-52c4-c3a4-5627-68933e9d1ae0
[2024-06-10 00:02:26.138 +00:00] [INF] Removing item, Type: "Episode", Name: "Rocks", Path: "", Id: c9490543-94d7-d33b-f93e-519d12f8a416
[2024-06-10 00:02:26.139 +00:00] [INF] Removing item, Type: "Episode", Name: "Beach Dolls", Path: "", Id: 4356186d-8710-be0e-cd9c-c193ff151f7c
[2024-06-10 00:02:26.139 +00:00] [INF] Removing item, Type: "Episode", Name: "Trash", Path: "", Id: 9b3643f1-800c-c2f4-e74c-1ff4af13c070
[2024-06-10 00:02:26.469 +00:00] [INF] Removing item, Type: "Episode", Name: "A-Train | Turbo Rush Full Commercial", Path: "", Id: 792385ba-acf9-cc00-cc59-f6dbd30196eb
[2024-06-10 00:02:26.470 +00:00] [INF] Removing item, Type: "Episode", Name: "Super-Sweet | Rock My Kiss", Path: "", Id: 05554c80-fd4f-e99b-3530-497468ff2aa6
[2024-06-10 00:02:26.471 +00:00] [INF] Removing item, Type: "Episode", Name: "My Dad Works For Vought", Path: "", Id: 92c32ca2-412e-f38d-2c7d-844e11e93364
[2024-06-10 00:02:26.472 +00:00] [INF] Removing item, Type: "Episode", Name: "VNN | Vought Partners with G Fuel", Path: "", Id: ebdb9a6e-91f6-db64-e399-5fb7109a615e
[2024-06-10 00:02:26.473 +00:00] [INF] Removing item, Type: "Episode", Name: "The Deep | Kirei Shoyu Commercial", Path: "", Id: 841d3821-5985-444f-9ab2-631759526a97
[2024-06-10 00:02:26.473 +00:00] [INF] Removing item, Type: "Episode", Name: "The Deep | World Octopus Day", Path: "", Id: 9f54757c-12b7-682c-c840-05d4785d09ed
[2024-06-10 00:02:26.474 +00:00] [INF] Removing item, Type: "Episode", Name: " 2022 Voughtify Recapped | A-Train ", Path: "", Id: a54af5db-cbe6-fbd5-8c1d-9da2bb14192b
[2024-06-10 00:02:26.475 +00:00] [INF] Removing item, Type: "Episode", Name: "Ashley Barrett | Q1 Earnings Recap", Path: "", Id: 9a0b0cdf-b5c9-932c-8347-b2db034ba8b8
[2024-06-10 00:02:26.499 +00:00] [INF] Removing item, Type: "Episode", Name: "Queen Maeve | In Memoriam", Path: "", Id: b78c9738-5307-56a5-a110-4afa3c4ca2f6
[2024-06-10 00:02:26.537 +00:00] [INF] Removing item, Type: "Episode", Name: "Burn Notice: The Fall of Sam Axe", Path: "", Id: f70ea2d7-502b-e5a3-0aab-299ac62f985f
[2024-06-10 00:02:26.672 +00:00] [INF] Removing item, Type: "Episode", Name: "Mister Rogers Talks to Parents About Pets", Path: "", Id: d24c775e-a0fe-0280-17ec-f304b6791354
[2024-06-10 00:02:26.673 +00:00] [INF] Removing item, Type: "Episode", Name: "Mister Rogers Talks to Parents About Make-Believe", Path: "", Id: 2bbbb7b4-c40b-806e-19d9-7795e769213e
[2024-06-10 00:02:26.729 +00:00] [INF] Removing item, Type: "Episode", Name: "Mister Rogers Talks to Parents About School", Path: "", Id: 2ec517e6-7472-352f-3a6f-3c59d03f017d
[2024-06-10 00:02:27.638 +00:00] [INF] Removing item, Type: "Episode", Name: "Mister Rogers Talks to Parents About Superheroes", Path: "", Id: d2ab64e4-edb8-7515-bf3d-9d473a0a294a
[2024-06-10 00:02:27.641 +00:00] [INF] Removing item, Type: "Episode", Name: "Documentary Special", Path: "", Id: caf45553-dc64-b006-e4e3-19c4ab2b2a8f
[2024-06-10 00:02:28.633 +00:00] [INF] Removing item, Type: "Episode", Name: "Mister Rogers Talks to Parents About Day Care", Path: "", Id: 2d34f64a-a5a3-34ae-4b46-5f08b0e90f1d
[2024-06-10 00:02:28.748 +00:00] [INF] Removing item, Type: "Episode", Name: "A West Wing Special to Benefit When We All Vote", Path: "", Id: 8b2736d6-5358-65a7-a36f-a1e154385209
[2024-06-10 00:02:28.841 +00:00] [INF] Removing item, Type: "Episode", Name: "Isaac and Ishmael", Path: "", Id: 15e798d1-3e6a-4d98-1219-f311ac858f0b
[2024-06-10 00:02:28.904 +00:00] [INF] Removing item, Type: "Episode", Name: "An Important Update on Homelander", Path: "", Id: 987562d0-5d47-6c1d-5299-8578bfdcc812
[2024-06-10 00:02:28.905 +00:00] [INF] Removing item, Type: "Episode", Name: "Cameron's Promise to Homelander", Path: "", Id: a6f7276d-4c03-a12b-895d-ac5c12ce7517
[2024-06-10 00:02:28.906 +00:00] [INF] Removing item, Type: "Episode", Name: "Godolkin University - Orientation Video", Path: "", Id: bcb7d6cf-7ce9-05b6-d5af-226e0c1efebd
[2024-06-10 00:02:28.907 +00:00] [INF] Removing item, Type: "Episode", Name: "Godolkin Campus Tour with Jordan Li", Path: "", Id: 9cde01e6-6815-7274-9d70-fd6a492e1a65
[2024-06-10 00:02:28.908 +00:00] [INF] Removing item, Type: "Episode", Name: "Safe Super Sex PSA", Path: "", Id: 81bdc16f-6ae7-e206-5362-de5398590fbd
[2024-06-10 00:02:28.909 +00:00] [INF] Removing item, Type: "Episode", Name: "An Update On Godolkin University From Ashley Barrett", Path: "", Id: 3fc8133a-c447-e704-351d-ee3caad53765
[2024-06-10 00:02:28.909 +00:00] [INF] Removing item, Type: "Episode", Name: "#ThinkBrink", Path: "", Id: 98429553-b4e5-a2b2-c455-d3ad5dfc22f8
[2024-06-10 00:02:28.910 +00:00] [INF] Removing item, Type: "Episode", Name: "Introducing V, Powered By Vought and Opera GX", Path: "", Id: 99e35aaa-d43e-d5d3-ac31-998510142819
[2024-06-10 00:02:28.911 +00:00] [INF] Removing item, Type: "Episode", Name: "The Guardians of Godolkin", Path: "", Id: 0b9c42b8-ec6b-e5c7-2bc4-e352fed86161
[2024-06-10 00:02:28.912 +00:00] [INF] Removing item, Type: "Episode", Name: "Vought's Big Game Ad", Path: "", Id: 98046723-6a2d-a1f9-4c75-e3eb14959a7e
[2024-06-10 00:02:28.913 +00:00] [INF] Removing item, Type: "Episode", Name: "Vought and Homelander Support Singer-Neuman", Path: "", Id: d84591a0-6be6-3e00-a20c-1ccd9ecf669b
[2024-06-10 00:02:28.914 +00:00] [INF] Removing item, Type: "Episode", Name: "Singer Neuman 2024 - A Stronger America", Path: "", Id: 48e40405-6653-1adc-2e43-4bc98b546fcb
[2024-06-10 00:02:28.915 +00:00] [INF] Removing item, Type: "Episode", Name: "Deep Thoughts With The Deep - The Deeper Version", Path: "", Id: 540450b1-dca6-37c8-3401-1f0edf4b9123
[2024-06-10 00:02:29.109 +00:00] [INF] Removing item, Type: "Episode", Name: "Grayson Brulte Interview", Path: "", Id: 98ea4c60-fd8d-44d5-7aab-ff9c48848226
[2024-06-10 00:02:29.110 +00:00] [INF] Removing item, Type: "Episode", Name: "Uncut Shaman Song", Path: "", Id: fe96f5e7-5f07-1ba4-ed51-4647da3d686b
[2024-06-10 00:02:29.111 +00:00] [INF] Removing item, Type: "Episode", Name: "A Few Personal Questions", Path: "", Id: b959776f-2399-33a8-b364-664618b5dccc
[2024-06-10 00:02:29.111 +00:00] [INF] Removing item, Type: "Episode", Name: "Gail Thomas Interview", Path: "", Id: 4bfd7c28-99d1-9cb7-e9c2-73d37235b7ab
[2024-06-10 00:02:29.112 +00:00] [INF] Removing item, Type: "Episode", Name: "Digital Drugs", Path: "", Id: 554b6833-cf5a-449a-565c-aa1d681d76ce
[2024-06-10 00:02:29.113 +00:00] [INF] Removing item, Type: "Episode", Name: "Uncut False Confession", Path: "", Id: 47a2e0ed-fcb7-125d-f12e-f78ca8b6e32c
[2024-06-10 00:02:29.114 +00:00] [INF] Removing item, Type: "Episode", Name: "False Confession Victim", Path: "", Id: f02eb871-221a-68d3-1db5-e2a99898d735
[2024-06-10 00:02:29.115 +00:00] [INF] Removing item, Type: "Episode", Name: "The Human Lab Rat", Path: "", Id: 2a8d8a6a-b418-6e3d-4080-a3459e728edf
[2024-06-10 00:02:29.116 +00:00] [INF] Removing item, Type: "Episode", Name: "Hero in the Sky", Path: "", Id: 3438eede-7fdf-ed3e-4659-39501db13058
[2024-06-10 00:02:29.117 +00:00] [INF] Removing item, Type: "Episode", Name: "Mr. Xtreme", Path: "", Id: 535d004a-e789-a343-1760-ae5576cc965d
[2024-06-10 00:02:29.117 +00:00] [INF] Removing item, Type: "Episode", Name: "Thought Implant", Path: "", Id: 3a156eff-8fc5-ea8f-b7ac-f144685bddee
[2024-06-10 00:02:29.118 +00:00] [INF] Removing item, Type: "Episode", Name: "Sham Acupuncture", Path: "", Id: 3d470848-8bcc-dc0d-b2ff-1256d983bb26
[2024-06-10 00:02:29.119 +00:00] [INF] Removing item, Type: "Episode", Name: "Unleashed", Path: "", Id: 4a712acc-1f0c-5e11-a272-c04d9e53a610
[2024-06-10 00:02:29.120 +00:00] [INF] Removing item, Type: "Episode", Name: "Hearing Test", Path: "", Id: 00ab53c8-f38a-3c7e-b7b2-304ec8161a3b
[2024-06-10 00:02:29.121 +00:00] [INF] Removing item, Type: "Episode", Name: "The Musical Savant", Path: "", Id: 69f37ff2-6b93-924d-b407-da53a5f03fb0
[2024-06-10 00:02:29.122 +00:00] [INF] Removing item, Type: "Episode", Name: "Dynamic Duet", Path: "", Id: 20813393-b934-a9f6-8b11-364f90e02ca7
[2024-06-10 00:02:29.127 +00:00] [INF] Removing item, Type: "Episode", Name: "The Origins of Disgust", Path: "", Id: 50750d91-ff5e-1312-279b-413f8f0c5536
[2024-06-10 00:02:29.146 +00:00] [INF] Removing item, Type: "Episode", Name: "Rock, Paper, Scissors", Path: "", Id: e0afeff1-f924-9974-8643-7cf558bc8b68
[2024-06-10 00:02:29.147 +00:00] [INF] Removing item, Type: "Episode", Name: "Documentary Special", Path: "", Id: 005a9544-1f97-9653-0cd6-ee04e95960db
[2024-06-10 00:02:29.302 +00:00] [INF] Removing item, Type: "Episode", Name: "Brains and Language", Path: "", Id: 93f04218-dd66-39a9-c0ed-88966b9e0dbe
[2024-06-10 00:02:29.302 +00:00] [INF] Removing item, Type: "Episode", Name: "The Park PSA", Path: "", Id: 939164de-70af-a181-0a0b-bec9309e593e
[2024-06-10 00:02:29.303 +00:00] [INF] Removing item, Type: "Episode", Name: "Virtual Dilemmas", Path: "", Id: 1fe9385c-cfd8-caa1-91e2-e0728636b481
[2024-06-10 00:02:29.303 +00:00] [INF] Removing item, Type: "Episode", Name: "What Is The Scariest Thing?", Path: "", Id: 2b465b04-56d3-00bb-ad53-e4bd03470b4a
[2024-06-10 00:02:29.388 +00:00] [INF] Removing item, Type: "Episode", Name: "Alton Brown's Gluten Free Cornmeal Pancakes", Path: "", Id: ba2285a5-98d4-377b-30a2-acea7c3dd74a
[2024-06-10 00:02:29.388 +00:00] [INF] Removing item, Type: "Episode", Name: "Alton Brown's Shrimp Cocktail Reloaded", Path: "", Id: b3c87439-1faf-750a-8f48-dd1af9e74a1b
[2024-06-10 00:02:29.389 +00:00] [INF] Removing item, Type: "Episode", Name: "Alton Brown's Vichyssoise Reloaded", Path: "", Id: eb13dfee-af4e-24f9-3920-25e163f01d14
[2024-06-10 00:02:29.389 +00:00] [INF] Removing item, Type: "Episode", Name: "Alton Brown's Serious Vanilla Ice Cream", Path: "", Id: feb3a56e-5736-897a-a20d-ce7919beb78e
[2024-06-10 00:02:29.389 +00:00] [INF] Removing item, Type: "Episode", Name: "Alton Brown's Margarita Reloaded", Path: "", Id: eeb4aef1-11f9-46cc-8efc-84bac09a3cdd
[2024-06-10 00:02:29.389 +00:00] [INF] Removing item, Type: "Episode", Name: "Alton Brown's Sliders Reloaded", Path: "", Id: 5f0bbf88-59fe-319a-4d57-f3f43c0f50dc
[2024-06-10 00:02:29.462 +00:00] [INF] Removing item, Type: "Episode", Name: "Origins: The Breaking of the World", Path: "", Id: 67db91c7-e201-ecf9-b000-98367a02b6f8
[2024-06-10 00:02:29.463 +00:00] [INF] Removing item, Type: "Episode", Name: "Origins: The Fall of Manetheren", Path: "", Id: 5d1f9b2b-897d-268b-f50e-d46a7318d388
[2024-06-10 00:02:29.463 +00:00] [INF] Removing item, Type: "Episode", Name: "Origins: The Greatest Warder", Path: "", Id: e354ace3-6a10-3a38-4c53-20cb15ae57b5
[2024-06-10 00:02:29.464 +00:00] [INF] Removing item, Type: "Episode", Name: "Origins: Saidin, Saidar, Stone", Path: "", Id: 75138f5e-b139-cc01-89ef-b803800ac7ec
[2024-06-10 00:02:29.486 +00:00] [INF] Removing item, Type: "Episode", Name: "Origins: The White Tower", Path: "", Id: a37839b1-2377-f33a-932d-3c13d2a31ad2
[2024-06-10 00:02:29.487 +00:00] [INF] Removing item, Type: "Episode", Name: "Origins: An Ogier's Longing", Path: "", Id: 9e5b9e5f-9668-15d1-3e6c-bf716d2f0dce
[2024-06-10 00:02:29.487 +00:00] [INF] Removing item, Type: "Episode", Name: "Wheel of Time - 5 Things to Remember about Season 1", Path: "", Id: 49cd60e0-5154-69cb-7235-fbb2e856d5d0
[2024-06-10 00:02:29.488 +00:00] [INF] Removing item, Type: "Episode", Name: "201: A Taste of Solitude", Path: "", Id: 8edded64-2859-b7c6-64d1-b6bfcfb2db25
[2024-06-10 00:02:29.489 +00:00] [INF] Removing item, Type: "Episode", Name: "202: Strangers and Friends", Path: "", Id: a7b4bf80-edfb-7e10-0c32-01a41942681e
[2024-06-10 00:02:29.489 +00:00] [INF] Removing item, Type: "Episode", Name: "203: What Might Be", Path: "", Id: d555c3cd-301b-abc7-3edc-ed9e6752faab
[2024-06-10 00:02:29.490 +00:00] [INF] Removing item, Type: "Episode", Name: "204: Daughter of the Night", Path: "", Id: 49ba84c9-32b7-dd57-872c-aa776f6c0018
[2024-06-10 00:02:29.491 +00:00] [INF] Removing item, Type: "Episode", Name: "205: Damane", Path: "", Id: 20c3580f-4c8f-4698-8fde-4588a641cd96
[2024-06-10 00:02:29.492 +00:00] [INF] Removing item, Type: "Episode", Name: "206: Eyes Without Pity", Path: "", Id: f16813c2-ea03-a9c1-9e52-25067b2a6883
[2024-06-10 00:02:29.492 +00:00] [INF] Removing item, Type: "Episode", Name: "207: Daes Dae'Mar", Path: "", Id: 639c9310-aa9e-95c7-579c-ae1ccf55cbbe
[2024-06-10 00:02:29.494 +00:00] [INF] Removing item, Type: "Episode", Name: "208: What Was Meant to Be", Path: "", Id: 649c93db-df81-bf68-8829-ef7cb3840d26
[2024-06-10 00:02:29.984 +00:00] [INF] Removing item, Type: "Episode", Name: "The Mister Rogers' Neighborhood Assassination Special", Path: "", Id: 04cf9962-01cb-afd7-6683-7692f3479e5a
[2024-06-10 00:02:31.903 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=OLSWVCwy88g". Using "plugin://plugin.video.youtube/play/?video_id=OLSWVCwy88g" instead is advised.
[2024-06-10 00:02:31.905 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=Z3KmgnQbor8". Using "plugin://plugin.video.youtube/play/?video_id=Z3KmgnQbor8" instead is advised.
[2024-06-10 00:02:31.906 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=y3FzXBkCUAg". Using "plugin://plugin.video.youtube/play/?video_id=y3FzXBkCUAg" instead is advised.
[2024-06-10 00:02:31.906 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=CJCEpfHjn1o". Using "plugin://plugin.video.youtube/play/?video_id=CJCEpfHjn1o" instead is advised.
[2024-06-10 00:02:31.909 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=C4XpWOvcHBM". Using "plugin://plugin.video.youtube/play/?video_id=C4XpWOvcHBM" instead is advised.
[2024-06-10 00:02:31.909 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=nNWXMAJF7ww". Using "plugin://plugin.video.youtube/play/?video_id=nNWXMAJF7ww" instead is advised.
[2024-06-10 00:02:31.909 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=AZ0VZM1rz78". Using "plugin://plugin.video.youtube/play/?video_id=AZ0VZM1rz78" instead is advised.
[2024-06-10 00:02:31.910 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=AsaMWxppznk". Using "plugin://plugin.video.youtube/play/?video_id=AsaMWxppznk" instead is advised.
[2024-06-10 00:02:31.910 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=dPhhRFkrNts". Using "plugin://plugin.video.youtube/play/?video_id=dPhhRFkrNts" instead is advised.
[2024-06-10 00:02:32.415 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-06-10 00:02:32.568 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/The Secret Life of Walter Mitty (2013)/The Secret Life of Walter Mitty (2013) [imdbid-tt0359950] - [Bluray-1080p][AAC 7.1][x265]-Silence.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-06-10 00:02:32.575 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/Treasure Planet (2002)/Treasure Planet (2002) Bluray-1080p.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-06-10 00:02:32.601 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/Corpse Bride (2005)/Corpse Bride (2005) Bluray-1080p.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-06-10 00:02:32.603 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/The Cabin in the Woods (2012)/The Cabin in the Woods (2012) [imdbid-tt1259521] - [Bluray-1080p][DTS 5.1][x264]-FGT.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-06-10 00:02:32.605 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/Rebel Moon - Part One A Child of Fire (2023)/Rebel Moon Part One A Child of Fire (2023) [imdbid-tt14998742] - [WEBDL-1080p][EAC3 Atmos 5.1][x264]-AccomplishedYak.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-06-10 00:02:32.608 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/In Time (2011)/In Time (2011) [imdbid-tt1637688] - [Bluray-1080p][AAC 5.1][x265]-Tigole.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-06-10 00:02:32.619 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/Margin Call (2011)/Margin Call (2011) Bluray-1080p.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-06-10 00:02:32.621 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/Luck (2022)/Luck (2022) WEBRip-1080p.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-06-10 00:02:32.653 +00:00] [INF] [GetImages] Images found for "Specials": []
[2024-06-10 00:02:32.860 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/The Cabin in the Woods (2012)/The Cabin in the Woods (2012) [imdbid-tt1259521] - [Bluray-1080p][DTS 5.1][x264]-FGT.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2024-06-10 00:02:32.915 +00:00] [INF] [GetImages] Images found for "Specials": []
[2024-06-10 00:02:32.929 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/Corpse Bride (2005)/Corpse Bride (2005) Bluray-1080p.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2024-06-10 00:02:33.011 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/Luck (2022)/Luck (2022) WEBRip-1080p.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2024-06-10 00:02:33.063 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=7NiAWF7VIFY". Using "plugin://plugin.video.youtube/play/?video_id=7NiAWF7VIFY" instead is advised.
[2024-06-10 00:02:33.063 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=NsIilFNNmkY". Using "plugin://plugin.video.youtube/play/?video_id=NsIilFNNmkY" instead is advised.
[2024-06-10 00:02:33.109 +00:00] [INF] [GetImages] Images found for "Specials": []
[2024-06-10 00:02:33.130 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/Rebel Moon - Part One A Child of Fire (2023)/Rebel Moon Part One A Child of Fire (2023) [imdbid-tt14998742] - [WEBDL-1080p][EAC3 Atmos 5.1][x264]-AccomplishedYak.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2024-06-10 00:02:33.173 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=fhr3MzT6exg". Using "plugin://plugin.video.youtube/play/?video_id=fhr3MzT6exg" instead is advised.
[2024-06-10 00:02:33.173 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=_rHLOXbFZtI". Using "plugin://plugin.video.youtube/play/?video_id=_rHLOXbFZtI" instead is advised.
[2024-06-10 00:02:33.176 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=IA2wo6ap1Wk". Using "plugin://plugin.video.youtube/play/?video_id=IA2wo6ap1Wk" instead is advised.
[2024-06-10 00:02:33.176 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=OJW2lg2Ymoc". Using "plugin://plugin.video.youtube/play/?video_id=OJW2lg2Ymoc" instead is advised.
[2024-06-10 00:02:33.176 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=AGACeWVdFqo". Using "plugin://plugin.video.youtube/play/?video_id=AGACeWVdFqo" instead is advised.
[2024-06-10 00:02:33.424 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/Margin Call (2011)/Margin Call (2011) Bluray-1080p.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2024-06-10 00:02:33.659 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/In Time (2011)/In Time (2011) [imdbid-tt1637688] - [Bluray-1080p][AAC 5.1][x265]-Tigole.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2024-06-10 00:02:33.700 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/Treasure Planet (2002)/Treasure Planet (2002) Bluray-1080p.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2024-06-10 00:02:34.394 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/movies/The Secret Life of Walter Mitty (2013)/The Secret Life of Walter Mitty (2013) [imdbid-tt0359950] - [Bluray-1080p][AAC 7.1][x265]-Silence.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2024-06-10 00:02:55.737 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=Bp_cxxqOaPM". Using "plugin://plugin.video.youtube/play/?video_id=Bp_cxxqOaPM" instead is advised.
[2024-06-10 00:03:03.340 +00:00] [ERR] Error in "Probe Provider"
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 6: 'database table is locked'.
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteConnectionExtensions.ExecuteNonQuery(SqliteConnection connection, String commandText, SqliteParameter[] parameters)
at Microsoft.Data.Sqlite.SqliteTransaction..ctor(SqliteConnection connection, IsolationLevel isolationLevel, Boolean deferred)
at Microsoft.Data.Sqlite.SqliteConnection.BeginTransaction(IsolationLevel isolationLevel, Boolean deferred)
at Emby.Server.Implementations.Data.SqliteItemRepository.SaveMediaStreams(Guid id, IReadOnlyList`1 streams, CancellationToken cancellationToken)
at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.Fetch(Video video, CancellationToken cancellationToken, MediaInfo mediaInfo, BlurayDiscInfo blurayInfo, MetadataRefreshOptions options)
at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
[2024-06-10 00:03:03.345 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=xSG5UX0EQVg". Using "plugin://plugin.video.youtube/play/?video_id=xSG5UX0EQVg" instead is advised.
[2024-06-10 00:03:03.345 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=Sx_pxejch2g". Using "plugin://plugin.video.youtube/play/?video_id=Sx_pxejch2g" instead is advised.
[2024-06-10 00:03:03.656 +00:00] [ERR] Error in "Probe Provider"
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 6: 'database table is locked'.
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteConnectionExtensions.ExecuteNonQuery(SqliteConnection connection, String commandText, SqliteParameter[] parameters)
at Microsoft.Data.Sqlite.SqliteTransaction..ctor(SqliteConnection connection, IsolationLevel isolationLevel, Boolean deferred)
at Microsoft.Data.Sqlite.SqliteConnection.BeginTransaction(IsolationLevel isolationLevel, Boolean deferred)
at Emby.Server.Implementations.Data.SqliteItemRepository.SaveMediaStreams(Guid id, IReadOnlyList`1 streams, CancellationToken cancellationToken)
at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.Fetch(Video video, CancellationToken cancellationToken, MediaInfo mediaInfo, BlurayDiscInfo blurayInfo, MetadataRefreshOptions options)
at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
[2024-06-10 00:03:03.751 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=5RIU83i-WMM". Using "plugin://plugin.video.youtube/play/?video_id=5RIU83i-WMM" instead is advised.
[2024-06-10 00:03:06.088 +00:00] [ERR] Error in "Probe Provider"
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 6: 'database table is locked'.
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteConnectionExtensions.ExecuteNonQuery(SqliteConnection connection, String commandText, SqliteParameter[] parameters)
at Microsoft.Data.Sqlite.SqliteTransaction..ctor(SqliteConnection connection, IsolationLevel isolationLevel, Boolean deferred)
at Microsoft.Data.Sqlite.SqliteConnection.BeginTransaction(IsolationLevel isolationLevel, Boolean deferred)
at Emby.Server.Implementations.Data.SqliteItemRepository.SaveMediaStreams(Guid id, IReadOnlyList`1 streams, CancellationToken cancellationToken)
at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.Fetch(Video video, CancellationToken cancellationToken, MediaInfo mediaInfo, BlurayDiscInfo blurayInfo, MetadataRefreshOptions options)
at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
[2024-06-10 00:03:06.302 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=nYzW3jfoEUw". Using "plugin://plugin.video.youtube/play/?video_id=nYzW3jfoEUw" instead is advised.
[2024-06-10 00:03:06.302 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=NWLv9XCM3fs". Using "plugin://plugin.video.youtube/play/?video_id=NWLv9XCM3fs" instead is advised.
[2024-06-10 00:03:06.302 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=ajhZRL1j7a0". Using "plugin://plugin.video.youtube/play/?video_id=ajhZRL1j7a0" instead is advised.
[2024-06-10 00:03:09.458 +00:00] [INF] Stopping chapter extraction for "In Time" because a chapter was found with a position greater than the runtime.
[2024-06-10 00:03:09.482 +00:00] [WRN] Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=xhYUaR5QiUs". Using "plugin://plugin.video.youtube/play/?video_id=xhYUaR5QiUs" instead is advised.
[2024-06-10 00:03:16.240 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 13 seconds
[2024-06-10 00:03:33.542 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 1 seconds
[2024-06-10 00:03:34.380 +00:00] [INF] Removing virtual season 0 in series "Planet Earth III"
[2024-06-10 00:03:34.381 +00:00] [INF] Removing item, Type: "Season", Name: "Specials", Path: "", Id: 586e9921-32eb-7dff-4e3b-ea2f7b3fdf0c
[2024-06-10 00:03:36.041 +00:00] [INF] [GetImages] Images found for "Specials": []
[2024-06-10 00:03:36.415 +00:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/videos/tv/Mr. & Mrs. Smith (2024)/Season 01/Mr. & Mrs. Smith (2024) - S01E05 - Do You Want Kids [WEBRip-1080p][EAC3 5.1][x265]-ToVaR.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-06-10 00:03:40.385 +00:00] [INF] Watching directory "/mnt/videos/books/audiobooks"
[2024-06-10 00:03:40.386 +00:00] [INF] Watching directory "/mnt/videos/recordings/TV"
[2024-06-10 00:03:40.375 +00:00] [ERR] Error executing Scheduled Task
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 6: 'database table is locked'.
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteConnectionExtensions.ExecuteNonQuery(SqliteConnection connection, String commandText, SqliteParameter[] parameters)
at Microsoft.Data.Sqlite.SqliteTransaction..ctor(SqliteConnection connection, IsolationLevel isolationLevel, Boolean deferred)
at Microsoft.Data.Sqlite.SqliteConnection.BeginTransaction(IsolationLevel isolationLevel, Boolean deferred)
at Emby.Server.Implementations.Data.SqliteItemRepository.UpdatePeople(Guid itemId, List`1 people)
at Emby.Server.Implementations.Library.LibraryManager.UpdatePeopleAsync(BaseItem item, List`1 people, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService`2.SaveItemAsync(MetadataResult`1 result, ItemUpdateType reason, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.TV.Series.RefreshAllMetadata(MetadataRefreshOptions refreshOptions, IProgress`1 progress, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.Folder.RefreshAllMetadataForContainer(IMetadataContainer container, MetadataRefreshOptions refreshOptions, IProgress`1 progress, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.Folder.RefreshChildMetadata(BaseItem child, MetadataRefreshOptions refreshOptions, Boolean recursive, IProgress`1 progress, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass69_0`1.<<RunTasks>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at MediaBrowser.Controller.Entities.Folder.RunTasks[T](Func`3 task, IList`1 children, IProgress`1 progress, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.Folder.RefreshChildMetadata(BaseItem child, MetadataRefreshOptions refreshOptions, Boolean recursive, IProgress`1 progress, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass69_0`1.<<RunTasks>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at MediaBrowser.Controller.Entities.Folder.RunTasks[T](Func`3 task, IList`1 children, IProgress`1 progress, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress`1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal(IProgress`1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.AggregateFolder.ValidateChildrenInternal(IProgress`1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
at Emby.Server.Implementations.Library.LibraryManager.PerformLibraryValidation(IProgress`1 progress, CancellationToken cancellationToken)
at Emby.Server.Implementations.Library.LibraryManager.ValidateMediaLibraryInternal(IProgress`1 progress, CancellationToken cancellationToken)
at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
[2024-06-10 00:03:40.389 +00:00] [INF] "Scan Media Library" Failed after 2 minute(s) and 4 seconds
[2024-06-10 00:03:40.505 +00:00] [INF] Watching directory "/mnt/videos/books/ebooks"
[2024-06-10 00:03:40.507 +00:00] [INF] Watching directory "/mnt/videos/movies"
[2024-06-10 00:03:40.528 +00:00] [INF] Watching directory "/mnt/videos/tv"
[2024-06-10 00:04:02.502 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-06-10 00:04:32.504 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-06-10 00:05:02.505 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-06-10 00:05:06.558 +00:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-06-10 00:05:32.507 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-06-10 00:06:02.509 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-06-10 00:06:32.512 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-06-10 00:07:02.513 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-06-10 00:07:32.515 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment