Advertisement
Guest User

Untitled

a guest
Nov 5th, 2024
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 162.95 KB | None | 0 0
  1. jellyfin | [09:19:15] [FTL] [1] : Failed to create/read logger configuration
  2. jellyfin | System.InvalidOperationException: The value Info is not a valid Serilog level.
  3. jellyfin | at Serilog.Settings.Configuration.ConfigurationReader.ParseLogEventLevel(String value)
  4. jellyfin | at Serilog.Settings.Configuration.ConfigurationReader.<>c__DisplayClass11_0.<ApplyMinimumLevel>g__ApplyMinimumLevelConfiguration|1(IConfigurationSection directive, Action`2 applyConfigAction)
  5. jellyfin | at Serilog.Settings.Configuration.ConfigurationReader.ApplyMinimumLevel(LoggerConfiguration loggerConfiguration)
  6. jellyfin | at Serilog.Settings.Configuration.ConfigurationReader.Configure(LoggerConfiguration loggerConfiguration)
  7. jellyfin | at Serilog.Configuration.LoggerSettingsConfiguration.Settings(ILoggerSettings settings)
  8. jellyfin | at Serilog.ConfigurationLoggerConfigurationExtensions.Configuration(LoggerSettingsConfiguration settingConfiguration, IConfiguration configuration, ConfigurationReaderOptions readerOptions)
  9. jellyfin | at Jellyfin.Server.Helpers.StartupHelpers.InitializeLoggingFramework(IConfiguration configuration, IApplicationPaths appPaths)
  10. jellyfin | [09:19:15] [INF] [1] Main: Jellyfin version: 10.10.1
  11. jellyfin | [09:19:15] [INF] [1] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_PublishedServerUrl, https://jellyfin.zelger.online]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]"]
  12. jellyfin | [09:19:15] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
  13. jellyfin | [09:19:15] [INF] [1] Main: Operating system: Debian GNU/Linux 12 (bookworm)
  14. jellyfin | [09:19:15] [INF] [1] Main: Architecture: X64
  15. jellyfin | [09:19:15] [INF] [1] Main: 64-Bit Process: True
  16. jellyfin | [09:19:15] [INF] [1] Main: User Interactive: True
  17. jellyfin | [09:19:15] [INF] [1] Main: Processor count: 8
  18. jellyfin | [09:19:15] [INF] [1] Main: Program data path: /config
  19. jellyfin | [09:19:15] [INF] [1] Main: Log directory path: /config/log
  20. jellyfin | [09:19:15] [INF] [1] Main: Config directory path: /config/config
  21. jellyfin | [09:19:15] [INF] [1] Main: Cache path: /cache
  22. jellyfin | [09:19:15] [INF] [1] Main: Temp directory path: /tmp/jellyfin
  23. jellyfin | [09:19:15] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
  24. jellyfin | [09:19:15] [INF] [1] Main: Application directory: /jellyfin/
  25. jellyfin | [09:19:16] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
  26. jellyfin | [09:19:16] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  27. jellyfin | [09:19:16] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly LiteDB, Version=5.0.15.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27 from /config/plugins/Kodi Sync Queue_13.0.0.0/LiteDB.dll
  28. jellyfin | [09:19:16] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.KodiSyncQueue, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Kodi Sync Queue_13.0.0.0/Jellyfin.Plugin.KodiSyncQueue.dll
  29. jellyfin | [09:19:16] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly LDAP-Auth, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/LDAP Authentication_17.0.0.0/LDAP-Auth.dll
  30. jellyfin | [09:19:16] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Novell.Directory.Ldap.NETStandard, Version=3.6.0.0, Culture=neutral, PublicKeyToken=510c34e9dec7f86f from /config/plugins/LDAP Authentication_17.0.0.0/Novell.Directory.Ldap.NETStandard.dll
  31. jellyfin | [09:19:16] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.OpenSubtitles, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Open Subtitles_20.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll
  32. jellyfin | [09:19:16] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  33. jellyfin | [09:19:16] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  34. jellyfin | [09:19:16] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  35. jellyfin | [09:19:16] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "10.0.3.2"]
  36. jellyfin | [09:19:16] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  37. jellyfin | [09:19:16] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
  38. jellyfin | [09:19:16] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  39. jellyfin | [09:19:17] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (7ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  40. jellyfin | SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
  41. jellyfin | [09:19:17] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  42. jellyfin | SELECT "MigrationId", "ProductVersion"
  43. jellyfin | FROM "__EFMigrationsHistory"
  44. jellyfin | ORDER BY "MigrationId";
  45. jellyfin | [09:19:18] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  46. jellyfin | SELECT "u"."Id", "u"."AudioLanguagePreference", "u"."AuthenticationProviderId", "u"."CastReceiverId", "u"."DisplayCollectionsView", "u"."DisplayMissingEpisodes", "u"."EnableAutoLogin", "u"."EnableLocalPassword", "u"."EnableNextEpisodeAutoPlay", "u"."EnableUserPreferenceAccess", "u"."HidePlayedInLatest", "u"."InternalId", "u"."InvalidLoginAttemptCount", "u"."LastActivityDate", "u"."LastLoginDate", "u"."LoginAttemptsBeforeLockout", "u"."MaxActiveSessions", "u"."MaxParentalAgeRating", "u"."MustUpdatePassword", "u"."Password", "u"."PasswordResetProviderId", "u"."PlayDefaultAudioTrack", "u"."RememberAudioSelections", "u"."RememberSubtitleSelections", "u"."RemoteClientBitrateLimit", "u"."RowVersion", "u"."SubtitleLanguagePreference", "u"."SubtitleMode", "u"."SyncPlayAccess", "u"."Username", "i"."Id", "i"."LastModified", "i"."Path", "i"."UserId"
  47. jellyfin | FROM "Users" AS "u"
  48. jellyfin | LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
  49. jellyfin | ORDER BY "u"."Id", "i"."Id"
  50. jellyfin | [09:19:18] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  51. jellyfin | SELECT "p"."Id", "p"."Kind", "p"."Permission_Permissions_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "u"."Id", "i"."Id"
  52. jellyfin | FROM "Users" AS "u"
  53. jellyfin | LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
  54. jellyfin | INNER JOIN "Permissions" AS "p" ON "u"."Id" = "p"."UserId"
  55. jellyfin | ORDER BY "u"."Id", "i"."Id"
  56. jellyfin | [09:19:18] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  57. jellyfin | SELECT "p"."Id", "p"."Kind", "p"."Preference_Preferences_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "u"."Id", "i"."Id"
  58. jellyfin | FROM "Users" AS "u"
  59. jellyfin | LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
  60. jellyfin | INNER JOIN "Preferences" AS "p" ON "u"."Id" = "p"."UserId"
  61. jellyfin | ORDER BY "u"."Id", "i"."Id"
  62. jellyfin | [09:19:18] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  63. jellyfin | SELECT "a"."Id", "a"."DayOfWeek", "a"."EndHour", "a"."StartHour", "a"."UserId", "u"."Id", "i"."Id"
  64. jellyfin | FROM "Users" AS "u"
  65. jellyfin | LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
  66. jellyfin | INNER JOIN "AccessSchedules" AS "a" ON "u"."Id" = "a"."UserId"
  67. jellyfin | ORDER BY "u"."Id", "i"."Id"
  68. jellyfin | [09:19:20] [INF] [1] Jellyfin.Plugin.KodiSyncQueue.KodiSyncQueuePlugin: KodiSyncQueue is starting...
  69. jellyfin | [09:19:20] [INF] [1] Jellyfin.Plugin.KodiSyncQueue.Data.DbRepo: Creating DB Repository...
  70. jellyfin | [09:19:20] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Kodi Sync Queue 13.0.0.0
  71. jellyfin | [09:19:20] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: LDAP-Auth 17.0.0.0
  72. jellyfin | [09:19:20] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Open Subtitles 20.0.0.0
  73. jellyfin | [09:19:20] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.10.1.0
  74. jellyfin | [09:19:20] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.10.1.0
  75. jellyfin | [09:19:20] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.10.1.0
  76. jellyfin | [09:19:20] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.10.1.0
  77. jellyfin | [09:19:20] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.10.1.0
  78. jellyfin | [09:19:20] [INF] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: User profile is available. Using '/root/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest.
  79. jellyfin | [09:19:20] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  80. jellyfin | SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
  81. jellyfin | FROM "Devices" AS "d"
  82. jellyfin | ORDER BY "d"."Id"
  83. jellyfin | [09:19:20] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  84. jellyfin | SELECT "d"."Id", "d"."CustomName", "d"."DeviceId"
  85. jellyfin | FROM "DeviceOptions" AS "d"
  86. jellyfin | ORDER BY "d"."Id"
  87. jellyfin | [09:19:20] [INF] [1] Main: Kestrel is listening on 0.0.0.0
  88. jellyfin | [09:19:20] [INF] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Creating key {9e72f184-a5be-4ff3-ba83-f829eb57b3bc} with creation date 2024-11-05 09:19:20Z, activation date 2024-11-05 09:19:20Z, and expiration date 2025-02-03 09:19:20Z.
  89. jellyfin | [09:19:20] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {9e72f184-a5be-4ff3-ba83-f829eb57b3bc} may be persisted to storage in unencrypted form.
  90. jellyfin | [09:19:20] [INF] [1] Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository: Writing data to file '/root/.aspnet/DataProtection-Keys/key-9e72f184-a5be-4ff3-ba83-f829eb57b3bc.xml'.
  91. jellyfin | [09:19:21] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /wwwroot. Static files may be unavailable.
  92. jellyfin | [09:19:21] [INF] [1] Microsoft.Hosting.Lifetime: Now listening on: http://0.0.0.0:8096
  93. jellyfin | [09:19:21] [INF] [1] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down.
  94. jellyfin | [09:19:21] [INF] [1] Microsoft.Hosting.Lifetime: Hosting environment: Production
  95. jellyfin | [09:19:21] [INF] [1] Microsoft.Hosting.Lifetime: Content root path: /
  96. jellyfin | [09:19:21] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
  97. jellyfin | [09:19:21] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /media/audio-books
  98. jellyfin | [09:19:21] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /media/audio
  99. jellyfin | [09:19:21] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /media/books
  100. jellyfin | [09:19:21] [INF] [1] Jellyfin.Plugin.KodiSyncQueue.ScheduledTasks.RetentionTask: Retention task scheduled
  101. jellyfin | [09:19:21] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /media/movies
  102. jellyfin | [09:19:21] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /media/shows
  103. jellyfin | [09:19:21] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Remove Old Sync Data set to fire at 2024-11-06 00:01:00.000 +00:00, which is 14:41:38.4558357 from now.
  104. jellyfin | [09:19:21] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Generate Trickplay Images set to fire at 2024-11-06 03:00:00.000 +00:00, which is 17:40:38.4505726 from now.
  105. jellyfin | [09:19:21] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2024-11-06 02:00:00.000 +00:00, which is 16:40:38.4478220 from now.
  106. jellyfin | [09:19:21] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 7.0.2
  107. jellyfin | [09:19:21] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available decoders: ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"]
  108. jellyfin | [09:19:21] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
  109. jellyfin | [09:19:21] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "deinterlace_qsv", "deinterlace_vaapi", "flip_vulkan", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemapx", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "transpose_cuda", "transpose_opencl", "transpose_vaapi", "transpose_vulkan", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
  110. jellyfin | [09:19:21] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
  111. jellyfin | [09:19:23] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/ - null null
  112. jellyfin | [09:19:23] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET http://domain.com/ - 302 0 null 9.5861ms
  113. jellyfin | [09:19:23] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/System/Info/Public - null null
  114. jellyfin | [09:19:24] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
  115. jellyfin | [09:19:24] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: 65483bb1f60f4d3983f4bbc14497edc3
  116. jellyfin | [09:19:24] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
  117. jellyfin | [09:19:24] [INF] [1] Main: Startup complete 0:00:08.4189223
  118. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)'
  119. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetPublicSystemInfo", controller = "System"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.PublicSystemInfo] GetPublicSystemInfo() on controller Jellyfin.Api.Controllers.SystemController (Jellyfin.Api).
  120. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.System.PublicSystemInfo'.
  121. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api) in 10.889ms
  122. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)'
  123. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/System/Info/Public - 200 null application/json; charset=utf-8 233.7967ms
  124. jellyfin | [09:19:24] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Branding/Css - null null
  125. jellyfin | [09:19:24] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)'
  126. jellyfin | [09:19:24] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetBrandingCss", controller = "Branding"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[System.String] GetBrandingCss() on controller Jellyfin.Api.Controllers.BrandingController (Jellyfin.Api).
  127. jellyfin | [09:19:24] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'System.String'.
  128. jellyfin | [09:19:24] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api) in 20.652ms
  129. jellyfin | [09:19:24] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)'
  130. jellyfin | [09:19:24] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Branding/Css - 200 null text/css; charset=utf-8 55.5854ms
  131. jellyfin | [09:19:24] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/system/info/public - null null
  132. jellyfin | [09:19:24] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)'
  133. jellyfin | [09:19:24] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetPublicSystemInfo", controller = "System"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.PublicSystemInfo] GetPublicSystemInfo() on controller Jellyfin.Api.Controllers.SystemController (Jellyfin.Api).
  134. jellyfin | [09:19:24] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.System.PublicSystemInfo'.
  135. jellyfin | [09:19:24] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api) in 2.7971ms
  136. jellyfin | [09:19:24] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)'
  137. jellyfin | [09:19:24] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/system/info/public - 200 null application/json; charset=utf-8 16.9044ms
  138. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/System/Info - null null
  139. jellyfin | [09:19:24] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean Transcode Directory Completed after 0 minute(s) and 0 seconds
  140. jellyfin | [09:19:24] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean up collections and playlists Completed after 0 minute(s) and 0 seconds
  141. jellyfin | [09:19:24] [INF] [11] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request GET https://repo.jellyfin.org/files/plugin/manifest.json
  142. jellyfin | [09:19:24] [INF] [11] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request GET https://repo.jellyfin.org/files/plugin/manifest.json
  143. jellyfin | [09:19:24] [INF] [14] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (1ms) [Parameters=[@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 12), @p2='?' (Size = 7), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 128), @p7='?' (Size = 7), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
  144. jellyfin | UPDATE "Devices" SET "AccessToken" = @p0, "AppName" = @p1, "AppVersion" = @p2, "DateCreated" = @p3, "DateLastActivity" = @p4, "DateModified" = @p5, "DeviceId" = @p6, "DeviceName" = @p7, "IsActive" = @p8, "UserId" = @p9
  145. jellyfin | WHERE "Id" = @p10
  146. jellyfin | RETURNING 1;
  147. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)'
  148. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetSystemInfo", controller = "System"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo() on controller Jellyfin.Api.Controllers.SystemController (Jellyfin.Api).
  149. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.System.SystemInfo'.
  150. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api) in 10.5002ms
  151. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)'
  152. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/System/Info - 200 null application/json; charset=utf-8 330.9248ms
  153. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/web/serviceworker.js - null null
  154. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file /serviceworker.js was not modified
  155. jellyfin | [09:19:24] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/web/serviceworker.js - 304 null text/javascript 6.5715ms
  156. jellyfin | [09:19:24] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 POST http://domain.com/Sessions/Capabilities/Full - application/json 567
  157. jellyfin | [09:19:24] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Users/e40d768af4474aedb13590e7d3b666d2 - null null
  158. jellyfin | [09:19:24] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/DisplayPreferences/usersettings?userId=e40d768af4474aedb13590e7d3b666d2&client=emby - null null
  159. jellyfin | [09:19:24] [INF] [24] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  160. jellyfin | [09:19:24] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)'
  161. jellyfin | [09:19:24] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)'
  162. jellyfin | [09:19:24] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)'
  163. jellyfin | [09:19:24] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetUserById", controller = "User"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.UserDto] GetUserById(System.Guid) on controller Jellyfin.Api.Controllers.UserController (Jellyfin.Api).
  164. jellyfin | [09:19:24] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetDisplayPreferences", controller = "DisplayPreferences"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.DisplayPreferencesDto] GetDisplayPreferences(System.String, System.Nullable`1[System.Guid], System.String) on controller Jellyfin.Api.Controllers.DisplayPreferencesController (Jellyfin.Api).
  165. jellyfin | [09:19:24] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "PostFullCapabilities", controller = "Session"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] PostFullCapabilities(System.String, MediaBrowser.Model.Dto.ClientCapabilitiesDto) on controller Jellyfin.Api.Controllers.SessionController (Jellyfin.Api).
  166. jellyfin | [09:19:24] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Dto.UserDto'.
  167. jellyfin | [09:19:25] [INF] [16] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@__userId_0='?' (DbType = Guid), @__client_1='?' (Size = 4), @__itemId_2='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
  168. jellyfin | SELECT "t"."Id", "t"."ChromecastVersion", "t"."Client", "t"."DashboardTheme", "t"."EnableNextVideoInfoOverlay", "t"."IndexBy", "t"."ItemId", "t"."ScrollDirection", "t"."ShowBackdrop", "t"."ShowSidebar", "t"."SkipBackwardLength", "t"."SkipForwardLength", "t"."TvHome", "t"."UserId", "h"."Id", "h"."DisplayPreferencesId", "h"."Order", "h"."Type"
  169. jellyfin | FROM (
  170. jellyfin | SELECT "d"."Id", "d"."ChromecastVersion", "d"."Client", "d"."DashboardTheme", "d"."EnableNextVideoInfoOverlay", "d"."IndexBy", "d"."ItemId", "d"."ScrollDirection", "d"."ShowBackdrop", "d"."ShowSidebar", "d"."SkipBackwardLength", "d"."SkipForwardLength", "d"."TvHome", "d"."UserId"
  171. jellyfin | FROM "DisplayPreferences" AS "d"
  172. jellyfin | WHERE "d"."UserId" = @__userId_0 AND "d"."Client" = @__client_1 AND "d"."ItemId" = @__itemId_2
  173. jellyfin | LIMIT 1
  174. jellyfin | ) AS "t"
  175. jellyfin | LEFT JOIN "HomeSection" AS "h" ON "t"."Id" = "h"."DisplayPreferencesId"
  176. jellyfin | ORDER BY "t"."Id"
  177. jellyfin | [09:19:25] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api) in 49.6383ms
  178. jellyfin | [09:19:25] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)'
  179. jellyfin | [09:19:25] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Users/e40d768af4474aedb13590e7d3b666d2 - 200 null application/json; charset=utf-8 65.4101ms
  180. jellyfin | [09:19:25] [INF] [16] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)], CommandType='Text', CommandTimeout='30']
  181. jellyfin | SELECT "i"."Id", "i"."Client", "i"."IndexBy", "i"."ItemId", "i"."RememberIndexing", "i"."RememberSorting", "i"."SortBy", "i"."SortOrder", "i"."UserId", "i"."ViewType"
  182. jellyfin | FROM "ItemDisplayPreferences" AS "i"
  183. jellyfin | WHERE "i"."UserId" = @__userId_0 AND "i"."ItemId" = @__itemId_1 AND "i"."Client" = @__client_2
  184. jellyfin | LIMIT 1
  185. jellyfin | [09:19:25] [INF] [16] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)], CommandType='Text', CommandTimeout='30']
  186. jellyfin | SELECT "c"."Id", "c"."Client", "c"."ItemId", "c"."Key", "c"."UserId", "c"."Value"
  187. jellyfin | FROM "CustomItemDisplayPreferences" AS "c"
  188. jellyfin | WHERE "c"."UserId" = @__userId_0 AND "c"."ItemId" = @__itemId_1 AND "c"."Client" = @__client_2
  189. jellyfin | [09:19:25] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/socket?api_key=1bb872f8e58d4488a291baccc52474db&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyNzk3NzI1ODA0Ng11 - null null
  190. jellyfin | [09:19:25] [INF] [8] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  191. jellyfin | [09:19:25] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/socket?api_key=1bb872f8e58d4488a291baccc52474db&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyNzk3NzI1ODA0Ng11 - 404 0 null 1.544ms
  192. jellyfin | [09:19:25] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request reached the end of the middleware pipeline without being handled by application code. Request path: GET https://domain.com/socket, Response status code: 404
  193. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 31), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 25), @p7='?' (Size = 14), @p8='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
  194. jellyfin | INSERT INTO "ActivityLogs" ("DateCreated", "ItemId", "LogSeverity", "Name", "Overview", "RowVersion", "ShortOverview", "Type", "UserId")
  195. jellyfin | VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  196. jellyfin | RETURNING "Id";
  197. jellyfin | [09:19:25] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Dto.DisplayPreferencesDto'.
  198. jellyfin | [09:19:25] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api) in 130.271ms
  199. jellyfin | [09:19:25] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)'
  200. jellyfin | [09:19:25] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/DisplayPreferences/usersettings?userId=e40d768af4474aedb13590e7d3b666d2&client=emby - 200 null application/json; charset=utf-8 145.7219ms
  201. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  202. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  203. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  204. jellyfin | RETURNING 1;
  205. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  206. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  207. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  208. jellyfin | RETURNING 1;
  209. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  210. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  211. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  212. jellyfin | RETURNING 1;
  213. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  214. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  215. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  216. jellyfin | RETURNING 1;
  217. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  218. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  219. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  220. jellyfin | RETURNING 1;
  221. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  222. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  223. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  224. jellyfin | RETURNING 1;
  225. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  226. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  227. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  228. jellyfin | RETURNING 1;
  229. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  230. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  231. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  232. jellyfin | RETURNING 1;
  233. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  234. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  235. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  236. jellyfin | RETURNING 1;
  237. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  238. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  239. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  240. jellyfin | RETURNING 1;
  241. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  242. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  243. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  244. jellyfin | RETURNING 1;
  245. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  246. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  247. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  248. jellyfin | RETURNING 1;
  249. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  250. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  251. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  252. jellyfin | RETURNING 1;
  253. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  254. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  255. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  256. jellyfin | RETURNING 1;
  257. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  258. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  259. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  260. jellyfin | RETURNING 1;
  261. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  262. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  263. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  264. jellyfin | RETURNING 1;
  265. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  266. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  267. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  268. jellyfin | RETURNING 1;
  269. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  270. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  271. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  272. jellyfin | RETURNING 1;
  273. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  274. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  275. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  276. jellyfin | RETURNING 1;
  277. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  278. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  279. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  280. jellyfin | RETURNING 1;
  281. jellyfin | [09:19:25] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Views - null null
  282. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  283. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  284. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  285. jellyfin | RETURNING 1;
  286. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  287. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  288. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  289. jellyfin | RETURNING 1;
  290. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  291. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  292. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  293. jellyfin | RETURNING 1;
  294. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
  295. jellyfin | UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  296. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  297. jellyfin | RETURNING 1;
  298. jellyfin | [09:19:25] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api)'
  299. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
  300. jellyfin | UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  301. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  302. jellyfin | RETURNING 1;
  303. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
  304. jellyfin | UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  305. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  306. jellyfin | RETURNING 1;
  307. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
  308. jellyfin | UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  309. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  310. jellyfin | RETURNING 1;
  311. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
  312. jellyfin | UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  313. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  314. jellyfin | RETURNING 1;
  315. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
  316. jellyfin | UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  317. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  318. jellyfin | RETURNING 1;
  319. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
  320. jellyfin | UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  321. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  322. jellyfin | RETURNING 1;
  323. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
  324. jellyfin | UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  325. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  326. jellyfin | RETURNING 1;
  327. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
  328. jellyfin | UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  329. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  330. jellyfin | RETURNING 1;
  331. jellyfin | [09:19:25] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetUserViewsLegacy", controller = "UserViews"}. Executing controller action with signature MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto] GetUserViewsLegacy(System.Guid, System.Nullable`1[System.Boolean], System.Nullable`1[Jellyfin.Data.Enums.CollectionType][], Boolean) on controller Jellyfin.Api.Controllers.UserViewsController (Jellyfin.Api).
  332. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
  333. jellyfin | UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  334. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  335. jellyfin | RETURNING 1;
  336. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
  337. jellyfin | UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  338. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  339. jellyfin | RETURNING 1;
  340. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
  341. jellyfin | UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  342. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  343. jellyfin | RETURNING 1;
  344. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
  345. jellyfin | UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  346. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  347. jellyfin | RETURNING 1;
  348. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
  349. jellyfin | UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
  350. jellyfin | WHERE "Id" = @p4 AND "RowVersion" = @p5
  351. jellyfin | RETURNING 1;
  352. jellyfin | [09:19:25] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p29='?' (DbType = Guid), @p0='?', @p1='?' (Size = 67), @p2='?' (Size = 8), @p3='?' (DbType = Boolean), @p4='?' (DbType = Boolean), @p5='?' (DbType = Boolean), @p6='?' (DbType = Boolean), @p7='?' (DbType = Boolean), @p8='?' (DbType = Boolean), @p9='?' (DbType = Boolean), @p10='?' (DbType = Int64), @p11='?' (DbType = Int32), @p12='?' (DbType = DateTime), @p13='?' (DbType = DateTime), @p14='?' (DbType = Int32), @p15='?' (DbType = Int32), @p16='?' (DbType = Int32), @p17='?' (DbType = Boolean), @p18='?' (Size = 194), @p19='?' (Size = 66), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = Int32), @p24='?' (DbType = UInt32), @p30='?' (DbType = UInt32), @p25='?' (Size = 3), @p26='?' (DbType = Int32), @p27='?' (DbType = Int32), @p28='?' (Size = 8)], CommandType='Text', CommandTimeout='30']
  353. jellyfin | UPDATE "Users" SET "AudioLanguagePreference" = @p0, "AuthenticationProviderId" = @p1, "CastReceiverId" = @p2, "DisplayCollectionsView" = @p3, "DisplayMissingEpisodes" = @p4, "EnableAutoLogin" = @p5, "EnableLocalPassword" = @p6, "EnableNextEpisodeAutoPlay" = @p7, "EnableUserPreferenceAccess" = @p8, "HidePlayedInLatest" = @p9, "InternalId" = @p10, "InvalidLoginAttemptCount" = @p11, "LastActivityDate" = @p12, "LastLoginDate" = @p13, "LoginAttemptsBeforeLockout" = @p14, "MaxActiveSessions" = @p15, "MaxParentalAgeRating" = @p16, "MustUpdatePassword" = @p17, "Password" = @p18, "PasswordResetProviderId" = @p19, "PlayDefaultAudioTrack" = @p20, "RememberAudioSelections" = @p21, "RememberSubtitleSelections" = @p22, "RemoteClientBitrateLimit" = @p23, "RowVersion" = @p24, "SubtitleLanguagePreference" = @p25, "SubtitleMode" = @p26, "SyncPlayAccess" = @p27, "Username" = @p28
  354. jellyfin | WHERE "Id" = @p29 AND "RowVersion" = @p30
  355. jellyfin | RETURNING 1;
  356. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  357. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api) in 359.9761ms
  358. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)'
  359. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 POST https://domain.com/Sessions/Capabilities/Full - 204 null null 379.0901ms
  360. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Views - null null
  361. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api)'
  362. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetUserViewsLegacy", controller = "UserViews"}. Executing controller action with signature MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto] GetUserViewsLegacy(System.Guid, System.Nullable`1[System.Boolean], System.Nullable`1[Jellyfin.Data.Enums.CollectionType][], Boolean) on controller Jellyfin.Api.Controllers.UserViewsController (Jellyfin.Api).
  363. jellyfin | [09:19:25] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]]'.
  364. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]]'.
  365. jellyfin | [09:19:25] [INF] [15] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 822.5638ms - 200
  366. jellyfin | [09:19:25] [INF] [15] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 863.4384ms - 200
  367. jellyfin | [09:19:25] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api) in 318.0041ms
  368. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api) in 170.3508ms
  369. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api)'
  370. jellyfin | [09:19:25] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api)'
  371. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Views - 200 null application/json; charset=utf-8 173.1239ms
  372. jellyfin | [09:19:25] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Views - 200 null application/json; charset=utf-8 322.3268ms
  373. jellyfin | [09:19:25] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request GET https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-kodisyncqueue.png
  374. jellyfin | [09:19:25] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request GET https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-kodisyncqueue.png
  375. jellyfin | [09:19:25] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/LiveTv/Programs/Recommended?userId=e40d768af4474aedb13590e7d3b666d2&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio - null null
  376. jellyfin | [09:19:25] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)'
  377. jellyfin | [09:19:25] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetRecommendedPrograms", controller = "LiveTv"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]]] GetRecommendedPrograms(System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Guid[], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Boolean], Boolean) on controller Jellyfin.Api.Controllers.LiveTvController (Jellyfin.Api).
  378. jellyfin | [09:19:25] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]]'.
  379. jellyfin | [09:19:25] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api) in 24.8023ms
  380. jellyfin | [09:19:25] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)'
  381. jellyfin | [09:19:25] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/LiveTv/Programs/Recommended?userId=e40d768af4474aedb13590e7d3b666d2&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio - 200 null application/json; charset=utf-8 35.7097ms
  382. jellyfin | [09:19:25] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=e40d768af4474aedb13590e7d3b666d2&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2023-11-06T09%3A19%3A31.006Z&EnableRewatching=false - null null
  383. jellyfin | [09:19:25] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)'
  384. jellyfin | [09:19:25] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Latest?Limit=30&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=c0c1444b416777d3fa55d5f13da1ce58 - null null
  385. jellyfin | [09:19:25] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
  386. jellyfin | [09:19:25] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=a656b907eb3a73532e40e44b968d0225 - null null
  387. jellyfin | [09:19:25] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Latest?Limit=30&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=7e64e319657a9516ec78490da03edccb - null null
  388. jellyfin | [09:19:25] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
  389. jellyfin | [09:19:25] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
  390. jellyfin | [09:19:25] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetNextUp", controller = "TvShows"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetNextUp(System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Guid], System.Nullable`1[System.Guid], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.DateTime], Boolean, Boolean, Boolean, Boolean) on controller Jellyfin.Api.Controllers.TvShowsController (Jellyfin.Api).
  391. jellyfin | [09:19:25] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805 - null null
  392. jellyfin | [09:19:25] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=4e985111ed7f570b595204d82adb02f3 - null null
  393. jellyfin | [09:19:25] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book - null null
  394. jellyfin | [09:19:25] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetLatestMediaLegacy", controller = "UserLibrary"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean) on controller Jellyfin.Api.Controllers.UserLibraryController (Jellyfin.Api).
  395. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video - null null
  396. jellyfin | [09:19:25] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetLatestMediaLegacy", controller = "UserLibrary"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean) on controller Jellyfin.Api.Controllers.UserLibraryController (Jellyfin.Api).
  397. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
  398. jellyfin | [09:19:25] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
  399. jellyfin | [09:19:25] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio - null null
  400. jellyfin | [09:19:25] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetLatestMediaLegacy", controller = "UserLibrary"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean) on controller Jellyfin.Api.Controllers.UserLibraryController (Jellyfin.Api).
  401. jellyfin | [09:19:25] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
  402. jellyfin | [09:19:25] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
  403. jellyfin | [09:19:25] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
  404. jellyfin | [09:19:25] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetLatestMediaLegacy", controller = "UserLibrary"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean) on controller Jellyfin.Api.Controllers.UserLibraryController (Jellyfin.Api).
  405. jellyfin | [09:19:25] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetLatestMediaLegacy", controller = "UserLibrary"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean) on controller Jellyfin.Api.Controllers.UserLibraryController (Jellyfin.Api).
  406. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetResumeItemsLegacy", controller = "Items"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetResumeItemsLegacy(System.Guid, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.MediaType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], Boolean, System.Nullable`1[System.Boolean], Boolean) on controller Jellyfin.Api.Controllers.ItemsController (Jellyfin.Api).
  407. jellyfin | [09:19:25] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetResumeItemsLegacy", controller = "Items"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetResumeItemsLegacy(System.Guid, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.MediaType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], Boolean, System.Nullable`1[System.Boolean], Boolean) on controller Jellyfin.Api.Controllers.ItemsController (Jellyfin.Api).
  408. jellyfin | [09:19:25] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetResumeItemsLegacy", controller = "Items"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetResumeItemsLegacy(System.Guid, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.MediaType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], Boolean, System.Nullable`1[System.Boolean], Boolean) on controller Jellyfin.Api.Controllers.ItemsController (Jellyfin.Api).
  409. jellyfin | [09:19:25] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing OkResult`1, writing value of type 'System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]]'.
  410. jellyfin | [09:19:25] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api) in 20.0855ms
  411. jellyfin | [09:19:25] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
  412. jellyfin | [09:19:25] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Latest?Limit=30&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=c0c1444b416777d3fa55d5f13da1ce58 - 200 null application/json; charset=utf-8 26.9285ms
  413. jellyfin | [09:19:25] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing OkResult`1, writing value of type 'System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]]'.
  414. jellyfin | [09:19:25] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api) in 24.2993ms
  415. jellyfin | [09:19:25] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
  416. jellyfin | [09:19:25] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=4e985111ed7f570b595204d82adb02f3 - 200 null application/json; charset=utf-8 26.6482ms
  417. jellyfin | [09:19:25] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]]'.
  418. jellyfin | [09:19:25] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api) in 35.2552ms
  419. jellyfin | [09:19:25] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
  420. jellyfin | [09:19:25] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio - 200 null application/json; charset=utf-8 40.0543ms
  421. jellyfin | [09:19:25] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing OkResult`1, writing value of type 'System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]]'.
  422. jellyfin | [09:19:25] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]]'.
  423. jellyfin | [09:19:25] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api) in 39.9445ms
  424. jellyfin | [09:19:25] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
  425. jellyfin | [09:19:25] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book - 200 null application/json; charset=utf-8 44.8206ms
  426. jellyfin | [09:19:25] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api) in 48.786ms
  427. jellyfin | [09:19:25] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
  428. jellyfin | [09:19:25] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Latest?Limit=30&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=7e64e319657a9516ec78490da03edccb - 200 null application/json; charset=utf-8 52.2868ms
  429. jellyfin | [09:19:25] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing OkResult`1, writing value of type 'System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]]'.
  430. jellyfin | [09:19:25] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api) in 67.5749ms
  431. jellyfin | [09:19:25] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
  432. jellyfin | [09:19:25] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805 - 200 null application/json; charset=utf-8 70.1845ms
  433. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]]'.
  434. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api) in 76.0555ms
  435. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
  436. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video - 200 null application/json; charset=utf-8 80.7812ms
  437. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://localhost:8096/health - null null
  438. jellyfin | [09:19:25] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Health checks'
  439. jellyfin | [09:19:25] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing OkResult`1, writing value of type 'System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]]'.
  440. jellyfin | [09:19:25] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Health checks'
  441. jellyfin | [09:19:25] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://localhost:8096/health - 200 null text/plain 19.0543ms
  442. jellyfin | [09:19:25] [INF] [25] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 252.9694ms - 200
  443. jellyfin | [09:19:25] [INF] [25] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 253.2777ms - 200
  444. jellyfin | [09:19:25] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api) in 115.1937ms
  445. jellyfin | [09:19:25] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
  446. jellyfin | [09:19:25] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=a656b907eb3a73532e40e44b968d0225 - 200 null application/json; charset=utf-8 118.7356ms
  447. jellyfin | [09:19:25] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]]'.
  448. jellyfin | [09:19:25] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api) in 166.2503ms
  449. jellyfin | [09:19:25] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)'
  450. jellyfin | [09:19:25] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=e40d768af4474aedb13590e7d3b666d2&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2023-11-06T09%3A19%3A31.006Z&EnableRewatching=false - 200 null application/json; charset=utf-8 175.0559ms
  451. jellyfin | [09:19:26] [INF] [25] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request GET https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-ldapauth.png
  452. jellyfin | [09:19:26] [INF] [25] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request GET https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-ldapauth.png
  453. jellyfin | [09:19:26] [INF] [25] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 250.6326ms - 200
  454. jellyfin | [09:19:26] [INF] [25] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 251.0623ms - 200
  455. jellyfin | [09:19:26] [INF] [15] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request GET https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png
  456. jellyfin | [09:19:26] [INF] [15] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request GET https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png
  457. jellyfin | [09:19:26] [INF] [15] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 249.2424ms - 200
  458. jellyfin | [09:19:26] [INF] [15] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 291.0447ms - 200
  459. jellyfin | [09:19:26] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request GET https://raw.githubusercontent.com/ConfusedPolarBear/intro-skipper/master/manifest.json
  460. jellyfin | [09:19:26] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request GET https://raw.githubusercontent.com/ConfusedPolarBear/intro-skipper/master/manifest.json
  461. jellyfin | [09:19:27] [INF] [15] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 1014.2463ms - 200
  462. jellyfin | [09:19:27] [INF] [15] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 1014.4195ms - 200
  463. jellyfin | [09:19:27] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Completed after 0 minute(s) and 3 seconds
  464. jellyfin | [09:19:27] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/58e46277a7fecc485230662ddf7f0f87/ThemeMedia?userId=e40d768af4474aedb13590e7d3b666d2&InheritFromParent=true - null null
  465. jellyfin | [09:19:27] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/58e46277a7fecc485230662ddf7f0f87 - null null
  466. jellyfin | [09:19:27] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)'
  467. jellyfin | [09:19:27] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)'
  468. jellyfin | [09:19:27] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetThemeMedia", controller = "Library"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.AllThemeMediaResult] GetThemeMedia(System.Guid, System.Nullable`1[System.Guid], Boolean, Jellyfin.Data.Enums.ItemSortBy[], Jellyfin.Data.Enums.SortOrder[]) on controller Jellyfin.Api.Controllers.LibraryController (Jellyfin.Api).
  469. jellyfin | [09:19:27] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemLegacy", controller = "UserLibrary"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItemLegacy(System.Guid, System.Guid) on controller Jellyfin.Api.Controllers.UserLibraryController (Jellyfin.Api).
  470. jellyfin | [09:19:27] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.AllThemeMediaResult'.
  471. jellyfin | [09:19:27] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api) in 7.7474ms
  472. jellyfin | [09:19:27] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)'
  473. jellyfin | [09:19:27] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/58e46277a7fecc485230662ddf7f0f87/ThemeMedia?userId=e40d768af4474aedb13590e7d3b666d2&InheritFromParent=true - 200 null application/json; charset=utf-8 10.3971ms
  474. jellyfin | [09:19:27] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@__itemId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
  475. jellyfin | SELECT EXISTS (
  476. jellyfin | SELECT 1
  477. jellyfin | FROM "MediaSegments" AS "m"
  478. jellyfin | WHERE "m"."ItemId" = @__itemId_0)
  479. jellyfin | [09:19:27] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@__itemId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
  480. jellyfin | SELECT EXISTS (
  481. jellyfin | SELECT 1
  482. jellyfin | FROM "MediaSegments" AS "m"
  483. jellyfin | WHERE "m"."ItemId" = @__itemId_0)
  484. jellyfin | [09:19:27] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@__itemId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
  485. jellyfin | SELECT "t"."ItemId", "t"."Width", "t"."Bandwidth", "t"."Height", "t"."Interval", "t"."ThumbnailCount", "t"."TileHeight", "t"."TileWidth"
  486. jellyfin | FROM "TrickplayInfos" AS "t"
  487. jellyfin | WHERE "t"."ItemId" = @__itemId_0
  488. jellyfin | [09:19:27] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Dto.BaseItemDto'.
  489. jellyfin | [09:19:28] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api) in 73.1247ms
  490. jellyfin | [09:19:28] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)'
  491. jellyfin | [09:19:28] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/58e46277a7fecc485230662ddf7f0f87 - 200 null application/json; charset=utf-8 76.4341ms
  492. jellyfin | [09:19:28] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Shows/bcb425a56a85685b9bcf2d93fcd15edc/Episodes?SeasonId=8736f234099787aa390db1b009130065&UserId=e40d768af4474aedb13590e7d3b666d2&Fields=ItemCounts%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CCanDelete%2CMediaSourceCount - null null
  493. jellyfin | [09:19:28] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)'
  494. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/bcb425a56a85685b9bcf2d93fcd15edc/Images/Logo?tag=098f50f69977cf70ec05e5ba26a37c53&quality=90 - null null
  495. jellyfin | [09:19:28] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetEpisodes", controller = "TvShows"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetEpisodes(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Int32], System.Nullable`1[System.Guid], System.Nullable`1[System.Boolean], System.Nullable`1[System.Guid], System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], System.Nullable`1[Jellyfin.Data.Enums.ItemSortBy]) on controller Jellyfin.Api.Controllers.TvShowsController (Jellyfin.Api).
  496. jellyfin | [09:19:28] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/bcb425a56a85685b9bcf2d93fcd15edc/Images/Backdrop/0?maxWidth=2880&tag=1964c64cfbceb2785ab8a41ca02b6ee8&quality=80 - null null
  497. jellyfin | [09:19:28] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/58e46277a7fecc485230662ddf7f0f87/Images/Primary?fillHeight=405&fillWidth=720&quality=96&tag=b9a50f26425358ab0841415340fdf558 - null null
  498. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  499. jellyfin | [09:19:28] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImageByIndex (Jellyfin.Api)'
  500. jellyfin | [09:19:28] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  501. jellyfin | [09:19:28] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/a15444c01c3fa8c30bbaccff998040f4/Images/Primary?fillHeight=502&fillWidth=335&quality=96&tag=0fa2489b5c095b99c26c7b43f85c30af - null null
  502. jellyfin | [09:19:28] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  503. jellyfin | [09:19:28] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/d6a8b2161d4f85180906ad4dcd29f736/Images/Primary?fillHeight=502&fillWidth=335&quality=96&tag=0003f95a2b95e8c96b4433727017be0f - null null
  504. jellyfin | [09:19:28] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/9767033e13470786525d4ef8020f23ed/Images/Primary?fillHeight=502&fillWidth=335&quality=96&tag=f3febc5e0d1690d611ed6fea48065878 - null null
  505. jellyfin | [09:19:28] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  506. jellyfin | [09:19:28] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  507. jellyfin | [09:19:28] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/63e225ccc9fe75d30de8dfa4f7a33e65/Images/Primary?fillHeight=502&fillWidth=335&quality=96&tag=261f9176d6e56ae36416a88a2318586b - null null
  508. jellyfin | [09:19:28] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  509. jellyfin | [09:19:28] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/74b4ea42bb20964a1bca36d3a8e7f8dd/Images/Primary?fillHeight=502&fillWidth=335&quality=96&tag=68ca9a2fbb3218f484e6c9906215133e - null null
  510. jellyfin | [09:19:28] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  511. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/1e1a0543ec605dcd3e6163c41f5c5dd5/Images/Primary?fillHeight=502&fillWidth=335&quality=96&tag=4a45c2280d3fd329e109a82ae401e04a - null null
  512. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  513. jellyfin | [09:19:28] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  514. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  515. jellyfin | [09:19:28] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImageByIndex", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImageByIndex(System.Guid, MediaBrowser.Model.Entities.ImageType, Int32, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  516. jellyfin | [09:19:28] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]]'.
  517. jellyfin | [09:19:28] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  518. jellyfin | [09:19:28] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api) in 37.0324ms
  519. jellyfin | [09:19:28] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)'
  520. jellyfin | [09:19:28] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Shows/bcb425a56a85685b9bcf2d93fcd15edc/Episodes?SeasonId=8736f234099787aa390db1b009130065&UserId=e40d768af4474aedb13590e7d3b666d2&Fields=ItemCounts%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CCanDelete%2CMediaSourceCount - 200 null application/json; charset=utf-8 47.6952ms
  521. jellyfin | [09:19:28] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  522. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  523. jellyfin | [09:19:28] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  524. jellyfin | [09:19:28] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  525. jellyfin | [09:19:28] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  526. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/metadata/library/bc/bcb425a56a85685b9bcf2d93fcd15edc/logo.png' with download name '' ...
  527. jellyfin | [09:19:28] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/metadata/People/B/Brian Cox/folder.jpg' with download name '' ...
  528. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 31.6072ms
  529. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  530. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/bcb425a56a85685b9bcf2d93fcd15edc/Images/Logo?tag=098f50f69977cf70ec05e5ba26a37c53&quality=90 - 200 59439 image/png 69.2467ms
  531. jellyfin | [09:19:28] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 34.2434ms
  532. jellyfin | [09:19:28] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  533. jellyfin | [09:19:28] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/d6a8b2161d4f85180906ad4dcd29f736/Images/Primary?fillHeight=502&fillWidth=335&quality=96&tag=0003f95a2b95e8c96b4433727017be0f - 200 23264 image/jpeg 52.0161ms
  534. jellyfin | [09:19:28] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/c2b52b5e59868aca953b72ea88555aec/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=10927949e9d20166237e0c7d6105c595 - null null
  535. jellyfin | [09:19:28] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  536. jellyfin | [09:19:28] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  537. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/010c85bef5a0144b8199b302910a0d90/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=c005b3514a35f45f468b99e2b9e012f2 - null null
  538. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  539. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  540. jellyfin | [09:19:28] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/39677ea73bbc28cdacb4c71c8edbabe1/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=7121c12a6d585ce435efe8ebf864ea8e - null null
  541. jellyfin | [09:19:28] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/3ef17d5f90c54a0122a0232fc078b3d4/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=445a7ff28fc42f2fb73f20c79ea6644d - null null
  542. jellyfin | [09:19:28] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  543. jellyfin | [09:19:28] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  544. jellyfin | [09:19:28] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  545. jellyfin | [09:19:28] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  546. jellyfin | [09:19:28] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/d/d7792812-74ef-cfcb-3199-f7bcb20ee620.webp' with download name '' ...
  547. jellyfin | [09:19:28] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 189.803ms
  548. jellyfin | [09:19:28] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  549. jellyfin | [09:19:28] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/63e225ccc9fe75d30de8dfa4f7a33e65/Images/Primary?fillHeight=502&fillWidth=335&quality=96&tag=261f9176d6e56ae36416a88a2318586b - 200 49292 image/webp 204.7051ms
  550. jellyfin | [09:19:28] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/3/399706fb-4326-9aec-b9d4-b93917c86ee7.webp' with download name '' ...
  551. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/d/dcd2e8cd-0e42-faa6-ade4-066ba62ee27b.webp' with download name '' ...
  552. jellyfin | [09:19:28] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 206.3301ms
  553. jellyfin | [09:19:28] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  554. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 206.2707ms
  555. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  556. jellyfin | [09:19:28] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/9767033e13470786525d4ef8020f23ed/Images/Primary?fillHeight=502&fillWidth=335&quality=96&tag=f3febc5e0d1690d611ed6fea48065878 - 200 31860 image/webp 222.4738ms
  557. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/1e1a0543ec605dcd3e6163c41f5c5dd5/Images/Primary?fillHeight=502&fillWidth=335&quality=96&tag=4a45c2280d3fd329e109a82ae401e04a - 200 49526 image/webp 215.7396ms
  558. jellyfin | [09:19:28] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/f/fe9874c4-4e20-e361-4375-a53cd6d70d26.webp' with download name '' ...
  559. jellyfin | [09:19:28] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 222.4205ms
  560. jellyfin | [09:19:28] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  561. jellyfin | [09:19:28] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/74b4ea42bb20964a1bca36d3a8e7f8dd/Images/Primary?fillHeight=502&fillWidth=335&quality=96&tag=68ca9a2fbb3218f484e6c9906215133e - 200 74134 image/webp 234.0875ms
  562. jellyfin | [09:19:28] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/0/05b4b449-e643-77d0-f330-e78b9cde99f5.webp' with download name '' ...
  563. jellyfin | [09:19:28] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 231.1149ms
  564. jellyfin | [09:19:28] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  565. jellyfin | [09:19:28] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/a15444c01c3fa8c30bbaccff998040f4/Images/Primary?fillHeight=502&fillWidth=335&quality=96&tag=0fa2489b5c095b99c26c7b43f85c30af - 200 108022 image/webp 250.2219ms
  566. jellyfin | [09:19:28] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/e40a0a1de4911daa6d0f84b4ad4aae6d/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=0632cc10aca568e6c29f1217bae180dc - null null
  567. jellyfin | [09:19:28] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  568. jellyfin | [09:19:28] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  569. jellyfin | [09:19:28] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/408c9a947d6bb48ac79c59147596c0c5/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=4e42642de2d50b67acacacfb17ed03b6 - null null
  570. jellyfin | [09:19:28] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  571. jellyfin | [09:19:28] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  572. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/d260249663549819939ada2da07222de/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=4a239f6e4c54a0151b486f90055088a5 - null null
  573. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  574. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  575. jellyfin | [09:19:28] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/6c7efc468bd57a29ec6cb650eb2d2b53/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=a946925df56748484ca4b2a42db871dd - null null
  576. jellyfin | [09:19:28] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  577. jellyfin | [09:19:28] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  578. jellyfin | [09:19:28] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/58e46277a7fecc485230662ddf7f0f87/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=b9a50f26425358ab0841415340fdf558 - null null
  579. jellyfin | [09:19:28] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/72b079eddf2cd13352a28589880e40de/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=5515af02cfdc919563ef02e4608ab364 - null null
  580. jellyfin | [09:19:28] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  581. jellyfin | [09:19:28] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  582. jellyfin | [09:19:28] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  583. jellyfin | [09:19:28] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  584. jellyfin | [09:19:28] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/d/dced09bb-192c-e2c9-ed96-00873b5a51bf.webp' with download name '' ...
  585. jellyfin | [09:19:28] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 221.9963ms
  586. jellyfin | [09:19:28] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  587. jellyfin | [09:19:28] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/c2b52b5e59868aca953b72ea88555aec/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=10927949e9d20166237e0c7d6105c595 - 200 55792 image/webp 222.6733ms
  588. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/c/ced2f7b6-913d-a13c-c7cb-2784384f30b2.webp' with download name '' ...
  589. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 226.6981ms
  590. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  591. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/010c85bef5a0144b8199b302910a0d90/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=c005b3514a35f45f468b99e2b9e012f2 - 200 59118 image/webp 227.3657ms
  592. jellyfin | [09:19:28] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/8/8fec57c7-a973-db02-b755-3a0638c8a6d0.webp' with download name '' ...
  593. jellyfin | [09:19:28] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 233.7156ms
  594. jellyfin | [09:19:28] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  595. jellyfin | [09:19:28] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/39677ea73bbc28cdacb4c71c8edbabe1/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=7121c12a6d585ce435efe8ebf864ea8e - 200 44736 image/webp 234.3394ms
  596. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/e/e28802fa-1968-d7b1-86a3-22bec873ba92.webp' with download name '' ...
  597. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 136.0536ms
  598. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  599. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/d260249663549819939ada2da07222de/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=4a239f6e4c54a0151b486f90055088a5 - 200 58092 image/webp 136.782ms
  600. jellyfin | [09:19:28] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/9/98a259df-acd9-327e-0acc-0871cd41b47c.webp' with download name '' ...
  601. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 301.3974ms
  602. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  603. jellyfin | [09:19:28] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/3ef17d5f90c54a0122a0232fc078b3d4/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=445a7ff28fc42f2fb73f20c79ea6644d - 200 60572 image/webp 302.4077ms
  604. jellyfin | [09:19:28] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/2/2e7b4fbc-86c4-0624-7745-f194a1a8f163.webp' with download name '' ...
  605. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 164.2948ms
  606. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  607. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/e40a0a1de4911daa6d0f84b4ad4aae6d/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=0632cc10aca568e6c29f1217bae180dc - 200 80020 image/webp 165.273ms
  608. jellyfin | [09:19:28] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/0/0f165ea7-eccb-ee12-93fa-cbce54733607.webp' with download name '' ...
  609. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 425.4756ms
  610. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  611. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/58e46277a7fecc485230662ddf7f0f87/Images/Primary?fillHeight=405&fillWidth=720&quality=96&tag=b9a50f26425358ab0841415340fdf558 - 200 77816 image/webp 455.6313ms
  612. jellyfin | [09:19:28] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/6/646446ce-32f7-0354-4a0f-b8d3a6255d8e.webp' with download name '' ...
  613. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 194.1441ms
  614. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  615. jellyfin | [09:19:28] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/408c9a947d6bb48ac79c59147596c0c5/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=4e42642de2d50b67acacacfb17ed03b6 - 200 57696 image/webp 197.0058ms
  616. jellyfin | [09:19:28] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/5/541647c9-4162-9e53-b236-301e0f6b738d.webp' with download name '' ...
  617. jellyfin | [09:19:28] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 191.1916ms
  618. jellyfin | [09:19:28] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  619. jellyfin | [09:19:28] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/6c7efc468bd57a29ec6cb650eb2d2b53/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=a946925df56748484ca4b2a42db871dd - 200 22976 image/webp 192.6977ms
  620. jellyfin | [09:19:28] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/e/e0bc9c7b-6999-6298-3a46-1fec44c80550.webp' with download name '' ...
  621. jellyfin | [09:19:28] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 209.418ms
  622. jellyfin | [09:19:28] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  623. jellyfin | [09:19:28] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/58e46277a7fecc485230662ddf7f0f87/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=b9a50f26425358ab0841415340fdf558 - 200 50974 image/webp 210.1821ms
  624. jellyfin | [09:19:28] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/8/84703ff3-ac04-cc82-58e6-b856bf5de58d.webp' with download name '' ...
  625. jellyfin | [09:19:28] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 247.6556ms
  626. jellyfin | [09:19:28] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  627. jellyfin | [09:19:28] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/72b079eddf2cd13352a28589880e40de/Images/Primary?fillHeight=300&fillWidth=533&quality=96&tag=5515af02cfdc919563ef02e4608ab364 - 200 41612 image/webp 248.9273ms
  628. jellyfin | [09:19:29] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/cache/images/resized-images/1/1f6508ff-73ec-0311-22c5-3dadf610d64b.webp' with download name '' ...
  629. jellyfin | [09:19:29] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImageByIndex (Jellyfin.Api) in 1047.3873ms
  630. jellyfin | [09:19:29] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImageByIndex (Jellyfin.Api)'
  631. jellyfin | [09:19:29] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/bcb425a56a85685b9bcf2d93fcd15edc/Images/Backdrop/0?maxWidth=2880&tag=1964c64cfbceb2785ab8a41ca02b6ee8&quality=80 - 200 182642 image/webp 1080.101ms
  632. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Shows/bcb425a56a85685b9bcf2d93fcd15edc/Episodes?IsVirtualUnaired=false&IsMissing=false&UserId=e40d768af4474aedb13590e7d3b666d2&Fields=Chapters - null null
  633. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)'
  634. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetEpisodes", controller = "TvShows"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetEpisodes(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Int32], System.Nullable`1[System.Guid], System.Nullable`1[System.Boolean], System.Nullable`1[System.Guid], System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], System.Nullable`1[Jellyfin.Data.Enums.ItemSortBy]) on controller Jellyfin.Api.Controllers.TvShowsController (Jellyfin.Api).
  635. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]]'.
  636. jellyfin | [09:19:30] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api) in 17.8722ms
  637. jellyfin | [09:19:30] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)'
  638. jellyfin | [09:19:30] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Shows/bcb425a56a85685b9bcf2d93fcd15edc/Episodes?IsVirtualUnaired=false&IsMissing=false&UserId=e40d768af4474aedb13590e7d3b666d2&Fields=Chapters - 200 null application/json; charset=utf-8 22.3847ms
  639. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/58e46277a7fecc485230662ddf7f0f87/Intros - null null
  640. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetIntrosLegacy (Jellyfin.Api)'
  641. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetIntrosLegacy", controller = "UserLibrary"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]]] GetIntrosLegacy(System.Guid, System.Guid) on controller Jellyfin.Api.Controllers.UserLibraryController (Jellyfin.Api).
  642. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.1.0, Culture=neutral, PublicKeyToken=null]]'.
  643. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetIntrosLegacy (Jellyfin.Api) in 1.8927ms
  644. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetIntrosLegacy (Jellyfin.Api)'
  645. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Users/e40d768af4474aedb13590e7d3b666d2/Items/58e46277a7fecc485230662ddf7f0f87/Intros - 200 null application/json; charset=utf-8 7.9921ms
  646. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/System/Endpoint - null null
  647. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)'
  648. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetEndpointInfo", controller = "System"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Net.EndPointInfo] GetEndpointInfo() on controller Jellyfin.Api.Controllers.SystemController (Jellyfin.Api).
  649. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Net.EndPointInfo'.
  650. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api) in 0.9358ms
  651. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)'
  652. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/System/Endpoint - 200 null application/json; charset=utf-8 2.0435ms
  653. jellyfin | [09:19:30] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 POST http://domain.com/Items/58e46277a7fecc485230662ddf7f0f87/PlaybackInfo?UserId=e40d768af4474aedb13590e7d3b666d2&StartTimeTicks=0&IsPlayback=true&AutoOpenLiveStream=true&AudioStreamIndex=2&SubtitleStreamIndex=0&MediaSourceId=58e46277a7fecc485230662ddf7f0f87&MaxStreamingBitrate=8000000 - application/json 3915
  654. jellyfin | [09:19:30] [INF] [32] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  655. jellyfin | [09:19:30] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)'
  656. jellyfin | [09:19:30] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetPostedPlaybackInfo", controller = "MediaInfo"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.MediaInfo.PlaybackInfoResponse]] GetPostedPlaybackInfo(System.Guid, System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], Jellyfin.Api.Models.MediaInfoDtos.PlaybackInfoDto) on controller Jellyfin.Api.Controllers.MediaInfoController (Jellyfin.Api).
  657. jellyfin | [09:19:30] [INF] [32] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@__itemId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
  658. jellyfin | SELECT EXISTS (
  659. jellyfin | SELECT 1
  660. jellyfin | FROM "MediaSegments" AS "m"
  661. jellyfin | WHERE "m"."ItemId" = @__itemId_0)
  662. jellyfin | [09:19:30] [INF] [32] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for user. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  663. jellyfin | [09:19:30] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.MediaInfo.PlaybackInfoResponse'.
  664. jellyfin | [09:19:30] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api) in 92.4938ms
  665. jellyfin | [09:19:30] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)'
  666. jellyfin | [09:19:30] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 POST https://domain.com/Items/58e46277a7fecc485230662ddf7f0f87/PlaybackInfo?UserId=e40d768af4474aedb13590e7d3b666d2&StartTimeTicks=0&IsPlayback=true&AutoOpenLiveStream=true&AudioStreamIndex=2&SubtitleStreamIndex=0&MediaSourceId=58e46277a7fecc485230662ddf7f0f87&MaxStreamingBitrate=8000000 - 200 null application/json; charset=utf-8 98.9149ms
  667. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Items/bcb425a56a85685b9bcf2d93fcd15edc/Images/Backdrop?quality=100&tag=1964c64cfbceb2785ab8a41ca02b6ee8 - null null
  668. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  669. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
  670. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/metadata/library/bc/bcb425a56a85685b9bcf2d93fcd15edc/backdrop.jpg' with download name '' ...
  671. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 19.4687ms
  672. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
  673. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Items/bcb425a56a85685b9bcf2d93fcd15edc/Images/Backdrop?quality=100&tag=1964c64cfbceb2785ab8a41ca02b6ee8 - 304 null image/jpeg 20.7288ms
  674. jellyfin | [09:19:30] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Videos/58e46277a7fecc485230662ddf7f0f87/stream.mp4?Static=true&mediaSourceId=58e46277a7fecc485230662ddf7f0f87&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyNzk3NzI1ODA0Ng11&api_key=1bb872f8e58d4488a291baccc52474db&Tag=377f96d7aa6fdde812ce531dfc8e007a - null null
  675. jellyfin | [09:19:30] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.VideosController.GetVideoStreamByContainer (Jellyfin.Api)'
  676. jellyfin | [09:19:30] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetVideoStreamByContainer", controller = "Videos"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetVideoStreamByContainer(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], Boolean) on controller Jellyfin.Api.Controllers.VideosController (Jellyfin.Api).
  677. jellyfin | [09:19:30] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Playback/BitrateTest?Size=500000 - null null
  678. jellyfin | [09:19:30] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
  679. jellyfin | [09:19:30] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetBitrateTestBytes", controller = "MediaInfo"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult GetBitrateTestBytes(Int32) on controller Jellyfin.Api.Controllers.MediaInfoController (Jellyfin.Api).
  680. jellyfin | [09:19:30] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing FileContentResult, sending file with download name '' ...
  681. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api) in 4.5225ms
  682. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
  683. jellyfin | [09:19:30] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Playback/BitrateTest?Size=500000 - 200 524288 application/octet-stream 7.6702ms
  684. jellyfin | [09:19:30] [INF] [14] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@__itemId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
  685. jellyfin | SELECT EXISTS (
  686. jellyfin | SELECT 1
  687. jellyfin | FROM "MediaSegments" AS "m"
  688. jellyfin | WHERE "m"."ItemId" = @__itemId_0)
  689. jellyfin | [09:19:30] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/media/shows/Succession/Season 2/Succession.S02E09.1080p.WEBRip.x265-RARBG.mp4' with download name '' ...
  690. jellyfin | [09:19:31] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Playback/BitrateTest?Size=1000000 - null null
  691. jellyfin | [09:19:31] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
  692. jellyfin | [09:19:31] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetBitrateTestBytes", controller = "MediaInfo"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult GetBitrateTestBytes(Int32) on controller Jellyfin.Api.Controllers.MediaInfoController (Jellyfin.Api).
  693. jellyfin | [09:19:31] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing FileContentResult, sending file with download name '' ...
  694. jellyfin | [09:19:31] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api) in 6.7916ms
  695. jellyfin | [09:19:31] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
  696. jellyfin | [09:19:31] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Playback/BitrateTest?Size=1000000 - 200 1048576 application/octet-stream 7.5253ms
  697. jellyfin | [09:19:31] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Videos/58e46277a7fecc485230662ddf7f0f87/stream.mp4?Static=true&mediaSourceId=58e46277a7fecc485230662ddf7f0f87&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyNzk3NzI1ODA0Ng11&api_key=1bb872f8e58d4488a291baccc52474db&Tag=377f96d7aa6fdde812ce531dfc8e007a - null null
  698. jellyfin | [09:19:31] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.VideosController.GetVideoStreamByContainer (Jellyfin.Api) in 191.8347ms
  699. jellyfin | [09:19:31] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.VideosController.GetVideoStreamByContainer (Jellyfin.Api)'
  700. jellyfin | [09:19:31] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Videos/58e46277a7fecc485230662ddf7f0f87/stream.mp4?Static=true&mediaSourceId=58e46277a7fecc485230662ddf7f0f87&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyNzk3NzI1ODA0Ng11&api_key=1bb872f8e58d4488a291baccc52474db&Tag=377f96d7aa6fdde812ce531dfc8e007a - 206 1052522842 video/mp4 200.4708ms
  701. jellyfin | [09:19:31] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.VideosController.GetVideoStreamByContainer (Jellyfin.Api)'
  702. jellyfin | [09:19:31] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetVideoStreamByContainer", controller = "Videos"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetVideoStreamByContainer(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], Boolean) on controller Jellyfin.Api.Controllers.VideosController (Jellyfin.Api).
  703. jellyfin | [09:19:31] [INF] [31] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@__itemId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
  704. jellyfin | SELECT EXISTS (
  705. jellyfin | SELECT 1
  706. jellyfin | FROM "MediaSegments" AS "m"
  707. jellyfin | WHERE "m"."ItemId" = @__itemId_0)
  708. jellyfin | [09:19:31] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/media/shows/Succession/Season 2/Succession.S02E09.1080p.WEBRip.x265-RARBG.mp4' with download name '' ...
  709. jellyfin | [09:19:31] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.VideosController.GetVideoStreamByContainer (Jellyfin.Api) in 7.8039ms
  710. jellyfin | [09:19:31] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.VideosController.GetVideoStreamByContainer (Jellyfin.Api)'
  711. jellyfin | [09:19:31] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Videos/58e46277a7fecc485230662ddf7f0f87/stream.mp4?Static=true&mediaSourceId=58e46277a7fecc485230662ddf7f0f87&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyNzk3NzI1ODA0Ng11&api_key=1bb872f8e58d4488a291baccc52474db&Tag=377f96d7aa6fdde812ce531dfc8e007a - 206 2603354 video/mp4 12.7942ms
  712. jellyfin | [09:19:31] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Playback/BitrateTest?Size=3000000 - null null
  713. jellyfin | [09:19:31] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
  714. jellyfin | [09:19:31] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetBitrateTestBytes", controller = "MediaInfo"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult GetBitrateTestBytes(Int32) on controller Jellyfin.Api.Controllers.MediaInfoController (Jellyfin.Api).
  715. jellyfin | [09:19:31] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing FileContentResult, sending file with download name '' ...
  716. jellyfin | [09:19:31] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api) in 10.9405ms
  717. jellyfin | [09:19:31] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
  718. jellyfin | [09:19:31] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Playback/BitrateTest?Size=3000000 - 200 4194304 application/octet-stream 11.9942ms
  719. jellyfin | [09:19:31] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/Videos/58e46277a7fecc485230662ddf7f0f87/stream.mp4?Static=true&mediaSourceId=58e46277a7fecc485230662ddf7f0f87&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyNzk3NzI1ODA0Ng11&api_key=1bb872f8e58d4488a291baccc52474db&Tag=377f96d7aa6fdde812ce531dfc8e007a - null null
  720. jellyfin | [09:19:31] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.VideosController.GetVideoStreamByContainer (Jellyfin.Api)'
  721. jellyfin | [09:19:31] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetVideoStreamByContainer", controller = "Videos"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetVideoStreamByContainer(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], Boolean) on controller Jellyfin.Api.Controllers.VideosController (Jellyfin.Api).
  722. jellyfin | [09:19:31] [INF] [31] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@__itemId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
  723. jellyfin | SELECT EXISTS (
  724. jellyfin | SELECT 1
  725. jellyfin | FROM "MediaSegments" AS "m"
  726. jellyfin | WHERE "m"."ItemId" = @__itemId_0)
  727. jellyfin | [09:19:31] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/media/shows/Succession/Season 2/Succession.S02E09.1080p.WEBRip.x265-RARBG.mp4' with download name '' ...
  728. jellyfin | [09:19:32] [INF] [32] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.VideosController.GetVideoStreamByContainer (Jellyfin.Api) in 366.3565ms
  729. jellyfin | [09:19:32] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.VideosController.GetVideoStreamByContainer (Jellyfin.Api)'
  730. jellyfin | [09:19:32] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/Videos/58e46277a7fecc485230662ddf7f0f87/stream.mp4?Static=true&mediaSourceId=58e46277a7fecc485230662ddf7f0f87&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyNzk3NzI1ODA0Ng11&api_key=1bb872f8e58d4488a291baccc52474db&Tag=377f96d7aa6fdde812ce531dfc8e007a - 206 1052260698 video/mp4 367.1386ms
  731. jellyfin | [09:19:32] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/socket?api_key=1bb872f8e58d4488a291baccc52474db&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyNzk3NzI1ODA0Ng11 - null null
  732. jellyfin | [09:19:32] [INF] [25] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  733. jellyfin | [09:19:32] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/socket?api_key=1bb872f8e58d4488a291baccc52474db&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyNzk3NzI1ODA0Ng11 - 404 0 null 1.5291ms
  734. jellyfin | [09:19:32] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request reached the end of the middleware pipeline without being handled by application code. Request path: GET https://domain.com/socket, Response status code: 404
  735. jellyfin | [09:19:44] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.0 GET http://domain.com/socket?api_key=1bb872f8e58d4488a291baccc52474db&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyNzk3NzI1ODA0Ng11 - null null
  736. jellyfin | [09:19:44] [INF] [32] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  737. jellyfin | [09:19:44] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.0 GET https://domain.com/socket?api_key=1bb872f8e58d4488a291baccc52474db&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyNzk3NzI1ODA0Ng11 - 404 0 null 1.1386ms
  738. jellyfin | [09:19:44] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request reached the end of the middleware pipeline without being handled by application code. Request path: GET https://domain.com/socket, Response status code: 404
  739. jellyfin | [09:19:55] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://localhost:8096/health - null null
  740. jellyfin | [09:19:55] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Health checks'
  741. jellyfin | [09:19:55] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Health checks'
  742. jellyfin | [09:19:55] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://localhost:8096/health - 200 null text/plain 6.1647ms
  743.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement