Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2025
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 404.32 KB | Fixit | 0 0
  1. [2025-03-03 20:24:44.143 +01:00] [FTL] [1] : Failed to create/read logger configuration
  2. System.ArgumentException: A source source must be provided. (Parameter 'source')
  3. at Serilog.Configuration.LoggerMinimumLevelConfiguration.Override(String source, LoggingLevelSwitch levelSwitch)
  4. at Serilog.Settings.Configuration.ConfigurationReader.<>c__DisplayClass11_1.<ApplyMinimumLevel>b__3(LoggerMinimumLevelConfiguration configuration, LoggingLevelSwitch levelSwitch)
  5. at Serilog.Settings.Configuration.ConfigurationReader.<>c__DisplayClass11_0.<ApplyMinimumLevel>g__ApplyMinimumLevelConfiguration|1(IConfigurationSection directive, Action`2 applyConfigAction)
  6. at Serilog.Settings.Configuration.ConfigurationReader.ApplyMinimumLevel(LoggerConfiguration loggerConfiguration)
  7. at Serilog.Settings.Configuration.ConfigurationReader.Configure(LoggerConfiguration loggerConfiguration)
  8. at Serilog.Configuration.LoggerSettingsConfiguration.Settings(ILoggerSettings settings)
  9. at Serilog.ConfigurationLoggerConfigurationExtensions.Configuration(LoggerSettingsConfiguration settingConfiguration, IConfiguration configuration, ConfigurationReaderOptions readerOptions)
  10. at Jellyfin.Server.Helpers.StartupHelpers.InitializeLoggingFramework(IConfiguration configuration, IApplicationPaths appPaths)
  11. [2025-03-03 20:24:44.163 +01:00] [INF] [1] Main: Jellyfin version: "10.10.6"
  12. [2025-03-03 20:24:44.166 +01:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
  13. [2025-03-03 20:24:44.168 +01:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"]
  14. [2025-03-03 20:24:44.170 +01:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.19045"
  15. [2025-03-03 20:24:44.170 +01:00] [INF] [1] Main: Architecture: X64
  16. [2025-03-03 20:24:44.171 +01:00] [INF] [1] Main: 64-Bit Process: True
  17. [2025-03-03 20:24:44.172 +01:00] [INF] [1] Main: User Interactive: True
  18. [2025-03-03 20:24:44.172 +01:00] [INF] [1] Main: Processor count: 32
  19. [2025-03-03 20:24:44.173 +01:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
  20. [2025-03-03 20:24:44.174 +01:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log"
  21. [2025-03-03 20:24:44.174 +01:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config"
  22. [2025-03-03 20:24:44.175 +01:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache"
  23. [2025-03-03 20:24:44.175 +01:00] [INF] [1] Main: Temp directory path: "C:\Users\CybranM\AppData\Local\Temp\jellyfin"
  24. [2025-03-03 20:24:44.176 +01:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
  25. [2025-03-03 20:24:44.177 +01:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
  26. [2025-03-03 20:24:44.253 +01:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
  27. [2025-03-03 20:24:44.277 +01:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  28. [2025-03-03 20:24:44.349 +01:00] [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"]
  29. [2025-03-03 20:24:44.351 +01:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  30. [2025-03-03 20:24:44.352 +01:00] [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"]
  31. [2025-03-03 20:24:44.354 +01:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["192.168.0.108", "127.0.0.1"]
  32. [2025-03-03 20:24:44.355 +01:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  33. [2025-03-03 20:24:44.356 +01:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  34. [2025-03-03 20:24:44.356 +01:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  35. [2025-03-03 20:24:44.889 +01:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("12"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  36. ""SELECT COUNT(*) FROM \"sqlite_master\" WHERE \"name\" = '__EFMigrationsHistory' AND \"type\" = 'table';"
  37. [2025-03-03 20:24:44.899 +01:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  38. ""SELECT \"MigrationId\", \"ProductVersion\"
  39. FROM \"__EFMigrationsHistory\"
  40. ORDER BY \"MigrationId\";"
  41. [2025-03-03 20:24:45.096 +01:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  42. ""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\"
  43. FROM \"Users\" AS \"u\"
  44. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  45. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  46. [2025-03-03 20:24:45.164 +01:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  47. ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Permission_Permissions_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"u\".\"Id\", \"i\".\"Id\"
  48. FROM \"Users\" AS \"u\"
  49. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  50. INNER JOIN \"Permissions\" AS \"p\" ON \"u\".\"Id\" = \"p\".\"UserId\"
  51. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  52. [2025-03-03 20:24:45.175 +01:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  53. ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Preference_Preferences_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"u\".\"Id\", \"i\".\"Id\"
  54. FROM \"Users\" AS \"u\"
  55. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  56. INNER JOIN \"Preferences\" AS \"p\" ON \"u\".\"Id\" = \"p\".\"UserId\"
  57. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  58. [2025-03-03 20:24:45.184 +01:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  59. ""SELECT \"a\".\"Id\", \"a\".\"DayOfWeek\", \"a\".\"EndHour\", \"a\".\"StartHour\", \"a\".\"UserId\", \"u\".\"Id\", \"i\".\"Id\"
  60. FROM \"Users\" AS \"u\"
  61. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  62. INNER JOIN \"AccessSchedules\" AS \"a\" ON \"u\".\"Id\" = \"a\".\"UserId\"
  63. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  64. [2025-03-03 20:24:45.270 +01:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.6.0"
  65. [2025-03-03 20:24:45.272 +01:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.6.0"
  66. [2025-03-03 20:24:45.273 +01:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.6.0"
  67. [2025-03-03 20:24:45.284 +01:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.6.0"
  68. [2025-03-03 20:24:45.285 +01:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.6.0"
  69. [2025-03-03 20:24:45.317 +01:00] [INF] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: User profile is available. Using '"C:\Users\CybranM\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest.
  70. [2025-03-03 20:24:45.325 +01:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  71. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  72. FROM \"Devices\" AS \"d\"
  73. ORDER BY \"d\".\"Id\""
  74. [2025-03-03 20:24:45.340 +01:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  75. ""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
  76. FROM \"DeviceOptions\" AS \"d\"
  77. ORDER BY \"d\".\"Id\""
  78. [2025-03-03 20:24:45.345 +01:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
  79. [2025-03-03 20:24:45.661 +01:00] [INF] [1] Microsoft.Hosting.Lifetime: Now listening on: "http://0.0.0.0:8096"
  80. [2025-03-03 20:24:45.661 +01:00] [INF] [1] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down.
  81. [2025-03-03 20:24:45.662 +01:00] [INF] [1] Microsoft.Hosting.Lifetime: Hosting environment: "Production"
  82. [2025-03-03 20:24:45.663 +01:00] [INF] [1] Microsoft.Hosting.Lifetime: Content root path: "C:\Program Files\Jellyfin\Server"
  83. [2025-03-03 20:24:45.673 +01:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
  84. [2025-03-03 20:24:45.673 +01:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "F:\Shows"
  85. [2025-03-03 20:24:45.673 +01:00] [INF] [16] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "G:\TV Shows"
  86. [2025-03-03 20:24:45.673 +01:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "F:\Movies"
  87. [2025-03-03 20:24:45.673 +01:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "G:\Movies"
  88. [2025-03-03 20:24:45.673 +01:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "F:\Documentaries"
  89. [2025-03-03 20:24:45.684 +01:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2025-03-04 03:00:00.000 +01:00, which is 06:35:14.3155699 from now.
  90. [2025-03-03 20:24:45.688 +01:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2025-03-04 02:00:00.000 +01:00, which is 05:35:14.3111907 from now.
  91. [2025-03-03 20:24:45.751 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  92. [2025-03-03 20:24:45.758 +01:00] [INF] [11] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  93. [2025-03-03 20:24:45.860 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  94. [2025-03-03 20:24:45.869 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 118.9243ms
  95. [2025-03-03 20:24:45.870 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  96. [2025-03-03 20:24:45.872 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  97. [2025-03-03 20:24:45.873 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  98. [2025-03-03 20:24:45.875 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  99. [2025-03-03 20:24:45.876 +01:00] [INF] [11] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  100. [2025-03-03 20:24:45.881 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 9.1877ms
  101. [2025-03-03 20:24:45.883 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 13.0577ms
  102. [2025-03-03 20:24:45.883 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 8.0211ms
  103. [2025-03-03 20:24:45.884 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  104. [2025-03-03 20:24:45.886 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  105. [2025-03-03 20:24:45.888 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  106. [2025-03-03 20:24:45.891 +01:00] [INF] [11] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  107. [2025-03-03 20:24:45.893 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  108. [2025-03-03 20:24:45.896 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 7.5168ms
  109. [2025-03-03 20:24:45.898 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 11.8014ms
  110. [2025-03-03 20:24:45.900 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  111. [2025-03-03 20:24:45.902 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 18.1968ms
  112. [2025-03-03 20:24:45.903 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  113. [2025-03-03 20:24:45.906 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 5.5602ms
  114. [2025-03-03 20:24:45.906 +01:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2"
  115. [2025-03-03 20:24:45.909 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  116. [2025-03-03 20:24:45.910 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  117. [2025-03-03 20:24:45.912 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  118. [2025-03-03 20:24:45.915 +01:00] [INF] [11] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  119. [2025-03-03 20:24:45.915 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 12.1869ms
  120. [2025-03-03 20:24:45.917 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 5.1851ms
  121. [2025-03-03 20:24:45.919 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 10.4229ms
  122. [2025-03-03 20:24:45.920 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  123. [2025-03-03 20:24:45.922 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  124. [2025-03-03 20:24:45.925 +01:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 12), @p2='?' (Size = 7), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 168), @p7='?' (Size = 6), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  125. ""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9
  126. WHERE \"Id\" = @p10
  127. RETURNING 1;"
  128. [2025-03-03 20:24:45.926 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  129. [2025-03-03 20:24:45.928 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 5.6947ms
  130. [2025-03-03 20:24:45.931 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 10.8811ms
  131. [2025-03-03 20:24:45.933 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  132. [2025-03-03 20:24:45.934 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  133. [2025-03-03 20:24:45.936 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 3.4684ms
  134. [2025-03-03 20:24:45.936 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 76.1293ms
  135. [2025-03-03 20:24:45.938 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  136. [2025-03-03 20:24:45.940 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  137. [2025-03-03 20:24:45.942 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  138. [2025-03-03 20:24:45.943 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 8.2428ms
  139. [2025-03-03 20:24:45.944 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 4.4494ms
  140. [2025-03-03 20:24:45.946 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 4.1582ms
  141. [2025-03-03 20:24:45.948 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  142. [2025-03-03 20:24:45.949 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  143. [2025-03-03 20:24:45.951 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  144. [2025-03-03 20:24:45.952 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  145. [2025-03-03 20:24:45.954 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 4.689ms
  146. [2025-03-03 20:24:45.956 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 5.0211ms
  147. [2025-03-03 20:24:45.956 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 8.8278ms
  148. [2025-03-03 20:24:45.958 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  149. [2025-03-03 20:24:45.960 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  150. [2025-03-03 20:24:45.962 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  151. [2025-03-03 20:24:45.963 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 5.0449ms
  152. [2025-03-03 20:24:45.965 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 5.0663ms
  153. [2025-03-03 20:24:45.966 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  154. [2025-03-03 20:24:45.968 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  155. [2025-03-03 20:24:45.970 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  156. [2025-03-03 20:24:45.971 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 9.169ms
  157. [2025-03-03 20:24:45.972 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 4.3369ms
  158. [2025-03-03 20:24:45.974 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 4.3866ms
  159. [2025-03-03 20:24:45.976 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  160. [2025-03-03 20:24:45.977 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  161. [2025-03-03 20:24:45.979 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  162. [2025-03-03 20:24:45.980 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  163. [2025-03-03 20:24:45.982 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 5.063ms
  164. [2025-03-03 20:24:45.985 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 5.5747ms
  165. [2025-03-03 20:24:45.985 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 9.6087ms
  166. [2025-03-03 20:24:45.987 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  167. [2025-03-03 20:24:45.989 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  168. [2025-03-03 20:24:45.991 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  169. [2025-03-03 20:24:45.992 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 4.8208ms
  170. [2025-03-03 20:24:45.994 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 5.0151ms
  171. [2025-03-03 20:24:45.995 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  172. [2025-03-03 20:24:45.997 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  173. [2025-03-03 20:24:45.999 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  174. [2025-03-03 20:24:46.000 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 9.1592ms
  175. [2025-03-03 20:24:46.001 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 4.2447ms
  176. [2025-03-03 20:24:46.003 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 4.4129ms
  177. [2025-03-03 20:24:46.005 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  178. [2025-03-03 20:24:46.007 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  179. [2025-03-03 20:24:46.009 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  180. [2025-03-03 20:24:46.010 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  181. [2025-03-03 20:24:46.011 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 4.4639ms
  182. [2025-03-03 20:24:46.013 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 4.8342ms
  183. [2025-03-03 20:24:46.014 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 9.0745ms
  184. [2025-03-03 20:24:46.016 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  185. [2025-03-03 20:24:46.017 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  186. [2025-03-03 20:24:46.019 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  187. [2025-03-03 20:24:46.021 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 5.1206ms
  188. [2025-03-03 20:24:46.023 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 5.2277ms
  189. [2025-03-03 20:24:46.024 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  190. [2025-03-03 20:24:46.026 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  191. [2025-03-03 20:24:46.028 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  192. [2025-03-03 20:24:46.028 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 9.1105ms
  193. [2025-03-03 20:24:46.030 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 4.2354ms
  194. [2025-03-03 20:24:46.032 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 4.1982ms
  195. [2025-03-03 20:24:46.033 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  196. [2025-03-03 20:24:46.035 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  197. [2025-03-03 20:24:46.037 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  198. [2025-03-03 20:24:46.038 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  199. [2025-03-03 20:24:46.040 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 4.515ms
  200. [2025-03-03 20:24:46.042 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 4.6574ms
  201. [2025-03-03 20:24:46.042 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 8.952ms
  202. [2025-03-03 20:24:46.044 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  203. [2025-03-03 20:24:46.046 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  204. [2025-03-03 20:24:46.047 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  205. [2025-03-03 20:24:46.049 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 4.9019ms
  206. [2025-03-03 20:24:46.051 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 5.0947ms
  207. [2025-03-03 20:24:46.052 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  208. [2025-03-03 20:24:46.054 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  209. [2025-03-03 20:24:46.056 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  210. [2025-03-03 20:24:46.056 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 9.1726ms
  211. [2025-03-03 20:24:46.058 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 4.1307ms
  212. [2025-03-03 20:24:46.060 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 4.0911ms
  213. [2025-03-03 20:24:46.062 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  214. [2025-03-03 20:24:46.063 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  215. [2025-03-03 20:24:46.065 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  216. [2025-03-03 20:24:46.067 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  217. [2025-03-03 20:24:46.069 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 5.0654ms
  218. [2025-03-03 20:24:46.070 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 5.3241ms
  219. [2025-03-03 20:24:46.071 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 9.3829ms
  220. [2025-03-03 20:24:46.073 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  221. [2025-03-03 20:24:46.075 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  222. [2025-03-03 20:24:46.077 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  223. [2025-03-03 20:24:46.078 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 5.2977ms
  224. [2025-03-03 20:24:46.080 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 5.4285ms
  225. [2025-03-03 20:24:46.081 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  226. [2025-03-03 20:24:46.083 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  227. [2025-03-03 20:24:46.085 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  228. [2025-03-03 20:24:46.086 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 9.5891ms
  229. [2025-03-03 20:24:46.088 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 4.44ms
  230. [2025-03-03 20:24:46.090 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 4.7019ms
  231. [2025-03-03 20:24:46.092 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  232. [2025-03-03 20:24:46.093 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  233. [2025-03-03 20:24:46.095 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  234. [2025-03-03 20:24:46.097 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  235. [2025-03-03 20:24:46.099 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 5.4587ms
  236. [2025-03-03 20:24:46.101 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 5.5884ms
  237. [2025-03-03 20:24:46.101 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 9.8003ms
  238. [2025-03-03 20:24:46.103 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - null null
  239. [2025-03-03 20:24:46.105 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  240. [2025-03-03 20:24:46.107 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  241. [2025-03-03 20:24:46.109 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/system/info/public""" - 503 null "text/html" 5.9251ms
  242. [2025-03-03 20:24:46.111 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 5.742ms
  243. [2025-03-03 20:24:46.112 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  244. [2025-03-03 20:24:46.116 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  245. [2025-03-03 20:24:46.116 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 8.8705ms
  246. [2025-03-03 20:24:46.118 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 2.6486ms
  247. [2025-03-03 20:24:46.120 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  248. [2025-03-03 20:24:46.121 +01:00] [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"]
  249. [2025-03-03 20:24:46.122 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  250. [2025-03-03 20:24:46.123 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  251. [2025-03-03 20:24:46.131 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 9.3238ms
  252. [2025-03-03 20:24:46.132 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 12.1161ms
  253. [2025-03-03 20:24:46.134 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  254. [2025-03-03 20:24:46.137 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  255. [2025-03-03 20:24:46.139 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 4.5003ms
  256. [2025-03-03 20:24:46.140 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  257. [2025-03-03 20:24:46.142 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  258. [2025-03-03 20:24:46.143 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 6.0205ms
  259. [2025-03-03 20:24:46.144 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 2.3405ms
  260. [2025-03-03 20:24:46.146 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  261. [2025-03-03 20:24:46.148 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  262. [2025-03-03 20:24:46.149 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  263. [2025-03-03 20:24:46.151 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 2.9373ms
  264. [2025-03-03 20:24:46.151 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 5.4005ms
  265. [2025-03-03 20:24:46.153 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  266. [2025-03-03 20:24:46.155 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  267. [2025-03-03 20:24:46.157 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 3.4766ms
  268. [2025-03-03 20:24:46.158 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  269. [2025-03-03 20:24:46.160 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  270. [2025-03-03 20:24:46.161 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 5.2673ms
  271. [2025-03-03 20:24:46.162 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 2.5976ms
  272. [2025-03-03 20:24:46.164 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  273. [2025-03-03 20:24:46.166 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  274. [2025-03-03 20:24:46.167 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  275. [2025-03-03 20:24:46.169 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 3.2204ms
  276. [2025-03-03 20:24:46.170 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 5.4277ms
  277. [2025-03-03 20:24:46.173 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  278. [2025-03-03 20:24:46.174 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  279. [2025-03-03 20:24:46.175 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 2.2127ms
  280. [2025-03-03 20:24:46.177 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  281. [2025-03-03 20:24:46.178 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  282. [2025-03-03 20:24:46.179 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 2.3409ms
  283. [2025-03-03 20:24:46.181 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  284. [2025-03-03 20:24:46.182 +01:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  285. [2025-03-03 20:24:46.183 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 2.1691ms
  286. [2025-03-03 20:24:46.201 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - null null
  287. [2025-03-03 20:24:46.202 +01:00] [INF] [11] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  288. [2025-03-03 20:24:46.203 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/system/info/public""" - 503 null "text/html" 2.2228ms
  289. [2025-03-03 20:24:46.205 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  290. [2025-03-03 20:24:46.206 +01:00] [INF] [11] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  291. [2025-03-03 20:24:46.207 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 2.1905ms
  292. [2025-03-03 20:24:46.326 +01:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "mjpeg_qsv", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
  293. [2025-03-03 20:24:46.528 +01:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "deinterlace_qsv", "hwupload_cuda", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemapx", "tonemap_cuda", "tonemap_opencl", "transpose_cuda", "transpose_opencl", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
  294. [2025-03-03 20:24:47.485 +01:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
  295. [2025-03-03 20:24:47.676 +01:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
  296. [2025-03-03 20:24:48.058 +01:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl", "d3d12va"]
  297. [2025-03-03 20:24:48.710 +01:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds
  298. [2025-03-03 20:24:48.712 +01:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
  299. [2025-03-03 20:24:48.715 +01:00] [INF] [17] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/files/plugin/manifest.json"
  300. [2025-03-03 20:24:48.738 +01:00] [INF] [17] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/files/plugin/manifest.json"
  301. [2025-03-03 20:24:49.307 +01:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg"
  302. [2025-03-03 20:24:49.308 +01:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "0242297af61c42a8a717d78c982b5d5d"
  303. [2025-03-03 20:24:49.309 +01:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
  304. [2025-03-03 20:24:49.309 +01:00] [INF] [1] Main: Startup complete 0:00:05.2333441
  305. [2025-03-03 20:24:49.437 +01:00] [INF] [14] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 695.8996ms - 200
  306. [2025-03-03 20:24:49.438 +01:00] [INF] [14] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 723.9351ms - 200
  307. [2025-03-03 20:24:49.488 +01:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 0 seconds
  308. [2025-03-03 20:24:52.203 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/System/Endpoint""" - null null
  309. [2025-03-03 20:24:52.205 +01:00] [INF] [8] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  310. [2025-03-03 20:24:52.205 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/System/Endpoint""" - 204 null null 2.4767ms
  311. [2025-03-03 20:24:52.207 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/System/Endpoint""" - null null
  312. [2025-03-03 20:24:52.209 +01:00] [INF] [8] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  313. [2025-03-03 20:24:52.211 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
  314. [2025-03-03 20:24:52.216 +01:00] [INF] [8] 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").
  315. [2025-03-03 20:24:52.221 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Net.EndPointInfo"'.
  316. [2025-03-03 20:24:52.226 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)" in 5.8634ms
  317. [2025-03-03 20:24:52.227 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
  318. [2025-03-03 20:24:52.228 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/System/Endpoint""" - 200 null "application/json; charset=utf-8" 20.7117ms
  319. [2025-03-03 20:24:52.230 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=500000" - null null
  320. [2025-03-03 20:24:52.232 +01:00] [INF] [8] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  321. [2025-03-03 20:24:52.232 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=500000" - 204 null null 2.1663ms
  322. [2025-03-03 20:24:52.234 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=500000" - null null
  323. [2025-03-03 20:24:52.236 +01:00] [INF] [8] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  324. [2025-03-03 20:24:52.237 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  325. [2025-03-03 20:24:52.242 +01:00] [INF] [8] 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").
  326. [2025-03-03 20:24:52.249 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  327. [2025-03-03 20:24:52.256 +01:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 13.3235ms
  328. [2025-03-03 20:24:52.258 +01:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  329. [2025-03-03 20:24:52.261 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=500000" - 200 524288 "application/octet-stream" 26.4468ms
  330. [2025-03-03 20:24:52.263 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=1000000" - null null
  331. [2025-03-03 20:24:52.265 +01:00] [INF] [14] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  332. [2025-03-03 20:24:52.265 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=1000000" - 204 null null 2.6195ms
  333. [2025-03-03 20:24:52.267 +01:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=1000000" - null null
  334. [2025-03-03 20:24:52.269 +01:00] [INF] [14] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  335. [2025-03-03 20:24:52.270 +01:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  336. [2025-03-03 20:24:52.271 +01:00] [INF] [14] 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").
  337. [2025-03-03 20:24:52.273 +01:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  338. [2025-03-03 20:24:52.276 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 4.2657ms
  339. [2025-03-03 20:24:52.278 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  340. [2025-03-03 20:24:52.279 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=1000000" - 200 1048576 "application/octet-stream" 11.5627ms
  341. [2025-03-03 20:24:52.281 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=3000000" - null null
  342. [2025-03-03 20:24:52.282 +01:00] [INF] [17] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  343. [2025-03-03 20:24:52.283 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=3000000" - 204 null null 2.1633ms
  344. [2025-03-03 20:24:52.287 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=3000000" - null null
  345. [2025-03-03 20:24:52.288 +01:00] [INF] [8] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  346. [2025-03-03 20:24:52.289 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  347. [2025-03-03 20:24:52.290 +01:00] [INF] [8] 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").
  348. [2025-03-03 20:24:52.294 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  349. [2025-03-03 20:24:52.300 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 8.5005ms
  350. [2025-03-03 20:24:52.301 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  351. [2025-03-03 20:24:52.302 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=3000000" - 200 4194304 "application/octet-stream" 15.6078ms
  352. [2025-03-03 20:24:53.201 +01:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/System/Endpoint""" - null null
  353. [2025-03-03 20:24:53.203 +01:00] [INF] [19] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  354. [2025-03-03 20:24:53.204 +01:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
  355. [2025-03-03 20:24:53.205 +01:00] [INF] [19] 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").
  356. [2025-03-03 20:24:53.206 +01:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Net.EndPointInfo"'.
  357. [2025-03-03 20:24:53.207 +01:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)" in 1.6149ms
  358. [2025-03-03 20:24:53.209 +01:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
  359. [2025-03-03 20:24:53.209 +01:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/System/Endpoint""" - 200 null "application/json; charset=utf-8" 8.4705ms
  360. [2025-03-03 20:24:53.211 +01:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=500000" - null null
  361. [2025-03-03 20:24:53.212 +01:00] [INF] [19] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  362. [2025-03-03 20:24:53.213 +01:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  363. [2025-03-03 20:24:53.214 +01:00] [INF] [19] 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").
  364. [2025-03-03 20:24:53.216 +01:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  365. [2025-03-03 20:24:53.217 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 1.6719ms
  366. [2025-03-03 20:24:53.218 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  367. [2025-03-03 20:24:53.219 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=500000" - 200 524288 "application/octet-stream" 8.1272ms
  368. [2025-03-03 20:24:53.221 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=1000000" - null null
  369. [2025-03-03 20:24:53.222 +01:00] [INF] [17] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  370. [2025-03-03 20:24:53.223 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  371. [2025-03-03 20:24:53.224 +01:00] [INF] [17] 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").
  372. [2025-03-03 20:24:53.225 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  373. [2025-03-03 20:24:53.227 +01:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 2.2892ms
  374. [2025-03-03 20:24:53.228 +01:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  375. [2025-03-03 20:24:53.229 +01:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=1000000" - 200 1048576 "application/octet-stream" 8.3512ms
  376. [2025-03-03 20:24:53.231 +01:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=3000000" - null null
  377. [2025-03-03 20:24:53.232 +01:00] [INF] [19] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  378. [2025-03-03 20:24:53.233 +01:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  379. [2025-03-03 20:24:53.234 +01:00] [INF] [19] 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").
  380. [2025-03-03 20:24:53.237 +01:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  381. [2025-03-03 20:24:53.241 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 5.7206ms
  382. [2025-03-03 20:24:53.242 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  383. [2025-03-03 20:24:53.243 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/Playback/BitrateTest""?Size=3000000" - 200 4194304 "application/octet-stream" 11.9452ms
  384. [2025-03-03 20:25:27.434 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/System/Info/Public""" - null null
  385. [2025-03-03 20:25:27.436 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  386. [2025-03-03 20:25:27.438 +01:00] [INF] [17] 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").
  387. [2025-03-03 20:25:27.440 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
  388. [2025-03-03 20:25:27.445 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 6.1044ms
  389. [2025-03-03 20:25:27.446 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  390. [2025-03-03 20:25:27.447 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/System/Info/Public""" - 200 null "application/json; charset=utf-8" 12.7791ms
  391. [2025-03-03 20:25:28.466 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/System/Info/Public""" - null null
  392. [2025-03-03 20:25:28.468 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  393. [2025-03-03 20:25:28.469 +01:00] [INF] [8] 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").
  394. [2025-03-03 20:25:28.470 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
  395. [2025-03-03 20:25:28.472 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 1.5092ms
  396. [2025-03-03 20:25:28.473 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  397. [2025-03-03 20:25:28.473 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/System/Info/Public""" - 200 null "application/json; charset=utf-8" 7.0062ms
  398. [2025-03-03 20:25:28.486 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/manifest.json""" - null null
  399. [2025-03-03 20:25:28.490 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/manifest.json"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\manifest.json"'
  400. [2025-03-03 20:25:28.491 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/manifest.json""" - 200 null "application/json" 4.9068ms
  401. [2025-03-03 20:25:28.553 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/index.html""" - null null
  402. [2025-03-03 20:25:28.556 +01:00] [INF] [23] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/index.html"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\index.html"'
  403. [2025-03-03 20:25:28.557 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/index.html""" - 200 null "text/html" 3.3108ms
  404. [2025-03-03 20:25:28.607 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/runtime.bundle.js""?268697e3067194676271" - null null
  405. [2025-03-03 20:25:28.608 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - null null
  406. [2025-03-03 20:25:28.612 +01:00] [INF] [23] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/runtime.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\runtime.bundle.js"'
  407. [2025-03-03 20:25:28.613 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/runtime.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 6.3783ms
  408. [2025-03-03 20:25:28.615 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/[email protected]"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\[email protected]"'
  409. [2025-03-03 20:25:28.616 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - 200 null "text/javascript" 8.3723ms
  410. [2025-03-03 20:25:28.635 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/37869.088680d7e7a2eede3618.css""?268697e3067194676271" - null null
  411. [2025-03-03 20:25:28.635 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/main.jellyfin.10f804f8ccd54d000c70.css""?268697e3067194676271" - null null
  412. [2025-03-03 20:25:28.638 +01:00] [INF] [23] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/37869.088680d7e7a2eede3618.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\37869.088680d7e7a2eede3618.css"'
  413. [2025-03-03 20:25:28.639 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/main.jellyfin.10f804f8ccd54d000c70.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\main.jellyfin.10f804f8ccd54d000c70.css"'
  414. [2025-03-03 20:25:28.640 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/37869.088680d7e7a2eede3618.css""?268697e3067194676271" - 200 null "text/css" 4.6142ms
  415. [2025-03-03 20:25:28.641 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/main.jellyfin.10f804f8ccd54d000c70.css""?268697e3067194676271" - 200 null "text/css" 5.5005ms
  416. [2025-03-03 20:25:28.833 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.lodash-es.bundle.js""?268697e3067194676271" - null null
  417. [2025-03-03 20:25:28.834 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - null null
  418. [2025-03-03 20:25:28.835 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.lodash-es.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.lodash-es.bundle.js"'
  419. [2025-03-03 20:25:28.837 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.lodash-es.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 4.1511ms
  420. [2025-03-03 20:25:28.839 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/[email protected]"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\[email protected]"'
  421. [2025-03-03 20:25:28.840 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - 200 null "text/javascript" 6.4242ms
  422. [2025-03-03 20:25:28.856 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - null null
  423. [2025-03-03 20:25:28.858 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - null null
  424. [2025-03-03 20:25:28.858 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/[email protected]"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\[email protected]"'
  425. [2025-03-03 20:25:28.860 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/[email protected]"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\[email protected]"'
  426. [2025-03-03 20:25:28.860 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - 200 null "text/javascript" 4.2907ms
  427. [2025-03-03 20:25:28.861 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - 200 null "text/javascript" 3.5972ms
  428. [2025-03-03 20:25:28.913 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - null null
  429. [2025-03-03 20:25:28.916 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/[email protected]"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\[email protected]"'
  430. [2025-03-03 20:25:28.917 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - 200 null "text/javascript" 3.25ms
  431. [2025-03-03 20:25:28.947 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - null null
  432. [2025-03-03 20:25:28.949 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - null null
  433. [2025-03-03 20:25:28.950 +01:00] [INF] [3] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/[email protected]"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\[email protected]"'
  434. [2025-03-03 20:25:28.951 +01:00] [INF] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/[email protected]"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\[email protected]"'
  435. [2025-03-03 20:25:28.952 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - 200 null "text/javascript" 4.6123ms
  436. [2025-03-03 20:25:28.953 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - 200 null "text/javascript" 3.5786ms
  437. [2025-03-03 20:25:29.018 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.date-fns.esm.bundle.js""?268697e3067194676271" - null null
  438. [2025-03-03 20:25:29.020 +01:00] [INF] [3] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.date-fns.esm.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.date-fns.esm.bundle.js"'
  439. [2025-03-03 20:25:29.022 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.date-fns.esm.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 3.7403ms
  440. [2025-03-03 20:25:29.052 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.core-js.bundle.js""?268697e3067194676271" - null null
  441. [2025-03-03 20:25:29.055 +01:00] [INF] [3] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.core-js.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.core-js.bundle.js"'
  442. [2025-03-03 20:25:29.056 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.core-js.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 4.7181ms
  443. [2025-03-03 20:25:29.063 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.react-transition-group.bundle.js""?268697e3067194676271" - null null
  444. [2025-03-03 20:25:29.065 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - null null
  445. [2025-03-03 20:25:29.065 +01:00] [INF] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.react-transition-group.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.react-transition-group.bundle.js"'
  446. [2025-03-03 20:25:29.067 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/[email protected]"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\[email protected]"'
  447. [2025-03-03 20:25:29.068 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.react-transition-group.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 4.3315ms
  448. [2025-03-03 20:25:29.069 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - 200 null "text/javascript" 3.4668ms
  449. [2025-03-03 20:25:29.080 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.axios.bundle.js""?268697e3067194676271" - null null
  450. [2025-03-03 20:25:29.083 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.axios.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.axios.bundle.js"'
  451. [2025-03-03 20:25:29.083 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.axios.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 3.4805ms
  452. [2025-03-03 20:25:29.116 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.react-dom.bundle.js""?268697e3067194676271" - null null
  453. [2025-03-03 20:25:29.116 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.jquery.bundle.js""?268697e3067194676271" - null null
  454. [2025-03-03 20:25:29.119 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.react-dom.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.react-dom.bundle.js"'
  455. [2025-03-03 20:25:29.120 +01:00] [INF] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.jquery.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.jquery.bundle.js"'
  456. [2025-03-03 20:25:29.120 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.react-dom.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 4.3024ms
  457. [2025-03-03 20:25:29.121 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.jquery.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 4.8222ms
  458. [2025-03-03 20:25:29.143 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.webcomponents.js.bundle.js""?268697e3067194676271" - null null
  459. [2025-03-03 20:25:29.145 +01:00] [INF] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.webcomponents.js.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.webcomponents.js.bundle.js"'
  460. [2025-03-03 20:25:29.146 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.webcomponents.js.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 3.2728ms
  461. [2025-03-03 20:25:29.178 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.resize-observer-polyfill.bundle.js""?268697e3067194676271" - null null
  462. [2025-03-03 20:25:29.179 +01:00] [INF] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.resize-observer-polyfill.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.resize-observer-polyfill.bundle.js"'
  463. [2025-03-03 20:25:29.180 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.regenerator-runtime.bundle.js""?268697e3067194676271" - null null
  464. [2025-03-03 20:25:29.180 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.jellyfin-apiclient.bundle.js""?268697e3067194676271" - null null
  465. [2025-03-03 20:25:29.180 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.resize-observer-polyfill.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 2.903ms
  466. [2025-03-03 20:25:29.182 +01:00] [INF] [23] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.regenerator-runtime.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.regenerator-runtime.bundle.js"'
  467. [2025-03-03 20:25:29.184 +01:00] [INF] [3] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.jellyfin-apiclient.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.jellyfin-apiclient.bundle.js"'
  468. [2025-03-03 20:25:29.186 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.regenerator-runtime.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 6.4508ms
  469. [2025-03-03 20:25:29.187 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.jellyfin-apiclient.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 7.4579ms
  470. [2025-03-03 20:25:29.214 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.intersection-observer.bundle.js""?268697e3067194676271" - null null
  471. [2025-03-03 20:25:29.214 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.history.bundle.js""?268697e3067194676271" - null null
  472. [2025-03-03 20:25:29.214 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.dompurify.bundle.js""?268697e3067194676271" - null null
  473. [2025-03-03 20:25:29.215 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.intersection-observer.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.intersection-observer.bundle.js"'
  474. [2025-03-03 20:25:29.217 +01:00] [INF] [23] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.history.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.history.bundle.js"'
  475. [2025-03-03 20:25:29.218 +01:00] [INF] [3] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.dompurify.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.dompurify.bundle.js"'
  476. [2025-03-03 20:25:29.219 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.intersection-observer.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 5.3781ms
  477. [2025-03-03 20:25:29.220 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.history.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 6.1603ms
  478. [2025-03-03 20:25:29.221 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.dompurify.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 6.4354ms
  479. [2025-03-03 20:25:29.253 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.react-router.bundle.js""?268697e3067194676271" - null null
  480. [2025-03-03 20:25:29.253 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.react-router-dom.bundle.js""?268697e3067194676271" - null null
  481. [2025-03-03 20:25:29.255 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - null null
  482. [2025-03-03 20:25:29.255 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.react-router.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.react-router.bundle.js"'
  483. [2025-03-03 20:25:29.256 +01:00] [INF] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.react-router-dom.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.react-router-dom.bundle.js"'
  484. [2025-03-03 20:25:29.258 +01:00] [INF] [3] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/[email protected]"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\[email protected]"'
  485. [2025-03-03 20:25:29.258 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.react-router.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 5.4114ms
  486. [2025-03-03 20:25:29.259 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.react-router-dom.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 6.4186ms
  487. [2025-03-03 20:25:29.260 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/[email protected]""?268697e3067194676271" - 200 null "text/javascript" 5.6323ms
  488. [2025-03-03 20:25:29.288 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/37869.bundle.js""?268697e3067194676271" - null null
  489. [2025-03-03 20:25:29.288 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/main.jellyfin.bundle.js""?268697e3067194676271" - null null
  490. [2025-03-03 20:25:29.291 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/37869.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\37869.bundle.js"'
  491. [2025-03-03 20:25:29.292 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/37869.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 4.135ms
  492. [2025-03-03 20:25:29.295 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/main.jellyfin.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\main.jellyfin.bundle.js"'
  493. [2025-03-03 20:25:29.296 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/main.jellyfin.bundle.js""?268697e3067194676271" - 200 null "text/javascript" 7.9295ms
  494. [2025-03-03 20:25:29.376 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/serviceworker.js""?268697e3067194676271" - null null
  495. [2025-03-03 20:25:29.379 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/serviceworker.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\serviceworker.js"'
  496. [2025-03-03 20:25:29.380 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/serviceworker.js""?268697e3067194676271" - 200 null "text/javascript" 3.1684ms
  497. [2025-03-03 20:25:31.997 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/15015.d626e746ee276debb9b2.chunk.js""" - null null
  498. [2025-03-03 20:25:31.999 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/15015.d626e746ee276debb9b2.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\15015.d626e746ee276debb9b2.chunk.js"'
  499. [2025-03-03 20:25:32.001 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/15015.d626e746ee276debb9b2.chunk.js""" - 200 null "text/javascript" 3.635ms
  500. [2025-03-03 20:25:32.065 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/config.json""" - null null
  501. [2025-03-03 20:25:32.067 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/config.json"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\config.json"'
  502. [2025-03-03 20:25:32.068 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/config.json""" - 200 null "application/json" 2.8957ms
  503. [2025-03-03 20:25:33.757 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/config.json""" - null null
  504. [2025-03-03 20:25:33.759 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/config.json"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\config.json"'
  505. [2025-03-03 20:25:33.760 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/config.json""" - 200 null "application/json" 2.7834ms
  506. [2025-03-03 20:25:33.799 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/config.json""" - null null
  507. [2025-03-03 20:25:33.800 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/config.json"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\config.json"'
  508. [2025-03-03 20:25:33.801 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/config.json""" - 200 null "application/json" 2.6583ms
  509. [2025-03-03 20:25:33.952 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/themes/dark/theme.css""" - null null
  510. [2025-03-03 20:25:33.954 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/themes/dark/theme.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\themes\dark\theme.css"'
  511. [2025-03-03 20:25:33.955 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/themes/dark/theme.css""" - 200 null "text/css" 3.0358ms
  512. [2025-03-03 20:25:33.962 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/System/Info/Public""" - null null
  513. [2025-03-03 20:25:33.963 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  514. [2025-03-03 20:25:33.964 +01:00] [INF] [8] 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").
  515. [2025-03-03 20:25:33.965 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
  516. [2025-03-03 20:25:33.966 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 1.0255ms
  517. [2025-03-03 20:25:33.967 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  518. [2025-03-03 20:25:33.968 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/System/Info/Public""" - 200 null "application/json; charset=utf-8" 6.2024ms
  519. [2025-03-03 20:25:34.035 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/en-gb-json.20cd78daafde198d5415.chunk.js""" - null null
  520. [2025-03-03 20:25:34.038 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/en-gb-json.20cd78daafde198d5415.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\en-gb-json.20cd78daafde198d5415.chunk.js"'
  521. [2025-03-03 20:25:34.039 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/en-gb-json.20cd78daafde198d5415.chunk.js""" - 200 null "text/javascript" 4.0056ms
  522. [2025-03-03 20:25:34.045 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/en-us-json.ccc66493447f908fa9a7.chunk.js""" - null null
  523. [2025-03-03 20:25:34.048 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/en-us-json.ccc66493447f908fa9a7.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\en-us-json.ccc66493447f908fa9a7.chunk.js"'
  524. [2025-03-03 20:25:34.049 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/en-us-json.ccc66493447f908fa9a7.chunk.js""" - 200 null "text/javascript" 3.6536ms
  525. [2025-03-03 20:25:34.438 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/28163.873e0a5827ed21e10553.css""" - null null
  526. [2025-03-03 20:25:34.440 +01:00] [INF] [3] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/28163.873e0a5827ed21e10553.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\28163.873e0a5827ed21e10553.css"'
  527. [2025-03-03 20:25:34.441 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/28163.873e0a5827ed21e10553.css""" - 200 null "text/css" 2.8149ms
  528. [2025-03-03 20:25:34.454 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/28163.5a6d704a6b913ded7e65.chunk.js""" - null null
  529. [2025-03-03 20:25:34.455 +01:00] [INF] [3] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/28163.5a6d704a6b913ded7e65.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\28163.5a6d704a6b913ded7e65.chunk.js"'
  530. [2025-03-03 20:25:34.456 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/28163.5a6d704a6b913ded7e65.chunk.js""" - 200 null "text/javascript" 2.6384ms
  531. [2025-03-03 20:25:34.498 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/playAccessValidation-plugin.54bffa29bdbbb03551bc.chunk.js""" - null null
  532. [2025-03-03 20:25:34.500 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/playAccessValidation-plugin.54bffa29bdbbb03551bc.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\playAccessValidation-plugin.54bffa29bdbbb03551bc.chunk.js"'
  533. [2025-03-03 20:25:34.501 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/playAccessValidation-plugin.54bffa29bdbbb03551bc.chunk.js""" - 200 null "text/javascript" 2.9092ms
  534. [2025-03-03 20:25:34.524 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/experimentalWarnings-plugin.8c70ad8fd632e3020696.chunk.js""" - null null
  535. [2025-03-03 20:25:34.526 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/experimentalWarnings-plugin.8c70ad8fd632e3020696.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\experimentalWarnings-plugin.8c70ad8fd632e3020696.chunk.js"'
  536. [2025-03-03 20:25:34.527 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/experimentalWarnings-plugin.8c70ad8fd632e3020696.chunk.js""" - 200 null "text/javascript" 2.6912ms
  537. [2025-03-03 20:25:34.540 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/htmlAudioPlayer-plugin.e3ba49c7a30c1a410511.chunk.js""" - null null
  538. [2025-03-03 20:25:34.542 +01:00] [INF] [3] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/htmlAudioPlayer-plugin.e3ba49c7a30c1a410511.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\htmlAudioPlayer-plugin.e3ba49c7a30c1a410511.chunk.js"'
  539. [2025-03-03 20:25:34.543 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/htmlAudioPlayer-plugin.e3ba49c7a30c1a410511.chunk.js""" - 200 null "text/javascript" 3.1261ms
  540. [2025-03-03 20:25:34.548 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/htmlVideoPlayer-plugin.cedbe78031314242b865.chunk.js""" - null null
  541. [2025-03-03 20:25:34.550 +01:00] [INF] [3] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/htmlVideoPlayer-plugin.cedbe78031314242b865.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\htmlVideoPlayer-plugin.cedbe78031314242b865.chunk.js"'
  542. [2025-03-03 20:25:34.551 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/htmlVideoPlayer-plugin.cedbe78031314242b865.chunk.js""" - 200 null "text/javascript" 2.895ms
  543. [2025-03-03 20:25:34.573 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/photoPlayer-plugin.d901b9200b6b6a1e1abf.chunk.js""" - null null
  544. [2025-03-03 20:25:34.575 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/photoPlayer-plugin.d901b9200b6b6a1e1abf.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\photoPlayer-plugin.d901b9200b6b6a1e1abf.chunk.js"'
  545. [2025-03-03 20:25:34.576 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/photoPlayer-plugin.d901b9200b6b6a1e1abf.chunk.js""" - 200 null "text/javascript" 2.8328ms
  546. [2025-03-03 20:25:34.593 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.libarchive.js.16394968e14eeaa01994.chunk.js""" - null null
  547. [2025-03-03 20:25:34.595 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.libarchive.js.16394968e14eeaa01994.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.libarchive.js.16394968e14eeaa01994.chunk.js"'
  548. [2025-03-03 20:25:34.596 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.libarchive.js.16394968e14eeaa01994.chunk.js""" - 200 null "text/javascript" 3.607ms
  549. [2025-03-03 20:25:34.668 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/78750.aed9b78162d61c22b846.chunk.js""" - null null
  550. [2025-03-03 20:25:34.670 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/comicsPlayer-plugin.819b6c930e413c7e0b31.css""" - null null
  551. [2025-03-03 20:25:34.670 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/78750.aed9b78162d61c22b846.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\78750.aed9b78162d61c22b846.chunk.js"'
  552. [2025-03-03 20:25:34.670 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/14447.c969663983b9e6727230.chunk.js""" - null null
  553. [2025-03-03 20:25:34.671 +01:00] [INF] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/comicsPlayer-plugin.819b6c930e413c7e0b31.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\comicsPlayer-plugin.819b6c930e413c7e0b31.css"'
  554. [2025-03-03 20:25:34.672 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/78750.aed9b78162d61c22b846.chunk.js""" - 200 null "text/javascript" 4.2087ms
  555. [2025-03-03 20:25:34.674 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/14447.c969663983b9e6727230.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\14447.c969663983b9e6727230.chunk.js"'
  556. [2025-03-03 20:25:34.675 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/comicsPlayer-plugin.819b6c930e413c7e0b31.css""" - 200 null "text/css" 5.4354ms
  557. [2025-03-03 20:25:34.678 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/14447.c969663983b9e6727230.chunk.js""" - 200 null "text/javascript" 7.2597ms
  558. [2025-03-03 20:25:34.686 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/bookPlayer-plugin.038efd75cde59c3a0140.css""" - null null
  559. [2025-03-03 20:25:34.687 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/youtubePlayer-plugin.d6f3e423836d1282a331.chunk.js""" - null null
  560. [2025-03-03 20:25:34.688 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/backdropScreensaver-plugin.7d686c15ad6e5360bea0.chunk.js""" - null null
  561. [2025-03-03 20:25:34.688 +01:00] [INF] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/bookPlayer-plugin.038efd75cde59c3a0140.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\bookPlayer-plugin.038efd75cde59c3a0140.css"'
  562. [2025-03-03 20:25:34.689 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/youtubePlayer-plugin.d6f3e423836d1282a331.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\youtubePlayer-plugin.d6f3e423836d1282a331.chunk.js"'
  563. [2025-03-03 20:25:34.691 +01:00] [INF] [3] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/backdropScreensaver-plugin.7d686c15ad6e5360bea0.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\backdropScreensaver-plugin.7d686c15ad6e5360bea0.chunk.js"'
  564. [2025-03-03 20:25:34.691 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/bookPlayer-plugin.038efd75cde59c3a0140.css""" - 200 null "text/css" 5.9228ms
  565. [2025-03-03 20:25:34.693 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/youtubePlayer-plugin.d6f3e423836d1282a331.chunk.js""" - 200 null "text/javascript" 5.9789ms
  566. [2025-03-03 20:25:34.694 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/backdropScreensaver-plugin.7d686c15ad6e5360bea0.chunk.js""" - 200 null "text/javascript" 5.985ms
  567. [2025-03-03 20:25:34.734 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/pdfPlayer-plugin.cd5ed0191dc31caf9eb4.css""" - null null
  568. [2025-03-03 20:25:34.736 +01:00] [INF] [3] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/pdfPlayer-plugin.cd5ed0191dc31caf9eb4.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\pdfPlayer-plugin.cd5ed0191dc31caf9eb4.css"'
  569. [2025-03-03 20:25:34.737 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/pdfPlayer-plugin.cd5ed0191dc31caf9eb4.css""" - 200 null "text/css" 2.9689ms
  570. [2025-03-03 20:25:34.762 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/pdfPlayer-plugin.6c3822e005928710ff70.chunk.js""" - null null
  571. [2025-03-03 20:25:34.762 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/logoScreensaver-plugin.8edf3eac91e564799c27.chunk.js""" - null null
  572. [2025-03-03 20:25:34.762 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/syncPlay-core-PlaybackCore.8446e7e76a5f0dd72993.chunk.js""" - null null
  573. [2025-03-03 20:25:34.764 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/pdfPlayer-plugin.6c3822e005928710ff70.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\pdfPlayer-plugin.6c3822e005928710ff70.chunk.js"'
  574. [2025-03-03 20:25:34.765 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/logoScreensaver-plugin.8edf3eac91e564799c27.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\logoScreensaver-plugin.8edf3eac91e564799c27.chunk.js"'
  575. [2025-03-03 20:25:34.766 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/syncPlay-core-PlaybackCore.8446e7e76a5f0dd72993.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\syncPlay-core-PlaybackCore.8446e7e76a5f0dd72993.chunk.js"'
  576. [2025-03-03 20:25:34.767 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/pdfPlayer-plugin.6c3822e005928710ff70.chunk.js""" - 200 null "text/javascript" 5.2394ms
  577. [2025-03-03 20:25:34.768 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/logoScreensaver-plugin.8edf3eac91e564799c27.chunk.js""" - 200 null "text/javascript" 6.0773ms
  578. [2025-03-03 20:25:34.769 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/syncPlay-core-PlaybackCore.8446e7e76a5f0dd72993.chunk.js""" - 200 null "text/javascript" 6.9282ms
  579. [2025-03-03 20:25:34.777 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/19907.3f3ab95ca6e8f0903608.chunk.js""" - null null
  580. [2025-03-03 20:25:34.777 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/syncPlay-core-Manager.f37072a978777264aec3.chunk.js""" - null null
  581. [2025-03-03 20:25:34.779 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/19907.3f3ab95ca6e8f0903608.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\19907.3f3ab95ca6e8f0903608.chunk.js"'
  582. [2025-03-03 20:25:34.780 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/syncPlay-core-Manager.f37072a978777264aec3.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\syncPlay-core-Manager.f37072a978777264aec3.chunk.js"'
  583. [2025-03-03 20:25:34.781 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/19907.3f3ab95ca6e8f0903608.chunk.js""" - 200 null "text/javascript" 4.0498ms
  584. [2025-03-03 20:25:34.782 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/syncPlay-core-Manager.f37072a978777264aec3.chunk.js""" - 200 null "text/javascript" 4.8849ms
  585. [2025-03-03 20:25:34.799 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/syncPlay-ui-players-NoActivePlayer.0da16d1c555c8a42044d.chunk.js""" - null null
  586. [2025-03-03 20:25:34.801 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/syncPlay-ui-players-NoActivePlayer.0da16d1c555c8a42044d.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\syncPlay-ui-players-NoActivePlayer.0da16d1c555c8a42044d.chunk.js"'
  587. [2025-03-03 20:25:34.802 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/syncPlay-ui-players-NoActivePlayer.0da16d1c555c8a42044d.chunk.js""" - 200 null "text/javascript" 2.9595ms
  588. [2025-03-03 20:25:34.810 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/syncPlay-plugin.9ceefbef6ab2fcd536c2.chunk.js""" - null null
  589. [2025-03-03 20:25:34.812 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/syncPlay-plugin.9ceefbef6ab2fcd536c2.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\syncPlay-plugin.9ceefbef6ab2fcd536c2.chunk.js"'
  590. [2025-03-03 20:25:34.813 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/syncPlay-plugin.9ceefbef6ab2fcd536c2.chunk.js""" - 200 null "text/javascript" 3.1233ms
  591. [2025-03-03 20:25:35.286 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/21857.43cd751f6b600b39a96f.chunk.js""" - null null
  592. [2025-03-03 20:25:35.288 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/21857.43cd751f6b600b39a96f.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\21857.43cd751f6b600b39a96f.chunk.js"'
  593. [2025-03-03 20:25:35.289 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/21857.43cd751f6b600b39a96f.chunk.js""" - 200 null "text/javascript" 3.2307ms
  594. [2025-03-03 20:25:35.296 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Branding/Css""" - null null
  595. [2025-03-03 20:25:35.298 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
  596. [2025-03-03 20:25:35.300 +01:00] [INF] [25] 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").
  597. [2025-03-03 20:25:35.301 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.String"'.
  598. [2025-03-03 20:25:35.302 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)" in 1.3082ms
  599. [2025-03-03 20:25:35.303 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
  600. [2025-03-03 20:25:35.304 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Branding/Css""" - 200 null "text/css; charset=utf-8" 7.3668ms
  601. [2025-03-03 20:25:35.614 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/45568.72866bc09bb3b1801781.chunk.js""" - null null
  602. [2025-03-03 20:25:35.616 +01:00] [INF] [3] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/45568.72866bc09bb3b1801781.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\45568.72866bc09bb3b1801781.chunk.js"'
  603. [2025-03-03 20:25:35.617 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/45568.72866bc09bb3b1801781.chunk.js""" - 200 null "text/javascript" 3.5357ms
  604. [2025-03-03 20:25:35.659 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/73233.d08d0c3a593dcbf1c7c7.chunk.js""" - null null
  605. [2025-03-03 20:25:35.660 +01:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/57549.bfde69083a6ae513ba97.css""" - null null
  606. [2025-03-03 20:25:35.660 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/57549.74ac8281e33c07fa41c0.chunk.js""" - null null
  607. [2025-03-03 20:25:35.660 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/47027.bfde69083a6ae513ba97.css""" - null null
  608. [2025-03-03 20:25:35.660 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/config.json""" - null null
  609. [2025-03-03 20:25:35.660 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/47027.ab7e02738454029c84a1.chunk.js""" - null null
  610. [2025-03-03 20:25:35.661 +01:00] [INF] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/73233.d08d0c3a593dcbf1c7c7.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\73233.d08d0c3a593dcbf1c7c7.chunk.js"'
  611. [2025-03-03 20:25:35.662 +01:00] [INF] [29] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/57549.bfde69083a6ae513ba97.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\57549.bfde69083a6ae513ba97.css"'
  612. [2025-03-03 20:25:35.664 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/57549.74ac8281e33c07fa41c0.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\57549.74ac8281e33c07fa41c0.chunk.js"'
  613. [2025-03-03 20:25:35.665 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/47027.bfde69083a6ae513ba97.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\47027.bfde69083a6ae513ba97.css"'
  614. [2025-03-03 20:25:35.667 +01:00] [INF] [23] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/config.json"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\config.json"'
  615. [2025-03-03 20:25:35.668 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/47027.ab7e02738454029c84a1.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\47027.ab7e02738454029c84a1.chunk.js"'
  616. [2025-03-03 20:25:35.669 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/73233.d08d0c3a593dcbf1c7c7.chunk.js""" - 200 null "text/javascript" 10.0051ms
  617. [2025-03-03 20:25:35.670 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/57549.bfde69083a6ae513ba97.css""" - 200 null "text/css" 10.4742ms
  618. [2025-03-03 20:25:35.671 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/57549.74ac8281e33c07fa41c0.chunk.js""" - 200 null "text/javascript" 11.384ms
  619. [2025-03-03 20:25:35.672 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/47027.bfde69083a6ae513ba97.css""" - 200 null "text/css" 12.3098ms
  620. [2025-03-03 20:25:35.673 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/config.json""" - 200 null "application/json" 13.1616ms
  621. [2025-03-03 20:25:35.674 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/47027.ab7e02738454029c84a1.chunk.js""" - 200 null "text/javascript" 14.1963ms
  622. [2025-03-03 20:25:35.802 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/69881.85d5c8ac3936b68e702e.css""" - null null
  623. [2025-03-03 20:25:35.804 +01:00] [INF] [23] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/69881.85d5c8ac3936b68e702e.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\69881.85d5c8ac3936b68e702e.css"'
  624. [2025-03-03 20:25:35.805 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/69881.85d5c8ac3936b68e702e.css""" - 200 null "text/css" 2.8457ms
  625. [2025-03-03 20:25:35.813 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/69881.33d740cbedd1acafc826.chunk.js""" - null null
  626. [2025-03-03 20:25:35.815 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/69881.33d740cbedd1acafc826.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\69881.33d740cbedd1acafc826.chunk.js"'
  627. [2025-03-03 20:25:35.816 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/69881.33d740cbedd1acafc826.chunk.js""" - 200 null "text/javascript" 2.7151ms
  628. [2025-03-03 20:25:35.829 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/76542.033e6959b8ca2bb863d3.css""" - null null
  629. [2025-03-03 20:25:35.830 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/76542.d791abac028c8fa2df54.chunk.js""" - null null
  630. [2025-03-03 20:25:35.831 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/76542.033e6959b8ca2bb863d3.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\76542.033e6959b8ca2bb863d3.css"'
  631. [2025-03-03 20:25:35.833 +01:00] [INF] [23] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/76542.d791abac028c8fa2df54.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\76542.d791abac028c8fa2df54.chunk.js"'
  632. [2025-03-03 20:25:35.833 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/76542.033e6959b8ca2bb863d3.css""" - 200 null "text/css" 3.9952ms
  633. [2025-03-03 20:25:35.834 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/76542.d791abac028c8fa2df54.chunk.js""" - 200 null "text/javascript" 4.8208ms
  634. [2025-03-03 20:25:35.870 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/system/info/public""" - null null
  635. [2025-03-03 20:25:35.872 +01:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  636. [2025-03-03 20:25:35.873 +01:00] [INF] [26] 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").
  637. [2025-03-03 20:25:35.874 +01:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
  638. [2025-03-03 20:25:35.875 +01:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 1.2934ms
  639. [2025-03-03 20:25:35.876 +01:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  640. [2025-03-03 20:25:35.877 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/system/info/public""" - 200 null "application/json; charset=utf-8" 6.8245ms
  641. [2025-03-03 20:25:35.976 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/blurhash.worker.bundle.js""" - null null
  642. [2025-03-03 20:25:35.978 +01:00] [INF] [23] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/blurhash.worker.bundle.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\blurhash.worker.bundle.js"'
  643. [2025-03-03 20:25:35.979 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/blurhash.worker.bundle.js""" - 200 null "text/javascript" 3.7259ms
  644. [2025-03-03 20:25:35.989 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/System/Info""" - null null
  645. [2025-03-03 20:25:35.991 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 18), @p2='?' (Size = 7), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 184), @p7='?' (Size = 11), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  646. ""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9
  647. WHERE \"Id\" = @p10
  648. RETURNING 1;"
  649. [2025-03-03 20:25:35.994 +01:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  650. [2025-03-03 20:25:35.995 +01:00] [INF] [26] 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").
  651. [2025-03-03 20:25:35.997 +01:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
  652. [2025-03-03 20:25:36.002 +01:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 5.5123ms
  653. [2025-03-03 20:25:36.003 +01:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  654. [2025-03-03 20:25:36.004 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/System/Info""" - 200 null "application/json; charset=utf-8" 15.1038ms
  655. [2025-03-03 20:25:36.023 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Capabilities/Full""" - "application/json" 567
  656. [2025-03-03 20:25:36.025 +01:00] [INF] [23] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  657. [2025-03-03 20:25:36.025 +01:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
  658. [2025-03-03 20:25:36.029 +01:00] [INF] [23] 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").
  659. [2025-03-03 20:25:36.034 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/socket""?api_key=750e90cbbf334505b0a1e1ad1b7271af&deviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTA4LjAuNTM1OS4yMTEgU2FmYXJpLzUzNy4zNiBXZWJBcHBNYW5hZ2VyfDE3MzI1MzYwMDc0NDk1" - null null
  660. [2025-03-03 20:25:36.035 +01:00] [INF] [26] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  661. [2025-03-03 20:25:36.038 +01:00] [INF] [26] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.0.128" request
  662. [2025-03-03 20:25:36.040 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4""" - null null
  663. [2025-03-03 20:25:36.041 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
  664. [2025-03-03 20:25:36.043 +01:00] [INF] [17] 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").
  665. [2025-03-03 20:25:36.048 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.UserDto"'.
  666. [2025-03-03 20:25:36.054 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/DisplayPreferences/usersettings""?userId=936e1d8698e14ccc9398ab93299771c4&client=emby" - null null
  667. [2025-03-03 20:25:36.056 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
  668. [2025-03-03 20:25:36.057 +01:00] [INF] [29] 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").
  669. [2025-03-03 20:25:36.068 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 34), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 25), @p7='?' (Size = 14), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  670. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  671. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  672. RETURNING \"Id\";"
  673. [2025-03-03 20:25:36.070 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)" in 26.4006ms
  674. [2025-03-03 20:25:36.071 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
  675. [2025-03-03 20:25:36.072 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4""" - 200 null "application/json; charset=utf-8" 32.1978ms
  676. [2025-03-03 20:25:36.079 +01:00] [INF] [29] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__client_1='?' (Size = 4), @__itemId_2='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  677. ""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\"
  678. FROM (
  679. 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\"
  680. FROM \"DisplayPreferences\" AS \"d\"
  681. WHERE \"d\".\"UserId\" = @__userId_0 AND \"d\".\"Client\" = @__client_1 AND \"d\".\"ItemId\" = @__itemId_2
  682. LIMIT 1
  683. ) AS \"t\"
  684. LEFT JOIN \"HomeSection\" AS \"h\" ON \"t\".\"Id\" = \"h\".\"DisplayPreferencesId\"
  685. ORDER BY \"t\".\"Id\""
  686. [2025-03-03 20:25:36.106 +01:00] [INF] [29] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
  687. ""SELECT \"i\".\"Id\", \"i\".\"Client\", \"i\".\"IndexBy\", \"i\".\"ItemId\", \"i\".\"RememberIndexing\", \"i\".\"RememberSorting\", \"i\".\"SortBy\", \"i\".\"SortOrder\", \"i\".\"UserId\", \"i\".\"ViewType\"
  688. FROM \"ItemDisplayPreferences\" AS \"i\"
  689. WHERE \"i\".\"UserId\" = @__userId_0 AND \"i\".\"ItemId\" = @__itemId_1 AND \"i\".\"Client\" = @__client_2
  690. LIMIT 1"
  691. [2025-03-03 20:25:36.106 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  692. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  693. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  694. RETURNING 1;"
  695. [2025-03-03 20:25:36.109 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  696. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  697. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  698. RETURNING 1;"
  699. [2025-03-03 20:25:36.111 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  700. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  701. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  702. RETURNING 1;"
  703. [2025-03-03 20:25:36.112 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  704. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  705. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  706. RETURNING 1;"
  707. [2025-03-03 20:25:36.114 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  708. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  709. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  710. RETURNING 1;"
  711. [2025-03-03 20:25:36.115 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  712. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  713. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  714. RETURNING 1;"
  715. [2025-03-03 20:25:36.117 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  716. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  717. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  718. RETURNING 1;"
  719. [2025-03-03 20:25:36.119 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  720. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  721. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  722. RETURNING 1;"
  723. [2025-03-03 20:25:36.120 +01:00] [INF] [29] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
  724. ""SELECT \"c\".\"Id\", \"c\".\"Client\", \"c\".\"ItemId\", \"c\".\"Key\", \"c\".\"UserId\", \"c\".\"Value\"
  725. FROM \"CustomItemDisplayPreferences\" AS \"c\"
  726. WHERE \"c\".\"UserId\" = @__userId_0 AND \"c\".\"ItemId\" = @__itemId_1 AND \"c\".\"Client\" = @__client_2"
  727. [2025-03-03 20:25:36.120 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  728. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  729. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  730. RETURNING 1;"
  731. [2025-03-03 20:25:36.123 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  732. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  733. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  734. RETURNING 1;"
  735. [2025-03-03 20:25:36.125 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  736. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  737. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  738. RETURNING 1;"
  739. [2025-03-03 20:25:36.126 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  740. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  741. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  742. RETURNING 1;"
  743. [2025-03-03 20:25:36.128 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  744. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  745. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  746. RETURNING 1;"
  747. [2025-03-03 20:25:36.129 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  748. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  749. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  750. RETURNING 1;"
  751. [2025-03-03 20:25:36.131 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  752. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  753. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  754. RETURNING 1;"
  755. [2025-03-03 20:25:36.133 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  756. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  757. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  758. RETURNING 1;"
  759. [2025-03-03 20:25:36.134 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  760. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  761. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  762. RETURNING 1;"
  763. [2025-03-03 20:25:36.136 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  764. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  765. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  766. RETURNING 1;"
  767. [2025-03-03 20:25:36.137 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  768. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  769. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  770. RETURNING 1;"
  771. [2025-03-03 20:25:36.139 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  772. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  773. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  774. RETURNING 1;"
  775. [2025-03-03 20:25:36.140 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  776. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  777. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  778. RETURNING 1;"
  779. [2025-03-03 20:25:36.142 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  780. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  781. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  782. RETURNING 1;"
  783. [2025-03-03 20:25:36.143 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  784. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  785. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  786. RETURNING 1;"
  787. [2025-03-03 20:25:36.145 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  788. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  789. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  790. RETURNING 1;"
  791. [2025-03-03 20:25:36.147 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.DisplayPreferencesDto"'.
  792. [2025-03-03 20:25:36.147 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  793. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  794. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  795. RETURNING 1;"
  796. [2025-03-03 20:25:36.149 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  797. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  798. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  799. RETURNING 1;"
  800. [2025-03-03 20:25:36.151 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  801. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  802. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  803. RETURNING 1;"
  804. [2025-03-03 20:25:36.153 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  805. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  806. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  807. RETURNING 1;"
  808. [2025-03-03 20:25:36.154 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  809. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  810. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  811. RETURNING 1;"
  812. [2025-03-03 20:25:36.155 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)" in 96.4893ms
  813. [2025-03-03 20:25:36.155 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  814. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  815. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  816. RETURNING 1;"
  817. [2025-03-03 20:25:36.156 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
  818. [2025-03-03 20:25:36.158 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  819. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  820. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  821. RETURNING 1;"
  822. [2025-03-03 20:25:36.159 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/DisplayPreferences/usersettings""?userId=936e1d8698e14ccc9398ab93299771c4&client=emby" - 200 null "application/json; charset=utf-8" 105.0218ms
  823. [2025-03-03 20:25:36.160 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  824. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  825. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  826. RETURNING 1;"
  827. [2025-03-03 20:25:36.163 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  828. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  829. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  830. RETURNING 1;"
  831. [2025-03-03 20:25:36.165 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  832. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  833. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  834. RETURNING 1;"
  835. [2025-03-03 20:25:36.167 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  836. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  837. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  838. RETURNING 1;"
  839. [2025-03-03 20:25:36.168 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (Size = 73)"], CommandType='Text', CommandTimeout='30']"
  840. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  841. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  842. RETURNING 1;"
  843. [2025-03-03 20:25:36.169 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  844. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  845. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  846. RETURNING 1;"
  847. [2025-03-03 20:25:36.182 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [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='?', @p26='?' (DbType = Int32), @p27='?' (DbType = Int32), @p28='?' (Size = 7)"], CommandType='Text', CommandTimeout='30']"
  848. ""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
  849. WHERE \"Id\" = @p29 AND \"RowVersion\" = @p30
  850. RETURNING 1;"
  851. [2025-03-03 20:25:36.267 +01:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("172"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 34), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 25), @p7='?' (Size = 14), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  852. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  853. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  854. RETURNING \"Id\";"
  855. [2025-03-03 20:25:36.273 +01:00] [INF] [23] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  856. [2025-03-03 20:25:36.274 +01:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)" in 243.8419ms
  857. [2025-03-03 20:25:36.274 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/2d8017489da689caedc1.woff2""" - null null
  858. [2025-03-03 20:25:36.275 +01:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
  859. [2025-03-03 20:25:36.276 +01:00] [INF] [29] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  860. [2025-03-03 20:25:36.277 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Capabilities/Full""" - 204 null null 253.8092ms
  861. [2025-03-03 20:25:36.278 +01:00] [INF] [29] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/2d8017489da689caedc1.woff2"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\2d8017489da689caedc1.woff2"'
  862. [2025-03-03 20:25:36.280 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/2d8017489da689caedc1.woff2""" - 200 125116 "font/woff2" 5.7277ms
  863. [2025-03-03 20:25:36.368 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/4113.585d97fba57546eefcc4.chunk.js""" - null null
  864. [2025-03-03 20:25:36.370 +01:00] [INF] [23] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/4113.585d97fba57546eefcc4.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\4113.585d97fba57546eefcc4.chunk.js"'
  865. [2025-03-03 20:25:36.371 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/4113.585d97fba57546eefcc4.chunk.js""" - 200 null "text/javascript" 3.1217ms
  866. [2025-03-03 20:25:36.381 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/81954.0985283d0b54b15620c0.chunk.js""" - null null
  867. [2025-03-03 20:25:36.381 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/home.193c6fa7a64e52078d35.css""" - null null
  868. [2025-03-03 20:25:36.383 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/81954.0985283d0b54b15620c0.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\81954.0985283d0b54b15620c0.chunk.js"'
  869. [2025-03-03 20:25:36.384 +01:00] [INF] [29] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/home.193c6fa7a64e52078d35.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\home.193c6fa7a64e52078d35.css"'
  870. [2025-03-03 20:25:36.385 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/81954.0985283d0b54b15620c0.chunk.js""" - 200 null "text/javascript" 3.7582ms
  871. [2025-03-03 20:25:36.386 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/home.193c6fa7a64e52078d35.css""" - 200 null "text/css" 4.5634ms
  872. [2025-03-03 20:25:36.407 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/home.7ab21e392be2b390fe19.chunk.js""" - null null
  873. [2025-03-03 20:25:36.409 +01:00] [INF] [29] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/home.7ab21e392be2b390fe19.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\home.7ab21e392be2b390fe19.chunk.js"'
  874. [2025-03-03 20:25:36.410 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/home.7ab21e392be2b390fe19.chunk.js""" - 200 null "text/javascript" 2.998ms
  875. [2025-03-03 20:25:36.420 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/home-html.8ce38bc7d6dc073656d4.chunk.js""" - null null
  876. [2025-03-03 20:25:36.421 +01:00] [INF] [27] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/home-html.8ce38bc7d6dc073656d4.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\home-html.8ce38bc7d6dc073656d4.chunk.js"'
  877. [2025-03-03 20:25:36.422 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/home-html.8ce38bc7d6dc073656d4.chunk.js""" - 200 null "text/javascript" 2.8448ms
  878. [2025-03-03 20:25:36.518 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items""?SortBy=IsFavoriteOrLiked%2CRandom&Limit=20&Recursive=true&IncludeItemTypes=movie%2Cseries%2Cbook&ImageTypes=Backdrop&EnableTotalRecordCount=false&MaxOfficialRating=PG-13" - null null
  879. [2025-03-03 20:25:36.521 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
  880. [2025-03-03 20:25:36.526 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.sortablejs.a643d3e8b268da55e6b0.chunk.js""" - null null
  881. [2025-03-03 20:25:36.528 +01:00] [INF] [23] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.sortablejs.a643d3e8b268da55e6b0.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.sortablejs.a643d3e8b268da55e6b0.chunk.js"'
  882. [2025-03-03 20:25:36.530 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.sortablejs.a643d3e8b268da55e6b0.chunk.js""" - 200 null "text/javascript" 3.3813ms
  883. [2025-03-03 20:25:36.532 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemsByUserIdLegacy\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItemsByUserIdLegacy(System.Guid, 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.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.LocationType[], MediaBrowser.Model.Entities.LocationType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Double], System.Nullable`1[System.Double], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], 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.Boolean], System.Guid[], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.String, Jellyfin.Data.Enums.SortOrder[], System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], MediaBrowser.Model.Querying.ItemFilter[], System.Nullable`1[System.Boolean], Jellyfin.Data.Enums.MediaType[], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.ItemSortBy[], System.Nullable`1[System.Boolean], System.String[], System.String[], System.String[], Int32[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.String, System.Guid[], System.String[], System.String[], System.String[], System.Guid[], System.Guid[], System.Guid[], System.Guid[], System.String[], System.Guid[], System.Guid[], MediaBrowser.Model.Entities.VideoType[], System.String, System.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.Boolean], MediaBrowser.Model.Entities.SeriesStatus[], System.String, System.String, System.String, System.Guid[], System.Guid[], Boolean, System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
  884. [2025-03-03 20:25:36.539 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/12011.23368a00286c479041ba.chunk.js""" - null null
  885. [2025-03-03 20:25:36.541 +01:00] [INF] [27] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/12011.23368a00286c479041ba.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\12011.23368a00286c479041ba.chunk.js"'
  886. [2025-03-03 20:25:36.542 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/12011.23368a00286c479041ba.chunk.js""" - 200 null "text/javascript" 3.0889ms
  887. [2025-03-03 20:25:36.552 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/24468.aa9fc8dd173736df0a2a.chunk.js""" - null null
  888. [2025-03-03 20:25:36.554 +01:00] [INF] [27] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/24468.aa9fc8dd173736df0a2a.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\24468.aa9fc8dd173736df0a2a.chunk.js"'
  889. [2025-03-03 20:25:36.555 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/24468.aa9fc8dd173736df0a2a.chunk.js""" - 200 null "text/javascript" 3.1804ms
  890. [2025-03-03 20:25:36.566 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/56213.25f8c1cbba4b1e7f7282.chunk.js""" - null null
  891. [2025-03-03 20:25:36.568 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/56213.25f8c1cbba4b1e7f7282.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\56213.25f8c1cbba4b1e7f7282.chunk.js"'
  892. [2025-03-03 20:25:36.569 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/56213.25f8c1cbba4b1e7f7282.chunk.js""" - 200 null "text/javascript" 3.243ms
  893. [2025-03-03 20:25:36.578 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/hometab.a4729fe70426a3d965e2.css""" - null null
  894. [2025-03-03 20:25:36.580 +01:00] [INF] [27] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/hometab.a4729fe70426a3d965e2.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\hometab.a4729fe70426a3d965e2.css"'
  895. [2025-03-03 20:25:36.581 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/hometab.a4729fe70426a3d965e2.css""" - 200 null "text/css" 2.9281ms
  896. [2025-03-03 20:25:36.594 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/hometab.bd449414b0e521bfe76e.chunk.js""" - null null
  897. [2025-03-03 20:25:36.596 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/hometab.bd449414b0e521bfe76e.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\hometab.bd449414b0e521bfe76e.chunk.js"'
  898. [2025-03-03 20:25:36.597 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/hometab.bd449414b0e521bfe76e.chunk.js""" - 200 null "text/javascript" 3.5043ms
  899. [2025-03-03 20:25:36.619 +01:00] [INF] [29] 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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  900. [2025-03-03 20:25:36.681 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)" in 146.1985ms
  901. [2025-03-03 20:25:36.682 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
  902. [2025-03-03 20:25:36.683 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items""?SortBy=IsFavoriteOrLiked%2CRandom&Limit=20&Recursive=true&IncludeItemTypes=movie%2Cseries%2Cbook&ImageTypes=Backdrop&EnableTotalRecordCount=false&MaxOfficialRating=PG-13" - 200 null "application/json; charset=utf-8" 164.9839ms
  903. [2025-03-03 20:25:36.855 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/UserViews""?userId=936e1d8698e14ccc9398ab93299771c4" - null null
  904. [2025-03-03 20:25:36.857 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)"'
  905. [2025-03-03 20:25:36.858 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetUserViews\", controller = \"UserViews\"}". Executing controller action with signature "MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto] GetUserViews(System.Nullable`1[System.Guid], System.Nullable`1[System.Boolean], System.Nullable`1[Jellyfin.Data.Enums.CollectionType][], Boolean)" on controller "Jellyfin.Api.Controllers.UserViewsController" ("Jellyfin.Api").
  906. [2025-03-03 20:25:36.880 +01:00] [INF] [17] 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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  907. [2025-03-03 20:25:36.886 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)" in 26.417ms
  908. [2025-03-03 20:25:36.887 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)"'
  909. [2025-03-03 20:25:36.888 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/UserViews""?userId=936e1d8698e14ccc9398ab93299771c4" - 200 null "application/json; charset=utf-8" 32.7877ms
  910. [2025-03-03 20:25:37.043 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/b6301db8819aa909707318760070de9b/Images/Backdrop/0""?tag=5a735f06ce48ae299f70e3ad183c8808&maxWidth=3840&quality=80" - null null
  911. [2025-03-03 20:25:37.045 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImageByIndex (Jellyfin.Api)"'
  912. [2025-03-03 20:25:37.049 +01:00] [INF] [29] 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").
  913. [2025-03-03 20:25:37.176 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/84158.b965d0fbed7b231d8996.css""" - null null
  914. [2025-03-03 20:25:37.178 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/84158.b965d0fbed7b231d8996.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\84158.b965d0fbed7b231d8996.css"'
  915. [2025-03-03 20:25:37.179 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/84158.b965d0fbed7b231d8996.css""" - 200 null "text/css" 2.8611ms
  916. [2025-03-03 20:25:37.184 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/84158.03d7b3bb55917297d3f5.chunk.js""" - null null
  917. [2025-03-03 20:25:37.186 +01:00] [INF] [27] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/84158.03d7b3bb55917297d3f5.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\84158.03d7b3bb55917297d3f5.chunk.js"'
  918. [2025-03-03 20:25:37.187 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/84158.03d7b3bb55917297d3f5.chunk.js""" - 200 null "text/javascript" 3.0054ms
  919. [2025-03-03 20:25:37.657 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video" - null null
  920. [2025-03-03 20:25:37.660 +01:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
  921. [2025-03-03 20:25:37.663 +01:00] [INF] [23] 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").
  922. [2025-03-03 20:25:37.667 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio" - null null
  923. [2025-03-03 20:25:37.669 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
  924. [2025-03-03 20:25:37.669 +01:00] [INF] [17] 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").
  925. [2025-03-03 20:25:37.670 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book" - null null
  926. [2025-03-03 20:25:37.672 +01:00] [INF] [17] 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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  927. [2025-03-03 20:25:37.673 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
  928. [2025-03-03 20:25:37.673 +01:00] [INF] [23] 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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  929. [2025-03-03 20:25:37.674 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)" in 2.7221ms
  930. [2025-03-03 20:25:37.674 +01:00] [INF] [27] 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").
  931. [2025-03-03 20:25:37.676 +01:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)" in 10.7362ms
  932. [2025-03-03 20:25:37.676 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
  933. [2025-03-03 20:25:37.679 +01:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
  934. [2025-03-03 20:25:37.679 +01:00] [INF] [27] 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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  935. [2025-03-03 20:25:37.680 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio" - 200 null "application/json; charset=utf-8" 13.3554ms
  936. [2025-03-03 20:25:37.681 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video" - 200 null "application/json; charset=utf-8" 23.828ms
  937. [2025-03-03 20:25:37.682 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)" in 3.9973ms
  938. [2025-03-03 20:25:37.687 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
  939. [2025-03-03 20:25:37.687 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book" - 200 null "application/json; charset=utf-8" 17.598ms
  940. [2025-03-03 20:25:37.732 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Shows/NextUp""?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CPath%2CMediaSourceCount&UserId=936e1d8698e14ccc9398ab93299771c4&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2024-03-03T19%3A25%3A39.761Z&EnableResumable=false&EnableRewatching=false" - null null
  941. [2025-03-03 20:25:37.734 +01:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)"'
  942. [2025-03-03 20:25:37.735 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805" - null null
  943. [2025-03-03 20:25:37.735 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=c248dc0bec4b0ce8fb01231d1f12c5c1" - null null
  944. [2025-03-03 20:25:37.735 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=a656b907eb3a73532e40e44b968d0225" - null null
  945. [2025-03-03 20:25:37.736 +01:00] [INF] [23] 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").
  946. [2025-03-03 20:25:37.736 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
  947. [2025-03-03 20:25:37.738 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
  948. [2025-03-03 20:25:37.739 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
  949. [2025-03-03 20:25:37.743 +01:00] [INF] [17] 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").
  950. [2025-03-03 20:25:37.743 +01:00] [INF] [8] 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").
  951. [2025-03-03 20:25:37.743 +01:00] [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").
  952. [2025-03-03 20:25:37.750 +01:00] [INF] [8] 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.6.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.6.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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  953. [2025-03-03 20:25:37.751 +01:00] [INF] [17] 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.6.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.6.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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  954. [2025-03-03 20:25:37.754 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)" in 7.1535ms
  955. [2025-03-03 20:25:37.754 +01:00] [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.6.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.6.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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  956. [2025-03-03 20:25:37.755 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
  957. [2025-03-03 20:25:37.755 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)" in 10.0609ms
  958. [2025-03-03 20:25:37.756 +01:00] [INF] [23] 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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  959. [2025-03-03 20:25:37.757 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=c248dc0bec4b0ce8fb01231d1f12c5c1" - 200 null "application/json; charset=utf-8" 21.9158ms
  960. [2025-03-03 20:25:37.758 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
  961. [2025-03-03 20:25:37.758 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)" in 10.1111ms
  962. [2025-03-03 20:25:37.759 +01:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)" in 18.3643ms
  963. [2025-03-03 20:25:37.762 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805" - 200 null "application/json; charset=utf-8" 27.1572ms
  964. [2025-03-03 20:25:37.763 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
  965. [2025-03-03 20:25:37.764 +01:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)"'
  966. [2025-03-03 20:25:37.766 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=a656b907eb3a73532e40e44b968d0225" - 200 null "application/json; charset=utf-8" 31.5335ms
  967. [2025-03-03 20:25:37.767 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Shows/NextUp""?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CPath%2CMediaSourceCount&UserId=936e1d8698e14ccc9398ab93299771c4&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2024-03-03T19%3A25%3A39.761Z&EnableResumable=false&EnableRewatching=false" - 200 null "application/json; charset=utf-8" 35.3099ms
  968. [2025-03-03 20:25:38.244 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"C:\ProgramData\Jellyfin\Server\cache\images\resized-images\8\81ea3223-1781-6978-fca4-fdec140cbeeb.webp"' with download name '""' ...
  969. [2025-03-03 20:25:40.288 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImageByIndex (Jellyfin.Api)" in 3237.5543ms
  970. [2025-03-03 20:25:40.289 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImageByIndex (Jellyfin.Api)"'
  971. [2025-03-03 20:25:40.290 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/b6301db8819aa909707318760070de9b/Images/Backdrop/0""?tag=5a735f06ce48ae299f70e3ad183c8808&maxWidth=3840&quality=80" - 200 2586230 "image/webp" 3246.7558ms
  972. [2025-03-03 20:25:43.203 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  973. [2025-03-03 20:25:43.203 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  974. [2025-03-03 20:25:43.203 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  975. [2025-03-03 20:25:43.204 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  976. [2025-03-03 20:25:43.204 +01:00] [INF] [17] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  977. [2025-03-03 20:25:43.204 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  978. [2025-03-03 20:25:43.206 +01:00] [INF] [25] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  979. [2025-03-03 20:25:43.207 +01:00] [INF] [29] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  980. [2025-03-03 20:25:43.208 +01:00] [INF] [8] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  981. [2025-03-03 20:25:43.209 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 6.6062ms
  982. [2025-03-03 20:25:43.210 +01:00] [INF] [27] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  983. [2025-03-03 20:25:43.211 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 7.691ms
  984. [2025-03-03 20:25:43.212 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 8.1788ms
  985. [2025-03-03 20:25:43.212 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 8.3595ms
  986. [2025-03-03 20:25:43.214 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  987. [2025-03-03 20:25:43.214 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 9.8907ms
  988. [2025-03-03 20:25:43.221 +01:00] [INF] [17] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  989. [2025-03-03 20:25:43.224 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  990. [2025-03-03 20:25:43.225 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
  991. [2025-03-03 20:25:43.227 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  992. [2025-03-03 20:25:43.238 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 11.7968ms
  993. [2025-03-03 20:25:43.239 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  994. [2025-03-03 20:25:43.239 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  995. [2025-03-03 20:25:43.240 +01:00] [INF] [8] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  996. [2025-03-03 20:25:43.241 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 27.499ms
  997. [2025-03-03 20:25:43.242 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  998. [2025-03-03 20:25:43.244 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
  999. [2025-03-03 20:25:43.246 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  1000. [2025-03-03 20:25:43.248 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.8468ms
  1001. [2025-03-03 20:25:43.248 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  1002. [2025-03-03 20:25:43.249 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1003. [2025-03-03 20:25:43.250 +01:00] [INF] [27] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  1004. [2025-03-03 20:25:43.251 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 12.6911ms
  1005. [2025-03-03 20:25:43.252 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1006. [2025-03-03 20:25:43.254 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
  1007. [2025-03-03 20:25:43.256 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  1008. [2025-03-03 20:25:43.257 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.2582ms
  1009. [2025-03-03 20:25:43.257 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  1010. [2025-03-03 20:25:43.258 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1011. [2025-03-03 20:25:43.259 +01:00] [INF] [17] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  1012. [2025-03-03 20:25:43.260 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 11.6944ms
  1013. [2025-03-03 20:25:43.261 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1014. [2025-03-03 20:25:43.263 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
  1015. [2025-03-03 20:25:43.264 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  1016. [2025-03-03 20:25:43.265 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.1697ms
  1017. [2025-03-03 20:25:43.266 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  1018. [2025-03-03 20:25:43.266 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1019. [2025-03-03 20:25:43.268 +01:00] [INF] [29] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  1020. [2025-03-03 20:25:43.268 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 11.2925ms
  1021. [2025-03-03 20:25:43.269 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1022. [2025-03-03 20:25:43.271 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
  1023. [2025-03-03 20:25:43.273 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  1024. [2025-03-03 20:25:43.274 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.0962ms
  1025. [2025-03-03 20:25:43.275 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1026. [2025-03-03 20:25:43.275 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 9.826ms
  1027. [2025-03-03 20:25:44.364 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/System/Endpoint""" - null null
  1028. [2025-03-03 20:25:44.366 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
  1029. [2025-03-03 20:25:44.367 +01:00] [INF] [8] 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").
  1030. [2025-03-03 20:25:44.368 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Net.EndPointInfo"'.
  1031. [2025-03-03 20:25:44.369 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)" in 1.0608ms
  1032. [2025-03-03 20:25:44.370 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
  1033. [2025-03-03 20:25:44.371 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/System/Endpoint""" - 200 null "application/json; charset=utf-8" 7.1629ms
  1034. [2025-03-03 20:25:44.469 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Playback/BitrateTest""?Size=500000" - null null
  1035. [2025-03-03 20:25:44.471 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  1036. [2025-03-03 20:25:44.472 +01:00] [INF] [29] 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").
  1037. [2025-03-03 20:25:44.472 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/86471.8e1029ffc625f972e9a0.chunk.js""" - null null
  1038. [2025-03-03 20:25:44.473 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  1039. [2025-03-03 20:25:44.475 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/86471.8e1029ffc625f972e9a0.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\86471.8e1029ffc625f972e9a0.chunk.js"'
  1040. [2025-03-03 20:25:44.476 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/86471.8e1029ffc625f972e9a0.chunk.js""" - 200 null "text/javascript" 4.0832ms
  1041. [2025-03-03 20:25:44.477 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/shows-tvrecommended.0e26b3c6499b3d353304.css""" - null null
  1042. [2025-03-03 20:25:44.479 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/shows-tvrecommended.0e26b3c6499b3d353304.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\shows-tvrecommended.0e26b3c6499b3d353304.css"'
  1043. [2025-03-03 20:25:44.480 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/shows-tvrecommended.0e26b3c6499b3d353304.css""" - 200 null "text/css" 2.9592ms
  1044. [2025-03-03 20:25:44.485 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/shows-tvrecommended-html.b376c06e02e0b529b54d.chunk.js""" - null null
  1045. [2025-03-03 20:25:44.486 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/shows-tvrecommended-html.b376c06e02e0b529b54d.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\shows-tvrecommended-html.b376c06e02e0b529b54d.chunk.js"'
  1046. [2025-03-03 20:25:44.487 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/shows-tvrecommended-html.b376c06e02e0b529b54d.chunk.js""" - 200 null "text/javascript" 2.5465ms
  1047. [2025-03-03 20:25:44.865 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.markdown-it.ab3f9d08cb52d5a9c2d4.chunk.js""" - null null
  1048. [2025-03-03 20:25:44.867 +01:00] [INF] [27] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.markdown-it.ab3f9d08cb52d5a9c2d4.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.markdown-it.ab3f9d08cb52d5a9c2d4.chunk.js"'
  1049. [2025-03-03 20:25:44.869 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.markdown-it.ab3f9d08cb52d5a9c2d4.chunk.js""" - 200 null "text/javascript" 3.656ms
  1050. [2025-03-03 20:25:44.873 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.entities.6062fb6d6f2f96cb1670.chunk.js""" - null null
  1051. [2025-03-03 20:25:44.875 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.entities.6062fb6d6f2f96cb1670.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.entities.6062fb6d6f2f96cb1670.chunk.js"'
  1052. [2025-03-03 20:25:44.876 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.entities.6062fb6d6f2f96cb1670.chunk.js""" - 200 null "text/javascript" 3.1469ms
  1053. [2025-03-03 20:25:44.907 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.linkify-it.4867c0f3e687ceb8754e.chunk.js""" - null null
  1054. [2025-03-03 20:25:44.908 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/node_modules.linkify-it.4867c0f3e687ceb8754e.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\node_modules.linkify-it.4867c0f3e687ceb8754e.chunk.js"'
  1055. [2025-03-03 20:25:44.909 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/node_modules.linkify-it.4867c0f3e687ceb8754e.chunk.js""" - 200 null "text/javascript" 2.7183ms
  1056. [2025-03-03 20:25:44.914 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/70712.24d0804fa2fab3c42ba2.chunk.js""" - null null
  1057. [2025-03-03 20:25:44.916 +01:00] [INF] [27] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/70712.24d0804fa2fab3c42ba2.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\70712.24d0804fa2fab3c42ba2.chunk.js"'
  1058. [2025-03-03 20:25:44.917 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/70712.24d0804fa2fab3c42ba2.chunk.js""" - 200 null "text/javascript" 2.9091ms
  1059. [2025-03-03 20:25:44.920 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/6940.19c020961ee12efdf1be.chunk.js""" - null null
  1060. [2025-03-03 20:25:44.921 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/6940.19c020961ee12efdf1be.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\6940.19c020961ee12efdf1be.chunk.js"'
  1061. [2025-03-03 20:25:44.921 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/57965.e165fbf3eb4d3588768f.chunk.js""" - null null
  1062. [2025-03-03 20:25:44.922 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/6940.19c020961ee12efdf1be.chunk.js""" - 200 null "text/javascript" 2.5758ms
  1063. [2025-03-03 20:25:44.924 +01:00] [INF] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/57965.e165fbf3eb4d3588768f.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\57965.e165fbf3eb4d3588768f.chunk.js"'
  1064. [2025-03-03 20:25:44.926 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/57965.e165fbf3eb4d3588768f.chunk.js""" - 200 null "text/javascript" 4.8454ms
  1065. [2025-03-03 20:25:44.944 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/68778.879eed8ba315ebcfe83a.css""" - null null
  1066. [2025-03-03 20:25:44.946 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/68778.879eed8ba315ebcfe83a.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\68778.879eed8ba315ebcfe83a.css"'
  1067. [2025-03-03 20:25:44.947 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/68778.879eed8ba315ebcfe83a.css""" - 200 null "text/css" 2.7549ms
  1068. [2025-03-03 20:25:44.957 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/a656b907eb3a73532e40e44b968d0225""" - null null
  1069. [2025-03-03 20:25:44.959 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
  1070. [2025-03-03 20:25:44.959 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items""?SortBy=IsFavoriteOrLiked%2CRandom&Limit=20&Recursive=true&IncludeItemTypes=series&ImageTypes=Backdrop&ParentId=a656b907eb3a73532e40e44b968d0225&EnableTotalRecordCount=false" - null null
  1071. [2025-03-03 20:25:44.961 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
  1072. [2025-03-03 20:25:44.961 +01:00] [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").
  1073. [2025-03-03 20:25:44.962 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemsByUserIdLegacy\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItemsByUserIdLegacy(System.Guid, 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.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.LocationType[], MediaBrowser.Model.Entities.LocationType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Double], System.Nullable`1[System.Double], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], 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.Boolean], System.Guid[], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.String, Jellyfin.Data.Enums.SortOrder[], System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], MediaBrowser.Model.Querying.ItemFilter[], System.Nullable`1[System.Boolean], Jellyfin.Data.Enums.MediaType[], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.ItemSortBy[], System.Nullable`1[System.Boolean], System.String[], System.String[], System.String[], Int32[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.String, System.Guid[], System.String[], System.String[], System.String[], System.Guid[], System.Guid[], System.Guid[], System.Guid[], System.String[], System.Guid[], System.Guid[], MediaBrowser.Model.Entities.VideoType[], System.String, System.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.Boolean], MediaBrowser.Model.Entities.SeriesStatus[], System.String, System.String, System.String, System.Guid[], System.Guid[], Boolean, System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
  1074. [2025-03-03 20:25:44.965 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'.
  1075. [2025-03-03 20:25:44.968 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)" in 4.6645ms
  1076. [2025-03-03 20:25:44.969 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
  1077. [2025-03-03 20:25:44.970 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/a656b907eb3a73532e40e44b968d0225""" - 200 null "application/json; charset=utf-8" 12.6793ms
  1078. [2025-03-03 20:25:44.970 +01:00] [INF] [25] 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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  1079. [2025-03-03 20:25:44.973 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)" in 6.3594ms
  1080. [2025-03-03 20:25:44.974 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
  1081. [2025-03-03 20:25:44.974 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items""?SortBy=IsFavoriteOrLiked%2CRandom&Limit=20&Recursive=true&IncludeItemTypes=series&ImageTypes=Backdrop&ParentId=a656b907eb3a73532e40e44b968d0225&EnableTotalRecordCount=false" - 200 null "application/json; charset=utf-8" 15.0607ms
  1082. [2025-03-03 20:25:45.071 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items""?SortBy=SortName&SortOrder=Ascending&IncludeItemTypes=Series&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&Limit=100&ParentId=a656b907eb3a73532e40e44b968d0225" - null null
  1083. [2025-03-03 20:25:45.072 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
  1084. [2025-03-03 20:25:45.073 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemsByUserIdLegacy\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItemsByUserIdLegacy(System.Guid, 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.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.LocationType[], MediaBrowser.Model.Entities.LocationType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Double], System.Nullable`1[System.Double], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], 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.Boolean], System.Guid[], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.String, Jellyfin.Data.Enums.SortOrder[], System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], MediaBrowser.Model.Querying.ItemFilter[], System.Nullable`1[System.Boolean], Jellyfin.Data.Enums.MediaType[], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.ItemSortBy[], System.Nullable`1[System.Boolean], System.String[], System.String[], System.String[], Int32[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.String, System.Guid[], System.String[], System.String[], System.String[], System.Guid[], System.Guid[], System.Guid[], System.Guid[], System.String[], System.Guid[], System.Guid[], MediaBrowser.Model.Entities.VideoType[], System.String, System.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.Boolean], MediaBrowser.Model.Entities.SeriesStatus[], System.String, System.String, System.String, System.Guid[], System.Guid[], Boolean, System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
  1085. [2025-03-03 20:25:45.080 +01:00] [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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  1086. [2025-03-03 20:25:45.081 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)" in 4.8121ms
  1087. [2025-03-03 20:25:45.082 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
  1088. [2025-03-03 20:25:45.083 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items""?SortBy=SortName&SortOrder=Ascending&IncludeItemTypes=Series&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&Limit=100&ParentId=a656b907eb3a73532e40e44b968d0225" - 200 null "application/json; charset=utf-8" 12.1149ms
  1089. [2025-03-03 20:25:45.132 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 659.1039ms
  1090. [2025-03-03 20:25:45.133 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  1091. [2025-03-03 20:25:45.134 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Playback/BitrateTest""?Size=500000" - 200 524288 "application/octet-stream" 664.9301ms
  1092. [2025-03-03 20:25:45.143 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/07308f596acfac33dce0c96b23ea0f4b/Images/Backdrop/0""?tag=d08ba5552a9e7a44244173bd4af2c877&maxWidth=3840&quality=80" - null null
  1093. [2025-03-03 20:25:45.147 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImageByIndex (Jellyfin.Api)"'
  1094. [2025-03-03 20:25:45.147 +01:00] [INF] [25] 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").
  1095. [2025-03-03 20:25:45.247 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Playback/BitrateTest""?Size=1000000" - null null
  1096. [2025-03-03 20:25:45.249 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  1097. [2025-03-03 20:25:45.250 +01:00] [INF] [17] 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").
  1098. [2025-03-03 20:25:45.251 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  1099. [2025-03-03 20:25:45.295 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/DisplayPreferences/usersettings""?userId=936e1d8698e14ccc9398ab93299771c4&client=emby" - "application/json" 1258
  1100. [2025-03-03 20:25:45.297 +01:00] [INF] [17] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  1101. [2025-03-03 20:25:45.298 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.UpdateDisplayPreferences (Jellyfin.Api)"'
  1102. [2025-03-03 20:25:45.299 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"UpdateDisplayPreferences\", controller = \"DisplayPreferences\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult UpdateDisplayPreferences(System.String, System.Nullable`1[System.Guid], System.String, MediaBrowser.Model.Dto.DisplayPreferencesDto)" on controller "Jellyfin.Api.Controllers.DisplayPreferencesController" ("Jellyfin.Api").
  1103. [2025-03-03 20:25:45.309 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__client_1='?' (Size = 4), @__itemId_2='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1104. ""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\"
  1105. FROM (
  1106. 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\"
  1107. FROM \"DisplayPreferences\" AS \"d\"
  1108. WHERE \"d\".\"UserId\" = @__userId_0 AND \"d\".\"Client\" = @__client_1 AND \"d\".\"ItemId\" = @__itemId_2
  1109. LIMIT 1
  1110. ) AS \"t\"
  1111. LEFT JOIN \"HomeSection\" AS \"h\" ON \"t\".\"Id\" = \"h\".\"DisplayPreferencesId\"
  1112. ORDER BY \"t\".\"Id\""
  1113. [2025-03-03 20:25:45.312 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
  1114. ""SELECT \"i\".\"Id\", \"i\".\"Client\", \"i\".\"IndexBy\", \"i\".\"ItemId\", \"i\".\"RememberIndexing\", \"i\".\"RememberSorting\", \"i\".\"SortBy\", \"i\".\"SortOrder\", \"i\".\"UserId\", \"i\".\"ViewType\"
  1115. FROM \"ItemDisplayPreferences\" AS \"i\"
  1116. WHERE \"i\".\"UserId\" = @__userId_0 AND \"i\".\"ItemId\" = @__itemId_1 AND \"i\".\"Client\" = @__client_2
  1117. LIMIT 1"
  1118. [2025-03-03 20:25:45.315 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
  1119. ""SELECT \"c\".\"Id\", \"c\".\"Client\", \"c\".\"ItemId\", \"c\".\"Key\", \"c\".\"UserId\", \"c\".\"Value\"
  1120. FROM \"CustomItemDisplayPreferences\" AS \"c\"
  1121. WHERE \"c\".\"UserId\" = @__userId_0 AND \"c\".\"ItemId\" = @__itemId_1 AND \"c\".\"Client\" = @__client_2"
  1122. [2025-03-03 20:25:45.332 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1123. ""DELETE FROM \"CustomItemDisplayPreferences\"
  1124. WHERE \"Id\" = @p0
  1125. RETURNING 1;"
  1126. [2025-03-03 20:25:45.335 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1127. ""DELETE FROM \"CustomItemDisplayPreferences\"
  1128. WHERE \"Id\" = @p0
  1129. RETURNING 1;"
  1130. [2025-03-03 20:25:45.337 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1131. ""DELETE FROM \"CustomItemDisplayPreferences\"
  1132. WHERE \"Id\" = @p0
  1133. RETURNING 1;"
  1134. [2025-03-03 20:25:45.338 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1135. ""DELETE FROM \"CustomItemDisplayPreferences\"
  1136. WHERE \"Id\" = @p0
  1137. RETURNING 1;"
  1138. [2025-03-03 20:25:45.340 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1139. ""DELETE FROM \"CustomItemDisplayPreferences\"
  1140. WHERE \"Id\" = @p0
  1141. RETURNING 1;"
  1142. [2025-03-03 20:25:45.341 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1143. ""DELETE FROM \"HomeSection\"
  1144. WHERE \"Id\" = @p0
  1145. RETURNING 1;"
  1146. [2025-03-03 20:25:45.343 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1147. ""DELETE FROM \"HomeSection\"
  1148. WHERE \"Id\" = @p0
  1149. RETURNING 1;"
  1150. [2025-03-03 20:25:45.344 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1151. ""DELETE FROM \"HomeSection\"
  1152. WHERE \"Id\" = @p0
  1153. RETURNING 1;"
  1154. [2025-03-03 20:25:45.346 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1155. ""DELETE FROM \"HomeSection\"
  1156. WHERE \"Id\" = @p0
  1157. RETURNING 1;"
  1158. [2025-03-03 20:25:45.347 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1159. ""DELETE FROM \"HomeSection\"
  1160. WHERE \"Id\" = @p0
  1161. RETURNING 1;"
  1162. [2025-03-03 20:25:45.349 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1163. ""DELETE FROM \"HomeSection\"
  1164. WHERE \"Id\" = @p0
  1165. RETURNING 1;"
  1166. [2025-03-03 20:25:45.350 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1167. ""DELETE FROM \"HomeSection\"
  1168. WHERE \"Id\" = @p0
  1169. RETURNING 1;"
  1170. [2025-03-03 20:25:45.352 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1171. ""DELETE FROM \"HomeSection\"
  1172. WHERE \"Id\" = @p0
  1173. RETURNING 1;"
  1174. [2025-03-03 20:25:45.353 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1175. ""DELETE FROM \"HomeSection\"
  1176. WHERE \"Id\" = @p0
  1177. RETURNING 1;"
  1178. [2025-03-03 20:25:45.355 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1179. ""DELETE FROM \"CustomItemDisplayPreferences\"
  1180. WHERE \"Id\" = @p0
  1181. RETURNING 1;"
  1182. [2025-03-03 20:25:45.356 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1183. ""DELETE FROM \"HomeSection\"
  1184. WHERE \"Id\" = @p0
  1185. RETURNING 1;"
  1186. [2025-03-03 20:25:45.358 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 41), @p3='?' (DbType = Guid), @p4='?' (Size = 60)"], CommandType='Text', CommandTimeout='30']"
  1187. ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
  1188. VALUES (@p0, @p1, @p2, @p3, @p4)
  1189. RETURNING \"Id\";"
  1190. [2025-03-03 20:25:45.360 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 39), @p3='?' (DbType = Guid), @p4='?' (Size = 45)"], CommandType='Text', CommandTimeout='30']"
  1191. ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
  1192. VALUES (@p0, @p1, @p2, @p3, @p4)
  1193. RETURNING \"Id\";"
  1194. [2025-03-03 20:25:45.362 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 45), @p3='?' (DbType = Guid), @p4='?' (Size = 45)"], CommandType='Text', CommandTimeout='30']"
  1195. ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
  1196. VALUES (@p0, @p1, @p2, @p3, @p4)
  1197. RETURNING \"Id\";"
  1198. [2025-03-03 20:25:45.364 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 39), @p3='?' (DbType = Guid), @p4='?' (Size = 45)"], CommandType='Text', CommandTimeout='30']"
  1199. ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
  1200. VALUES (@p0, @p1, @p2, @p3, @p4)
  1201. RETURNING \"Id\";"
  1202. [2025-03-03 20:25:45.365 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 39), @p3='?' (DbType = Guid), @p4='?' (Size = 45)"], CommandType='Text', CommandTimeout='30']"
  1203. ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
  1204. VALUES (@p0, @p1, @p2, @p3, @p4)
  1205. RETURNING \"Id\";"
  1206. [2025-03-03 20:25:45.367 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 33), @p3='?' (DbType = Guid), @p4='?' (Size = 5)"], CommandType='Text', CommandTimeout='30']"
  1207. ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
  1208. VALUES (@p0, @p1, @p2, @p3, @p4)
  1209. RETURNING \"Id\";"
  1210. [2025-03-03 20:25:45.369 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1211. ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
  1212. VALUES (@p0, @p1, @p2)
  1213. RETURNING \"Id\";"
  1214. [2025-03-03 20:25:45.371 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1215. ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
  1216. VALUES (@p0, @p1, @p2)
  1217. RETURNING \"Id\";"
  1218. [2025-03-03 20:25:45.373 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1219. ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
  1220. VALUES (@p0, @p1, @p2)
  1221. RETURNING \"Id\";"
  1222. [2025-03-03 20:25:45.375 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1223. ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
  1224. VALUES (@p0, @p1, @p2)
  1225. RETURNING \"Id\";"
  1226. [2025-03-03 20:25:45.376 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1227. ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
  1228. VALUES (@p0, @p1, @p2)
  1229. RETURNING \"Id\";"
  1230. [2025-03-03 20:25:45.378 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1231. ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
  1232. VALUES (@p0, @p1, @p2)
  1233. RETURNING \"Id\";"
  1234. [2025-03-03 20:25:45.379 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1235. ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
  1236. VALUES (@p0, @p1, @p2)
  1237. RETURNING \"Id\";"
  1238. [2025-03-03 20:25:45.381 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1239. ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
  1240. VALUES (@p0, @p1, @p2)
  1241. RETURNING \"Id\";"
  1242. [2025-03-03 20:25:45.382 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1243. ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
  1244. VALUES (@p0, @p1, @p2)
  1245. RETURNING \"Id\";"
  1246. [2025-03-03 20:25:45.384 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  1247. ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
  1248. VALUES (@p0, @p1, @p2)
  1249. RETURNING \"Id\";"
  1250. [2025-03-03 20:25:45.389 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  1251. [2025-03-03 20:25:45.390 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DisplayPreferencesController.UpdateDisplayPreferences (Jellyfin.Api)" in 89.3586ms
  1252. [2025-03-03 20:25:45.391 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.UpdateDisplayPreferences (Jellyfin.Api)"'
  1253. [2025-03-03 20:25:45.392 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/DisplayPreferences/usersettings""?userId=936e1d8698e14ccc9398ab93299771c4&client=emby" - 204 null null 96.3554ms
  1254. [2025-03-03 20:25:45.910 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"C:\ProgramData\Jellyfin\Server\cache\images\resized-images\2\2ee54d0c-952c-5160-1dcc-3c943065fa45.webp"' with download name '""' ...
  1255. [2025-03-03 20:25:46.283 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 1031.6268ms
  1256. [2025-03-03 20:25:46.284 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  1257. [2025-03-03 20:25:46.285 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Playback/BitrateTest""?Size=1000000" - 200 1048576 "application/octet-stream" 1037.9588ms
  1258. [2025-03-03 20:25:46.860 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImageByIndex (Jellyfin.Api)" in 1711.4832ms
  1259. [2025-03-03 20:25:46.861 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImageByIndex (Jellyfin.Api)"'
  1260. [2025-03-03 20:25:46.862 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/07308f596acfac33dce0c96b23ea0f4b/Images/Backdrop/0""?tag=d08ba5552a9e7a44244173bd4af2c877&maxWidth=3840&quality=80" - 200 462976 "image/webp" 1719.4241ms
  1261. [2025-03-03 20:25:49.615 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/55802.5fcdf3893cadf74eb906.chunk.js""" - null null
  1262. [2025-03-03 20:25:49.617 +01:00] [INF] [29] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/55802.5fcdf3893cadf74eb906.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\55802.5fcdf3893cadf74eb906.chunk.js"'
  1263. [2025-03-03 20:25:49.619 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/55802.5fcdf3893cadf74eb906.chunk.js""" - 200 null "text/javascript" 3.1409ms
  1264. [2025-03-03 20:25:49.628 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/68866.2c3ebd4fee6d8091eb04.chunk.js""" - null null
  1265. [2025-03-03 20:25:49.628 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/itemDetails.4e73e76f0dd846bb8545.css""" - null null
  1266. [2025-03-03 20:25:49.628 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/itemDetails-index-html.ca5f15ff794311af00a6.chunk.js""" - null null
  1267. [2025-03-03 20:25:49.630 +01:00] [INF] [27] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/68866.2c3ebd4fee6d8091eb04.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\68866.2c3ebd4fee6d8091eb04.chunk.js"'
  1268. [2025-03-03 20:25:49.631 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/itemDetails.4e73e76f0dd846bb8545.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\itemDetails.4e73e76f0dd846bb8545.css"'
  1269. [2025-03-03 20:25:49.633 +01:00] [INF] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/itemDetails-index-html.ca5f15ff794311af00a6.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\itemDetails-index-html.ca5f15ff794311af00a6.chunk.js"'
  1270. [2025-03-03 20:25:49.634 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/68866.2c3ebd4fee6d8091eb04.chunk.js""" - 200 null "text/javascript" 5.9356ms
  1271. [2025-03-03 20:25:49.635 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/itemDetails.4e73e76f0dd846bb8545.css""" - 200 null "text/css" 6.7674ms
  1272. [2025-03-03 20:25:49.636 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/itemDetails-index-html.ca5f15ff794311af00a6.chunk.js""" - 200 null "text/javascript" 7.7506ms
  1273. [2025-03-03 20:25:49.735 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/47472.ead193e1e4096120377c.css""" - null null
  1274. [2025-03-03 20:25:49.736 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/47472.611b267b5d329c4410d9.chunk.js""" - null null
  1275. [2025-03-03 20:25:49.737 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/47472.ead193e1e4096120377c.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\47472.ead193e1e4096120377c.css"'
  1276. [2025-03-03 20:25:49.738 +01:00] [INF] [27] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/47472.611b267b5d329c4410d9.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\47472.611b267b5d329c4410d9.chunk.js"'
  1277. [2025-03-03 20:25:49.739 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/47472.ead193e1e4096120377c.css""" - 200 null "text/css" 3.6455ms
  1278. [2025-03-03 20:25:49.740 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/47472.611b267b5d329c4410d9.chunk.js""" - 200 null "text/javascript" 4.2473ms
  1279. [2025-03-03 20:25:49.764 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/dc1c56565a43b2df678e5318c2066798""" - null null
  1280. [2025-03-03 20:25:49.766 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
  1281. [2025-03-03 20:25:49.767 +01:00] [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").
  1282. [2025-03-03 20:25:49.774 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'.
  1283. [2025-03-03 20:25:49.777 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)" in 9.2246ms
  1284. [2025-03-03 20:25:49.778 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
  1285. [2025-03-03 20:25:49.779 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/dc1c56565a43b2df678e5318c2066798""" - 200 null "application/json; charset=utf-8" 14.7444ms
  1286. [2025-03-03 20:25:49.782 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/dc1c56565a43b2df678e5318c2066798""?userId=936e1d8698e14ccc9398ab93299771c4" - null null
  1287. [2025-03-03 20:25:49.783 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)"'
  1288. [2025-03-03 20:25:49.786 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItem\", controller = \"UserLibrary\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItem(System.Nullable`1[System.Guid], System.Guid)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
  1289. [2025-03-03 20:25:49.789 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'.
  1290. [2025-03-03 20:25:49.790 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)" in 2.8434ms
  1291. [2025-03-03 20:25:49.791 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)"'
  1292. [2025-03-03 20:25:49.792 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/dc1c56565a43b2df678e5318c2066798""?userId=936e1d8698e14ccc9398ab93299771c4" - 200 null "application/json; charset=utf-8" 9.8429ms
  1293. [2025-03-03 20:25:49.844 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/dc1c56565a43b2df678e5318c2066798/ThemeMedia""?userId=936e1d8698e14ccc9398ab93299771c4&inheritFromParent=true" - null null
  1294. [2025-03-03 20:25:49.846 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)"'
  1295. [2025-03-03 20:25:49.848 +01:00] [INF] [17] 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").
  1296. [2025-03-03 20:25:49.851 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.AllThemeMediaResult"'.
  1297. [2025-03-03 20:25:49.853 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)" in 3.825ms
  1298. [2025-03-03 20:25:49.854 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)"'
  1299. [2025-03-03 20:25:49.855 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/dc1c56565a43b2df678e5318c2066798/ThemeMedia""?userId=936e1d8698e14ccc9398ab93299771c4&inheritFromParent=true" - 200 null "application/json; charset=utf-8" 10.4604ms
  1300. [2025-03-03 20:25:49.884 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/dc1c56565a43b2df678e5318c2066798/Similar""?userId=936e1d8698e14ccc9398ab93299771c4&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete" - null null
  1301. [2025-03-03 20:25:49.886 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LibraryController.GetSimilarItems (Jellyfin.Api)"'
  1302. [2025-03-03 20:25:49.887 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSimilarItems\", controller = \"Library\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetSimilarItems(System.Guid, System.Guid[], System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], MediaBrowser.Model.Querying.ItemFields[])" on controller "Jellyfin.Api.Controllers.LibraryController" ("Jellyfin.Api").
  1303. [2025-03-03 20:25:49.893 +01:00] [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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  1304. [2025-03-03 20:25:49.894 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LibraryController.GetSimilarItems (Jellyfin.Api)" in 5.3186ms
  1305. [2025-03-03 20:25:49.895 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LibraryController.GetSimilarItems (Jellyfin.Api)"'
  1306. [2025-03-03 20:25:49.896 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/dc1c56565a43b2df678e5318c2066798/Similar""?userId=936e1d8698e14ccc9398ab93299771c4&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete" - 200 null "application/json; charset=utf-8" 11.7094ms
  1307. [2025-03-03 20:25:49.959 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Shows/dc1c56565a43b2df678e5318c2066798/Seasons""?userId=936e1d8698e14ccc9398ab93299771c4&Fields=ItemCounts%2CPrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount" - null null
  1308. [2025-03-03 20:25:49.961 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetSeasons (Jellyfin.Api)"'
  1309. [2025-03-03 20:25:49.963 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSeasons\", controller = \"TvShows\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetSeasons(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Guid], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.TvShowsController" ("Jellyfin.Api").
  1310. [2025-03-03 20:25:49.968 +01:00] [INF] [17] 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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  1311. [2025-03-03 20:25:49.969 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.TvShowsController.GetSeasons (Jellyfin.Api)" in 4.4266ms
  1312. [2025-03-03 20:25:49.969 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/LiveTv/Programs""?UserId=936e1d8698e14ccc9398ab93299771c4&ImageTypeLimit=1&HasAired=false&SortBy=StartDate&EnableTotalRecordCount=false&Limit=50&EnableUserData=false&Fields=ChannelInfo%2CChannelImage&LibrarySeriesId=dc1c56565a43b2df678e5318c2066798" - null null
  1313. [2025-03-03 20:25:49.970 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetSeasons (Jellyfin.Api)"'
  1314. [2025-03-03 20:25:49.972 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Shows/NextUp""?SeriesId=dc1c56565a43b2df678e5318c2066798&UserId=936e1d8698e14ccc9398ab93299771c4&Fields=MediaSourceCount" - null null
  1315. [2025-03-03 20:25:49.972 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/82509.74e447466c96079d37bf.chunk.js""" - null null
  1316. [2025-03-03 20:25:49.972 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetLiveTvPrograms (Jellyfin.Api)"'
  1317. [2025-03-03 20:25:49.973 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Shows/dc1c56565a43b2df678e5318c2066798/Seasons""?userId=936e1d8698e14ccc9398ab93299771c4&Fields=ItemCounts%2CPrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount" - 200 null "application/json; charset=utf-8" 13.6726ms
  1318. [2025-03-03 20:25:49.974 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)"'
  1319. [2025-03-03 20:25:49.976 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/82509.74e447466c96079d37bf.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\82509.74e447466c96079d37bf.chunk.js"'
  1320. [2025-03-03 20:25:49.979 +01:00] [INF] [8] 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").
  1321. [2025-03-03 20:25:49.980 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/82509.74e447466c96079d37bf.chunk.js""" - 200 null "text/javascript" 7.719ms
  1322. [2025-03-03 20:25:49.980 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveTvPrograms\", 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]]] GetLiveTvPrograms(System.Guid[], System.Nullable`1[System.Guid], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], 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], System.Nullable`1[System.Int32], Jellyfin.Data.Enums.ItemSortBy[], Jellyfin.Data.Enums.SortOrder[], System.String[], System.Guid[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], System.String, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Boolean)" on controller "Jellyfin.Api.Controllers.LiveTvController" ("Jellyfin.Api").
  1323. [2025-03-03 20:25:49.983 +01:00] [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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  1324. [2025-03-03 20:25:49.986 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)" in 4.5467ms
  1325. [2025-03-03 20:25:49.987 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)"'
  1326. [2025-03-03 20:25:49.988 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Shows/NextUp""?SeriesId=dc1c56565a43b2df678e5318c2066798&UserId=936e1d8698e14ccc9398ab93299771c4&Fields=MediaSourceCount" - 200 null "application/json; charset=utf-8" 15.8223ms
  1327. [2025-03-03 20:25:49.991 +01:00] [INF] [27] 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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  1328. [2025-03-03 20:25:49.992 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LiveTvController.GetLiveTvPrograms (Jellyfin.Api)" in 7.2785ms
  1329. [2025-03-03 20:25:49.993 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetLiveTvPrograms (Jellyfin.Api)"'
  1330. [2025-03-03 20:25:49.993 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/LiveTv/Programs""?UserId=936e1d8698e14ccc9398ab93299771c4&ImageTypeLimit=1&HasAired=false&SortBy=StartDate&EnableTotalRecordCount=false&Limit=50&EnableUserData=false&Fields=ChannelInfo%2CChannelImage&LibrarySeriesId=dc1c56565a43b2df678e5318c2066798" - 200 null "application/json; charset=utf-8" 24.0203ms
  1331. [2025-03-03 20:25:50.237 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/7f8cbbecba440dce755f52ab315d87c1/Images/Primary""?fillHeight=503&fillWidth=894&quality=96&tag=4f987bbb35698760771ea1d52ac6c017" - null null
  1332. [2025-03-03 20:25:50.239 +01:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  1333. [2025-03-03 20:25:50.242 +01:00] [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").
  1334. [2025-03-03 20:25:50.246 +01:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"C:\ProgramData\Jellyfin\Server\metadata\library\7f\7f8cbbecba440dce755f52ab315d87c1\poster.jpg"' with download name '""' ...
  1335. [2025-03-03 20:25:50.247 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 3.2803ms
  1336. [2025-03-03 20:25:50.248 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  1337. [2025-03-03 20:25:50.248 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/7f8cbbecba440dce755f52ab315d87c1/Images/Primary""?fillHeight=503&fillWidth=894&quality=96&tag=4f987bbb35698760771ea1d52ac6c017" - 200 8652 "image/jpeg" 11.1063ms
  1338. [2025-03-03 20:25:57.653 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/7a82bd45e4b6e72bacb947ac2baf4070""" - null null
  1339. [2025-03-03 20:25:57.655 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
  1340. [2025-03-03 20:25:57.655 +01:00] [INF] [27] 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").
  1341. [2025-03-03 20:25:57.659 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'.
  1342. [2025-03-03 20:25:57.660 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)" in 3.439ms
  1343. [2025-03-03 20:25:57.661 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
  1344. [2025-03-03 20:25:57.662 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/7a82bd45e4b6e72bacb947ac2baf4070""" - 200 null "application/json; charset=utf-8" 9.0125ms
  1345. [2025-03-03 20:25:57.665 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/7a82bd45e4b6e72bacb947ac2baf4070""?userId=936e1d8698e14ccc9398ab93299771c4" - null null
  1346. [2025-03-03 20:25:57.667 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)"'
  1347. [2025-03-03 20:25:57.668 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItem\", controller = \"UserLibrary\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItem(System.Nullable`1[System.Guid], System.Guid)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
  1348. [2025-03-03 20:25:57.671 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'.
  1349. [2025-03-03 20:25:57.672 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)" in 2.8332ms
  1350. [2025-03-03 20:25:57.673 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)"'
  1351. [2025-03-03 20:25:57.674 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/7a82bd45e4b6e72bacb947ac2baf4070""?userId=936e1d8698e14ccc9398ab93299771c4" - 200 null "application/json; charset=utf-8" 8.5215ms
  1352. [2025-03-03 20:25:57.732 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/7a82bd45e4b6e72bacb947ac2baf4070/ThemeMedia""?userId=936e1d8698e14ccc9398ab93299771c4&inheritFromParent=true" - null null
  1353. [2025-03-03 20:25:57.734 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)"'
  1354. [2025-03-03 20:25:57.734 +01:00] [INF] [27] 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").
  1355. [2025-03-03 20:25:57.736 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.AllThemeMediaResult"'.
  1356. [2025-03-03 20:25:57.737 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)" in 1.4533ms
  1357. [2025-03-03 20:25:57.738 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)"'
  1358. [2025-03-03 20:25:57.739 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/7a82bd45e4b6e72bacb947ac2baf4070/ThemeMedia""?userId=936e1d8698e14ccc9398ab93299771c4&inheritFromParent=true" - 200 null "application/json; charset=utf-8" 6.8248ms
  1359. [2025-03-03 20:25:57.755 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Shows/dc1c56565a43b2df678e5318c2066798/Episodes""?seasonId=7a82bd45e4b6e72bacb947ac2baf4070&userId=936e1d8698e14ccc9398ab93299771c4&Fields=ItemCounts%2CPrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount%2COverview" - null null
  1360. [2025-03-03 20:25:57.757 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)"'
  1361. [2025-03-03 20:25:57.759 +01:00] [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").
  1362. [2025-03-03 20:25:57.762 +01:00] [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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  1363. [2025-03-03 20:25:57.764 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)" in 3.1184ms
  1364. [2025-03-03 20:25:57.764 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)"'
  1365. [2025-03-03 20:25:57.765 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Shows/dc1c56565a43b2df678e5318c2066798/Episodes""?seasonId=7a82bd45e4b6e72bacb947ac2baf4070&userId=936e1d8698e14ccc9398ab93299771c4&Fields=ItemCounts%2CPrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount%2COverview" - 200 null "application/json; charset=utf-8" 10.1435ms
  1366. [2025-03-03 20:25:59.780 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/9fead8125adf3ba646136a1f7db449a0""" - null null
  1367. [2025-03-03 20:25:59.782 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
  1368. [2025-03-03 20:25:59.783 +01:00] [INF] [27] 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").
  1369. [2025-03-03 20:25:59.789 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/9fead8125adf3ba646136a1f7db449a0""?userId=936e1d8698e14ccc9398ab93299771c4" - null null
  1370. [2025-03-03 20:25:59.791 +01:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)"'
  1371. [2025-03-03 20:25:59.792 +01:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItem\", controller = \"UserLibrary\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItem(System.Nullable`1[System.Guid], System.Guid)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
  1372. [2025-03-03 20:25:59.799 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1373. ""SELECT EXISTS (
  1374. SELECT 1
  1375. FROM \"MediaSegments\" AS \"m\"
  1376. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1377. [2025-03-03 20:25:59.799 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1378. ""SELECT EXISTS (
  1379. SELECT 1
  1380. FROM \"MediaSegments\" AS \"m\"
  1381. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1382. [2025-03-03 20:25:59.804 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1383. ""SELECT EXISTS (
  1384. SELECT 1
  1385. FROM \"MediaSegments\" AS \"m\"
  1386. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1387. [2025-03-03 20:25:59.804 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1388. ""SELECT EXISTS (
  1389. SELECT 1
  1390. FROM \"MediaSegments\" AS \"m\"
  1391. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1392. [2025-03-03 20:25:59.812 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1393. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1394. FROM \"TrickplayInfos\" AS \"t\"
  1395. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1396. [2025-03-03 20:25:59.812 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1397. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1398. FROM \"TrickplayInfos\" AS \"t\"
  1399. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1400. [2025-03-03 20:25:59.814 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'.
  1401. [2025-03-03 20:25:59.815 +01:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'.
  1402. [2025-03-03 20:25:59.842 +01:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)" in 49.1374ms
  1403. [2025-03-03 20:25:59.842 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)" in 58.0801ms
  1404. [2025-03-03 20:25:59.843 +01:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)"'
  1405. [2025-03-03 20:25:59.844 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
  1406. [2025-03-03 20:25:59.845 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/9fead8125adf3ba646136a1f7db449a0""?userId=936e1d8698e14ccc9398ab93299771c4" - 200 null "application/json; charset=utf-8" 55.7004ms
  1407. [2025-03-03 20:25:59.846 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/9fead8125adf3ba646136a1f7db449a0""" - 200 null "application/json; charset=utf-8" 65.6815ms
  1408. [2025-03-03 20:25:59.862 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/9fead8125adf3ba646136a1f7db449a0/ThemeMedia""?userId=936e1d8698e14ccc9398ab93299771c4&inheritFromParent=true" - null null
  1409. [2025-03-03 20:25:59.864 +01:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)"'
  1410. [2025-03-03 20:25:59.864 +01:00] [INF] [26] 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").
  1411. [2025-03-03 20:25:59.866 +01:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.AllThemeMediaResult"'.
  1412. [2025-03-03 20:25:59.867 +01:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)" in 1.2304ms
  1413. [2025-03-03 20:25:59.868 +01:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)"'
  1414. [2025-03-03 20:25:59.868 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/9fead8125adf3ba646136a1f7db449a0/ThemeMedia""?userId=936e1d8698e14ccc9398ab93299771c4&inheritFromParent=true" - 200 null "application/json; charset=utf-8" 6.4657ms
  1415. [2025-03-03 20:25:59.877 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Shows/dc1c56565a43b2df678e5318c2066798/Episodes""?SeasonId=7a82bd45e4b6e72bacb947ac2baf4070&UserId=936e1d8698e14ccc9398ab93299771c4&Fields=ItemCounts%2CPrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount" - null null
  1416. [2025-03-03 20:25:59.878 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)"'
  1417. [2025-03-03 20:25:59.879 +01:00] [INF] [27] 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").
  1418. [2025-03-03 20:25:59.881 +01:00] [INF] [27] 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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  1419. [2025-03-03 20:25:59.883 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)" in 1.9277ms
  1420. [2025-03-03 20:25:59.884 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)"'
  1421. [2025-03-03 20:25:59.884 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Shows/dc1c56565a43b2df678e5318c2066798/Episodes""?SeasonId=7a82bd45e4b6e72bacb947ac2baf4070&UserId=936e1d8698e14ccc9398ab93299771c4&Fields=ItemCounts%2CPrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount" - 200 null "application/json; charset=utf-8" 7.5898ms
  1422. [2025-03-03 20:26:01.636 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Shows/dc1c56565a43b2df678e5318c2066798/Episodes""?IsVirtualUnaired=false&IsMissing=false&UserId=936e1d8698e14ccc9398ab93299771c4&Fields=Chapters%2CTrickplay" - null null
  1423. [2025-03-03 20:26:01.638 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)"'
  1424. [2025-03-03 20:26:01.639 +01:00] [INF] [25] 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").
  1425. [2025-03-03 20:26:01.643 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1426. ""SELECT EXISTS (
  1427. SELECT 1
  1428. FROM \"MediaSegments\" AS \"m\"
  1429. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1430. [2025-03-03 20:26:01.645 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1431. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1432. FROM \"TrickplayInfos\" AS \"t\"
  1433. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1434. [2025-03-03 20:26:01.647 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1435. ""SELECT EXISTS (
  1436. SELECT 1
  1437. FROM \"MediaSegments\" AS \"m\"
  1438. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1439. [2025-03-03 20:26:01.648 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1440. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1441. FROM \"TrickplayInfos\" AS \"t\"
  1442. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1443. [2025-03-03 20:26:01.650 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1444. ""SELECT EXISTS (
  1445. SELECT 1
  1446. FROM \"MediaSegments\" AS \"m\"
  1447. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1448. [2025-03-03 20:26:01.652 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1449. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1450. FROM \"TrickplayInfos\" AS \"t\"
  1451. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1452. [2025-03-03 20:26:01.653 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1453. ""SELECT EXISTS (
  1454. SELECT 1
  1455. FROM \"MediaSegments\" AS \"m\"
  1456. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1457. [2025-03-03 20:26:01.655 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1458. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1459. FROM \"TrickplayInfos\" AS \"t\"
  1460. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1461. [2025-03-03 20:26:01.657 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1462. ""SELECT EXISTS (
  1463. SELECT 1
  1464. FROM \"MediaSegments\" AS \"m\"
  1465. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1466. [2025-03-03 20:26:01.658 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1467. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1468. FROM \"TrickplayInfos\" AS \"t\"
  1469. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1470. [2025-03-03 20:26:01.660 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1471. ""SELECT EXISTS (
  1472. SELECT 1
  1473. FROM \"MediaSegments\" AS \"m\"
  1474. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1475. [2025-03-03 20:26:01.662 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1476. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1477. FROM \"TrickplayInfos\" AS \"t\"
  1478. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1479. [2025-03-03 20:26:01.663 +01:00] [INF] [25] 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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  1480. [2025-03-03 20:26:01.664 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)" in 23.9336ms
  1481. [2025-03-03 20:26:01.665 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)"'
  1482. [2025-03-03 20:26:01.666 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Shows/dc1c56565a43b2df678e5318c2066798/Episodes""?IsVirtualUnaired=false&IsMissing=false&UserId=936e1d8698e14ccc9398ab93299771c4&Fields=Chapters%2CTrickplay" - 200 null "application/json; charset=utf-8" 30.1127ms
  1483. [2025-03-03 20:26:01.686 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/9fead8125adf3ba646136a1f7db449a0""" - null null
  1484. [2025-03-03 20:26:01.687 +01:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
  1485. [2025-03-03 20:26:01.688 +01:00] [INF] [26] 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").
  1486. [2025-03-03 20:26:01.690 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1487. ""SELECT EXISTS (
  1488. SELECT 1
  1489. FROM \"MediaSegments\" AS \"m\"
  1490. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1491. [2025-03-03 20:26:01.692 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1492. ""SELECT EXISTS (
  1493. SELECT 1
  1494. FROM \"MediaSegments\" AS \"m\"
  1495. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1496. [2025-03-03 20:26:01.694 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1497. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1498. FROM \"TrickplayInfos\" AS \"t\"
  1499. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1500. [2025-03-03 20:26:01.695 +01:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'.
  1501. [2025-03-03 20:26:01.697 +01:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)" in 7.9058ms
  1502. [2025-03-03 20:26:01.698 +01:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
  1503. [2025-03-03 20:26:01.699 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Users/936e1d8698e14ccc9398ab93299771c4/Items/9fead8125adf3ba646136a1f7db449a0""" - 200 null "application/json; charset=utf-8" 13.5498ms
  1504. [2025-03-03 20:26:02.357 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Items/9fead8125adf3ba646136a1f7db449a0/PlaybackInfo""" - "application/json" 5928
  1505. [2025-03-03 20:26:02.358 +01:00] [INF] [27] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  1506. [2025-03-03 20:26:02.359 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"'
  1507. [2025-03-03 20:26:02.362 +01:00] [INF] [27] 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").
  1508. [2025-03-03 20:26:02.389 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1509. ""SELECT EXISTS (
  1510. SELECT 1
  1511. FROM \"MediaSegments\" AS \"m\"
  1512. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1513. [2025-03-03 20:26:02.416 +01:00] [INF] [27] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "CybranM". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1514. [2025-03-03 20:26:02.437 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.MediaInfo.PlaybackInfoResponse"'.
  1515. [2025-03-03 20:26:02.442 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)" in 78.1103ms
  1516. [2025-03-03 20:26:02.442 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"'
  1517. [2025-03-03 20:26:02.443 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Items/9fead8125adf3ba646136a1f7db449a0/PlaybackInfo""" - 200 null "application/json; charset=utf-8" 86.8825ms
  1518. [2025-03-03 20:26:02.468 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/htmlVideoPlayer-style-scss.6919e19d581252e83cdd.css""" - null null
  1519. [2025-03-03 20:26:02.468 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/htmlVideoPlayer-style-scss.fb0b6a6d151fb41a04ce.chunk.js""" - null null
  1520. [2025-03-03 20:26:02.469 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/htmlVideoPlayer-style-scss.6919e19d581252e83cdd.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\htmlVideoPlayer-style-scss.6919e19d581252e83cdd.css"'
  1521. [2025-03-03 20:26:02.471 +01:00] [INF] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/htmlVideoPlayer-style-scss.fb0b6a6d151fb41a04ce.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\htmlVideoPlayer-style-scss.fb0b6a6d151fb41a04ce.chunk.js"'
  1522. [2025-03-03 20:26:02.472 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/htmlVideoPlayer-style-scss.6919e19d581252e83cdd.css""" - 200 null "text/css" 3.9594ms
  1523. [2025-03-03 20:26:02.473 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/htmlVideoPlayer-style-scss.fb0b6a6d151fb41a04ce.chunk.js""" - 200 null "text/javascript" 4.2355ms
  1524. [2025-03-03 20:26:02.820 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Videos/9fead8125adf3ba646136a1f7db449a0/stream.mkv""?Static=true&mediaSourceId=9fead8125adf3ba646136a1f7db449a0&deviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTA4LjAuNTM1OS4yMTEgU2FmYXJpLzUzNy4zNiBXZWJBcHBNYW5hZ2VyfDE3MzI1MzYwMDc0NDk1&api_key=750e90cbbf334505b0a1e1ad1b7271af&Tag=53854bca9037a3411d24251025ed03fd" - null null
  1525. [2025-03-03 20:26:02.822 +01:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStreamByContainer (Jellyfin.Api)"'
  1526. [2025-03-03 20:26:02.827 +01:00] [INF] [23] 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").
  1527. [2025-03-03 20:26:02.838 +01:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1528. ""SELECT EXISTS (
  1529. SELECT 1
  1530. FROM \"MediaSegments\" AS \"m\"
  1531. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1532. [2025-03-03 20:26:02.844 +01:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"F:\Shows\Perfect Planet\Perfect Planet - Episode 1 - Volcano.mkv"' with download name '""' ...
  1533. [2025-03-03 20:26:05.142 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing""" - "application/json" 994
  1534. [2025-03-03 20:26:05.143 +01:00] [INF] [25] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  1535. [2025-03-03 20:26:05.145 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)"'
  1536. [2025-03-03 20:26:05.147 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackStart\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackStart(MediaBrowser.Model.Session.PlaybackStartInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
  1537. [2025-03-03 20:26:05.174 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1538. ""SELECT EXISTS (
  1539. SELECT 1
  1540. FROM \"MediaSegments\" AS \"m\"
  1541. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1542. [2025-03-03 20:26:05.176 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1543. ""SELECT EXISTS (
  1544. SELECT 1
  1545. FROM \"MediaSegments\" AS \"m\"
  1546. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1547. [2025-03-03 20:26:05.178 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1548. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1549. FROM \"TrickplayInfos\" AS \"t\"
  1550. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1551. [2025-03-03 20:26:05.181 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1552. ""SELECT EXISTS (
  1553. SELECT 1
  1554. FROM \"MediaSegments\" AS \"m\"
  1555. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1556. [2025-03-03 20:26:05.183 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1557. ""SELECT EXISTS (
  1558. SELECT 1
  1559. FROM \"MediaSegments\" AS \"m\"
  1560. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1561. [2025-03-03 20:26:05.185 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1562. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1563. FROM \"TrickplayInfos\" AS \"t\"
  1564. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1565. [2025-03-03 20:26:05.187 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1566. ""SELECT EXISTS (
  1567. SELECT 1
  1568. FROM \"MediaSegments\" AS \"m\"
  1569. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1570. [2025-03-03 20:26:05.189 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1571. ""SELECT EXISTS (
  1572. SELECT 1
  1573. FROM \"MediaSegments\" AS \"m\"
  1574. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1575. [2025-03-03 20:26:05.190 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1576. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1577. FROM \"TrickplayInfos\" AS \"t\"
  1578. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1579. [2025-03-03 20:26:05.192 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1580. ""SELECT EXISTS (
  1581. SELECT 1
  1582. FROM \"MediaSegments\" AS \"m\"
  1583. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1584. [2025-03-03 20:26:05.194 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1585. ""SELECT EXISTS (
  1586. SELECT 1
  1587. FROM \"MediaSegments\" AS \"m\"
  1588. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1589. [2025-03-03 20:26:05.196 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1590. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1591. FROM \"TrickplayInfos\" AS \"t\"
  1592. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1593. [2025-03-03 20:26:05.198 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1594. ""SELECT EXISTS (
  1595. SELECT 1
  1596. FROM \"MediaSegments\" AS \"m\"
  1597. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1598. [2025-03-03 20:26:05.200 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1599. ""SELECT EXISTS (
  1600. SELECT 1
  1601. FROM \"MediaSegments\" AS \"m\"
  1602. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1603. [2025-03-03 20:26:05.201 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1604. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1605. FROM \"TrickplayInfos\" AS \"t\"
  1606. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1607. [2025-03-03 20:26:05.204 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1608. ""SELECT EXISTS (
  1609. SELECT 1
  1610. FROM \"MediaSegments\" AS \"m\"
  1611. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1612. [2025-03-03 20:26:05.205 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1613. ""SELECT EXISTS (
  1614. SELECT 1
  1615. FROM \"MediaSegments\" AS \"m\"
  1616. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1617. [2025-03-03 20:26:05.207 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1618. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1619. FROM \"TrickplayInfos\" AS \"t\"
  1620. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1621. [2025-03-03 20:26:05.209 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1622. ""SELECT EXISTS (
  1623. SELECT 1
  1624. FROM \"MediaSegments\" AS \"m\"
  1625. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1626. [2025-03-03 20:26:05.211 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1627. ""SELECT EXISTS (
  1628. SELECT 1
  1629. FROM \"MediaSegments\" AS \"m\"
  1630. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1631. [2025-03-03 20:26:05.212 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1632. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1633. FROM \"TrickplayInfos\" AS \"t\"
  1634. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1635. [2025-03-03 20:26:05.219 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?' (Size = 32), @p2='?' (DbType = Int32), @p3='?' (Size = 60), @p4='?', @p5='?' (DbType = UInt32), @p6='?', @p7='?' (Size = 13), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1636. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  1637. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  1638. RETURNING \"Id\";"
  1639. [2025-03-03 20:26:05.221 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  1640. [2025-03-03 20:26:05.222 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)" in 73.5503ms
  1641. [2025-03-03 20:26:05.223 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)"'
  1642. [2025-03-03 20:26:05.224 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing""" - 204 null null 82.1933ms
  1643. [2025-03-03 20:26:06.224 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1644. ""SELECT EXISTS (
  1645. SELECT 1
  1646. FROM \"MediaSegments\" AS \"m\"
  1647. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1648. [2025-03-03 20:26:06.226 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1649. ""SELECT EXISTS (
  1650. SELECT 1
  1651. FROM \"MediaSegments\" AS \"m\"
  1652. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1653. [2025-03-03 20:26:06.228 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1654. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1655. FROM \"TrickplayInfos\" AS \"t\"
  1656. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1657. [2025-03-03 20:26:06.230 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1658. ""SELECT EXISTS (
  1659. SELECT 1
  1660. FROM \"MediaSegments\" AS \"m\"
  1661. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1662. [2025-03-03 20:26:06.232 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1663. ""SELECT EXISTS (
  1664. SELECT 1
  1665. FROM \"MediaSegments\" AS \"m\"
  1666. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1667. [2025-03-03 20:26:06.234 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1668. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1669. FROM \"TrickplayInfos\" AS \"t\"
  1670. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1671. [2025-03-03 20:26:06.236 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1672. ""SELECT EXISTS (
  1673. SELECT 1
  1674. FROM \"MediaSegments\" AS \"m\"
  1675. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1676. [2025-03-03 20:26:06.238 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1677. ""SELECT EXISTS (
  1678. SELECT 1
  1679. FROM \"MediaSegments\" AS \"m\"
  1680. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1681. [2025-03-03 20:26:06.239 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1682. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1683. FROM \"TrickplayInfos\" AS \"t\"
  1684. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1685. [2025-03-03 20:26:06.241 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1686. ""SELECT EXISTS (
  1687. SELECT 1
  1688. FROM \"MediaSegments\" AS \"m\"
  1689. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1690. [2025-03-03 20:26:06.243 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1691. ""SELECT EXISTS (
  1692. SELECT 1
  1693. FROM \"MediaSegments\" AS \"m\"
  1694. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1695. [2025-03-03 20:26:06.245 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1696. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1697. FROM \"TrickplayInfos\" AS \"t\"
  1698. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1699. [2025-03-03 20:26:06.247 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1700. ""SELECT EXISTS (
  1701. SELECT 1
  1702. FROM \"MediaSegments\" AS \"m\"
  1703. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1704. [2025-03-03 20:26:06.248 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1705. ""SELECT EXISTS (
  1706. SELECT 1
  1707. FROM \"MediaSegments\" AS \"m\"
  1708. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1709. [2025-03-03 20:26:06.250 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1710. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1711. FROM \"TrickplayInfos\" AS \"t\"
  1712. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1713. [2025-03-03 20:26:06.251 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1714. ""SELECT EXISTS (
  1715. SELECT 1
  1716. FROM \"MediaSegments\" AS \"m\"
  1717. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1718. [2025-03-03 20:26:06.253 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1719. ""SELECT EXISTS (
  1720. SELECT 1
  1721. FROM \"MediaSegments\" AS \"m\"
  1722. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1723. [2025-03-03 20:26:06.255 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1724. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1725. FROM \"TrickplayInfos\" AS \"t\"
  1726. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1727. [2025-03-03 20:26:07.230 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1728. ""SELECT EXISTS (
  1729. SELECT 1
  1730. FROM \"MediaSegments\" AS \"m\"
  1731. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1732. [2025-03-03 20:26:07.232 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1733. ""SELECT EXISTS (
  1734. SELECT 1
  1735. FROM \"MediaSegments\" AS \"m\"
  1736. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1737. [2025-03-03 20:26:07.234 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1738. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1739. FROM \"TrickplayInfos\" AS \"t\"
  1740. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1741. [2025-03-03 20:26:07.236 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1742. ""SELECT EXISTS (
  1743. SELECT 1
  1744. FROM \"MediaSegments\" AS \"m\"
  1745. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1746. [2025-03-03 20:26:07.238 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1747. ""SELECT EXISTS (
  1748. SELECT 1
  1749. FROM \"MediaSegments\" AS \"m\"
  1750. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1751. [2025-03-03 20:26:07.240 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1752. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1753. FROM \"TrickplayInfos\" AS \"t\"
  1754. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1755. [2025-03-03 20:26:07.242 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1756. ""SELECT EXISTS (
  1757. SELECT 1
  1758. FROM \"MediaSegments\" AS \"m\"
  1759. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1760. [2025-03-03 20:26:07.244 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1761. ""SELECT EXISTS (
  1762. SELECT 1
  1763. FROM \"MediaSegments\" AS \"m\"
  1764. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1765. [2025-03-03 20:26:07.245 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1766. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1767. FROM \"TrickplayInfos\" AS \"t\"
  1768. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1769. [2025-03-03 20:26:07.247 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1770. ""SELECT EXISTS (
  1771. SELECT 1
  1772. FROM \"MediaSegments\" AS \"m\"
  1773. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1774. [2025-03-03 20:26:07.249 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1775. ""SELECT EXISTS (
  1776. SELECT 1
  1777. FROM \"MediaSegments\" AS \"m\"
  1778. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1779. [2025-03-03 20:26:07.251 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1780. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1781. FROM \"TrickplayInfos\" AS \"t\"
  1782. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1783. [2025-03-03 20:26:07.253 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1784. ""SELECT EXISTS (
  1785. SELECT 1
  1786. FROM \"MediaSegments\" AS \"m\"
  1787. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1788. [2025-03-03 20:26:07.254 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1789. ""SELECT EXISTS (
  1790. SELECT 1
  1791. FROM \"MediaSegments\" AS \"m\"
  1792. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1793. [2025-03-03 20:26:07.256 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1794. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1795. FROM \"TrickplayInfos\" AS \"t\"
  1796. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1797. [2025-03-03 20:26:07.258 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1798. ""SELECT EXISTS (
  1799. SELECT 1
  1800. FROM \"MediaSegments\" AS \"m\"
  1801. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1802. [2025-03-03 20:26:07.260 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1803. ""SELECT EXISTS (
  1804. SELECT 1
  1805. FROM \"MediaSegments\" AS \"m\"
  1806. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1807. [2025-03-03 20:26:07.261 +01:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1808. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1809. FROM \"TrickplayInfos\" AS \"t\"
  1810. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1811. [2025-03-03 20:26:07.886 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/14980.1cd569ac04ac2a6cd721.css""" - null null
  1812. [2025-03-03 20:26:07.888 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/14980.1cd569ac04ac2a6cd721.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\14980.1cd569ac04ac2a6cd721.css"'
  1813. [2025-03-03 20:26:07.889 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/14980.1cd569ac04ac2a6cd721.css""" - 200 null "text/css" 3.051ms
  1814. [2025-03-03 20:26:07.976 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - "application/json" 556
  1815. [2025-03-03 20:26:07.977 +01:00] [INF] [25] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  1816. [2025-03-03 20:26:07.978 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  1817. [2025-03-03 20:26:07.980 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackProgress\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackProgress(MediaBrowser.Model.Session.PlaybackProgressInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
  1818. [2025-03-03 20:26:07.986 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  1819. [2025-03-03 20:26:07.986 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 4.6127ms
  1820. [2025-03-03 20:26:07.987 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  1821. [2025-03-03 20:26:07.988 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - 204 null null 12.5915ms
  1822. [2025-03-03 20:26:07.996 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/57949.a599cc88f6f7c3fe51dc.chunk.js""" - null null
  1823. [2025-03-03 20:26:07.998 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/57949.a599cc88f6f7c3fe51dc.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\57949.a599cc88f6f7c3fe51dc.chunk.js"'
  1824. [2025-03-03 20:26:07.999 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/57949.a599cc88f6f7c3fe51dc.chunk.js""" - 200 null "text/javascript" 2.5906ms
  1825. [2025-03-03 20:26:08.008 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/90742.9bc4825e3be97071537f.chunk.js""" - null null
  1826. [2025-03-03 20:26:08.011 +01:00] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/90742.9bc4825e3be97071537f.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\90742.9bc4825e3be97071537f.chunk.js"'
  1827. [2025-03-03 20:26:08.012 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/90742.9bc4825e3be97071537f.chunk.js""" - 200 null "text/javascript" 3.2322ms
  1828. [2025-03-03 20:26:08.020 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/playback-video.b8faed552e6c7ee0a388.css""" - null null
  1829. [2025-03-03 20:26:08.021 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/playback-video-index-html.fb812af814e8c8697a00.chunk.js""" - null null
  1830. [2025-03-03 20:26:08.022 +01:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/playback-video.b8faed552e6c7ee0a388.css"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\playback-video.b8faed552e6c7ee0a388.css"'
  1831. [2025-03-03 20:26:08.023 +01:00] [INF] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/playback-video-index-html.fb812af814e8c8697a00.chunk.js"'. Physical path: '"C:\Program Files\Jellyfin\Server\jellyfin-web\playback-video-index-html.fb812af814e8c8697a00.chunk.js"'
  1832. [2025-03-03 20:26:08.024 +01:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/playback-video.b8faed552e6c7ee0a388.css""" - 200 null "text/css" 3.8652ms
  1833. [2025-03-03 20:26:08.025 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/web/playback-video-index-html.fb812af814e8c8697a00.chunk.js""" - 200 null "text/javascript" 4.0571ms
  1834. [2025-03-03 20:26:17.978 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - "application/json" 558
  1835. [2025-03-03 20:26:17.980 +01:00] [INF] [23] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  1836. [2025-03-03 20:26:17.981 +01:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  1837. [2025-03-03 20:26:17.982 +01:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackProgress\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackProgress(MediaBrowser.Model.Session.PlaybackProgressInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
  1838. [2025-03-03 20:26:17.984 +01:00] [INF] [23] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  1839. [2025-03-03 20:26:17.985 +01:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 1.9726ms
  1840. [2025-03-03 20:26:17.986 +01:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  1841. [2025-03-03 20:26:17.987 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - 204 null null 8.9507ms
  1842. [2025-03-03 20:26:27.976 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - "application/json" 558
  1843. [2025-03-03 20:26:27.977 +01:00] [INF] [25] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  1844. [2025-03-03 20:26:27.978 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  1845. [2025-03-03 20:26:27.979 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackProgress\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackProgress(MediaBrowser.Model.Session.PlaybackProgressInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
  1846. [2025-03-03 20:26:27.989 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  1847. [2025-03-03 20:26:27.990 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 9.184ms
  1848. [2025-03-03 20:26:27.990 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  1849. [2025-03-03 20:26:27.991 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - 204 null null 15.9791ms
  1850. [2025-03-03 20:26:37.976 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - "application/json" 558
  1851. [2025-03-03 20:26:37.978 +01:00] [INF] [17] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  1852. [2025-03-03 20:26:37.979 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  1853. [2025-03-03 20:26:37.980 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackProgress\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackProgress(MediaBrowser.Model.Session.PlaybackProgressInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
  1854. [2025-03-03 20:26:37.983 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1855. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1856. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1857. RETURNING 1;"
  1858. [2025-03-03 20:26:37.985 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1859. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1860. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1861. RETURNING 1;"
  1862. [2025-03-03 20:26:37.987 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1863. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1864. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1865. RETURNING 1;"
  1866. [2025-03-03 20:26:37.988 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1867. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1868. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1869. RETURNING 1;"
  1870. [2025-03-03 20:26:37.990 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1871. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1872. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1873. RETURNING 1;"
  1874. [2025-03-03 20:26:37.991 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1875. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1876. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1877. RETURNING 1;"
  1878. [2025-03-03 20:26:37.993 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1879. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1880. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1881. RETURNING 1;"
  1882. [2025-03-03 20:26:37.994 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1883. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1884. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1885. RETURNING 1;"
  1886. [2025-03-03 20:26:37.996 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1887. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1888. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1889. RETURNING 1;"
  1890. [2025-03-03 20:26:37.997 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1891. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1892. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1893. RETURNING 1;"
  1894. [2025-03-03 20:26:37.999 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1895. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1896. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1897. RETURNING 1;"
  1898. [2025-03-03 20:26:38.000 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1899. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1900. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1901. RETURNING 1;"
  1902. [2025-03-03 20:26:38.001 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1903. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1904. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1905. RETURNING 1;"
  1906. [2025-03-03 20:26:38.003 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1907. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1908. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1909. RETURNING 1;"
  1910. [2025-03-03 20:26:38.005 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1911. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1912. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1913. RETURNING 1;"
  1914. [2025-03-03 20:26:38.006 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1915. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1916. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1917. RETURNING 1;"
  1918. [2025-03-03 20:26:38.007 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1919. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1920. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1921. RETURNING 1;"
  1922. [2025-03-03 20:26:38.009 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1923. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1924. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1925. RETURNING 1;"
  1926. [2025-03-03 20:26:38.010 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1927. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1928. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1929. RETURNING 1;"
  1930. [2025-03-03 20:26:38.012 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1931. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1932. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1933. RETURNING 1;"
  1934. [2025-03-03 20:26:38.013 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1935. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1936. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1937. RETURNING 1;"
  1938. [2025-03-03 20:26:38.015 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1939. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1940. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1941. RETURNING 1;"
  1942. [2025-03-03 20:26:38.016 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1943. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1944. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1945. RETURNING 1;"
  1946. [2025-03-03 20:26:38.018 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  1947. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1948. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1949. RETURNING 1;"
  1950. [2025-03-03 20:26:38.019 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1951. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1952. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1953. RETURNING 1;"
  1954. [2025-03-03 20:26:38.021 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1955. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1956. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1957. RETURNING 1;"
  1958. [2025-03-03 20:26:38.022 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1959. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1960. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1961. RETURNING 1;"
  1962. [2025-03-03 20:26:38.024 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1963. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1964. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1965. RETURNING 1;"
  1966. [2025-03-03 20:26:38.025 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1967. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1968. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1969. RETURNING 1;"
  1970. [2025-03-03 20:26:38.027 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1971. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1972. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1973. RETURNING 1;"
  1974. [2025-03-03 20:26:38.028 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1975. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1976. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1977. RETURNING 1;"
  1978. [2025-03-03 20:26:38.030 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1979. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1980. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1981. RETURNING 1;"
  1982. [2025-03-03 20:26:38.031 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1983. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1984. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1985. RETURNING 1;"
  1986. [2025-03-03 20:26:38.033 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1987. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1988. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1989. RETURNING 1;"
  1990. [2025-03-03 20:26:38.034 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1991. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1992. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1993. RETURNING 1;"
  1994. [2025-03-03 20:26:38.036 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (Size = 73)"], CommandType='Text', CommandTimeout='30']"
  1995. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1996. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1997. RETURNING 1;"
  1998. [2025-03-03 20:26:38.037 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1999. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  2000. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  2001. RETURNING 1;"
  2002. [2025-03-03 20:26:38.039 +01:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [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='?', @p26='?' (DbType = Int32), @p27='?' (DbType = Int32), @p28='?' (Size = 7)"], CommandType='Text', CommandTimeout='30']"
  2003. ""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
  2004. WHERE \"Id\" = @p29 AND \"RowVersion\" = @p30
  2005. RETURNING 1;"
  2006. [2025-03-03 20:26:38.042 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  2007. [2025-03-03 20:26:38.043 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 61.9628ms
  2008. [2025-03-03 20:26:38.044 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  2009. [2025-03-03 20:26:38.045 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - 204 null null 68.4717ms
  2010. [2025-03-03 20:26:43.205 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2011. [2025-03-03 20:26:43.206 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2012. [2025-03-03 20:26:43.206 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2013. [2025-03-03 20:26:43.206 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2014. [2025-03-03 20:26:43.206 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2015. [2025-03-03 20:26:43.207 +01:00] [INF] [27] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2016. [2025-03-03 20:26:43.208 +01:00] [INF] [29] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2017. [2025-03-03 20:26:43.209 +01:00] [INF] [8] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2018. [2025-03-03 20:26:43.211 +01:00] [INF] [23] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2019. [2025-03-03 20:26:43.212 +01:00] [INF] [17] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2020. [2025-03-03 20:26:43.213 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 7.8633ms
  2021. [2025-03-03 20:26:43.214 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 8.0698ms
  2022. [2025-03-03 20:26:43.214 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 8.6496ms
  2023. [2025-03-03 20:26:43.215 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 9.1619ms
  2024. [2025-03-03 20:26:43.216 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 9.7706ms
  2025. [2025-03-03 20:26:43.220 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2026. [2025-03-03 20:26:43.226 +01:00] [INF] [29] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2027. [2025-03-03 20:26:43.227 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2028. [2025-03-03 20:26:43.228 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
  2029. [2025-03-03 20:26:43.229 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  2030. [2025-03-03 20:26:43.230 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.2617ms
  2031. [2025-03-03 20:26:43.231 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2032. [2025-03-03 20:26:43.231 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2033. [2025-03-03 20:26:43.233 +01:00] [INF] [23] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2034. [2025-03-03 20:26:43.234 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 14.4825ms
  2035. [2025-03-03 20:26:43.235 +01:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2036. [2025-03-03 20:26:43.237 +01:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
  2037. [2025-03-03 20:26:43.239 +01:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  2038. [2025-03-03 20:26:43.240 +01:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.2837ms
  2039. [2025-03-03 20:26:43.241 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2040. [2025-03-03 20:26:43.241 +01:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2041. [2025-03-03 20:26:43.243 +01:00] [INF] [29] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2042. [2025-03-03 20:26:43.244 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 12.7232ms
  2043. [2025-03-03 20:26:43.244 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2044. [2025-03-03 20:26:43.247 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
  2045. [2025-03-03 20:26:43.248 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  2046. [2025-03-03 20:26:43.250 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.4399ms
  2047. [2025-03-03 20:26:43.250 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2048. [2025-03-03 20:26:43.251 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2049. [2025-03-03 20:26:43.252 +01:00] [INF] [23] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2050. [2025-03-03 20:26:43.253 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 12.5651ms
  2051. [2025-03-03 20:26:43.254 +01:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2052. [2025-03-03 20:26:43.257 +01:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
  2053. [2025-03-03 20:26:43.258 +01:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  2054. [2025-03-03 20:26:43.259 +01:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.3024ms
  2055. [2025-03-03 20:26:43.260 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2056. [2025-03-03 20:26:43.260 +01:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2057. [2025-03-03 20:26:43.262 +01:00] [INF] [17] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2058. [2025-03-03 20:26:43.262 +01:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 12.3462ms
  2059. [2025-03-03 20:26:43.263 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2060. [2025-03-03 20:26:43.266 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
  2061. [2025-03-03 20:26:43.267 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  2062. [2025-03-03 20:26:43.268 +01:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.3285ms
  2063. [2025-03-03 20:26:43.269 +01:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2064. [2025-03-03 20:26:43.270 +01:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 10.5775ms
  2065. [2025-03-03 20:26:47.978 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - "application/json" 558
  2066. [2025-03-03 20:26:47.980 +01:00] [INF] [27] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2067. [2025-03-03 20:26:47.980 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  2068. [2025-03-03 20:26:47.981 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackProgress\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackProgress(MediaBrowser.Model.Session.PlaybackProgressInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
  2069. [2025-03-03 20:26:47.983 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  2070. [2025-03-03 20:26:47.984 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 1.4372ms
  2071. [2025-03-03 20:26:47.985 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  2072. [2025-03-03 20:26:47.986 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - 204 null null 7.5574ms
  2073. [2025-03-03 20:26:57.978 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - "application/json" 558
  2074. [2025-03-03 20:26:57.980 +01:00] [INF] [29] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2075. [2025-03-03 20:26:57.980 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  2076. [2025-03-03 20:26:57.981 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackProgress\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackProgress(MediaBrowser.Model.Session.PlaybackProgressInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
  2077. [2025-03-03 20:26:57.983 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  2078. [2025-03-03 20:26:57.984 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 1.2304ms
  2079. [2025-03-03 20:26:57.985 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  2080. [2025-03-03 20:26:57.986 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - 204 null null 7.424ms
  2081. [2025-03-03 20:27:07.976 +01:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - "application/json" 558
  2082. [2025-03-03 20:27:07.978 +01:00] [INF] [33] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2083. [2025-03-03 20:27:07.979 +01:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  2084. [2025-03-03 20:27:07.979 +01:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackProgress\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackProgress(MediaBrowser.Model.Session.PlaybackProgressInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
  2085. [2025-03-03 20:27:07.981 +01:00] [INF] [33] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  2086. [2025-03-03 20:27:07.982 +01:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 1.3933ms
  2087. [2025-03-03 20:27:07.983 +01:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  2088. [2025-03-03 20:27:07.984 +01:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - 204 null null 7.4036ms
  2089. [2025-03-03 20:27:17.978 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - "application/json" 558
  2090. [2025-03-03 20:27:17.980 +01:00] [INF] [29] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2091. [2025-03-03 20:27:17.981 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  2092. [2025-03-03 20:27:17.981 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackProgress\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackProgress(MediaBrowser.Model.Session.PlaybackProgressInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
  2093. [2025-03-03 20:27:17.983 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  2094. [2025-03-03 20:27:17.984 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 1.3639ms
  2095. [2025-03-03 20:27:17.985 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  2096. [2025-03-03 20:27:17.986 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - 204 null null 7.2783ms
  2097. [2025-03-03 20:27:27.985 +01:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - "application/json" 558
  2098. [2025-03-03 20:27:27.987 +01:00] [INF] [33] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2099. [2025-03-03 20:27:27.987 +01:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  2100. [2025-03-03 20:27:27.988 +01:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackProgress\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackProgress(MediaBrowser.Model.Session.PlaybackProgressInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
  2101. [2025-03-03 20:27:27.990 +01:00] [INF] [33] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  2102. [2025-03-03 20:27:27.991 +01:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 1.3636ms
  2103. [2025-03-03 20:27:27.992 +01:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  2104. [2025-03-03 20:27:27.993 +01:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Progress""" - 204 null null 7.8801ms
  2105. [2025-03-03 20:27:29.624 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideosController.GetVideoStreamByContainer (Jellyfin.Api)" in 86795.1824ms
  2106. [2025-03-03 20:27:29.625 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideosController.GetVideoStreamByContainer (Jellyfin.Api)"'
  2107. [2025-03-03 20:27:29.626 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Videos/9fead8125adf3ba646136a1f7db449a0/stream.mkv""?Static=true&mediaSourceId=9fead8125adf3ba646136a1f7db449a0&deviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTA4LjAuNTM1OS4yMTEgU2FmYXJpLzUzNy4zNiBXZWJBcHBNYW5hZ2VyfDE3MzI1MzYwMDc0NDk1&api_key=750e90cbbf334505b0a1e1ad1b7271af&Tag=53854bca9037a3411d24251025ed03fd" - 206 26614535336 "video/x-matroska" 86805.5506ms
  2108. [2025-03-03 20:27:29.663 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/9fead8125adf3ba646136a1f7db449a0""?userId=936e1d8698e14ccc9398ab93299771c4" - null null
  2109. [2025-03-03 20:27:29.665 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)"'
  2110. [2025-03-03 20:27:29.666 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItem\", controller = \"UserLibrary\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItem(System.Nullable`1[System.Guid], System.Guid)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
  2111. [2025-03-03 20:27:29.668 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2112. ""SELECT EXISTS (
  2113. SELECT 1
  2114. FROM \"MediaSegments\" AS \"m\"
  2115. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2116. [2025-03-03 20:27:29.670 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2117. ""SELECT EXISTS (
  2118. SELECT 1
  2119. FROM \"MediaSegments\" AS \"m\"
  2120. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2121. [2025-03-03 20:27:29.672 +01:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2122. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2123. FROM \"TrickplayInfos\" AS \"t\"
  2124. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2125. [2025-03-03 20:27:29.673 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'.
  2126. [2025-03-03 20:27:29.675 +01:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Stopped""" - "application/json" 975
  2127. [2025-03-03 20:27:29.675 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)" in 8.1094ms
  2128. [2025-03-03 20:27:29.676 +01:00] [INF] [22] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2129. [2025-03-03 20:27:29.677 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)"'
  2130. [2025-03-03 20:27:29.677 +01:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStopped (Jellyfin.Api)"'
  2131. [2025-03-03 20:27:29.678 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/9fead8125adf3ba646136a1f7db449a0""?userId=936e1d8698e14ccc9398ab93299771c4" - 200 null "application/json; charset=utf-8" 14.9937ms
  2132. [2025-03-03 20:27:29.680 +01:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackStopped\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackStopped(MediaBrowser.Model.Session.PlaybackStopInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
  2133. [2025-03-03 20:27:29.685 +01:00] [INF] [22] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.6" playing "Volcano". Stopped at "72462" ms
  2134. [2025-03-03 20:27:29.688 +01:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?' (Size = 32), @p2='?' (DbType = Int32), @p3='?' (Size = 70), @p4='?', @p5='?' (DbType = UInt32), @p6='?', @p7='?' (Size = 20), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2135. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  2136. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  2137. RETURNING \"Id\";"
  2138. [2025-03-03 20:27:29.690 +01:00] [INF] [22] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  2139. [2025-03-03 20:27:29.691 +01:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStopped (Jellyfin.Api)" in 8.8607ms
  2140. [2025-03-03 20:27:29.692 +01:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStopped (Jellyfin.Api)"'
  2141. [2025-03-03 20:27:29.693 +01:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.0.108:8096""""/Sessions/Playing/Stopped""" - 204 null null 18.1608ms
  2142. [2025-03-03 20:27:29.763 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/9fead8125adf3ba646136a1f7db449a0/ThemeMedia""?userId=936e1d8698e14ccc9398ab93299771c4&inheritFromParent=true" - null null
  2143. [2025-03-03 20:27:29.765 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)"'
  2144. [2025-03-03 20:27:29.765 +01:00] [INF] [27] 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").
  2145. [2025-03-03 20:27:29.767 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.AllThemeMediaResult"'.
  2146. [2025-03-03 20:27:29.768 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)" in 1.1249ms
  2147. [2025-03-03 20:27:29.769 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)"'
  2148. [2025-03-03 20:27:29.769 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/Items/9fead8125adf3ba646136a1f7db449a0/ThemeMedia""?userId=936e1d8698e14ccc9398ab93299771c4&inheritFromParent=true" - 200 null "application/json; charset=utf-8" 6.6189ms
  2149. [2025-03-03 20:27:35.362 +01:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 41), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 25), @p7='?' (Size = 12), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2150. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  2151. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  2152. RETURNING \"Id\";"
  2153. [2025-03-03 20:27:35.366 +01:00] [INF] [25] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.0.128" closed
  2154. [2025-03-03 20:27:35.368 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.108:8096""""/socket""?api_key=750e90cbbf334505b0a1e1ad1b7271af&deviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTA4LjAuNTM1OS4yMTEgU2FmYXJpLzUzNy4zNiBXZWJBcHBNYW5hZ2VyfDE3MzI1MzYwMDc0NDk1" - 101 null null 119333.7621ms
  2155. [2025-03-03 20:27:43.202 +01:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2156. [2025-03-03 20:27:43.203 +01:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2157. [2025-03-03 20:27:43.203 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2158. [2025-03-03 20:27:43.203 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2159. [2025-03-03 20:27:43.203 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2160. [2025-03-03 20:27:43.204 +01:00] [INF] [22] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2161. [2025-03-03 20:27:43.206 +01:00] [INF] [33] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2162. [2025-03-03 20:27:43.207 +01:00] [INF] [25] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2163. [2025-03-03 20:27:43.208 +01:00] [INF] [27] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2164. [2025-03-03 20:27:43.210 +01:00] [INF] [29] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2165. [2025-03-03 20:27:43.210 +01:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 8.001ms
  2166. [2025-03-03 20:27:43.211 +01:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 8.1636ms
  2167. [2025-03-03 20:27:43.212 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 8.8566ms
  2168. [2025-03-03 20:27:43.212 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 9.4213ms
  2169. [2025-03-03 20:27:43.213 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "OPTIONS" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 204 null null 9.9599ms
  2170. [2025-03-03 20:27:43.216 +01:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2171. [2025-03-03 20:27:43.223 +01:00] [INF] [33] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2172. [2025-03-03 20:27:43.223 +01:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2173. [2025-03-03 20:27:43.224 +01:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
  2174. [2025-03-03 20:27:43.226 +01:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  2175. [2025-03-03 20:27:43.227 +01:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.2572ms
  2176. [2025-03-03 20:27:43.227 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2177. [2025-03-03 20:27:43.228 +01:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2178. [2025-03-03 20:27:43.229 +01:00] [INF] [27] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2179. [2025-03-03 20:27:43.230 +01:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 13.765ms
  2180. [2025-03-03 20:27:43.231 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2181. [2025-03-03 20:27:43.233 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
  2182. [2025-03-03 20:27:43.235 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  2183. [2025-03-03 20:27:43.236 +01:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.1913ms
  2184. [2025-03-03 20:27:43.236 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2185. [2025-03-03 20:27:43.237 +01:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2186. [2025-03-03 20:27:43.238 +01:00] [INF] [25] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2187. [2025-03-03 20:27:43.239 +01:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 11.6946ms
  2188. [2025-03-03 20:27:43.240 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2189. [2025-03-03 20:27:43.242 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
  2190. [2025-03-03 20:27:43.243 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  2191. [2025-03-03 20:27:43.260 +01:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 16.7993ms
  2192. [2025-03-03 20:27:43.261 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2193. [2025-03-03 20:27:43.261 +01:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2194. [2025-03-03 20:27:43.262 +01:00] [INF] [29] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2195. [2025-03-03 20:27:43.263 +01:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 26.9125ms
  2196. [2025-03-03 20:27:43.264 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2197. [2025-03-03 20:27:43.266 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
  2198. [2025-03-03 20:27:43.268 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  2199. [2025-03-03 20:27:43.269 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.1341ms
  2200. [2025-03-03 20:27:43.269 +01:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - null null
  2201. [2025-03-03 20:27:43.270 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2202. [2025-03-03 20:27:43.271 +01:00] [INF] [33] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2203. [2025-03-03 20:27:43.272 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 11.3721ms
  2204. [2025-03-03 20:27:43.273 +01:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2205. [2025-03-03 20:27:43.275 +01:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
  2206. [2025-03-03 20:27:43.277 +01:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  2207. [2025-03-03 20:27:43.278 +01:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.1365ms
  2208. [2025-03-03 20:27:43.279 +01:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  2209. [2025-03-03 20:27:43.279 +01:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 10.2011ms
  2210. [2025-03-03 20:28:00.231 +01:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/System/Logs/Log""?name=log_20250303.log&api_key=f6ea9b64453f48fca6d261204a000709" - null null
  2211. [2025-03-03 20:28:00.233 +01:00] [INF] [29] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 12), @p2='?' (Size = 7), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 168), @p7='?' (Size = 6), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2212. ""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9
  2213. WHERE \"Id\" = @p10
  2214. RETURNING 1;"
  2215. [2025-03-03 20:28:00.235 +01:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetLogFile (Jellyfin.Api)"'
  2216. [2025-03-03 20:28:00.236 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogFile\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetLogFile(System.String)" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
  2217. [2025-03-03 20:28:00.251 +01:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor: Executing "FileStreamResult", sending file with download name '""' ...
  2218. [2025-03-03 20:28:00.253 +01:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetLogFile (Jellyfin.Api)" in 15.3564ms
  2219. [2025-03-03 20:28:00.254 +01:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetLogFile (Jellyfin.Api)"'
  2220. [2025-03-03 20:28:00.255 +01:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/System/Logs/Log""?name=log_20250303.log&api_key=f6ea9b64453f48fca6d261204a000709" - 200 null "text/plain; charset=utf-8" 24.4941ms
  2221.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement