Giter VIP home page Giter VIP logo

Comments (15)

gnattu avatar gnattu commented on July 20, 2024 1

---> System.Globalization.CultureNotFoundException: Only the invariant culture is supported in globalization-invariant mode. See https://aka.ms/GlobalizationInvariantMode for more information. (Parameter 'name')

image

from jellyfin.

jellyfin-bot avatar jellyfin-bot commented on July 20, 2024

Hi, it seems like your issue report has the following item(s) that need to be addressed:

  • The format of the environment section has been altered from the template.

This is an automated message, currently under testing. Please file an issue here if you encounter any problems.

from jellyfin.

gnattu avatar gnattu commented on July 20, 2024

Please try 10.9.6

from jellyfin.

Liquoriced avatar Liquoriced commented on July 20, 2024

Thank you - it reverted to the initial behavior of only finding one file instead of the multiple new ones.
It also doesn't identify it, requiring manual identification.

Below the updated LOG.

[2024-06-07 09:15:48.127 +00:00] [INF] [35] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library" Failed after 8 minute(s) and 44 seconds
[2024-06-07 09:15:51.870 +00:00] [INF] [27] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Started library sync
[2024-06-07 09:15:56.870 +00:00] [INF] [35] Trakt.Helpers.LibraryManagerEventsHelper: Timer elapsed - processing queued items
[2024-06-07 09:15:56.877 +00:00] [INF] [35] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Remove to process
[2024-06-07 09:15:56.878 +00:00] [INF] [35] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Add to process
[2024-06-07 09:15:56.878 +00:00] [INF] [35] Trakt.Helpers.LibraryManagerEventsHelper: Processing 1 movies with event type Update
[2024-06-07 09:15:57.423 +00:00] [INF] [19] Trakt.Helpers.LibraryManagerEventsHelper: No episodes with event type Remove to process
[2024-06-07 09:15:57.423 +00:00] [INF] [19] Trakt.Helpers.LibraryManagerEventsHelper: No episodes with event type Add to process
[2024-06-07 09:15:57.423 +00:00] [INF] [19] Trakt.Helpers.LibraryManagerEventsHelper: Processing 444 episodes with event type Update
[2024-06-07 09:16:05.791 +00:00] [INF] [35] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Remove to process
[2024-06-07 09:16:05.791 +00:00] [INF] [35] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Add to process
[2024-06-07 09:16:05.792 +00:00] [INF] [35] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Update to process
[2024-06-07 09:16:08.416 +00:00] [INF] [19] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-06-07 09:17:03.154 +00:00] [INF] [27] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Library Sync: Updated 631 items
[2024-06-07 09:17:03.154 +00:00] [INF] [27] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Finished library sync, taking "00:01:11.2839338"

from jellyfin.

Alliyance avatar Alliyance commented on July 20, 2024

Had the same issue with version 10.9.4 but eventually, it did scan.

from jellyfin.

Shadowghost avatar Shadowghost commented on July 20, 2024

Any reports from non-recent versions do not help. Please update and report only if it still happens on 10.9.6

from jellyfin.

Liquoriced avatar Liquoriced commented on July 20, 2024

Per my last message, it still happens on 10.9.6 - although the behavior changed (see my latest log).

from jellyfin.

Shadowghost avatar Shadowghost commented on July 20, 2024

It would be good to know why the library scan failed. Your 10.9.6 log omits that. If there is nothing, please enable debug logging.

from jellyfin.

Liquoriced avatar Liquoriced commented on July 20, 2024

Pasting below the debug log.

[2024-06-07 12:52:01.298 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/ScheduledTasks/Running/7738148ffcd07979c7ceb148e06b3aed""" - null 0
[2024-06-07 12:52:01.298 +00:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/ScheduledTasks/Running/7738148ffcd07979c7ceb148e06b3aed""" - null 0
[2024-06-07 12:52:01.298 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/ScheduledTasks/Running/7738148ffcd07979c7ceb148e06b3aed""" - null 0
[2024-06-07 12:52:01.299 +00:00] [INF] [25] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2024-06-07 12:52:01.299 +00:00] [INF] [32] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2024-06-07 12:52:01.299 +00:00] [INF] [19] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2024-06-07 12:52:01.300 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 12:52:01.301 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
[2024-06-07 12:52:01.303 +00:00] [INF] [32] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 12:52:01.303 +00:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
[2024-06-07 12:52:01.304 +00:00] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "StartTask", controller = "ScheduledTasks"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StartTask(System.String)" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-06-07 12:52:01.305 +00:00] [INF] [32] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
[2024-06-07 12:52:01.305 +00:00] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)" in 1.111ms
[2024-06-07 12:52:01.305 +00:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
[2024-06-07 12:52:01.306 +00:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/ScheduledTasks/Running/7738148ffcd07979c7ceb148e06b3aed""" - 204 null null 7.2865ms
[2024-06-07 12:52:01.306 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "StartTask", controller = "ScheduledTasks"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StartTask(System.String)" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-06-07 12:52:01.307 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
[2024-06-07 12:52:01.307 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)" in 0.3468ms
[2024-06-07 12:52:01.307 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
[2024-06-07 12:52:01.307 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/ScheduledTasks/Running/7738148ffcd07979c7ceb148e06b3aed""" - 204 null null 9.1767ms
[2024-06-07 12:52:01.390 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 12:52:01.391 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
[2024-06-07 12:52:01.391 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "StartTask", controller = "ScheduledTasks"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StartTask(System.String)" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-06-07 12:52:01.392 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
[2024-06-07 12:52:01.431 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - null null
[2024-06-07 12:52:01.432 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)" in 39.6556ms
[2024-06-07 12:52:01.433 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
[2024-06-07 12:52:01.433 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 12:52:01.434 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-06-07 12:52:01.433 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/ScheduledTasks/Running/7738148ffcd07979c7ceb148e06b3aed""" - 204 null null 135.1333ms
[2024-06-07 12:52:01.435 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetTasks", controller = "ScheduledTasks"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api"). [2024-06-07 12:52:01.436 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Validating media library [2024-06-07 12:52:01.436 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'. [2024-06-07 12:52:01.437 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.3254ms [2024-06-07 12:52:01.437 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-06-07 12:52:01.438 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 6.532ms [2024-06-07 12:52:01.438 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - null null [2024-06-07 12:52:01.440 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-06-07 12:52:01.441 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-06-07 12:52:01.441 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-06-07 12:52:01.442 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+d__2"'.
[2024-06-07 12:52:01.444 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.3866ms
[2024-06-07 12:52:01.444 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-06-07 12:52:01.445 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 6.5642ms
[2024-06-07 12:52:01.445 +00:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - null null
[2024-06-07 12:52:01.448 +00:00] [INF] [34] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 12:52:01.449 +00:00] [INF] [34] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-06-07 12:52:01.449 +00:00] [INF] [34] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetTasks", controller = "ScheduledTasks"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api"). [2024-06-07 12:52:01.449 +00:00] [INF] [34] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'. [2024-06-07 12:52:01.451 +00:00] [INF] [34] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.7388ms [2024-06-07 12:52:01.451 +00:00] [INF] [34] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-06-07 12:52:01.452 +00:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 6.7123ms [2024-06-07 12:52:02.802 +00:00] [ERR] [32] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for "/config/metadata/library/29/298605ec544c45c9d9bc5c0ba85eeafe/backdrop.jpg" System.NullReferenceException: Object reference not set to an instance of an object. at BlurHashSharp.SkiaSharp.BlurHashEncoder.Encode(Int32 xComponent, Int32 yComponent, String filename, Int32 maxWidth, Int32 maxHeight) at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path) at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions) at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate) [2024-06-07 12:52:04.481 +00:00] [INF] [22] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "List Of Celebrity Death Shots", Path: "", Id: 70980bea-a0a7-f00f-0b12-b11f763a1707 [2024-06-07 12:52:04.492 +00:00] [INF] [22] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Production Memo Highlights", Path: "", Id: c9b2a09d-85fe-b43a-6827-b2dfa91a7ee4 [2024-06-07 12:52:05.518 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Comic-Con 2015 Writers Panel", Path: "", Id: e419b73c-1722-74a3-d0b5-b845199610c7 [2024-06-07 12:52:05.850 +00:00] [INF] [34] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Unaired Pilot", Path: "", Id: 34837ec8-49b4-b8c2-ae10-a6799cdc2f5a [2024-06-07 12:52:05.940 +00:00] [INF] [22] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Comic-Con 2016 Writers Panel", Path: "", Id: 988af1c0-cd21-423f-0826-da7f82a79f88 [2024-06-07 12:52:05.948 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Original Pilot", Path: "", Id: 02f8bf82-9624-1ccb-29ab-32d4319bb98e [2024-06-07 12:52:05.989 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Unraveling the Mystery: A Big Bang Farewell", Path: "", Id: 7e666515-2d7e-338d-6465-2bb8ec95ba98 [2024-06-07 12:52:06.073 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "I Want To Be Elected", Path: "", Id: 800c117a-fd0b-a1ac-eb1b-eca807df3e99 [2024-06-07 12:52:06.276 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk and His Fellow Sufferers", Path: "", Id: 76484dd2-6d9d-1eca-dbe1-b2b0f8b0cd3a [2024-06-07 12:52:06.278 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Best Bits of Mr. Bean", Path: "", Id: 3d7722f3-309f-a203-8f45-653195c077d9 [2024-06-07 12:52:06.298 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk and His Emmy Award-Winning Performance", Path: "", Id: 4af5d7d6-bcd6-1c56-b58d-7e4455525ddb [2024-06-07 12:52:06.300 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Story of Bean", Path: "", Id: 620174bb-2815-9266-9e98-0bf2cd8599b0 [2024-06-07 12:52:06.308 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Bean's 25th Anniversary: Mr Bean Drives His Car Again!", Path: "", Id: 4d683fd7-d3cc-99de-240e-9bcdf7a8d858 [2024-06-07 12:52:06.458 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk and His O.C.D.", Path: "", Id: 490be862-6ac9-f0a6-78b0-30f620dbff21 [2024-06-07 12:52:07.137 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "2012 Summer Olympics Opening Ceremony", Path: "", Id: 092c0d1d-b181-3eb6-9e11-e698b08e9ead [2024-06-07 12:52:07.141 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk and His Partners in Crime", Path: "", Id: ea7ae553-9626-9dfd-08e5-8101efaa5d9f [2024-06-07 12:52:07.149 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Happy Birthday Mr. Bean", Path: "", Id: c84912e8-cc63-0e6b-6fb9-727818e3260d [2024-06-07 12:52:07.153 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk and His Origins", Path: "", Id: bc4567c9-680e-d7c6-d859-ee4895924222 [2024-06-07 12:52:07.162 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Turkey Weight", Path: "", Id: d49842fb-5fa0-a4bc-1184-f4e64f83f8a9 [2024-06-07 12:52:07.203 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk at the Library (promo)", Path: "", Id: 96467819-9156-d22c-d20b-cd739fabf27d [2024-06-07 12:52:07.594 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Chair", Path: "", Id: ae3cb9d0-59b0-a4b5-9ae9-755279ec4d8a [2024-06-07 12:52:07.659 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Set Tours", Path: "", Id: db977bec-5594-0f03-937d-bc451a08c69f [2024-06-07 12:52:07.664 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Playing with Matches", Path: "", Id: c08f426b-7158-643d-caef-81378df55b88 [2024-06-07 12:52:07.675 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Monk Character Profile", Path: "", Id: 8312a375-ff6d-4e37-c2fd-5167eabae938 [2024-06-07 12:52:07.677 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Bean Cinema Policy Trailer", Path: "", Id: cde0f6bc-2aea-00b1-4d92-8d66c49aa961 [2024-06-07 12:52:07.680 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Disher Character Profile", Path: "", Id: 7dfd8bdc-b9b0-9973-25e8-f6f9ed543f06 [2024-06-07 12:52:07.694 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Stottlemeyer Character Profile", Path: "", Id: 12d8c367-da76-7360-144e-f3be88002c39 [2024-06-07 12:52:08.079 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Natalie Teeger Character Profile", Path: "", Id: cbbfe9a1-e2b0-0b03-bc5f-065fbcaa2b02 [2024-06-07 12:52:08.125 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Andy Breckman Interview", Path: "", Id: 4c7c9d6e-6f11-633d-fbd7-8693683d3053 [2024-06-07 12:52:08.134 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Monk's Quirks", Path: "", Id: b79ad2c5-4ba3-aacc-aa85-0c4bffdf5f2f [2024-06-07 12:52:08.315 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Everybody Loves Hypnotoad", Path: "", Id: 1ed5db6d-60aa-fc5c-bee3-82310848ef0f [2024-06-07 12:52:08.368 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk and the Leper (B&W)", Path: "", Id: 5099acaa-9f1f-e2c3-5f98-208cc4420719 [2024-06-07 12:52:08.912 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Futurama: Bender's Big Score", Path: "", Id: 64eedd21-bc0e-6044-5b74-46026118391c [2024-06-07 12:52:08.925 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Futurama: The Beast with a Billion Backs", Path: "", Id: baccba06-f34c-7bfd-638d-1b4eeed23e16 [2024-06-07 12:52:08.935 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "A Tribute to Mr. Monk (promo)", Path: "", Id: 1f797364-7f16-f979-0cf9-120767e0fd96 [2024-06-07 12:52:08.940 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Futurama: The Lost Adventure", Path: "", Id: 60b0fab5-a9d8-4cf8-382c-3049bfa5b9e1 [2024-06-07 12:52:09.158 +00:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - null null [2024-06-07 12:52:09.158 +00:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"' [2024-06-07 12:52:09.159 +00:00] [INF] [34] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"' [2024-06-07 12:52:09.159 +00:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - 200 null "text/plain" 1.7289ms [2024-06-07 12:52:09.534 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Futurama: Bender's Game", Path: "", Id: fc5b6c60-e8f4-3fed-de3b-abb83bbfe7d8 [2024-06-07 12:52:09.544 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk Shelters in Place", Path: "", Id: 653f5158-9ef0-78f9-735d-cdc23e392130 [2024-06-07 12:52:09.550 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Futurama: Into the Wild Green Yonder", Path: "", Id: 11ed3b85-efb2-6271-3a49-e305159ba29a [2024-06-07 12:52:09.555 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk's Last Case: A Monk Movie", Path: "", Id: aa79557b-7cbb-5cb5-4d59-91f2412e8b72 [2024-06-07 12:52:12.505 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 101", Path: "", Id: 01fea188-9dee-0a55-9f3b-f71e25bbf13d [2024-06-07 12:52:12.563 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Best of the Blind Auditions", Path: "", Id: c3ffc18f-b796-5b81-c15e-0e6ce21e1ef8 [2024-06-07 12:52:12.623 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Premiere Special", Path: "", Id: 6dbc6f31-3241-d58d-d48a-6f19b59c7a7c [2024-06-07 12:52:12.968 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Recap: Battle Performances, Week 1", Path: "", Id: 0cba78e7-5254-9165-dc5d-c5561792877f [2024-06-07 12:52:13.098 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Heirs of the Dragon", Path: "", Id: b210fa3f-0dca-04aa-fdab-66c5c75c575a [2024-06-07 12:52:13.101 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Recap: Battle Performances, Week 2", Path: "", Id: db5469f9-cc35-6668-d9ad-a46baf075420 [2024-06-07 12:52:13.103 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Rogue Prince", Path: "", Id: 6e4ef634-19d2-feec-6481-320c99a9fa5a [2024-06-07 12:52:13.106 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Recap: Live Final Performances", Path: "", Id: c45e3bcf-0426-b04a-8414-bc36258f4997 [2024-06-07 12:52:13.108 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - Second of His Name", Path: "", Id: d69e3103-912f-60f1-aa79-b9f04257da8a [2024-06-07 12:52:13.113 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - King of the Narrow Sea", Path: "", Id: e4894bfc-a7c3-15de-0865-cd7155d12595 [2024-06-07 12:52:13.118 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - We Light the Way", Path: "", Id: addbb0e4-aa93-119f-4f0b-cc11c4190c3f [2024-06-07 12:52:13.122 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Princess and the Queen", Path: "", Id: c3e8c8da-a128-d9bf-78f7-dd5165e7da6b [2024-06-07 12:52:13.127 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - Driftmark", Path: "", Id: b3129ed1-ee46-6a8b-373a-785ef84abca0 [2024-06-07 12:52:13.132 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Lord of the Tides", Path: "", Id: a6cc64b5-3cd6-f160-b385-2332a3a97450 [2024-06-07 12:52:13.136 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Green Council", Path: "", Id: 766bfc6a-31ba-0c54-9f5f-164297322f9b [2024-06-07 12:52:13.232 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Recap: Live Final Performances", Path: "", Id: 890a3391-8028-a28b-bd3b-12cda7bfcf6f [2024-06-07 12:52:13.330 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Black Queen", Path: "", Id: 67fffe67-07c8-9b86-daf9-0ef70d3e01de [2024-06-07 12:52:13.805 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Finale Special", Path: "", Id: 006dd7f1-3fbd-9a64-9c0e-1c5659d4b75a [2024-06-07 12:52:13.809 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Introducing the Characters", Path: "", Id: 050091cd-f210-4c59-92d4-d07a72422482 [2024-06-07 12:52:13.812 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Return to the Seven Kingdoms", Path: "", Id: 6aa736e8-4193-5568-f25f-269837ef7aed [2024-06-07 12:52:13.815 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Welcome to Westeros", Path: "", Id: b07d2796-a5cf-4e4b-93a5-4397e52432a5 [2024-06-07 12:52:13.818 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "A New Reign", Path: "", Id: cee89294-5427-4d8d-baa6-a46f8f9af2b6 [2024-06-07 12:52:13.820 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Returning to Westeros", Path: "", Id: a2966910-8e37-72b1-28c1-a0d6acfd5bdf [2024-06-07 12:52:13.837 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Blind Auditions Olympic Premiere", Path: "", Id: a98e866f-8d86-1f46-9428-6a7e4c38598b [2024-06-07 12:52:13.839 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Recap: Live Final Performances", Path: "", Id: 824a9461-d337-8296-83c1-9af7d46f2f52 [2024-06-07 12:52:13.944 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Sneak Peek", Path: "", Id: 4c658709-32ce-82e7-acb2-5acd8a8c9aff [2024-06-07 12:52:14.361 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Recap: Live Finale Performances", Path: "", Id: e7a5e2b7-80dd-8668-2033-6fcb4866f7c5 [2024-06-07 12:52:14.854 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Unknown name", Path: "", Id: 600b5539-b2d4-763b-64a2-4adaa2f9e26a [2024-06-07 12:52:14.939 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Unknown name", Path: "", Id: 24eafdfb-6b61-d173-c270-dfe582853bd3 [2024-06-07 12:52:14.943 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Unknown name", Path: "", Id: a98c286c-88b2-8322-e09f-f7eb481cdc63 [2024-06-07 12:52:14.946 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Unknown name", Path: "", Id: 8822c36a-f1b4-c786-7683-0ba2f5677ad3 [2024-06-07 12:52:14.949 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Unknown name", Path: "", Id: 7125ef6c-5600-d73e-e4a6-616dd2db562a [2024-06-07 12:52:14.991 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Next Chapter With ET Canada", Path: "", Id: bd583442-95c6-6799-d88f-13944e872cdf [2024-06-07 12:52:14.993 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Hands of Time: Season 1 Recap", Path: "", Id: 6de315f2-6a20-cfda-2a2b-136a0a08cd13 [2024-06-07 12:52:14.994 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Creating New Worlds - Extravagant Paris", Path: "", Id: 00b7c4b2-78b8-e1dc-81c9-a70ee1d80dee [2024-06-07 12:52:14.995 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 201", Path: "", Id: 9dd32c40-a059-e09c-129a-fb35cf4f7628 [2024-06-07 12:52:14.996 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 202", Path: "", Id: 09802720-4b3a-c9c9-183a-37f29fcf5eaf [2024-06-07 12:52:14.997 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 203", Path: "", Id: 67df3289-e82a-b139-89ad-e1e71bd29f2e [2024-06-07 12:52:15.003 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 204", Path: "", Id: 1baf6efd-6bdd-27eb-8b54-f87c75812246 [2024-06-07 12:52:15.022 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 205", Path: "", Id: 16487a09-1f77-35ad-c962-bb73e26cd4ea [2024-06-07 12:52:15.028 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 206", Path: "", Id: 35a35434-9198-ef44-0b6f-bdd9a17f9b2e [2024-06-07 12:52:15.030 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 207", Path: "", Id: 48d2ce86-5d82-6002-8a5c-b81404944980 [2024-06-07 12:52:15.031 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 208", Path: "", Id: 16f22c10-78c4-89f2-c863-6f6e8fe4dc5b [2024-06-07 12:52:15.036 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 209", Path: "", Id: c5fb8c69-2245-6a2b-e630-9cdc7e3f2f9b [2024-06-07 12:52:15.037 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 210", Path: "", Id: 575c591a-88fc-4388-a14e-68d461ab1d8e [2024-06-07 12:52:15.038 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 211", Path: "", Id: f4b71c01-f174-bc6c-b425-014d6a5965f7 [2024-06-07 12:52:15.039 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 212", Path: "", Id: 150d4988-5caa-3446-0e41-deb3e449a247 [2024-06-07 12:52:15.040 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 213", Path: "", Id: ee09d2f3-23dd-08b5-4292-7f6f1d810807 [2024-06-07 12:52:15.051 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Story So Far: Seasons 1 and 2", Path: "", Id: 5781bc6b-7146-0f93-0e4f-fe52a23f7469 [2024-06-07 12:52:15.450 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 301", Path: "", Id: a83abdd4-227a-4452-f032-b0984c82f642 [2024-06-07 12:52:15.513 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 302", Path: "", Id: d66500fc-0ad1-ab59-bc17-d07b982e4462 [2024-06-07 12:52:15.514 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 303", Path: "", Id: 84d2f038-215e-b79f-c467-53c4dc3e9bfa [2024-06-07 12:52:15.515 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 304", Path: "", Id: f9278d2b-1986-ef33-393a-37636860ff06 [2024-06-07 12:52:15.517 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 305", Path: "", Id: c0452708-dd4a-2b95-79ba-f351304616aa [2024-06-07 12:52:15.518 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 306", Path: "", Id: f6bf4321-cbac-694f-86a9-9364820f0f57 [2024-06-07 12:52:15.520 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 307", Path: "", Id: 0a50b0af-90f3-82e9-a964-e0ae60881c2e [2024-06-07 12:52:15.522 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 308", Path: "", Id: 29b8c820-fc2e-b643-35fe-155c49e8464a [2024-06-07 12:52:15.535 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the World of Outlander: Episode 408", Path: "", Id: 63b9ae05-e234-78a4-cfe7-d97e7a2ee579 [2024-06-07 12:52:15.542 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the World of Outlander: Episode 409", Path: "", Id: 3cda2771-8e0d-6f08-9a83-ee173f51565b [2024-06-07 12:52:15.561 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Outlander End of Summer Series: Book Corner with Diana Gabaldon and Maril Davis", Path: "", Id: 0e3434e3-b91f-3ae3-6c74-e8592773b0b9 [2024-06-07 12:52:15.562 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Outlander End of Summer Series: A Taste of Outlander", Path: "", Id: b710553d-b635-ef4e-f104-adf4f3779bc5 [2024-06-07 12:52:15.563 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Outlander End of Summer Series: The Music of Outlander", Path: "", Id: 50542fb2-f836-6e91-c0b0-7ccba362b650 [2024-06-07 12:52:15.564 +00:00] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Outlander End of Summer Series: Catch Up with Caitriona and Sam", Path: "", Id: b06dfdab-cb1f-063e-da97-72a5bb9d679c [2024-06-07 12:52:18.466 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Simpsons Movie", Path: "", Id: 488c8bbb-369b-2da4-93ee-f18331e05359 [2024-06-07 12:52:18.738 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Springfield's Most Wanted", Path: "", Id: c06e9eff-1f30-712b-c44e-a245ffb71cbc [2024-06-07 12:52:18.858 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Simpsons 20th Anniversary Special: in 3-D! On Ice!", Path: "", Id: da4cb7b9-72d3-4159-aec8-7444b53bf121 [2024-06-07 12:52:18.859 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Access All Areas", Path: "", Id: d1a935c7-9fd6-fad2-0317-0037d538c0b0 [2024-06-07 12:52:18.976 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Longest Daycare", Path: "", Id: 606a44af-b6b2-f1c0-3a88-efb362f78dfe [2024-06-07 12:52:19.211 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Simpsons in Plusaversary", Path: "", Id: 1b3b2e7c-3774-ae06-44b4-634a810882a2 [2024-06-07 12:52:19.213 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Maggie Simpson in β€œThe Force Awakens From Its Nap”", Path: "", Id: 8908dad6-a324-4f9f-328f-3071d9dd633d [2024-06-07 12:52:19.214 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Good, the Bart, and the Loki", Path: "", Id: 613f72a1-36bb-792b-b761-848491410ebc [2024-06-07 12:52:19.594 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 21", Path: "/media/TVShows/The Simpsons/The Simpsons Season 21 S21 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: 37c59eb3-1783-66da-fabb-13c8e917235b [2024-06-07 12:52:20.303 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 22", Path: "/media/TVShows/The Simpsons/The Simpsons Season 22 S22 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: cfb404ac-61ab-0c46-b112-032c1f8621be [2024-06-07 12:52:20.834 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 23", Path: "/media/TVShows/The Simpsons/The Simpsons Season 23 S23 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: e5cb4c14-3a11-8fdf-fc80-7be63d0235c9 [2024-06-07 12:52:21.181 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 24", Path: "/media/TVShows/The Simpsons/The Simpsons Season 24 S24 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: 0b0a606e-145c-0af2-513d-bd2e59c9844f [2024-06-07 12:52:21.290 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 25", Path: "/media/TVShows/The Simpsons/The Simpsons Season 25 S25 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: ef431e3b-574b-5586-e3ce-84df3aee52a8 [2024-06-07 12:52:21.676 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 26", Path: "/media/TVShows/The Simpsons/The Simpsons Season 26 S26 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: 72acfd6f-7981-00c9-fd8e-48b487d3d96c [2024-06-07 12:52:22.101 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 27", Path: "/media/TVShows/The Simpsons/The Simpsons Season 27 S27 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: ba34cf0d-ca0b-6e1c-6c64-c22c6546472b [2024-06-07 12:52:22.492 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 28", Path: "/media/TVShows/The Simpsons/The Simpsons Season 28 S28 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: 7f6e9d67-462b-abd7-503e-1b94c2e970f8 [2024-06-07 12:52:22.666 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 30", Path: "/media/TVShows/The Simpsons/The Simpsons Season 30 S30", Id: 4dba5388-fcf1-6fb9-4be9-481c74a4c4cf [2024-06-07 12:52:23.082 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 32", Path: "/media/TVShows/The Simpsons/The Simpsons Season 32 S32", Id: f5620f1a-bbc4-fdee-b932-982932aa58ae [2024-06-07 12:52:27.343 +00:00] [INF] [16] Trakt.Helpers.LibraryManagerEventsHelper: Timer elapsed - processing queued items [2024-06-07 12:52:27.345 +00:00] [INF] [16] Trakt.Helpers.LibraryManagerEventsHelper: No events... stopping queue timer [2024-06-07 12:52:28.703 +00:00] [INF] [20] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Started library sync [2024-06-07 12:52:31.850 +00:00] [WRN] [34] MediaBrowser.XbmcMetadata.Providers.MovieNfoProvider: Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=zJHoLknRFXA". Using "plugin://plugin.video.youtube/play/?video_id=zJHoLknRFXA" instead is advised. [2024-06-07 12:52:31.859 +00:00] [WRN] [34] MediaBrowser.XbmcMetadata.Providers.MovieNfoProvider: Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=WvY-X4P5y7Y". Using "plugin://plugin.video.youtube/play/?video_id=WvY-X4P5y7Y" instead is advised. [2024-06-07 12:52:36.084 +00:00] [WRN] [18] Jellyfin.Plugin.TvMaze.Providers.TvMazeEpisodeProvider: [GetMetadata] System.ArgumentNullException: Value cannot be null. (Parameter 'season') at TvMaze.Api.Client.Endpoints.Shows.ShowsEndpoint.GetEpisodeByNumberAsync(Int32 showId, Int32 season, Int32 episodeNumber) at Jellyfin.Plugin.TvMaze.Providers.TvMazeEpisodeProvider.GetMetadataInternal(EpisodeInfo info) at Jellyfin.Plugin.TvMaze.Providers.TvMazeEpisodeProvider.GetMetadata(EpisodeInfo info, CancellationToken cancellationToken) [2024-06-07 12:52:36.363 +00:00] [INF] [32] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "http://api.tvmaze.com/shows/59211/seasons" [2024-06-07 12:52:36.363 +00:00] [INF] [32] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "http://api.tvmaze.com/shows/59211/seasons" [2024-06-07 12:52:36.509 +00:00] [INF] [32] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 145.6887ms - 200 [2024-06-07 12:52:36.511 +00:00] [INF] [32] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 147.8591ms - 200 [2024-06-07 12:52:36.858 +00:00] [INF] [17] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "http://api.tvmaze.com/shows/130/seasons" [2024-06-07 12:52:36.859 +00:00] [INF] [17] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "http://api.tvmaze.com/shows/130/seasons" [2024-06-07 12:52:36.908 +00:00] [INF] [32] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 48.292ms - 200 [2024-06-07 12:52:36.908 +00:00] [INF] [32] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 50.0951ms - 200 [2024-06-07 12:52:37.189 +00:00] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 0 in series "Great Teacher Onizuka" [2024-06-07 12:52:37.201 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Specials", Path: "", Id: ddc840b3-f400-0bf9-7c64-d183f156d0fd [2024-06-07 12:52:37.612 +00:00] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 0 in series "Great Teacher Onizuka" [2024-06-07 12:52:37.613 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Specials", Path: "", Id: ddc840b3-f400-0bf9-7c64-d183f156d0fd [2024-06-07 12:52:37.663 +00:00] [ERR] [23] MediaBrowser.Providers.TV.SeriesMetadataService: Error in "TV Maze" System.MissingMethodException: Method not found: 'Void MediaBrowser.Controller.Entities.PersonInfo.set_Type(System.String)'. at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken) at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.MetadataService2.ExecuteRemoteProviders(MetadataResult1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable1 providers, CancellationToken cancellationToken)
[2024-06-07 12:52:37.721 +00:00] [ERR] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Error in "TV Maze"
System.MissingMethodException: Method not found: 'Void MediaBrowser.Controller.Entities.PersonInfo.set_Type(System.String)'.
at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService2.ExecuteRemoteProviders(MetadataResult1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable1 providers, CancellationToken cancellationToken) [2024-06-07 12:52:38.181 +00:00] [INF] [17] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://artworks.thetvdb.com/banners/v4/season/1967332/posters/65057ba9648ad.jpg" [2024-06-07 12:52:38.182 +00:00] [INF] [17] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://artworks.thetvdb.com/banners/v4/season/1967332/posters/65057ba9648ad.jpg" [2024-06-07 12:52:38.357 +00:00] [INF] [24] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 164.0166ms - 200 [2024-06-07 12:52:38.358 +00:00] [INF] [24] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 177.6409ms - 200 [2024-06-07 12:52:38.838 +00:00] [INF] [32] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://artworks.thetvdb.com/banners/seasons/72227-0.jpg" [2024-06-07 12:52:38.840 +00:00] [INF] [32] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://artworks.thetvdb.com/banners/seasons/72227-0.jpg" [2024-06-07 12:52:38.880 +00:00] [INF] [32] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 38.8432ms - 200 [2024-06-07 12:52:38.887 +00:00] [INF] [32] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 49.3183ms - 200 [2024-06-07 12:52:39.027 +00:00] [ERR] [32] MediaBrowser.Providers.TV.SeriesMetadataService: Error in "TV Maze" System.MissingMethodException: Method not found: 'Void MediaBrowser.Controller.Entities.PersonInfo.set_Type(System.String)'. at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken) at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.MetadataService2.ExecuteRemoteProviders(MetadataResult1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable1 providers, CancellationToken cancellationToken)
[2024-06-07 12:52:39.155 +00:00] [WRN] [33] Jellyfin.Plugin.TvMaze.Providers.TvMazeEpisodeProvider: [GetMetadata]
System.ArgumentNullException: Value cannot be null. (Parameter 'season')
at TvMaze.Api.Client.Endpoints.Shows.ShowsEndpoint.GetEpisodeByNumberAsync(Int32 showId, Int32 season, Int32 episodeNumber)
at Jellyfin.Plugin.TvMaze.Providers.TvMazeEpisodeProvider.GetMetadataInternal(EpisodeInfo info)
at Jellyfin.Plugin.TvMaze.Providers.TvMazeEpisodeProvider.GetMetadata(EpisodeInfo info, CancellationToken cancellationToken)
[2024-06-07 12:52:39.506 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - null null
[2024-06-07 12:52:39.509 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-06-07 12:52:39.513 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-06-07 12:52:39.518 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - 200 null "text/plain" 11.8696ms
[2024-06-07 12:52:39.845 +00:00] [ERR] [23] MediaBrowser.Providers.TV.SeriesMetadataService: Error in "TV Maze"
System.MissingMethodException: Method not found: 'Void MediaBrowser.Controller.Entities.PersonInfo.set_Type(System.String)'.
at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService2.ExecuteRemoteProviders(MetadataResult1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable1 providers, CancellationToken cancellationToken) [2024-06-07 12:52:40.466 +00:00] [WRN] [23] Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesImageProvider: [GetImages] tv maze id is required; [2024-06-07 12:53:00.368 +00:00] [INF] [20] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Library Sync: Added 231 items [2024-06-07 12:53:03.494 +00:00] [INF] [20] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Library Sync: Removed 10 items [2024-06-07 12:53:03.495 +00:00] [INF] [20] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Finished library sync, taking "00:00:34.7853506" [2024-06-07 12:53:03.541 +00:00] [ERR] [33] MediaBrowser.Providers.TV.SeriesMetadataService: Error in "TV Maze" System.MissingMethodException: Method not found: 'Void MediaBrowser.Controller.Entities.PersonInfo.set_Type(System.String)'. at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken) at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.MetadataService2.ExecuteRemoteProviders(MetadataResult1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable1 providers, CancellationToken cancellationToken)
[2024-06-07 12:53:03.594 +00:00] [ERR] [17] MediaBrowser.Providers.TV.SeriesMetadataService: Error in "TV Maze"
System.MissingMethodException: Method not found: 'Void MediaBrowser.Controller.Entities.PersonInfo.set_Type(System.String)'.
at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService2.ExecuteRemoteProviders(MetadataResult1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable1 providers, CancellationToken cancellationToken) [2024-06-07 12:53:03.601 +00:00] [ERR] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Error in "TV Maze" System.MissingMethodException: Method not found: 'Void MediaBrowser.Controller.Entities.PersonInfo.set_Type(System.String)'. at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken) at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.MetadataService2.ExecuteRemoteProviders(MetadataResult1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable1 providers, CancellationToken cancellationToken)
[2024-06-07 12:53:03.660 +00:00] [ERR] [32] MediaBrowser.Providers.TV.SeriesMetadataService: Error in "TV Maze"
System.MissingMethodException: Method not found: 'Void MediaBrowser.Controller.Entities.PersonInfo.set_Type(System.String)'.
at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService2.ExecuteRemoteProviders(MetadataResult1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable1 providers, CancellationToken cancellationToken) [2024-06-07 12:53:03.663 +00:00] [WRN] [24] Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesImageProvider: [GetImages] tv maze id is required; [2024-06-07 12:53:03.712 +00:00] [ERR] [17] MediaBrowser.Providers.TV.SeriesMetadataService: Error in "TV Maze" System.MissingMethodException: Method not found: 'Void MediaBrowser.Controller.Entities.PersonInfo.set_Type(System.String)'. at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken) at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.MetadataService2.ExecuteRemoteProviders(MetadataResult1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable1 providers, CancellationToken cancellationToken)
[2024-06-07 12:53:04.691 +00:00] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 21 in series "The Simpsons"
[2024-06-07 12:53:04.691 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 21", Path: "", Id: dabd6d89-8525-532a-ae40-00065dcc0d47
[2024-06-07 12:53:04.731 +00:00] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 22 in series "The Simpsons"
[2024-06-07 12:53:04.731 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 22", Path: "", Id: 55b500cc-7326-2833-4a1c-b944e5d46945
[2024-06-07 12:53:04.774 +00:00] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 23 in series "The Simpsons"
[2024-06-07 12:53:04.775 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 23", Path: "", Id: 9ccbc033-e5fe-e270-78ae-17bb8f274df7
[2024-06-07 12:53:04.814 +00:00] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 24 in series "The Simpsons"
[2024-06-07 12:53:04.814 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 24", Path: "", Id: 3ae53cd3-8f36-c124-b9e6-639cbc85a58f
[2024-06-07 12:53:04.858 +00:00] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 25 in series "The Simpsons"
[2024-06-07 12:53:04.859 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 25", Path: "", Id: f8c67bc0-afcd-73b6-a284-ff0fb84b5f2d
[2024-06-07 12:53:04.898 +00:00] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 26 in series "The Simpsons"
[2024-06-07 12:53:04.899 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 26", Path: "", Id: 04eefe85-2635-cff6-c0ce-318730a84eb7
[2024-06-07 12:53:04.943 +00:00] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 27 in series "The Simpsons"
[2024-06-07 12:53:04.943 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 27", Path: "", Id: 3b35d1ae-21e9-53f3-9746-5699916e61c6
[2024-06-07 12:53:04.986 +00:00] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 28 in series "The Simpsons"
[2024-06-07 12:53:04.986 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 28", Path: "", Id: 9bf607c3-b277-b5ff-f8bc-7a25e234dc59
[2024-06-07 12:53:05.031 +00:00] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 30 in series "The Simpsons"
[2024-06-07 12:53:05.031 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 30", Path: "", Id: 577cc5ad-a1b4-7eed-353d-e600310a2bd1
[2024-06-07 12:53:05.071 +00:00] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 32 in series "The Simpsons"
[2024-06-07 12:53:05.071 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 32", Path: "", Id: 5ee450ea-3474-5ed4-ed9e-688e898e8a20
[2024-06-07 12:53:08.305 +00:00] [ERR] [17] MediaBrowser.Providers.TV.SeriesMetadataService: Error in "TV Maze"
System.MissingMethodException: Method not found: 'Void MediaBrowser.Controller.Entities.PersonInfo.set_Type(System.String)'.
at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService2.ExecuteRemoteProviders(MetadataResult1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable1 providers, CancellationToken cancellationToken) [2024-06-07 12:53:08.617 +00:00] [ERR] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task System.TypeInitializationException: The type initializer for 'ICU4N.Text.Transliterator' threw an exception. ---> System.TypeInitializationException: The type initializer for 'ICU4N.Globalization.UCultureInfo' threw an exception. ---> System.Globalization.CultureNotFoundException: Only the invariant culture is supported in globalization-invariant mode. See https://aka.ms/GlobalizationInvariantMode for more information. (Parameter 'name') en is an invalid culture identifier. at System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) at ICU4N.Globalization.UCultureInfo..cctor() --- End of inner exception stack trace --- at ICU4N.Globalization.UCultureInfo.get_CurrentCulture() at ICU4N.Impl.ICUResourceBundle.GetBundleInstance(String baseName, String localeID, Assembly root, OpenType openType) at ICU4N.Impl.ICUResourceBundle.GetBundleInstance(String baseName, String localeID, Assembly root, Boolean disableFallback) at ICU4N.Util.UResourceBundle.<>c__DisplayClass25_0.<GetRootType>b__0(String key) at System.Collections.Concurrent.ConcurrentDictionary2.GetOrAdd(TKey key, Func2 valueFactory) at ICU4N.Util.UResourceBundle.GetRootType(String baseName, Assembly root) at ICU4N.Util.UResourceBundle.InstantiateBundle(String baseName, String localeName, Assembly root, Boolean disableFallback) at ICU4N.Util.UResourceBundle.GetBundleInstance(String baseName, String localeName, Assembly root, Boolean disableFallback) at ICU4N.Util.UResourceBundle.GetBundleInstance(String baseName, String localeName, Assembly root) at ICU4N.Text.Transliterator..cctor() --- End of inner exception stack trace --- at ICU4N.Text.Transliterator.GetInstance(String id) at Jellyfin.Extensions.StringExtensions.<>c.<.cctor>b__8_0() at System.Lazy1.ViaFactory(LazyThreadSafetyMode mode)
--- End of stack trace from previous location ---
at System.Lazy1.CreateValue() at Jellyfin.Extensions.StringExtensions.Transliterated(String text) at MediaBrowser.Controller.Entities.BaseItem.ModifySortChunks(ReadOnlySpan1 name)
at MediaBrowser.Controller.Entities.BaseItem.CreateSortName()
at MediaBrowser.Controller.Entities.BaseItem.get_SortName()
at Emby.Server.Implementations.Data.SqliteItemRepository.SaveItem(BaseItem item, BaseItem topParent, String userDataKey, SqliteCommand saveItemStatement)
at Emby.Server.Implementations.Data.SqliteItemRepository.SaveItemsInTransaction(ManagedConnection db, IEnumerable1 tuples) at Emby.Server.Implementations.Data.SqliteItemRepository.SaveItems(IReadOnlyList1 items, CancellationToken cancellationToken)
at Emby.Server.Implementations.Library.LibraryManager.UpdateItemsAsync(IReadOnlyList1 items, BaseItem parent, ItemUpdateType updateReason, CancellationToken cancellationToken) at MediaBrowser.Controller.Entities.Video.UpdateToRepositoryAsync(ItemUpdateType updateReason, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.MetadataService2.SaveItemAsync(MetadataResult1 result, ItemUpdateType reason, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.MetadataService2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.Folder.RefreshChildMetadata(BaseItem child, MetadataRefreshOptions refreshOptions, Boolean recursive, IProgress1 progress, CancellationToken cancellationToken) at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass69_01.<b__1>d.MoveNext()
--- End of stack trace from previous location ---
at MediaBrowser.Controller.Entities.Folder.RunTasks[T](Func3 task, IList1 children, IProgress1 progress, CancellationToken cancellationToken) at MediaBrowser.Controller.Entities.Folder.RefreshChildMetadata(BaseItem child, MetadataRefreshOptions refreshOptions, Boolean recursive, IProgress1 progress, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass69_01.<<RunTasks>b__1>d.MoveNext() --- End of stack trace from previous location --- at MediaBrowser.Controller.Entities.Folder.RunTasks[T](Func3 task, IList1 children, IProgress1 progress, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken) at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal(IProgress1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.AggregateFolder.ValidateChildrenInternal(IProgress1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken) at Emby.Server.Implementations.Library.LibraryManager.PerformLibraryValidation(IProgress1 progress, CancellationToken cancellationToken)
at Emby.Server.Implementations.Library.LibraryManager.ValidateMediaLibraryInternal(IProgress1 progress, CancellationToken cancellationToken) at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options) [2024-06-07 12:53:08.621 +00:00] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library" Failed after 1 minute(s) and 7 seconds [2024-06-07 12:53:09.872 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - null null [2024-06-07 12:53:09.873 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"' [2024-06-07 12:53:09.874 +00:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"' [2024-06-07 12:53:09.874 +00:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - 200 null "text/plain" 1.8546ms [2024-06-07 12:53:12.012 +00:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Configuration""" - null null [2024-06-07 12:53:12.012 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Logs""" - null null [2024-06-07 12:53:12.013 +00:00] [INF] [32] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-06-07 12:53:12.013 +00:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-06-07 12:53:12.014 +00:00] [INF] [32] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 12), @p2='?' (Size = 6), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 192), @p7='?' (Size = 13), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9 WHERE \"Id\" = @p10 RETURNING 1;" [2024-06-07 12:53:12.103 +00:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("87"ms) [Parameters=["@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 12), @p2='?' (Size = 6), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 192), @p7='?' (Size = 13), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9 WHERE \"Id\" = @p10 RETURNING 1;" [2024-06-07 12:53:12.103 +00:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ConfigurationController.GetConfiguration (Jellyfin.Api)"' [2024-06-07 12:53:12.104 +00:00] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetConfiguration\", controller = \"Configuration\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.Configuration.ServerConfiguration] GetConfiguration()" on controller "Jellyfin.Api.Controllers.ConfigurationController" ("Jellyfin.Api").
[2024-06-07 12:53:12.104 +00:00] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Configuration.ServerConfiguration"'.
[2024-06-07 12:53:12.105 +00:00] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ConfigurationController.GetConfiguration (Jellyfin.Api)" in 0.6044ms
[2024-06-07 12:53:12.105 +00:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ConfigurationController.GetConfiguration (Jellyfin.Api)"'
[2024-06-07 12:53:12.105 +00:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Configuration""" - 200 null "application/json; charset=utf-8" 93.5293ms
[2024-06-07 12:53:12.209 +00:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetServerLogs (Jellyfin.Api)"'
[2024-06-07 12:53:12.209 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetServerLogs", controller = "System"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.LogFile[]] GetServerLogs()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
[2024-06-07 12:53:12.210 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.LogFile[]"'.
[2024-06-07 12:53:12.211 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetServerLogs (Jellyfin.Api)" in 1.0695ms
[2024-06-07 12:53:12.211 +00:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetServerLogs (Jellyfin.Api)"'
[2024-06-07 12:53:12.211 +00:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Logs""" - 200 null "application/json; charset=utf-8" 199.7512ms
[2024-06-07 12:53:13.485 +00:00] [INF] [24] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Started library sync
[2024-06-07 12:53:13.664 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Logs/Log""?name=log_20240607.log&api_key=f214baa0e73c40c39dae8dfcfb6aa52b" - null null
[2024-06-07 12:53:13.665 +00:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 12:53:13.666 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetLogFile (Jellyfin.Api)"'
[2024-06-07 12:53:13.668 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetLogFile", controller = "System"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetLogFile(System.String)" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
[2024-06-07 12:53:13.670 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor: Executing "FileStreamResult", sending file with download name '""' ...

from jellyfin.

gnattu avatar gnattu commented on July 20, 2024

Jellyfin.Plugin.TvMaze.Providers.TvMazeSeriesProvider.GetMetadata

It seems like this plugin is no longer compatible. Please remove it.

from jellyfin.

Liquoriced avatar Liquoriced commented on July 20, 2024

I removed the TvMaze plugin and restarted Jellyfin, but the issue persists.

from jellyfin.

gnattu avatar gnattu commented on July 20, 2024

And you should post more logs. All errors thrown were done by that plugin in your previous log

from jellyfin.

Liquoriced avatar Liquoriced commented on July 20, 2024

Sure thing: here's the latest library scan without the TvMaze plugin.

I also discovered that if I try to refresh the entire library (movies+tv series+music) I find the error _"Scan Media Library" Failed _ in the log. However, if I refresh only the movies library, I can't find a similar error in the log.
Nonetheless, neither refresh updates the library.
I don't know if it helps.

[2024-06-07 13:42:31.085 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/ScheduledTasks/Running/7738148ffcd07979c7ceb148e06b3aed""" - null 0
[2024-06-07 13:42:31.087 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:42:31.087 +00:00] [INF] [17] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2024-06-07 13:42:31.088 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
[2024-06-07 13:42:31.088 +00:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:42:31.090 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "StartTask", controller = "ScheduledTasks"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StartTask(System.String)" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-06-07 13:42:31.091 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
[2024-06-07 13:42:31.091 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
[2024-06-07 13:42:31.091 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "StartTask", controller = "ScheduledTasks"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StartTask(System.String)" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-06-07 13:42:31.092 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
[2024-06-07 13:42:31.092 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)" in 0.3764ms
[2024-06-07 13:42:31.092 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
[2024-06-07 13:42:31.093 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/ScheduledTasks/Running/7738148ffcd07979c7ceb148e06b3aed""" - 204 null null 7.3973ms
[2024-06-07 13:42:31.091 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)" in 1.1208ms
[2024-06-07 13:42:31.183 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
[2024-06-07 13:42:31.183 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/ScheduledTasks/Running/7738148ffcd07979c7ceb148e06b3aed""" - 204 null null 97.4791ms
[2024-06-07 13:42:31.186 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - null null
[2024-06-07 13:42:31.187 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:42:31.188 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-06-07 13:42:31.188 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetTasks", controller = "ScheduledTasks"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api"). [2024-06-07 13:42:31.189 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'. [2024-06-07 13:42:31.191 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.9106ms [2024-06-07 13:42:31.191 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-06-07 13:42:31.191 +00:00] [INF] [27] Emby.Server.Implementations.Library.LibraryManager: Validating media library [2024-06-07 13:42:31.191 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 5.4362ms [2024-06-07 13:42:31.194 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - null null [2024-06-07 13:42:31.195 +00:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-06-07 13:42:31.196 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-06-07 13:42:31.196 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-06-07 13:42:31.197 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+d__2"'.
[2024-06-07 13:42:31.198 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.0514ms
[2024-06-07 13:42:31.198 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-06-07 13:42:31.199 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 4.725ms
[2024-06-07 13:42:32.921 +00:00] [ERR] [21] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for "/config/metadata/library/29/298605ec544c45c9d9bc5c0ba85eeafe/backdrop.jpg"
System.NullReferenceException: Object reference not set to an instance of an object.
at BlurHashSharp.SkiaSharp.BlurHashEncoder.Encode(Int32 xComponent, Int32 yComponent, String filename, Int32 maxWidth, Int32 maxHeight)
at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[2024-06-07 13:42:33.196 +00:00] [INF] [30] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "List Of Celebrity Death Shots", Path: "", Id: 70980bea-a0a7-f00f-0b12-b11f763a1707
[2024-06-07 13:42:34.221 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Time Element (Pilot) from Desilu Playhouse", Path: "", Id: 9b913bb4-0f30-2e7c-bd0a-0482c7d8912d
[2024-06-07 13:42:34.224 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Mike Wallace Interview", Path: "", Id: f1f00052-5844-0d5b-d127-133906e47bd9
[2024-06-07 13:42:34.257 +00:00] [INF] [20] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Comic-Con 2015 Writers Panel", Path: "", Id: e419b73c-1722-74a3-d0b5-b845199610c7
[2024-06-07 13:42:34.328 +00:00] [INF] [21] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Unaired Pilot", Path: "", Id: 34837ec8-49b4-b8c2-ae10-a6799cdc2f5a
[2024-06-07 13:42:34.425 +00:00] [INF] [30] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Comic-Con 2016 Writers Panel", Path: "", Id: 988af1c0-cd21-423f-0826-da7f82a79f88
[2024-06-07 13:42:34.472 +00:00] [INF] [18] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Unraveling the Mystery: A Big Bang Farewell", Path: "", Id: 7e666515-2d7e-338d-6465-2bb8ec95ba98
[2024-06-07 13:42:34.703 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "I Want To Be Elected", Path: "", Id: 800c117a-fd0b-a1ac-eb1b-eca807df3e99
[2024-06-07 13:42:34.705 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Best Bits of Mr. Bean", Path: "", Id: 3d7722f3-309f-a203-8f45-653195c077d9
[2024-06-07 13:42:34.707 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Story of Bean", Path: "", Id: 620174bb-2815-9266-9e98-0bf2cd8599b0
[2024-06-07 13:42:34.709 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Bean's 25th Anniversary: Mr Bean Drives His Car Again!", Path: "", Id: 4d683fd7-d3cc-99de-240e-9bcdf7a8d858
[2024-06-07 13:42:34.710 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "2012 Summer Olympics Opening Ceremony", Path: "", Id: 092c0d1d-b181-3eb6-9e11-e698b08e9ead
[2024-06-07 13:42:34.712 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Happy Birthday Mr. Bean", Path: "", Id: c84912e8-cc63-0e6b-6fb9-727818e3260d
[2024-06-07 13:42:34.714 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Turkey Weight", Path: "", Id: d49842fb-5fa0-a4bc-1184-f4e64f83f8a9
[2024-06-07 13:42:34.716 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Chair", Path: "", Id: ae3cb9d0-59b0-a4b5-9ae9-755279ec4d8a
[2024-06-07 13:42:34.719 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Playing with Matches", Path: "", Id: c08f426b-7158-643d-caef-81378df55b88
[2024-06-07 13:42:34.910 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Original Pilot", Path: "", Id: 02f8bf82-9624-1ccb-29ab-32d4319bb98e
[2024-06-07 13:42:35.240 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk and His Fellow Sufferers", Path: "", Id: 76484dd2-6d9d-1eca-dbe1-b2b0f8b0cd3a
[2024-06-07 13:42:35.259 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk and His Emmy Award-Winning Performance", Path: "", Id: 4af5d7d6-bcd6-1c56-b58d-7e4455525ddb
[2024-06-07 13:42:35.275 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk and His O.C.D.", Path: "", Id: 490be862-6ac9-f0a6-78b0-30f620dbff21
[2024-06-07 13:42:35.283 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk and His Partners in Crime", Path: "", Id: ea7ae553-9626-9dfd-08e5-8101efaa5d9f
[2024-06-07 13:42:35.290 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk and His Origins", Path: "", Id: bc4567c9-680e-d7c6-d859-ee4895924222
[2024-06-07 13:42:35.347 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk at the Library (promo)", Path: "", Id: 96467819-9156-d22c-d20b-cd739fabf27d
[2024-06-07 13:42:35.350 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Set Tours", Path: "", Id: db977bec-5594-0f03-937d-bc451a08c69f
[2024-06-07 13:42:35.352 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Monk Character Profile", Path: "", Id: 8312a375-ff6d-4e37-c2fd-5167eabae938
[2024-06-07 13:42:35.354 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Disher Character Profile", Path: "", Id: 7dfd8bdc-b9b0-9973-25e8-f6f9ed543f06
[2024-06-07 13:42:35.356 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Stottlemeyer Character Profile", Path: "", Id: 12d8c367-da76-7360-144e-f3be88002c39
[2024-06-07 13:42:35.359 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Natalie Teeger Character Profile", Path: "", Id: cbbfe9a1-e2b0-0b03-bc5f-065fbcaa2b02
[2024-06-07 13:42:35.361 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Andy Breckman Interview", Path: "", Id: 4c7c9d6e-6f11-633d-fbd7-8693683d3053
[2024-06-07 13:42:35.361 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Everybody Loves Hypnotoad", Path: "", Id: 1ed5db6d-60aa-fc5c-bee3-82310848ef0f
[2024-06-07 13:42:35.363 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Monk's Quirks", Path: "", Id: b79ad2c5-4ba3-aacc-aa85-0c4bffdf5f2f
[2024-06-07 13:42:35.364 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Futurama: Bender's Big Score", Path: "", Id: 64eedd21-bc0e-6044-5b74-46026118391c
[2024-06-07 13:42:35.369 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Futurama: The Beast with a Billion Backs", Path: "", Id: baccba06-f34c-7bfd-638d-1b4eeed23e16
[2024-06-07 13:42:35.371 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Futurama: The Lost Adventure", Path: "", Id: 60b0fab5-a9d8-4cf8-382c-3049bfa5b9e1
[2024-06-07 13:42:35.375 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Futurama: Bender's Game", Path: "", Id: fc5b6c60-e8f4-3fed-de3b-abb83bbfe7d8
[2024-06-07 13:42:35.377 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk and the Leper (B&W)", Path: "", Id: 5099acaa-9f1f-e2c3-5f98-208cc4420719
[2024-06-07 13:42:35.381 +00:00] [INF] [16] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Futurama: Into the Wild Green Yonder", Path: "", Id: 11ed3b85-efb2-6271-3a49-e305159ba29a
[2024-06-07 13:42:35.643 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "A Tribute to Mr. Monk (promo)", Path: "", Id: 1f797364-7f16-f979-0cf9-120767e0fd96
[2024-06-07 13:42:35.810 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Mr. Monk's Last Case: A Monk Movie", Path: "", Id: aa79557b-7cbb-5cb5-4d59-91f2412e8b72
[2024-06-07 13:42:36.388 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 101", Path: "", Id: 01fea188-9dee-0a55-9f3b-f71e25bbf13d
[2024-06-07 13:42:36.448 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 102", Path: "", Id: 5d2db21c-9cf5-60c7-4f7b-354de1d440b4
[2024-06-07 13:42:36.451 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 103", Path: "", Id: 8257e388-66fc-7b6e-60e6-97f6658020aa
[2024-06-07 13:42:36.453 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 104", Path: "", Id: 6b46bb27-8f7a-882f-13b6-8960e963252b
[2024-06-07 13:42:36.454 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 105", Path: "", Id: 37609f35-4e95-5b26-a083-cca9bc068a30
[2024-06-07 13:42:36.455 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 106", Path: "", Id: 2b0ba1b1-a578-10af-4137-607e9079dcf8
[2024-06-07 13:42:36.456 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 107", Path: "", Id: b5f2ece0-f138-515f-b219-c5574a1ffb9a
[2024-06-07 13:42:36.457 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 108", Path: "", Id: 39c394af-062f-bc79-c9e5-df31246f481b
[2024-06-07 13:42:36.460 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 109", Path: "", Id: 26460f4a-93e0-ae8a-2a0f-b98d5f4c9e57
[2024-06-07 13:42:36.468 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 110", Path: "", Id: 1bf37efe-8138-874e-2621-e3ccd9b13599
[2024-06-07 13:42:36.473 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 111", Path: "", Id: 2b7f5200-67b5-9f89-efb6-bd07cd9638d6
[2024-06-07 13:42:36.475 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 112", Path: "", Id: 885b75c7-e969-e69c-c433-5e40b88a1da5
[2024-06-07 13:42:36.477 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 113", Path: "", Id: 44e18eef-5226-0f7a-065b-a7f2e22f8ba5
[2024-06-07 13:42:36.479 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 114", Path: "", Id: a02fa91a-8986-ca19-8b74-1adee2c70a57
[2024-06-07 13:42:36.480 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 115", Path: "", Id: c84f12b2-5fb2-68e9-4910-2752540db129
[2024-06-07 13:42:36.736 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Premiere Special", Path: "", Id: 6dbc6f31-3241-d58d-d48a-6f19b59c7a7c
[2024-06-07 13:42:36.901 +00:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - null null
[2024-06-07 13:42:36.902 +00:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:42:36.902 +00:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:42:36.903 +00:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetVideoStream", controller = "Videos"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult] GetVideoStream(System.Guid, System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.String, System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.Nullable1[System.Single], System.Nullable1[System.Single], System.Nullable1[System.Boolean], System.Nullable1[System.Int64], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary2[System.String,System.String])" on controller "Jellyfin.Api.Controllers.VideosController" ("Jellyfin.Api").
[2024-06-07 13:42:36.975 +00:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/media/TVShows/Whats.Wrong.With.Secretary.Kim.S01.KOREAN.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle/Whats.Wrong.With.Secretary.Kim.S01E07.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle.mkv"' with download name '""' ...
[2024-06-07 13:42:36.976 +00:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)" in 72.6557ms
[2024-06-07 13:42:36.976 +00:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:42:36.976 +00:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - 200 3911208975 "video/x-matroska" 75.5513ms
[2024-06-07 13:42:36.983 +00:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - null null
[2024-06-07 13:42:36.984 +00:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:42:36.985 +00:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:42:36.985 +00:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetVideoStream", controller = "Videos"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult] GetVideoStream(System.Guid, System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.String, System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.Nullable1[System.Single], System.Nullable1[System.Single], System.Nullable1[System.Boolean], System.Nullable1[System.Int64], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary2[System.String,System.String])" on controller "Jellyfin.Api.Controllers.VideosController" ("Jellyfin.Api").
[2024-06-07 13:42:36.987 +00:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/media/TVShows/Whats.Wrong.With.Secretary.Kim.S01.KOREAN.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle/Whats.Wrong.With.Secretary.Kim.S01E07.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle.mkv"' with download name '""' ...
[2024-06-07 13:42:36.987 +00:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)" in 1.6374ms
[2024-06-07 13:42:36.988 +00:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:42:36.988 +00:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - 200 3911208975 "video/x-matroska" 5.3761ms
[2024-06-07 13:42:36.992 +00:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""" - null null
[2024-06-07 13:42:36.993 +00:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:42:36.993 +00:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetVideoStream", controller = "Videos"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult] GetVideoStream(System.Guid, System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.String, System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.Nullable1[System.Single], System.Nullable1[System.Single], System.Nullable1[System.Boolean], System.Nullable1[System.Int64], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary2[System.String,System.String])" on controller "Jellyfin.Api.Controllers.VideosController" ("Jellyfin.Api").
[2024-06-07 13:42:36.994 +00:00] [INF] [20] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 200
[2024-06-07 13:42:36.995 +00:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)" in 1.4161ms
[2024-06-07 13:42:36.995 +00:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:42:36.995 +00:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""" - 200 null "video/x-matroska" 2.9837ms
[2024-06-07 13:42:37.001 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - null null
[2024-06-07 13:42:37.003 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:42:37.004 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:42:37.004 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetVideoStream", controller = "Videos"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult] GetVideoStream(System.Guid, System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.String, System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.Nullable1[System.Single], System.Nullable1[System.Single], System.Nullable1[System.Boolean], System.Nullable1[System.Int64], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary2[System.String,System.String])" on controller "Jellyfin.Api.Controllers.VideosController" ("Jellyfin.Api").
[2024-06-07 13:42:37.012 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/media/TVShows/Whats.Wrong.With.Secretary.Kim.S01.KOREAN.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle/Whats.Wrong.With.Secretary.Kim.S01E07.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle.mkv"' with download name '""' ...
[2024-06-07 13:42:37.013 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)" in 7.4013ms
[2024-06-07 13:42:37.013 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:42:37.013 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - 200 3911208975 "video/x-matroska" 11.8403ms
[2024-06-07 13:42:37.017 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/""" - null null
[2024-06-07 13:42:37.018 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/""" - 404 0 null 0.6996ms
[2024-06-07 13:42:37.018 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request reached the end of the middleware pipeline without being handled by application code. Request path: "GET" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/", Response status code: 404
[2024-06-07 13:42:37.021 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - null null
[2024-06-07 13:42:37.022 +00:00] [INF] [16] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:42:37.023 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:42:37.023 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetVideoStream", controller = "Videos"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult] GetVideoStream(System.Guid, System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.String, System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.Nullable1[System.Single], System.Nullable1[System.Single], System.Nullable1[System.Boolean], System.Nullable1[System.Int64], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary2[System.String,System.String])" on controller "Jellyfin.Api.Controllers.VideosController" ("Jellyfin.Api").
[2024-06-07 13:42:37.025 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/media/TVShows/Whats.Wrong.With.Secretary.Kim.S01.KOREAN.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle/Whats.Wrong.With.Secretary.Kim.S01E07.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle.mkv"' with download name '""' ...
[2024-06-07 13:42:37.025 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)" in 1.5031ms
[2024-06-07 13:42:37.025 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:42:37.026 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - 200 3911208975 "video/x-matroska" 4.7281ms
[2024-06-07 13:42:37.028 +00:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - null null
[2024-06-07 13:42:37.029 +00:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:42:37.030 +00:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:42:37.031 +00:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetVideoStream", controller = "Videos"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult] GetVideoStream(System.Guid, System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.String, System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.Nullable1[System.Single], System.Nullable1[System.Single], System.Nullable1[System.Boolean], System.Nullable1[System.Int64], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary2[System.String,System.String])" on controller "Jellyfin.Api.Controllers.VideosController" ("Jellyfin.Api").
[2024-06-07 13:42:37.032 +00:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/media/TVShows/Whats.Wrong.With.Secretary.Kim.S01.KOREAN.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle/Whats.Wrong.With.Secretary.Kim.S01E07.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle.mkv"' with download name '""' ...
[2024-06-07 13:42:37.033 +00:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)" in 1.8945ms
[2024-06-07 13:42:37.034 +00:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:42:37.035 +00:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - 200 3911208975 "video/x-matroska" 6.8072ms
[2024-06-07 13:42:37.200 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Heirs of the Dragon", Path: "", Id: b210fa3f-0dca-04aa-fdab-66c5c75c575a
[2024-06-07 13:42:37.207 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Rogue Prince", Path: "", Id: 6e4ef634-19d2-feec-6481-320c99a9fa5a
[2024-06-07 13:42:37.212 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - Second of His Name", Path: "", Id: d69e3103-912f-60f1-aa79-b9f04257da8a
[2024-06-07 13:42:37.219 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - King of the Narrow Sea", Path: "", Id: e4894bfc-a7c3-15de-0865-cd7155d12595
[2024-06-07 13:42:37.226 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - We Light the Way", Path: "", Id: addbb0e4-aa93-119f-4f0b-cc11c4190c3f
[2024-06-07 13:42:37.232 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Princess and the Queen", Path: "", Id: c3e8c8da-a128-d9bf-78f7-dd5165e7da6b
[2024-06-07 13:42:37.691 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - Driftmark", Path: "", Id: b3129ed1-ee46-6a8b-373a-785ef84abca0
[2024-06-07 13:42:37.698 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Lord of the Tides", Path: "", Id: a6cc64b5-3cd6-f160-b385-2332a3a97450
[2024-06-07 13:42:37.700 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Green Council", Path: "", Id: 766bfc6a-31ba-0c54-9f5f-164297322f9b
[2024-06-07 13:42:37.712 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Black Queen", Path: "", Id: 67fffe67-07c8-9b86-daf9-0ef70d3e01de
[2024-06-07 13:42:37.719 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Finale Special", Path: "", Id: 006dd7f1-3fbd-9a64-9c0e-1c5659d4b75a
[2024-06-07 13:42:37.720 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Introducing the Characters", Path: "", Id: 050091cd-f210-4c59-92d4-d07a72422482
[2024-06-07 13:42:37.722 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Return to the Seven Kingdoms", Path: "", Id: 6aa736e8-4193-5568-f25f-269837ef7aed
[2024-06-07 13:42:37.723 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Welcome to Westeros", Path: "", Id: b07d2796-a5cf-4e4b-93a5-4397e52432a5
[2024-06-07 13:42:37.727 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "A New Reign", Path: "", Id: cee89294-5427-4d8d-baa6-a46f8f9af2b6
[2024-06-07 13:42:37.729 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Returning to Westeros", Path: "", Id: a2966910-8e37-72b1-28c1-a0d6acfd5bdf
[2024-06-07 13:42:37.730 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Before the Dance: An Illustrated History with George R.R. Martin", Path: "", Id: 0af2ce74-e5cb-fda7-ee6b-ec8966a6b356
[2024-06-07 13:42:37.732 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Height of an Empire", Path: "", Id: 45bca0e4-4cab-61e7-741f-ed541780eaec
[2024-06-07 13:42:37.735 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Noble Houses", Path: "", Id: 24a7cd4f-ff3c-78b0-c385-362940fa66ca
[2024-06-07 13:42:37.737 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Familiar Places", Path: "", Id: 82914161-3579-375d-cc01-2bf9ef6b2f1a
[2024-06-07 13:42:37.738 +00:00] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Season 1 Recap", Path: "", Id: e69bbebf-6da3-0199-dec9-92456eed7e18
[2024-06-07 13:42:37.740 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Next Chapter With ET Canada", Path: "", Id: bd583442-95c6-6799-d88f-13944e872cdf
[2024-06-07 13:42:37.744 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Hands of Time: Season 1 Recap", Path: "", Id: 6de315f2-6a20-cfda-2a2b-136a0a08cd13
[2024-06-07 13:42:37.746 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Creating New Worlds - Extravagant Paris", Path: "", Id: 00b7c4b2-78b8-e1dc-81c9-a70ee1d80dee
[2024-06-07 13:42:37.748 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 201", Path: "", Id: 9dd32c40-a059-e09c-129a-fb35cf4f7628
[2024-06-07 13:42:37.750 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 202", Path: "", Id: 09802720-4b3a-c9c9-183a-37f29fcf5eaf
[2024-06-07 13:42:37.753 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 203", Path: "", Id: 67df3289-e82a-b139-89ad-e1e71bd29f2e
[2024-06-07 13:42:37.756 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 204", Path: "", Id: 1baf6efd-6bdd-27eb-8b54-f87c75812246
[2024-06-07 13:42:37.872 +00:00] [INF] [21] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Best of the Blind Auditions", Path: "", Id: c3ffc18f-b796-5b81-c15e-0e6ce21e1ef8
[2024-06-07 13:42:37.909 +00:00] [INF] [18] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Sanremo Special", Path: "", Id: 61c63315-78ee-18b2-15fd-f2129936be7e
[2024-06-07 13:42:38.239 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 205", Path: "", Id: 16487a09-1f77-35ad-c962-bb73e26cd4ea
[2024-06-07 13:42:38.297 +00:00] [INF] [21] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Recap: Battle Performances, Week 1", Path: "", Id: 0cba78e7-5254-9165-dc5d-c5561792877f
[2024-06-07 13:42:38.301 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 206", Path: "", Id: 35a35434-9198-ef44-0b6f-bdd9a17f9b2e
[2024-06-07 13:42:38.302 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 207", Path: "", Id: 48d2ce86-5d82-6002-8a5c-b81404944980
[2024-06-07 13:42:38.305 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 208", Path: "", Id: 16f22c10-78c4-89f2-c863-6f6e8fe4dc5b
[2024-06-07 13:42:38.310 +00:00] [INF] [21] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Recap: Battle Performances, Week 2", Path: "", Id: db5469f9-cc35-6668-d9ad-a46baf075420
[2024-06-07 13:42:38.313 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 209", Path: "", Id: c5fb8c69-2245-6a2b-e630-9cdc7e3f2f9b
[2024-06-07 13:42:38.315 +00:00] [INF] [21] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Recap: Live Final Performances", Path: "", Id: c45e3bcf-0426-b04a-8414-bc36258f4997
[2024-06-07 13:42:38.316 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 210", Path: "", Id: 575c591a-88fc-4388-a14e-68d461ab1d8e
[2024-06-07 13:42:38.343 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 211", Path: "", Id: f4b71c01-f174-bc6c-b425-014d6a5965f7
[2024-06-07 13:42:38.353 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 212", Path: "", Id: 150d4988-5caa-3446-0e41-deb3e449a247
[2024-06-07 13:42:38.360 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 213", Path: "", Id: ee09d2f3-23dd-08b5-4292-7f6f1d810807
[2024-06-07 13:42:38.371 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Story So Far: Seasons 1 and 2", Path: "", Id: 5781bc6b-7146-0f93-0e4f-fe52a23f7469
[2024-06-07 13:42:38.372 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 301", Path: "", Id: a83abdd4-227a-4452-f032-b0984c82f642
[2024-06-07 13:42:38.373 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 302", Path: "", Id: d66500fc-0ad1-ab59-bc17-d07b982e4462
[2024-06-07 13:42:38.375 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 303", Path: "", Id: 84d2f038-215e-b79f-c467-53c4dc3e9bfa
[2024-06-07 13:42:38.376 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 304", Path: "", Id: f9278d2b-1986-ef33-393a-37636860ff06
[2024-06-07 13:42:38.377 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 305", Path: "", Id: c0452708-dd4a-2b95-79ba-f351304616aa
[2024-06-07 13:42:38.378 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 306", Path: "", Id: f6bf4321-cbac-694f-86a9-9364820f0f57
[2024-06-07 13:42:38.379 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 307", Path: "", Id: 0a50b0af-90f3-82e9-a964-e0ae60881c2e
[2024-06-07 13:42:38.381 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 308", Path: "", Id: 29b8c820-fc2e-b643-35fe-155c49e8464a
[2024-06-07 13:42:38.382 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 309", Path: "", Id: d3d2529f-414f-6b59-37b2-16743f1c9a0a
[2024-06-07 13:42:38.383 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 310", Path: "", Id: d09303e1-6a8a-fc6b-87d2-b4c221d5ed9a
[2024-06-07 13:42:38.384 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 311", Path: "", Id: 92de84b9-a41c-e186-648e-c2f53cf476ba
[2024-06-07 13:42:38.385 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside The World of Outlander: Episode 312", Path: "", Id: 5c8b39d7-f550-d94e-8ed1-5c407d7bf186
[2024-06-07 13:42:38.394 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the World of Outlander: Episode 408", Path: "", Id: 63b9ae05-e234-78a4-cfe7-d97e7a2ee579
[2024-06-07 13:42:38.484 +00:00] [INF] [21] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Recap: Live Final Performances", Path: "", Id: 890a3391-8028-a28b-bd3b-12cda7bfcf6f
[2024-06-07 13:42:38.551 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the World of Outlander: Episode 409", Path: "", Id: 3cda2771-8e0d-6f08-9a83-ee173f51565b
[2024-06-07 13:42:38.740 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Unknown name", Path: "", Id: 600b5539-b2d4-763b-64a2-4adaa2f9e26a
[2024-06-07 13:42:38.791 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Original Pilot - Most Chicks Won't Eat Veal", Path: "", Id: 20ed28c8-2a75-e1f2-7a79-9d39fce49f91
[2024-06-07 13:42:38.799 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Unknown name", Path: "", Id: 24eafdfb-6b61-d173-c270-dfe582853bd3
[2024-06-07 13:42:38.812 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Outlander End of Summer Series: Book Corner with Diana Gabaldon and Maril Davis", Path: "", Id: 0e3434e3-b91f-3ae3-6c74-e8592773b0b9
[2024-06-07 13:42:38.821 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Unknown name", Path: "", Id: a98c286c-88b2-8322-e09f-f7eb481cdc63
[2024-06-07 13:42:38.822 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Unknown name", Path: "", Id: 8822c36a-f1b4-c786-7683-0ba2f5677ad3
[2024-06-07 13:42:38.827 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Unknown name", Path: "", Id: 7125ef6c-5600-d73e-e4a6-616dd2db562a
[2024-06-07 13:42:38.829 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Outlander End of Summer Series: A Taste of Outlander", Path: "", Id: b710553d-b635-ef4e-f104-adf4f3779bc5
[2024-06-07 13:42:38.841 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Outlander End of Summer Series: The Music of Outlander", Path: "", Id: 50542fb2-f836-6e91-c0b0-7ccba362b650
[2024-06-07 13:42:38.871 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Outlander End of Summer Series: Catch Up with Caitriona and Sam", Path: "", Id: b06dfdab-cb1f-063e-da97-72a5bb9d679c
[2024-06-07 13:42:38.906 +00:00] [INF] [21] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Blind Auditions Olympic Premiere", Path: "", Id: a98e866f-8d86-1f46-9428-6a7e4c38598b
[2024-06-07 13:42:38.915 +00:00] [INF] [21] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Recap: Live Final Performances", Path: "", Id: 824a9461-d337-8296-83c1-9af7d46f2f52
[2024-06-07 13:42:39.036 +00:00] [INF] [21] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Sneak Peek", Path: "", Id: 4c658709-32ce-82e7-acb2-5acd8a8c9aff
[2024-06-07 13:42:39.038 +00:00] [INF] [21] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Recap: Live Finale Performances", Path: "", Id: e7a5e2b7-80dd-8668-2033-6fcb4866f7c5
[2024-06-07 13:42:39.231 +00:00] [INF] [30] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Original Pilot - Most Chicks Won't Eat Veal", Path: "", Id: 20ed28c8-2a75-e1f2-7a79-9d39fce49f91
[2024-06-07 13:42:43.661 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Simpsons Movie", Path: "", Id: 488c8bbb-369b-2da4-93ee-f18331e05359
[2024-06-07 13:42:43.926 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Springfield's Most Wanted", Path: "", Id: c06e9eff-1f30-712b-c44e-a245ffb71cbc
[2024-06-07 13:42:44.040 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Simpsons 20th Anniversary Special: in 3-D! On Ice!", Path: "", Id: da4cb7b9-72d3-4159-aec8-7444b53bf121
[2024-06-07 13:42:44.041 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Access All Areas", Path: "", Id: d1a935c7-9fd6-fad2-0317-0037d538c0b0
[2024-06-07 13:42:44.157 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Longest Daycare", Path: "", Id: 606a44af-b6b2-f1c0-3a88-efb362f78dfe
[2024-06-07 13:42:44.385 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Simpsons in Plusaversary", Path: "", Id: 1b3b2e7c-3774-ae06-44b4-634a810882a2
[2024-06-07 13:42:44.386 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Maggie Simpson in β€œThe Force Awakens From Its Nap”", Path: "", Id: 8908dad6-a324-4f9f-328f-3071d9dd633d
[2024-06-07 13:42:44.387 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Good, the Bart, and the Loki", Path: "", Id: 613f72a1-36bb-792b-b761-848491410ebc
[2024-06-07 13:42:44.764 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 21", Path: "/media/TVShows/The Simpsons/The Simpsons Season 21 S21 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: 37c59eb3-1783-66da-fabb-13c8e917235b
[2024-06-07 13:42:45.424 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 22", Path: "/media/TVShows/The Simpsons/The Simpsons Season 22 S22 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: cfb404ac-61ab-0c46-b112-032c1f8621be
[2024-06-07 13:42:45.979 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 23", Path: "/media/TVShows/The Simpsons/The Simpsons Season 23 S23 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: e5cb4c14-3a11-8fdf-fc80-7be63d0235c9
[2024-06-07 13:42:46.535 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 24", Path: "/media/TVShows/The Simpsons/The Simpsons Season 24 S24 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: 0b0a606e-145c-0af2-513d-bd2e59c9844f
[2024-06-07 13:42:46.597 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 25", Path: "/media/TVShows/The Simpsons/The Simpsons Season 25 S25 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: ef431e3b-574b-5586-e3ce-84df3aee52a8
[2024-06-07 13:42:46.705 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - null null
[2024-06-07 13:42:46.705 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-06-07 13:42:46.707 +00:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-06-07 13:42:46.709 +00:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - 200 null "text/plain" 4.6013ms
[2024-06-07 13:42:47.227 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 26", Path: "/media/TVShows/The Simpsons/The Simpsons Season 26 S26 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: 72acfd6f-7981-00c9-fd8e-48b487d3d96c
[2024-06-07 13:42:47.727 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 27", Path: "/media/TVShows/The Simpsons/The Simpsons Season 27 S27 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: ba34cf0d-ca0b-6e1c-6c64-c22c6546472b
[2024-06-07 13:42:48.259 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 28", Path: "/media/TVShows/The Simpsons/The Simpsons Season 28 S28 (Mixed Resolutions HEVC x265 10bit AAC 5.1 ImE)", Id: 7f6e9d67-462b-abd7-503e-1b94c2e970f8
[2024-06-07 13:42:48.319 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 30", Path: "/media/TVShows/The Simpsons/The Simpsons Season 30 S30", Id: 4dba5388-fcf1-6fb9-4be9-481c74a4c4cf
[2024-06-07 13:42:48.814 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 32", Path: "/media/TVShows/The Simpsons/The Simpsons Season 32 S32", Id: f5620f1a-bbc4-fdee-b932-982932aa58ae
[2024-06-07 13:42:52.400 +00:00] [INF] [16] Trakt.Helpers.LibraryManagerEventsHelper: Timer elapsed - processing queued items
[2024-06-07 13:42:52.406 +00:00] [INF] [16] Trakt.Helpers.LibraryManagerEventsHelper: No events... stopping queue timer
[2024-06-07 13:42:54.236 +00:00] [INF] [35] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Started library sync
[2024-06-07 13:42:57.541 +00:00] [WRN] [19] MediaBrowser.XbmcMetadata.Providers.MovieNfoProvider: Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=zJHoLknRFXA". Using "plugin://plugin.video.youtube/play/?video_id=zJHoLknRFXA" instead is advised.
[2024-06-07 13:42:57.542 +00:00] [WRN] [19] MediaBrowser.XbmcMetadata.Providers.MovieNfoProvider: Trailer URL uses a deprecated format : "plugin://plugin.video.youtube/?action=play_video&videoid=WvY-X4P5y7Y". Using "plugin://plugin.video.youtube/play/?video_id=WvY-X4P5y7Y" instead is advised.
[2024-06-07 13:43:01.860 +00:00] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 0 in series "Great Teacher Onizuka"
[2024-06-07 13:43:01.864 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Specials", Path: "", Id: ddc840b3-f400-0bf9-7c64-d183f156d0fd
[2024-06-07 13:43:02.265 +00:00] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 0 in series "Great Teacher Onizuka"
[2024-06-07 13:43:02.265 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Specials", Path: "", Id: ddc840b3-f400-0bf9-7c64-d183f156d0fd
[2024-06-07 13:43:03.249 +00:00] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 21 in series "The Simpsons"
[2024-06-07 13:43:03.249 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 21", Path: "", Id: dabd6d89-8525-532a-ae40-00065dcc0d47
[2024-06-07 13:43:03.374 +00:00] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 22 in series "The Simpsons"
[2024-06-07 13:43:03.376 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 22", Path: "", Id: 55b500cc-7326-2833-4a1c-b944e5d46945
[2024-06-07 13:43:03.717 +00:00] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 23 in series "The Simpsons"
[2024-06-07 13:43:03.717 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 23", Path: "", Id: 9ccbc033-e5fe-e270-78ae-17bb8f274df7
[2024-06-07 13:43:03.863 +00:00] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 24 in series "The Simpsons"
[2024-06-07 13:43:03.863 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 24", Path: "", Id: 3ae53cd3-8f36-c124-b9e6-639cbc85a58f
[2024-06-07 13:43:03.915 +00:00] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 25 in series "The Simpsons"
[2024-06-07 13:43:03.915 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 25", Path: "", Id: f8c67bc0-afcd-73b6-a284-ff0fb84b5f2d
[2024-06-07 13:43:03.966 +00:00] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 26 in series "The Simpsons"
[2024-06-07 13:43:03.966 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 26", Path: "", Id: 04eefe85-2635-cff6-c0ce-318730a84eb7
[2024-06-07 13:43:04.014 +00:00] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 27 in series "The Simpsons"
[2024-06-07 13:43:04.015 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 27", Path: "", Id: 3b35d1ae-21e9-53f3-9746-5699916e61c6
[2024-06-07 13:43:04.061 +00:00] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 28 in series "The Simpsons"
[2024-06-07 13:43:04.061 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 28", Path: "", Id: 9bf607c3-b277-b5ff-f8bc-7a25e234dc59
[2024-06-07 13:43:04.109 +00:00] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 30 in series "The Simpsons"
[2024-06-07 13:43:04.109 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 30", Path: "", Id: 577cc5ad-a1b4-7eed-353d-e600310a2bd1
[2024-06-07 13:43:04.157 +00:00] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 32 in series "The Simpsons"
[2024-06-07 13:43:04.157 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season 32", Path: "", Id: 5ee450ea-3474-5ed4-ed9e-688e898e8a20
[2024-06-07 13:43:04.857 +00:00] [ERR] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
System.TypeInitializationException: The type initializer for 'ICU4N.Text.Transliterator' threw an exception.
---> System.TypeInitializationException: The type initializer for 'ICU4N.Globalization.UCultureInfo' threw an exception.
---> System.Globalization.CultureNotFoundException: Only the invariant culture is supported in globalization-invariant mode. See https://aka.ms/GlobalizationInvariantMode for more information. (Parameter 'name')
en is an invalid culture identifier.
at System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride)
at ICU4N.Globalization.UCultureInfo..cctor()
--- End of inner exception stack trace ---
at ICU4N.Globalization.UCultureInfo.get_CurrentCulture()
at ICU4N.Impl.ICUResourceBundle.GetBundleInstance(String baseName, String localeID, Assembly root, OpenType openType)
at ICU4N.Impl.ICUResourceBundle.GetBundleInstance(String baseName, String localeID, Assembly root, Boolean disableFallback)
at ICU4N.Util.UResourceBundle.<>c__DisplayClass25_0.b__0(String key)
at System.Collections.Concurrent.ConcurrentDictionary2.GetOrAdd(TKey key, Func2 valueFactory)
at ICU4N.Util.UResourceBundle.GetRootType(String baseName, Assembly root)
at ICU4N.Util.UResourceBundle.InstantiateBundle(String baseName, String localeName, Assembly root, Boolean disableFallback)
at ICU4N.Util.UResourceBundle.GetBundleInstance(String baseName, String localeName, Assembly root, Boolean disableFallback)
at ICU4N.Util.UResourceBundle.GetBundleInstance(String baseName, String localeName, Assembly root)
at ICU4N.Text.Transliterator..cctor()
--- End of inner exception stack trace ---
at ICU4N.Text.Transliterator.GetInstance(String id)
at Jellyfin.Extensions.StringExtensions.<>c.<.cctor>b__8_0()
at System.Lazy1.ViaFactory(LazyThreadSafetyMode mode) --- End of stack trace from previous location --- at System.Lazy1.CreateValue()
at Jellyfin.Extensions.StringExtensions.Transliterated(String text)
at MediaBrowser.Controller.Entities.BaseItem.ModifySortChunks(ReadOnlySpan1 name) at MediaBrowser.Controller.Entities.BaseItem.CreateSortName() at MediaBrowser.Controller.Entities.BaseItem.get_SortName() at Emby.Server.Implementations.Data.SqliteItemRepository.SaveItem(BaseItem item, BaseItem topParent, String userDataKey, SqliteCommand saveItemStatement) at Emby.Server.Implementations.Data.SqliteItemRepository.SaveItemsInTransaction(ManagedConnection db, IEnumerable1 tuples)
at Emby.Server.Implementations.Data.SqliteItemRepository.SaveItems(IReadOnlyList1 items, CancellationToken cancellationToken) at Emby.Server.Implementations.Library.LibraryManager.UpdateItemsAsync(IReadOnlyList1 items, BaseItem parent, ItemUpdateType updateReason, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.Video.UpdateToRepositoryAsync(ItemUpdateType updateReason, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService2.SaveItemAsync(MetadataResult1 result, ItemUpdateType reason, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken) at MediaBrowser.Controller.Entities.Folder.RefreshChildMetadata(BaseItem child, MetadataRefreshOptions refreshOptions, Boolean recursive, IProgress1 progress, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass69_01.<<RunTasks>b__1>d.MoveNext() --- End of stack trace from previous location --- at MediaBrowser.Controller.Entities.Folder.RunTasks[T](Func3 task, IList1 children, IProgress1 progress, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.Folder.RefreshChildMetadata(BaseItem child, MetadataRefreshOptions refreshOptions, Boolean recursive, IProgress1 progress, CancellationToken cancellationToken) at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass69_01.<b__1>d.MoveNext()
--- End of stack trace from previous location ---
at MediaBrowser.Controller.Entities.Folder.RunTasks[T](Func3 task, IList1 children, IProgress1 progress, CancellationToken cancellationToken) at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal(IProgress1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken) at MediaBrowser.Controller.Entities.AggregateFolder.ValidateChildrenInternal(IProgress1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
at Emby.Server.Implementations.Library.LibraryManager.PerformLibraryValidation(IProgress1 progress, CancellationToken cancellationToken) at Emby.Server.Implementations.Library.LibraryManager.ValidateMediaLibraryInternal(IProgress1 progress, CancellationToken cancellationToken)
at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
[2024-06-07 13:43:04.862 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library" Failed after 0 minute(s) and 33 seconds
[2024-06-07 13:43:07.066 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - null null
[2024-06-07 13:43:07.068 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:07.069 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:43:07.069 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetVideoStream", controller = "Videos"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult] GetVideoStream(System.Guid, System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.String, System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.Nullable1[System.Single], System.Nullable1[System.Single], System.Nullable1[System.Boolean], System.Nullable1[System.Int64], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary2[System.String,System.String])" on controller "Jellyfin.Api.Controllers.VideosController" ("Jellyfin.Api").
[2024-06-07 13:43:07.071 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/media/TVShows/Whats.Wrong.With.Secretary.Kim.S01.KOREAN.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle/Whats.Wrong.With.Secretary.Kim.S01E07.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle.mkv"' with download name '""' ...
[2024-06-07 13:43:07.073 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)" in 4.0422ms
[2024-06-07 13:43:07.074 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:43:07.074 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - 200 3911208975 "video/x-matroska" 8.4573ms
[2024-06-07 13:43:07.083 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - null null
[2024-06-07 13:43:07.084 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:07.085 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:43:07.085 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetVideoStream", controller = "Videos"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult] GetVideoStream(System.Guid, System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.String, System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.Nullable1[System.Single], System.Nullable1[System.Single], System.Nullable1[System.Boolean], System.Nullable1[System.Int64], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary2[System.String,System.String])" on controller "Jellyfin.Api.Controllers.VideosController" ("Jellyfin.Api").
[2024-06-07 13:43:07.088 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/media/TVShows/Whats.Wrong.With.Secretary.Kim.S01.KOREAN.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle/Whats.Wrong.With.Secretary.Kim.S01E07.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle.mkv"' with download name '""' ...
[2024-06-07 13:43:07.088 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)" in 1.7105ms
[2024-06-07 13:43:07.088 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:43:07.089 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - 200 3911208975 "video/x-matroska" 6.1818ms
[2024-06-07 13:43:07.092 +00:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""" - null null
[2024-06-07 13:43:07.093 +00:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:43:07.093 +00:00] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetVideoStream", controller = "Videos"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult] GetVideoStream(System.Guid, System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.String, System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.Nullable1[System.Single], System.Nullable1[System.Single], System.Nullable1[System.Boolean], System.Nullable1[System.Int64], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary2[System.String,System.String])" on controller "Jellyfin.Api.Controllers.VideosController" ("Jellyfin.Api").
[2024-06-07 13:43:07.097 +00:00] [INF] [32] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 200
[2024-06-07 13:43:07.097 +00:00] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)" in 3.547ms
[2024-06-07 13:43:07.098 +00:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:43:07.098 +00:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""" - 200 null "video/x-matroska" 6.306ms
[2024-06-07 13:43:07.102 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - null null
[2024-06-07 13:43:07.104 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:07.106 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:43:07.106 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetVideoStream", controller = "Videos"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult] GetVideoStream(System.Guid, System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.String, System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.Nullable1[System.Single], System.Nullable1[System.Single], System.Nullable1[System.Boolean], System.Nullable1[System.Int64], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary2[System.String,System.String])" on controller "Jellyfin.Api.Controllers.VideosController" ("Jellyfin.Api").
[2024-06-07 13:43:07.108 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/media/TVShows/Whats.Wrong.With.Secretary.Kim.S01.KOREAN.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle/Whats.Wrong.With.Secretary.Kim.S01E07.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle.mkv"' with download name '""' ...
[2024-06-07 13:43:07.108 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)" in 1.5303ms
[2024-06-07 13:43:07.108 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:43:07.110 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - 200 3911208975 "video/x-matroska" 7.8785ms
[2024-06-07 13:43:07.115 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/""" - null null
[2024-06-07 13:43:07.115 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/""" - 404 0 null 0.7621ms
[2024-06-07 13:43:07.116 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request reached the end of the middleware pipeline without being handled by application code. Request path: "GET" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/", Response status code: 404
[2024-06-07 13:43:07.119 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - null null
[2024-06-07 13:43:07.121 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:07.122 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:43:07.123 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetVideoStream", controller = "Videos"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult] GetVideoStream(System.Guid, System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.String, System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.Nullable1[System.Single], System.Nullable1[System.Single], System.Nullable1[System.Boolean], System.Nullable1[System.Int64], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary2[System.String,System.String])" on controller "Jellyfin.Api.Controllers.VideosController" ("Jellyfin.Api").
[2024-06-07 13:43:07.126 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/media/TVShows/Whats.Wrong.With.Secretary.Kim.S01.KOREAN.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle/Whats.Wrong.With.Secretary.Kim.S01E07.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle.mkv"' with download name '""' ...
[2024-06-07 13:43:07.127 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)" in 1.7508ms
[2024-06-07 13:43:07.128 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:43:07.130 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - 200 3911208975 "video/x-matroska" 10.1142ms
[2024-06-07 13:43:07.132 +00:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - null null
[2024-06-07 13:43:07.134 +00:00] [INF] [32] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:07.135 +00:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:43:07.135 +00:00] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetVideoStream", controller = "Videos"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult] GetVideoStream(System.Guid, System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.String, System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.String, System.Nullable1[System.Single], System.Nullable1[System.Single], System.Nullable1[System.Boolean], System.Nullable1[System.Int64], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.Nullable1[System.Boolean], System.String, System.String, System.String, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary2[System.String,System.String])" on controller "Jellyfin.Api.Controllers.VideosController" ("Jellyfin.Api").
[2024-06-07 13:43:07.137 +00:00] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/media/TVShows/Whats.Wrong.With.Secretary.Kim.S01.KOREAN.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle/Whats.Wrong.With.Secretary.Kim.S01E07.1080p.NF.WEB-DL.DDP2.0.x264-ExREN_Kyle.mkv"' with download name '""' ...
[2024-06-07 13:43:07.138 +00:00] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)" in 1.5858ms
[2024-06-07 13:43:07.140 +00:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStream (Jellyfin.Api)"'
[2024-06-07 13:43:07.141 +00:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "HEAD" "http"://"192.168.254.50:8096""""/Videos/f68601d36520a39d213454b8baa04059/stream""?static=true&MediaSourceId=f68601d36520a39d213454b8baa04059&api_key=dcd5c2b5a69149ebb0ef9d7081176c5d" - 200 3911208975 "video/x-matroska" 8.9427ms
[2024-06-07 13:43:08.151 +00:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/UserViews""?userId=f0d28b45a3284512a2aecaadae100aba" - null null
[2024-06-07 13:43:08.154 +00:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:08.154 +00:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)"'
[2024-06-07 13:43:08.155 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetUserViews", controller = "UserViews"}". Executing controller action with signature "MediaBrowser.Model.Querying.QueryResult1[MediaBrowser.Model.Dto.BaseItemDto] GetUserViews(System.Nullable1[System.Guid], System.Nullable1[System.Boolean], System.Nullable1[Jellyfin.Data.Enums.CollectionType][], Boolean)" on controller "Jellyfin.Api.Controllers.UserViewsController" ("Jellyfin.Api").
[2024-06-07 13:43:08.214 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.6.0, Culture=neutral, PublicKeyToken=null]]"'. [2024-06-07 13:43:08.216 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)" in 60.572ms [2024-06-07 13:43:08.216 +00:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)"' [2024-06-07 13:43:08.217 +00:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/UserViews""?userId=f0d28b45a3284512a2aecaadae100aba" - 200 null "application/json; charset=utf-8" 66.299ms [2024-06-07 13:43:08.465 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/f0d28b45a3284512a2aecaadae100aba/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video" - null null [2024-06-07 13:43:08.467 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-06-07 13:43:08.468 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"' [2024-06-07 13:43:08.469 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetResumeItemsLegacy\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.Querying.QueryResult1[MediaBrowser.Model.Dto.BaseItemDto]] GetResumeItemsLegacy(System.Guid, System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.String, System.Nullable1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.MediaType[], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], Boolean, System.Nullable1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api"). [2024-06-07 13:43:08.474 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.6.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-06-07 13:43:08.475 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)" in 5.6824ms
[2024-06-07 13:43:08.477 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
[2024-06-07 13:43:08.478 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/f0d28b45a3284512a2aecaadae100aba/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video" - 200 null "application/json; charset=utf-8" 12.7604ms
[2024-06-07 13:43:09.032 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/f0d28b45a3284512a2aecaadae100aba/Items/f137a2dd21bbc1b99aa5c0f6bf02a805""" - null null
[2024-06-07 13:43:09.034 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:09.035 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
[2024-06-07 13:43:09.035 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetItemLegacy", controller = "UserLibrary"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.Dto.BaseItemDto]] GetItemLegacy(System.Guid, System.Guid)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
[2024-06-07 13:43:09.038 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/f0d28b45a3284512a2aecaadae100aba/Items""?SortBy=DateCreated%2CSortName%2CProductionYear&SortOrder=Descending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&Limit=100" - null null
[2024-06-07 13:43:09.040 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:09.038 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'.
[2024-06-07 13:43:09.043 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
[2024-06-07 13:43:09.043 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)" in 6.8362ms
[2024-06-07 13:43:09.043 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetItemsByUserIdLegacy", controller = "Items"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.Querying.QueryResult1[MediaBrowser.Model.Dto.BaseItemDto]] GetItemsByUserIdLegacy(System.Guid, System.String, System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Guid], System.Nullable1[System.Int32], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], MediaBrowser.Model.Entities.LocationType[], MediaBrowser.Model.Entities.LocationType[], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Double], System.Nullable1[System.Double], System.Nullable1[System.DateTime], System.Nullable1[System.DateTime], System.Nullable1[System.DateTime], System.Nullable1[System.DateTime], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Guid[], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Boolean], System.String, Jellyfin.Data.Enums.SortOrder[], System.Nullable1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], MediaBrowser.Model.Querying.ItemFilter[], System.Nullable1[System.Boolean], Jellyfin.Data.Enums.MediaType[], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.ItemSortBy[], System.Nullable1[System.Boolean], System.String[], System.String[], System.String[], Int32[], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.String, System.Guid[], System.String[], System.String[], System.String[], System.Guid[], System.Guid[], System.Guid[], System.Guid[], System.String[], System.Guid[], System.Guid[], MediaBrowser.Model.Entities.VideoType[], System.String, System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.Boolean], MediaBrowser.Model.Entities.SeriesStatus[], System.String, System.String, System.String, System.Guid[], System.Guid[], Boolean, System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api"). [2024-06-07 13:43:09.043 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"' [2024-06-07 13:43:09.045 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/f0d28b45a3284512a2aecaadae100aba/Items/f137a2dd21bbc1b99aa5c0f6bf02a805""" - 200 null "application/json; charset=utf-8" 13.7416ms [2024-06-07 13:43:09.081 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.6.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-06-07 13:43:09.088 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)" in 43.5643ms
[2024-06-07 13:43:09.089 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
[2024-06-07 13:43:09.090 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/f0d28b45a3284512a2aecaadae100aba/Items""?SortBy=DateCreated%2CSortName%2CProductionYear&SortOrder=Descending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&Limit=100" - 200 null "application/json; charset=utf-8" 51.4227ms
[2024-06-07 13:43:12.709 +00:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - null null
[2024-06-07 13:43:12.710 +00:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
[2024-06-07 13:43:12.709 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - null null
[2024-06-07 13:43:12.709 +00:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - null null
[2024-06-07 13:43:12.711 +00:00] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetQuickConnectEnabled", controller = "QuickConnect"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api"). [2024-06-07 13:43:12.713 +00:00] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'. [2024-06-07 13:43:12.713 +00:00] [INF] [34] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-06-07 13:43:12.714 +00:00] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 0.5667ms [2024-06-07 13:43:12.714 +00:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"' [2024-06-07 13:43:12.714 +00:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 5.2662ms [2024-06-07 13:43:12.718 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Sessions""?ActiveWithinSeconds=960" - null null [2024-06-07 13:43:12.714 +00:00] [INF] [34] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"' [2024-06-07 13:43:12.722 +00:00] [INF] [34] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
[2024-06-07 13:43:12.721 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""" - null null
[2024-06-07 13:43:12.724 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:12.713 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:12.728 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
[2024-06-07 13:43:12.728 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetConfigurationPages", controller = "Dashboard"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[System.Collections.Generic.IEnumerable1[Jellyfin.Api.Models.ConfigurationPageInfo]] GetConfigurationPages(System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api"). [2024-06-07 13:43:12.723 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-05-31T13%3A43%3A12.780Z&hasUserId=false" - null null [2024-06-07 13:43:12.729 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.List1[[Jellyfin.Api.Models.ConfigurationPageInfo, Jellyfin.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-06-07 13:43:12.730 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)" in 1.3668ms
[2024-06-07 13:43:12.722 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:12.728 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-06-07 13:43:12.735 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetTasks", controller = "ScheduledTasks"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api"). [2024-06-07 13:43:12.739 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'. [2024-06-07 13:43:12.733 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"' [2024-06-07 13:43:12.740 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - 200 null "application/json; charset=utf-8" 31.3956ms [2024-06-07 13:43:12.723 +00:00] [INF] [34] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'. [2024-06-07 13:43:12.729 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-06-07 13:43:12.746 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"' [2024-06-07 13:43:12.746 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.Querying.QueryResult1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.DateTime], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2024-06-07 13:43:12.735 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
[2024-06-07 13:43:12.751 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetSessions", controller = "Session"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[System.Collections.Generic.IEnumerable1[MediaBrowser.Controller.Session.SessionInfo]] GetSessions(System.Nullable1[System.Guid], System.String, System.Nullable1[System.Int32])" on controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api").
[2024-06-07 13:43:12.723 +00:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-06-06T13%3A43%3A12.780Z&hasUserId=true" - null null
[2024-06-07 13:43:12.754 +00:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:12.754 +00:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2024-06-07 13:43:12.755 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetLogEntries", controller = "ActivityLog"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.Querying.QueryResult1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[System.DateTime], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api"). [2024-06-07 13:43:12.752 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']" ""SELECT COUNT(*) FROM \"ActivityLogs\" AS \"a\" WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1" [2024-06-07 13:43:12.752 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult1", writing value of type '"System.Linq.Enumerable+WhereEnumerableIterator1[[MediaBrowser.Controller.Session.SessionInfo, MediaBrowser.Controller, Version=10.9.6.0, Culture=neutral, PublicKeyToken=null]]"'. [2024-06-07 13:43:12.740 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.9574ms [2024-06-07 13:43:12.758 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\" FROM \"ActivityLogs\" AS \"a\" WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1 ORDER BY \"a\".\"DateCreated\" DESC LIMIT @__p_3 OFFSET @__p_2" [2024-06-07 13:43:12.763 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.9.6.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-06-07 13:43:12.745 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/LiveTv/Recordings""?UserId=f0d28b45a3284512a2aecaadae100aba&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop" - null null
[2024-06-07 13:43:12.765 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:12.758 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-06-07 13:43:12.766 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""" - 200 null "application/json; charset=utf-8" 44.4599ms
[2024-06-07 13:43:12.764 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 16.8831ms
[2024-06-07 13:43:12.770 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2024-06-07 13:43:12.766 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)"'
[2024-06-07 13:43:12.774 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-05-31T13%3A43%3A12.780Z&hasUserId=false" - 200 null "application/json; charset=utf-8" 50.5753ms
[2024-06-07 13:43:12.769 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - null null
[2024-06-07 13:43:12.758 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)" in 5.9955ms
[2024-06-07 13:43:12.750 +00:00] [INF] [34] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 27.4374ms
[2024-06-07 13:43:12.777 +00:00] [INF] [34] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
[2024-06-07 13:43:12.775 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:12.776 +00:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("13"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""SELECT COUNT(*)
FROM "ActivityLogs" AS "a"
WHERE "a"."DateCreated" >= @__query_MinDate_0 AND ("a"."UserId" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
[2024-06-07 13:43:12.776 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
[2024-06-07 13:43:12.782 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Sessions""?ActiveWithinSeconds=960" - 200 null "application/json; charset=utf-8" 64.5003ms
[2024-06-07 13:43:12.781 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-06-07 13:43:12.787 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetTasks", controller = "ScheduledTasks"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api"). [2024-06-07 13:43:12.788 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'. [2024-06-07 13:43:12.774 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetRecordings\", controller = \"LiveTv\"}". Executing controller action with signature "System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.Querying.QueryResult1[MediaBrowser.Model.Dto.BaseItemDto]]] GetRecordings(System.String, System.Nullable1[System.Guid], System.Nullable1[System.Int32], System.Nullable1[System.Int32], System.Nullable1[MediaBrowser.Model.LiveTv.RecordingStatus], System.Nullable1[System.Boolean], System.String, System.Nullable1[System.Boolean], System.Nullable1[System.Int32], MediaBrowser.Model.Entities.ImageType[], MediaBrowser.Model.Querying.ItemFields[], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], System.Nullable1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.LiveTvController" ("Jellyfin.Api").
[2024-06-07 13:43:12.791 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.6.0, Culture=neutral, PublicKeyToken=null]]"'. [2024-06-07 13:43:12.791 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)" in 1.5439ms [2024-06-07 13:43:12.792 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)"' [2024-06-07 13:43:12.793 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/LiveTv/Recordings""?UserId=f0d28b45a3284512a2aecaadae100aba&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop" - 200 null "application/json; charset=utf-8" 47.7857ms [2024-06-07 13:43:12.787 +00:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\" FROM \"ActivityLogs\" AS \"a\" WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1 ORDER BY \"a\".\"DateCreated\" DESC LIMIT @__p_3 OFFSET @__p_2" [2024-06-07 13:43:12.782 +00:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - 200 null "application/json; charset=utf-8" 72.6127ms [2024-06-07 13:43:12.789 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.3998ms [2024-06-07 13:43:12.798 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-06-07 13:43:12.799 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 29.313ms [2024-06-07 13:43:12.798 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.9.6.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-06-07 13:43:12.802 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 46.2812ms
[2024-06-07 13:43:12.803 +00:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2024-06-07 13:43:12.803 +00:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-06-06T13%3A43%3A12.780Z&hasUserId=true" - 200 null "application/json; charset=utf-8" 79.7901ms
[2024-06-07 13:43:13.992 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Logs""" - null null
[2024-06-07 13:43:13.993 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:13.996 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetServerLogs (Jellyfin.Api)"'
[2024-06-07 13:43:13.997 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetServerLogs", controller = "System"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.System.LogFile[]] GetServerLogs()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api"). [2024-06-07 13:43:13.999 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.LogFile[]"'. [2024-06-07 13:43:14.004 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetServerLogs (Jellyfin.Api)" in 5.1127ms [2024-06-07 13:43:14.005 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetServerLogs (Jellyfin.Api)"' [2024-06-07 13:43:14.006 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Logs""" - 200 null "application/json; charset=utf-8" 13.795ms [2024-06-07 13:43:14.008 +00:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Configuration""" - null null [2024-06-07 13:43:14.011 +00:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-06-07 13:43:14.014 +00:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ConfigurationController.GetConfiguration (Jellyfin.Api)"' [2024-06-07 13:43:14.015 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetConfiguration\", controller = \"Configuration\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.Configuration.ServerConfiguration] GetConfiguration()" on controller "Jellyfin.Api.Controllers.ConfigurationController" ("Jellyfin.Api").
[2024-06-07 13:43:14.018 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Configuration.ServerConfiguration"'.
[2024-06-07 13:43:14.020 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ConfigurationController.GetConfiguration (Jellyfin.Api)" in 4.019ms
[2024-06-07 13:43:14.023 +00:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ConfigurationController.GetConfiguration (Jellyfin.Api)"'
[2024-06-07 13:43:14.024 +00:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Configuration""" - 200 null "application/json; charset=utf-8" 15.9159ms
[2024-06-07 13:43:15.644 +00:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Logs/Log""?name=log_20240607.log&api_key=f214baa0e73c40c39dae8dfcfb6aa52b" - null null
[2024-06-07 13:43:15.645 +00:00] [INF] [34] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-06-07 13:43:15.646 +00:00] [INF] [34] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetLogFile (Jellyfin.Api)"'
[2024-06-07 13:43:15.646 +00:00] [INF] [34] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetLogFile", controller = "System"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetLogFile(System.String)" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
[2024-06-07 13:43:15.649 +00:00] [INF] [34] Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor: Executing "FileStreamResult", sending file with download name '""' ...

from jellyfin.

barthezzv2 avatar barthezzv2 commented on July 20, 2024

same issue as shown by @gnattu , on 10.9.6 docker container latest, removing that ENV variable allowed the scans to complete and bring the setup back to being operational, thank you.

Here is the relevant log for reference:

[2024-06-07 14:36:24.715 +00:00] [ERR] [64] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
System.TypeInitializationException: The type initializer for 'ICU4N.Text.Transliterator' threw an exception.
 ---> System.TypeInitializationException: The type initializer for 'ICU4N.Globalization.UCultureInfo' threw an exception.
 ---> System.Globalization.CultureNotFoundException: Only the invariant culture is supported in globalization-invariant mode. See https://aka.ms/GlobalizationInvariantMode for more information. (Parameter 'name')
en is an invalid culture identifier.
   at System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride)
   at ICU4N.Globalization.UCultureInfo..cctor()
   --- End of inner exception stack trace ---
   at ICU4N.Globalization.UCultureInfo.get_CurrentCulture()
   at ICU4N.Impl.ICUResourceBundle.GetBundleInstance(String baseName, String localeID, Assembly root, OpenType openType)
   at ICU4N.Impl.ICUResourceBundle.GetBundleInstance(String baseName, String localeID, Assembly root, Boolean disableFallback)
   at ICU4N.Util.UResourceBundle.<>c__DisplayClass25_0.<GetRootType>b__0(String key)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at ICU4N.Util.UResourceBundle.GetRootType(String baseName, Assembly root)
   at ICU4N.Util.UResourceBundle.InstantiateBundle(String baseName, String localeName, Assembly root, Boolean disableFallback)
   at ICU4N.Util.UResourceBundle.GetBundleInstance(String baseName, String localeName, Assembly root, Boolean disableFallback)
   at ICU4N.Util.UResourceBundle.GetBundleInstance(String baseName, String localeName, Assembly root)
   at ICU4N.Text.Transliterator..cctor()
   --- End of inner exception stack trace ---
   at ICU4N.Text.Transliterator.GetInstance(String id)
   at Jellyfin.Extensions.StringExtensions.<>c.<.cctor>b__8_0()
   at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode)
--- End of stack trace from previous location ---
   at System.Lazy`1.CreateValue()
   at Jellyfin.Extensions.StringExtensions.Transliterated(String text)
   at MediaBrowser.Controller.Entities.BaseItem.ModifySortChunks(ReadOnlySpan`1 name)
   at MediaBrowser.Controller.Entities.BaseItem.CreateSortName()
   at MediaBrowser.Controller.Entities.BaseItem.get_SortName()
   at Emby.Server.Implementations.Data.SqliteItemRepository.SaveItem(BaseItem item, BaseItem topParent, String userDataKey, SqliteCommand saveItemStatement)
   at Emby.Server.Implementations.Data.SqliteItemRepository.SaveItemsInTransaction(ManagedConnection db, IEnumerable`1 tuples)
   at Emby.Server.Implementations.Data.SqliteItemRepository.SaveItems(IReadOnlyList`1 items, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateItemsAsync(IReadOnlyList`1 items, BaseItem parent, ItemUpdateType updateReason, 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.Providers.TV.SeriesMetadataService.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
   at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, 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.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-07 14:36:24.716 +00:00] [INF] [64] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library" Failed after 1 minute(s) and 12 seconds

from jellyfin.

Liquoriced avatar Liquoriced commented on July 20, 2024

---> System.Globalization.CultureNotFoundException: Only the invariant culture is supported in globalization-invariant mode. See https://aka.ms/GlobalizationInvariantMode for more information. (Parameter 'name')

image

This did it: it solved the issue.
Thank you.

from jellyfin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.