Advertisement
Guest User

Untitled

a guest
Jan 18th, 2025
27
0
12 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 424.19 KB | None | 0 0
  1. [2025-01-18 17:51:11.159 +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-01-18 17:51:11.213 +01:00] [INF] [1] Main: Jellyfin version: "10.10.3"
  12. [2025-01-18 17:51:11.220 +01:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_CACHE_DIR, /cache]"]
  13. [2025-01-18 17:51:11.222 +01:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
  14. [2025-01-18 17:51:11.222 +01:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)"
  15. [2025-01-18 17:51:11.222 +01:00] [INF] [1] Main: Architecture: X64
  16. [2025-01-18 17:51:11.223 +01:00] [INF] [1] Main: 64-Bit Process: True
  17. [2025-01-18 17:51:11.223 +01:00] [INF] [1] Main: User Interactive: True
  18. [2025-01-18 17:51:11.223 +01:00] [INF] [1] Main: Processor count: 4
  19. [2025-01-18 17:51:11.223 +01:00] [INF] [1] Main: Program data path: "/config"
  20. [2025-01-18 17:51:11.223 +01:00] [INF] [1] Main: Log directory path: "/config/log"
  21. [2025-01-18 17:51:11.223 +01:00] [INF] [1] Main: Config directory path: "/config/config"
  22. [2025-01-18 17:51:11.223 +01:00] [INF] [1] Main: Cache path: "/cache"
  23. [2025-01-18 17:51:11.223 +01:00] [INF] [1] Main: Temp directory path: "/tmp/jellyfin"
  24. [2025-01-18 17:51:11.224 +01:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
  25. [2025-01-18 17:51:11.224 +01:00] [INF] [1] Main: Application directory: "/jellyfin/"
  26. [2025-01-18 17:51:11.361 +01:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
  27. [2025-01-18 17:51:11.396 +01:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  28. [2025-01-18 17:51:11.485 +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-01-18 17:51:11.485 +01:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  30. [2025-01-18 17:51:11.486 +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-01-18 17:51:11.487 +01:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.20.0.2"]
  32. [2025-01-18 17:51:11.487 +01:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  33. [2025-01-18 17:51:11.488 +01:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  34. [2025-01-18 17:51:11.488 +01:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  35. [2025-01-18 17:51:12.589 +01:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("10"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  36. ""SELECT COUNT(*) FROM \"sqlite_master\" WHERE \"name\" = '__EFMigrationsHistory' AND \"type\" = 'table';"
  37. [2025-01-18 17:51:12.606 +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-01-18 17:51:13.850 +01:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"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-01-18 17:51:14.002 +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-01-18 17:51:14.022 +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-01-18 17:51:14.037 +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-01-18 17:51:14.827 +01:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.3.0"
  65. [2025-01-18 17:51:14.828 +01:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.3.0"
  66. [2025-01-18 17:51:14.828 +01:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.3.0"
  67. [2025-01-18 17:51:14.850 +01:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.3.0"
  68. [2025-01-18 17:51:14.850 +01:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.3.0"
  69. [2025-01-18 17:51:14.906 +01:00] [INF] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: User profile is available. Using '"/root/.aspnet/DataProtection-Keys"' as key repository; keys will not be encrypted at rest.
  70. [2025-01-18 17:51:14.923 +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-01-18 17:51:14.946 +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-01-18 17:51:14.953 +01:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
  79. [2025-01-18 17:51:15.758 +01:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
  80. [2025-01-18 17:51:15.778 +01:00] [INF] [1] Microsoft.Hosting.Lifetime: Now listening on: "http://0.0.0.0:8096"
  81. [2025-01-18 17:51:15.778 +01:00] [INF] [1] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down.
  82. [2025-01-18 17:51:15.778 +01:00] [INF] [1] Microsoft.Hosting.Lifetime: Hosting environment: "Production"
  83. [2025-01-18 17:51:15.778 +01:00] [INF] [1] Microsoft.Hosting.Lifetime: Content root path: "/"
  84. [2025-01-18 17:51:15.804 +01:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
  85. [2025-01-18 17:51:15.827 +01:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2025-01-19 03:00:00.000 +01:00, which is 09:08:44.1729207 from now.
  86. [2025-01-18 17:51:15.832 +01:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2025-01-19 02:00:00.000 +01:00, which is 08:08:44.1674303 from now.
  87. [2025-01-18 17:51:15.871 +01:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2"
  88. [2025-01-18 17:51:15.965 +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"]
  89. [2025-01-18 17:51:15.991 +01:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
  90. [2025-01-18 17:51:15.999 +01:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/Media/Serien"
  91. [2025-01-18 17:51:16.012 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - null null
  92. [2025-01-18 17:51:16.016 +01:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "deinterlace_qsv", "deinterlace_vaapi", "flip_vulkan", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemapx", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "transpose_cuda", "transpose_opencl", "transpose_vaapi", "transpose_vulkan", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
  93. [2025-01-18 17:51:16.079 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  94. [2025-01-18 17:51:16.089 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  95. [2025-01-18 17:51:16.092 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  96. [2025-01-18 17:51:16.105 +01:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/Media/Filme"
  97. [2025-01-18 17:51:16.105 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  98. [2025-01-18 17:51:16.184 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  99. [2025-01-18 17:51:16.188 +01:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
  100. [2025-01-18 17:51:16.274 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - 503 null "text/html" 263.5398ms
  101. [2025-01-18 17:51:16.279 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 173.8014ms
  102. [2025-01-18 17:51:16.279 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 190.0636ms
  103. [2025-01-18 17:51:16.279 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 199.8858ms
  104. [2025-01-18 17:51:16.280 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 94.7755ms
  105. [2025-01-18 17:51:16.279 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 186.9807ms
  106. [2025-01-18 17:51:16.312 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  107. [2025-01-18 17:51:16.347 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  108. [2025-01-18 17:51:16.347 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  109. [2025-01-18 17:51:16.347 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  110. [2025-01-18 17:51:16.347 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  111. [2025-01-18 17:51:16.364 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 16.488ms
  112. [2025-01-18 17:51:16.365 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 18.2374ms
  113. [2025-01-18 17:51:16.365 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 17.9653ms
  114. [2025-01-18 17:51:16.366 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 18.6671ms
  115. [2025-01-18 17:51:16.460 +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 = 112), @p7='?' (Size = 7), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  116. ""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9
  117. WHERE \"Id\" = @p10
  118. RETURNING 1;"
  119. [2025-01-18 17:51:16.574 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 262.1098ms
  120. [2025-01-18 17:51:17.078 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  121. [2025-01-18 17:51:17.079 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.7986ms
  122. [2025-01-18 17:51:18.090 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  123. [2025-01-18 17:51:18.094 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 4.9158ms
  124. [2025-01-18 17:51:18.095 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  125. [2025-01-18 17:51:18.096 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 0.6085ms
  126. [2025-01-18 17:51:18.096 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  127. [2025-01-18 17:51:18.096 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 0.436ms
  128. [2025-01-18 17:51:18.096 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  129. [2025-01-18 17:51:18.097 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 0.3554ms
  130. [2025-01-18 17:51:18.097 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  131. [2025-01-18 17:51:18.097 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  132. [2025-01-18 17:51:18.097 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  133. [2025-01-18 17:51:18.098 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 0.3741ms
  134. [2025-01-18 17:51:18.098 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  135. [2025-01-18 17:51:18.098 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 0.3518ms
  136. [2025-01-18 17:51:18.098 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 0.7258ms
  137. [2025-01-18 17:51:18.098 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  138. [2025-01-18 17:51:18.099 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 0.3882ms
  139. [2025-01-18 17:51:18.099 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  140. [2025-01-18 17:51:18.099 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 2.1454ms
  141. [2025-01-18 17:51:18.099 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  142. [2025-01-18 17:51:18.099 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 0.5758ms
  143. [2025-01-18 17:51:18.099 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 0.3334ms
  144. [2025-01-18 17:51:18.100 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  145. [2025-01-18 17:51:18.100 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 0.4509ms
  146. [2025-01-18 17:51:18.100 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  147. [2025-01-18 17:51:18.100 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  148. [2025-01-18 17:51:18.101 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 0.4088ms
  149. [2025-01-18 17:51:18.101 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  150. [2025-01-18 17:51:18.101 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.6841ms
  151. [2025-01-18 17:51:18.101 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  152. [2025-01-18 17:51:18.102 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  153. [2025-01-18 17:51:18.102 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 1.0494ms
  154. [2025-01-18 17:51:18.102 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 0.5297ms
  155. [2025-01-18 17:51:18.103 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 503 null "text/html" 0.5616ms
  156. [2025-01-18 17:51:18.112 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  157. [2025-01-18 17:51:18.113 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.6809ms
  158. [2025-01-18 17:51:18.116 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  159. [2025-01-18 17:51:18.116 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  160. [2025-01-18 17:51:18.116 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  161. [2025-01-18 17:51:18.117 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.732ms
  162. [2025-01-18 17:51:18.117 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.5468ms
  163. [2025-01-18 17:51:18.118 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  164. [2025-01-18 17:51:18.118 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.5112ms
  165. [2025-01-18 17:51:18.118 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  166. [2025-01-18 17:51:18.119 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.4525ms
  167. [2025-01-18 17:51:18.119 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  168. [2025-01-18 17:51:18.120 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.5725ms
  169. [2025-01-18 17:51:18.120 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  170. [2025-01-18 17:51:18.120 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.5652ms
  171. [2025-01-18 17:51:18.121 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  172. [2025-01-18 17:51:18.121 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  173. [2025-01-18 17:51:18.121 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.6102ms
  174. [2025-01-18 17:51:18.122 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  175. [2025-01-18 17:51:18.122 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.5533ms
  176. [2025-01-18 17:51:18.122 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  177. [2025-01-18 17:51:18.122 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.6751ms
  178. [2025-01-18 17:51:18.123 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.53ms
  179. [2025-01-18 17:51:18.123 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  180. [2025-01-18 17:51:18.123 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  181. [2025-01-18 17:51:18.123 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  182. [2025-01-18 17:51:18.124 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.7183ms
  183. [2025-01-18 17:51:18.124 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.778ms
  184. [2025-01-18 17:51:18.124 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 7.5326ms
  185. [2025-01-18 17:51:18.124 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  186. [2025-01-18 17:51:18.125 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 0.4913ms
  187. [2025-01-18 17:51:18.125 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 503 null "text/html" 8.9419ms
  188. [2025-01-18 17:51:18.697 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/ConfigurationPages""?enableInMainMenu=true" - null null
  189. [2025-01-18 17:51:18.697 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/QuickConnect/Enabled""" - null null
  190. [2025-01-18 17:51:18.697 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/socket""?api_key=c1880b5d3dc5482b8221221ab78f6d75&deviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3" - null null
  191. [2025-01-18 17:51:18.697 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Info""" - null null
  192. [2025-01-18 17:51:18.698 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/QuickConnect/Enabled""" - 503 null "text/html" 0.9907ms
  193. [2025-01-18 17:51:18.700 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/ConfigurationPages""?enableInMainMenu=true" - 503 null "text/html" 2.8911ms
  194. [2025-01-18 17:51:18.703 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Info""" - 503 null "text/html" 5.5722ms
  195. [2025-01-18 17:51:18.701 +01:00] [INF] [11] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  196. [2025-01-18 17:51:18.708 +01:00] [INF] [11] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.191" request
  197. [2025-01-18 17:51:18.830 +01:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 28), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 25), @p7='?' (Size = 14), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  198. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  199. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  200. RETURNING \"Id\";"
  201. [2025-01-18 17:51:18.850 +01:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds
  202. [2025-01-18 17:51:18.850 +01:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
  203. [2025-01-18 17:51:18.911 +01:00] [INF] [18] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/files/plugin/manifest.json"
  204. [2025-01-18 17:51:18.918 +01:00] [INF] [18] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/files/plugin/manifest.json"
  205. [2025-01-18 17:51:19.003 +01:00] [INF] [11] 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']"
  206. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  207. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  208. RETURNING 1;"
  209. [2025-01-18 17:51:19.004 +01:00] [INF] [11] 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']"
  210. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  211. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  212. RETURNING 1;"
  213. [2025-01-18 17:51:19.004 +01:00] [INF] [11] 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']"
  214. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  215. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  216. RETURNING 1;"
  217. [2025-01-18 17:51:19.005 +01:00] [INF] [11] 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']"
  218. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  219. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  220. RETURNING 1;"
  221. [2025-01-18 17:51:19.005 +01:00] [INF] [11] 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']"
  222. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  223. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  224. RETURNING 1;"
  225. [2025-01-18 17:51:19.005 +01:00] [INF] [11] 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']"
  226. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  227. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  228. RETURNING 1;"
  229. [2025-01-18 17:51:19.006 +01:00] [INF] [11] 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']"
  230. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  231. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  232. RETURNING 1;"
  233. [2025-01-18 17:51:19.006 +01:00] [INF] [11] 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']"
  234. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  235. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  236. RETURNING 1;"
  237. [2025-01-18 17:51:19.006 +01:00] [INF] [11] 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']"
  238. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  239. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  240. RETURNING 1;"
  241. [2025-01-18 17:51:19.007 +01:00] [INF] [11] 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']"
  242. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  243. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  244. RETURNING 1;"
  245. [2025-01-18 17:51:19.007 +01:00] [INF] [11] 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']"
  246. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  247. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  248. RETURNING 1;"
  249. [2025-01-18 17:51:19.007 +01:00] [INF] [11] 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']"
  250. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  251. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  252. RETURNING 1;"
  253. [2025-01-18 17:51:19.008 +01:00] [INF] [11] 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']"
  254. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  255. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  256. RETURNING 1;"
  257. [2025-01-18 17:51:19.008 +01:00] [INF] [11] 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']"
  258. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  259. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  260. RETURNING 1;"
  261. [2025-01-18 17:51:19.008 +01:00] [INF] [11] 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']"
  262. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  263. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  264. RETURNING 1;"
  265. [2025-01-18 17:51:19.008 +01:00] [INF] [11] 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']"
  266. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  267. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  268. RETURNING 1;"
  269. [2025-01-18 17:51:19.009 +01:00] [INF] [11] 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']"
  270. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  271. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  272. RETURNING 1;"
  273. [2025-01-18 17:51:19.009 +01:00] [INF] [11] 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']"
  274. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  275. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  276. RETURNING 1;"
  277. [2025-01-18 17:51:19.009 +01:00] [INF] [11] 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']"
  278. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  279. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  280. RETURNING 1;"
  281. [2025-01-18 17:51:19.010 +01:00] [INF] [11] 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']"
  282. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  283. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  284. RETURNING 1;"
  285. [2025-01-18 17:51:19.010 +01:00] [INF] [11] 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']"
  286. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  287. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  288. RETURNING 1;"
  289. [2025-01-18 17:51:19.011 +01:00] [INF] [11] 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']"
  290. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  291. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  292. RETURNING 1;"
  293. [2025-01-18 17:51:19.011 +01:00] [INF] [11] 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']"
  294. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  295. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  296. RETURNING 1;"
  297. [2025-01-18 17:51:19.011 +01:00] [INF] [11] 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']"
  298. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  299. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  300. RETURNING 1;"
  301. [2025-01-18 17:51:19.013 +01:00] [INF] [11] 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']"
  302. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  303. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  304. RETURNING 1;"
  305. [2025-01-18 17:51:19.014 +01:00] [INF] [11] 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']"
  306. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  307. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  308. RETURNING 1;"
  309. [2025-01-18 17:51:19.014 +01:00] [INF] [11] 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']"
  310. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  311. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  312. RETURNING 1;"
  313. [2025-01-18 17:51:19.014 +01:00] [INF] [11] 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']"
  314. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  315. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  316. RETURNING 1;"
  317. [2025-01-18 17:51:19.015 +01:00] [INF] [11] 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']"
  318. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  319. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  320. RETURNING 1;"
  321. [2025-01-18 17:51:19.015 +01:00] [INF] [11] 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']"
  322. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  323. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  324. RETURNING 1;"
  325. [2025-01-18 17:51:19.015 +01:00] [INF] [11] 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']"
  326. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  327. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  328. RETURNING 1;"
  329. [2025-01-18 17:51:19.016 +01:00] [INF] [11] 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']"
  330. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  331. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  332. RETURNING 1;"
  333. [2025-01-18 17:51:19.016 +01:00] [INF] [11] 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']"
  334. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  335. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  336. RETURNING 1;"
  337. [2025-01-18 17:51:19.016 +01:00] [INF] [11] 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']"
  338. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  339. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  340. RETURNING 1;"
  341. [2025-01-18 17:51:19.017 +01:00] [INF] [11] 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']"
  342. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  343. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  344. RETURNING 1;"
  345. [2025-01-18 17:51:19.017 +01:00] [INF] [11] 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']"
  346. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  347. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  348. RETURNING 1;"
  349. [2025-01-18 17:51:19.018 +01:00] [INF] [11] 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']"
  350. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  351. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  352. RETURNING 1;"
  353. [2025-01-18 17:51:19.036 +01:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p29='?' (DbType = Guid), @p0='?', @p1='?' (Size = 67), @p2='?', @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 = 5)"], CommandType='Text', CommandTimeout='30']"
  354. ""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
  355. WHERE \"Id\" = @p29 AND \"RowVersion\" = @p30
  356. RETURNING 1;"
  357. [2025-01-18 17:51:19.709 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/QuickConnect/Enabled""" - null null
  358. [2025-01-18 17:51:19.709 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/ConfigurationPages""?enableInMainMenu=true" - null null
  359. [2025-01-18 17:51:19.710 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Info""" - null null
  360. [2025-01-18 17:51:19.710 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Info""" - 503 null "text/html" 0.6147ms
  361. [2025-01-18 17:51:19.710 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/QuickConnect/Enabled""" - 503 null "text/html" 1.5103ms
  362. [2025-01-18 17:51:19.711 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/ConfigurationPages""?enableInMainMenu=true" - 503 null "text/html" 1.5083ms
  363. [2025-01-18 17:51:19.749 +01:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 828.2918ms - 200
  364. [2025-01-18 17:51:19.749 +01:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 841.4467ms - 200
  365. [2025-01-18 17:51:19.806 +01:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 0 seconds
  366. [2025-01-18 17:51:21.383 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - null null
  367. [2025-01-18 17:51:21.384 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - 503 null "text/html" 0.5782ms
  368. [2025-01-18 17:51:21.725 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Info""" - null null
  369. [2025-01-18 17:51:21.726 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Info""" - 503 null "text/html" 1.5737ms
  370. [2025-01-18 17:51:21.729 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/QuickConnect/Enabled""" - null null
  371. [2025-01-18 17:51:21.729 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/ConfigurationPages""?enableInMainMenu=true" - null null
  372. [2025-01-18 17:51:21.730 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/QuickConnect/Enabled""" - 503 null "text/html" 0.5018ms
  373. [2025-01-18 17:51:21.730 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/ConfigurationPages""?enableInMainMenu=true" - 503 null "text/html" 1.084ms
  374. [2025-01-18 17:51:23.989 +01:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
  375. [2025-01-18 17:51:23.989 +01:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "b052cd351b294cd9bc072860d9ed4416"
  376. [2025-01-18 17:51:23.989 +01:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
  377. [2025-01-18 17:51:23.989 +01:00] [INF] [1] Main: Startup complete 0:00:12.983007
  378. [2025-01-18 17:51:24.135 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Endpoint""" - null null
  379. [2025-01-18 17:51:24.136 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
  380. [2025-01-18 17:51:24.142 +01:00] [INF] [11] 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").
  381. [2025-01-18 17:51:24.147 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Net.EndPointInfo"'.
  382. [2025-01-18 17:51:24.152 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)" in 7.0236ms
  383. [2025-01-18 17:51:24.152 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
  384. [2025-01-18 17:51:24.152 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Endpoint""" - 200 null "application/json; charset=utf-8" 17.7877ms
  385. [2025-01-18 17:51:24.158 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Playback/BitrateTest""?Size=500000" - null null
  386. [2025-01-18 17:51:24.159 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  387. [2025-01-18 17:51:24.164 +01:00] [INF] [11] 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").
  388. [2025-01-18 17:51:24.173 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  389. [2025-01-18 17:51:24.185 +01:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 20.3122ms
  390. [2025-01-18 17:51:24.185 +01:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  391. [2025-01-18 17:51:24.186 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Playback/BitrateTest""?Size=500000" - 200 524288 "application/octet-stream" 27.9842ms
  392. [2025-01-18 17:51:24.191 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Playback/BitrateTest""?Size=1000000" - null null
  393. [2025-01-18 17:51:24.192 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  394. [2025-01-18 17:51:24.192 +01:00] [INF] [11] 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").
  395. [2025-01-18 17:51:24.195 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  396. [2025-01-18 17:51:24.197 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 4.6506ms
  397. [2025-01-18 17:51:24.197 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  398. [2025-01-18 17:51:24.197 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Playback/BitrateTest""?Size=1000000" - 200 1048576 "application/octet-stream" 5.6412ms
  399. [2025-01-18 17:51:24.211 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Playback/BitrateTest""?Size=3000000" - null null
  400. [2025-01-18 17:51:24.211 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  401. [2025-01-18 17:51:24.211 +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").
  402. [2025-01-18 17:51:24.214 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  403. [2025-01-18 17:51:24.236 +01:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 24.4112ms
  404. [2025-01-18 17:51:24.236 +01:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  405. [2025-01-18 17:51:24.236 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Playback/BitrateTest""?Size=3000000" - 200 4194304 "application/octet-stream" 25.2432ms
  406. [2025-01-18 17:51:24.423 +01:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 35), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 25), @p7='?' (Size = 12), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  407. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  408. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  409. RETURNING \"Id\";"
  410. [2025-01-18 17:51:24.445 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/""" - null null
  411. [2025-01-18 17:51:24.448 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/index.html"'. Physical path: '"/jellyfin/jellyfin-web/index.html"'
  412. [2025-01-18 17:51:24.448 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/""" - 200 null "text/html" 2.9667ms
  413. [2025-01-18 17:51:24.500 +01:00] [INF] [11] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.191" closed
  414. [2025-01-18 17:51:24.504 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/socket""?api_key=c1880b5d3dc5482b8221221ab78f6d75&deviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3" - 101 null null 5806.5463ms
  415. [2025-01-18 17:51:24.541 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/config.json""" - null null
  416. [2025-01-18 17:51:24.557 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/config.json""" - null null
  417. [2025-01-18 17:51:24.557 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/config.json""" - null null
  418. [2025-01-18 17:51:24.560 +01:00] [INF] [16] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/config.json"'. Physical path: '"/jellyfin/jellyfin-web/config.json"'
  419. [2025-01-18 17:51:24.561 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/config.json""" - 200 null "application/json" 4.095ms
  420. [2025-01-18 17:51:24.561 +01:00] [INF] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/config.json"'. Physical path: '"/jellyfin/jellyfin-web/config.json"'
  421. [2025-01-18 17:51:24.562 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/config.json""" - 200 null "application/json" 21.0618ms
  422. [2025-01-18 17:51:24.562 +01:00] [INF] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/config.json"'. Physical path: '"/jellyfin/jellyfin-web/config.json"'
  423. [2025-01-18 17:51:24.562 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/config.json""" - 200 null "application/json" 5.7779ms
  424. [2025-01-18 17:51:24.577 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Info/Public""" - null null
  425. [2025-01-18 17:51:24.578 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  426. [2025-01-18 17:51:24.579 +01:00] [INF] [18] 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").
  427. [2025-01-18 17:51:24.597 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
  428. [2025-01-18 17:51:24.611 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 31.4084ms
  429. [2025-01-18 17:51:24.611 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  430. [2025-01-18 17:51:24.612 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Info/Public""" - 200 null "application/json; charset=utf-8" 34.5914ms
  431. [2025-01-18 17:51:24.758 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - null null
  432. [2025-01-18 17:51:24.759 +01:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  433. [2025-01-18 17:51:24.760 +01:00] [INF] [16] 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").
  434. [2025-01-18 17:51:24.767 +01:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
  435. [2025-01-18 17:51:24.768 +01:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 7.5559ms
  436. [2025-01-18 17:51:24.769 +01:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  437. [2025-01-18 17:51:24.770 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/system/info/public""" - 200 null "application/json; charset=utf-8" 11.4583ms
  438. [2025-01-18 17:51:24.792 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Info""" - null null
  439. [2025-01-18 17:51:24.793 +01:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  440. [2025-01-18 17:51:24.795 +01:00] [INF] [16] 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").
  441. [2025-01-18 17:51:24.800 +01:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
  442. [2025-01-18 17:51:24.808 +01:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 10.7123ms
  443. [2025-01-18 17:51:24.808 +01:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  444. [2025-01-18 17:51:24.808 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Info""" - 200 null "application/json; charset=utf-8" 15.9328ms
  445. [2025-01-18 17:51:24.822 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"nucl:8097""""/Sessions/Capabilities/Full""" - "application/json" 567
  446. [2025-01-18 17:51:24.822 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa""" - null null
  447. [2025-01-18 17:51:24.823 +01:00] [INF] [11] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  448. [2025-01-18 17:51:24.823 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/socket""?api_key=c1880b5d3dc5482b8221221ab78f6d75&deviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3" - null null
  449. [2025-01-18 17:51:24.823 +01:00] [INF] [16] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  450. [2025-01-18 17:51:24.823 +01:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
  451. [2025-01-18 17:51:24.823 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
  452. [2025-01-18 17:51:24.823 +01:00] [INF] [16] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.191" request
  453. [2025-01-18 17:51:24.825 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/DisplayPreferences/usersettings""?userId=0ffb15e9b40b4e428184f4141f9922aa&client=emby" - null null
  454. [2025-01-18 17:51:24.825 +01:00] [INF] [16] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 28), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 25), @p7='?' (Size = 14), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  455. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  456. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  457. RETURNING \"Id\";"
  458. [2025-01-18 17:51:24.826 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
  459. [2025-01-18 17:51:24.827 +01:00] [INF] [10] 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").
  460. [2025-01-18 17:51:24.829 +01:00] [INF] [18] 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").
  461. [2025-01-18 17:51:24.832 +01:00] [INF] [11] 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").
  462. [2025-01-18 17:51:24.848 +01:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.UserDto"'.
  463. [2025-01-18 17:51:24.916 +01:00] [INF] [18] 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']"
  464. ""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\"
  465. FROM (
  466. 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\"
  467. FROM \"DisplayPreferences\" AS \"d\"
  468. WHERE \"d\".\"UserId\" = @__userId_0 AND \"d\".\"Client\" = @__client_1 AND \"d\".\"ItemId\" = @__itemId_2
  469. LIMIT 1
  470. ) AS \"t\"
  471. LEFT JOIN \"HomeSection\" AS \"h\" ON \"t\".\"Id\" = \"h\".\"DisplayPreferencesId\"
  472. ORDER BY \"t\".\"Id\""
  473. [2025-01-18 17:51:24.938 +01:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)" in 110.8852ms
  474. [2025-01-18 17:51:24.938 +01:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
  475. [2025-01-18 17:51:24.938 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa""" - 200 null "application/json; charset=utf-8" 115.6859ms
  476. [2025-01-18 17:51:24.953 +01:00] [INF] [18] 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']"
  477. ""SELECT \"i\".\"Id\", \"i\".\"Client\", \"i\".\"IndexBy\", \"i\".\"ItemId\", \"i\".\"RememberIndexing\", \"i\".\"RememberSorting\", \"i\".\"SortBy\", \"i\".\"SortOrder\", \"i\".\"UserId\", \"i\".\"ViewType\"
  478. FROM \"ItemDisplayPreferences\" AS \"i\"
  479. WHERE \"i\".\"UserId\" = @__userId_0 AND \"i\".\"ItemId\" = @__itemId_1 AND \"i\".\"Client\" = @__client_2
  480. LIMIT 1"
  481. [2025-01-18 17:51:24.955 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  482. [2025-01-18 17:51:24.955 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)" in 123.4112ms
  483. [2025-01-18 17:51:24.955 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
  484. [2025-01-18 17:51:24.956 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"nucl:8097""""/Sessions/Capabilities/Full""" - 204 null null 133.3972ms
  485. [2025-01-18 17:51:24.974 +01:00] [INF] [18] 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']"
  486. ""SELECT \"c\".\"Id\", \"c\".\"Client\", \"c\".\"ItemId\", \"c\".\"Key\", \"c\".\"UserId\", \"c\".\"Value\"
  487. FROM \"CustomItemDisplayPreferences\" AS \"c\"
  488. WHERE \"c\".\"UserId\" = @__userId_0 AND \"c\".\"ItemId\" = @__itemId_1 AND \"c\".\"Client\" = @__client_2"
  489. [2025-01-18 17:51:25.002 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.DisplayPreferencesDto"'.
  490. [2025-01-18 17:51:25.017 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)" in 186.8024ms
  491. [2025-01-18 17:51:25.017 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
  492. [2025-01-18 17:51:25.017 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/DisplayPreferences/usersettings""?userId=0ffb15e9b40b4e428184f4141f9922aa&client=emby" - 200 null "application/json; charset=utf-8" 192.6442ms
  493. [2025-01-18 17:51:25.038 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/12011.23368a00286c479041ba.chunk.js""" - null null
  494. [2025-01-18 17:51:25.039 +01:00] [INF] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/12011.23368a00286c479041ba.chunk.js"'. Physical path: '"/jellyfin/jellyfin-web/12011.23368a00286c479041ba.chunk.js"'
  495. [2025-01-18 17:51:25.040 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/12011.23368a00286c479041ba.chunk.js""" - 499 null "text/javascript" 1.3264ms
  496. [2025-01-18 17:51:25.042 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/57949.a599cc88f6f7c3fe51dc.chunk.js""" - null null
  497. [2025-01-18 17:51:25.042 +01:00] [INF] [18] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/57949.a599cc88f6f7c3fe51dc.chunk.js"'. Physical path: '"/jellyfin/jellyfin-web/57949.a599cc88f6f7c3fe51dc.chunk.js"'
  498. [2025-01-18 17:51:25.042 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/57949.a599cc88f6f7c3fe51dc.chunk.js""" - 499 null "text/javascript" 0.8277ms
  499. [2025-01-18 17:51:25.043 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/55802.5fcdf3893cadf74eb906.chunk.js""" - null null
  500. [2025-01-18 17:51:25.045 +01:00] [INF] [18] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/55802.5fcdf3893cadf74eb906.chunk.js"'. Physical path: '"/jellyfin/jellyfin-web/55802.5fcdf3893cadf74eb906.chunk.js"'
  501. [2025-01-18 17:51:25.046 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/55802.5fcdf3893cadf74eb906.chunk.js""" - 200 null "text/javascript" 3.2882ms
  502. [2025-01-18 17:51:25.046 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/19029.6abd0493253e4d49db27.chunk.js""" - null null
  503. [2025-01-18 17:51:25.047 +01:00] [INF] [18] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/19029.6abd0493253e4d49db27.chunk.js"'. Physical path: '"/jellyfin/jellyfin-web/19029.6abd0493253e4d49db27.chunk.js"'
  504. [2025-01-18 17:51:25.047 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/19029.6abd0493253e4d49db27.chunk.js""" - 200 null "text/javascript" 0.7357ms
  505. [2025-01-18 17:51:25.047 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/28567.55609c43606f49cda64b.chunk.js""" - null null
  506. [2025-01-18 17:51:25.047 +01:00] [INF] [18] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/28567.55609c43606f49cda64b.chunk.js"'. Physical path: '"/jellyfin/jellyfin-web/28567.55609c43606f49cda64b.chunk.js"'
  507. [2025-01-18 17:51:25.047 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/28567.55609c43606f49cda64b.chunk.js""" - 200 null "text/javascript" 0.4394ms
  508. [2025-01-18 17:51:25.051 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Branding/Css""" - null null
  509. [2025-01-18 17:51:25.052 +01:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
  510. [2025-01-18 17:51:25.052 +01:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetBrandingCss\", controller = \"Branding\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.String] GetBrandingCss()" on controller "Jellyfin.Api.Controllers.BrandingController" ("Jellyfin.Api").
  511. [2025-01-18 17:51:25.053 +01:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.String"'.
  512. [2025-01-18 17:51:25.053 +01:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)" in 0.8455ms
  513. [2025-01-18 17:51:25.053 +01:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
  514. [2025-01-18 17:51:25.053 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Branding/Css""" - 200 null "text/css; charset=utf-8" 1.9886ms
  515. [2025-01-18 17:51:25.059 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/config.json""" - null null
  516. [2025-01-18 17:51:25.060 +01:00] [INF] [18] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/config.json"'. Physical path: '"/jellyfin/jellyfin-web/config.json"'
  517. [2025-01-18 17:51:25.060 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/config.json""" - 200 null "application/json" 0.5795ms
  518. [2025-01-18 17:51:25.111 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Info""" - null null
  519. [2025-01-18 17:51:25.111 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  520. [2025-01-18 17:51:25.111 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/ConfigurationPages""?enableInMainMenu=true" - null null
  521. [2025-01-18 17:51:25.111 +01:00] [INF] [8] 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").
  522. [2025-01-18 17:51:25.112 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
  523. [2025-01-18 17:51:25.113 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
  524. [2025-01-18 17:51:25.113 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 1.9397ms
  525. [2025-01-18 17:51:25.114 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  526. [2025-01-18 17:51:25.114 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Info""" - 200 null "application/json; charset=utf-8" 3.1471ms
  527. [2025-01-18 17:51:25.114 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetConfigurationPages\", controller = \"Dashboard\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[Jellyfin.Api.Models.ConfigurationPageInfo]] GetConfigurationPages(System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api").
  528. [2025-01-18 17:51:25.121 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.List`1[[Jellyfin.Api.Models.ConfigurationPageInfo, Jellyfin.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'.
  529. [2025-01-18 17:51:25.123 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Sessions""?ActiveWithinSeconds=960" - null null
  530. [2025-01-18 17:51:25.124 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
  531. [2025-01-18 17:51:25.124 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)" in 9.456ms
  532. [2025-01-18 17:51:25.124 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
  533. [2025-01-18 17:51:25.124 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/ConfigurationPages""?enableInMainMenu=true" - 200 null "application/json; charset=utf-8" 12.7562ms
  534. [2025-01-18 17:51:25.125 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSessions\", controller = \"Session\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IReadOnlyList`1[MediaBrowser.Model.Dto.SessionInfoDto]] GetSessions(System.Nullable`1[System.Guid], System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api").
  535. [2025-01-18 17:51:25.125 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""" - null null
  536. [2025-01-18 17:51:25.126 +01:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  537. [2025-01-18 17:51:25.127 +01:00] [INF] [16] 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").
  538. [2025-01-18 17:51:25.127 +01:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  539. [2025-01-18 17:51:25.127 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2025-01-11T16%3A51%3A25.116Z&hasUserId=false" - null null
  540. [2025-01-18 17:51:25.128 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/LiveTv/Recordings""?UserId=0ffb15e9b40b4e428184f4141f9922aa&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop" - null null
  541. [2025-01-18 17:51:25.128 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
  542. [2025-01-18 17:51:25.129 +01:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)"'
  543. [2025-01-18 17:51:25.136 +01:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - null null
  544. [2025-01-18 17:51:25.138 +01:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  545. [2025-01-18 17:51:25.138 +01:00] [INF] [20] 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").
  546. [2025-01-18 17:51:25.143 +01:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
  547. [2025-01-18 17:51:25.143 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
  548. [2025-01-18 17:51:25.141 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2025-01-17T16%3A51%3A25.116Z&hasUserId=true" - null null
  549. [2025-01-18 17:51:25.148 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
  550. [2025-01-18 17:51:25.148 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
  551. [2025-01-18 17:51:25.158 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Collections.Generic.List`1[[MediaBrowser.Model.Dto.SessionInfoDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
  552. [2025-01-18 17:51:25.159 +01:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetRecordings\", 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]]] GetRecordings(System.String, System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.LiveTv.RecordingStatus], System.Nullable`1[System.Boolean], System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], MediaBrowser.Model.Querying.ItemFields[], 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], Boolean)" on controller "Jellyfin.Api.Controllers.LiveTvController" ("Jellyfin.Api").
  553. [2025-01-18 17:51:25.193 +01:00] [INF] [10] 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.3.0, Culture=neutral, PublicKeyToken=null]]"'.
  554. [2025-01-18 17:51:25.205 +01:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  555. ""SELECT COUNT(*)
  556. FROM \"ActivityLogs\" AS \"a\"
  557. WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
  558. [2025-01-18 17:51:25.205 +01:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  559. ""SELECT COUNT(*)
  560. FROM \"ActivityLogs\" AS \"a\"
  561. WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
  562. [2025-01-18 17:51:25.233 +01:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  563. ""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
  564. FROM \"ActivityLogs\" AS \"a\"
  565. WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
  566. ORDER BY \"a\".\"DateCreated\" DESC
  567. LIMIT @__p_3 OFFSET @__p_2"
  568. [2025-01-18 17:51:25.233 +01:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  569. ""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
  570. FROM \"ActivityLogs\" AS \"a\"
  571. WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
  572. ORDER BY \"a\".\"DateCreated\" DESC
  573. LIMIT @__p_3 OFFSET @__p_2"
  574. [2025-01-18 17:51:25.235 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
  575. [2025-01-18 17:51:25.238 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
  576. [2025-01-18 17:51:25.308 +01:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)" in 148.8514ms
  577. [2025-01-18 17:51:25.308 +01:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)"'
  578. [2025-01-18 17:51:25.308 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/LiveTv/Recordings""?UserId=0ffb15e9b40b4e428184f4141f9922aa&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop" - 200 null "application/json; charset=utf-8" 180.6941ms
  579. [2025-01-18 17:51:25.313 +01:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 186.4318ms
  580. [2025-01-18 17:51:25.313 +01:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  581. [2025-01-18 17:51:25.313 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""" - 200 null "application/json; charset=utf-8" 188.0916ms
  582. [2025-01-18 17:51:25.314 +01:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 173.1346ms
  583. [2025-01-18 17:51:25.314 +01:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  584. [2025-01-18 17:51:25.314 +01:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 177.8845ms
  585. [2025-01-18 17:51:25.315 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 168.6129ms
  586. [2025-01-18 17:51:25.315 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
  587. [2025-01-18 17:51:25.315 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2025-01-11T16%3A51%3A25.116Z&hasUserId=false" - 200 null "application/json; charset=utf-8" 187.9689ms
  588. [2025-01-18 17:51:25.317 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 168.8068ms
  589. [2025-01-18 17:51:25.318 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
  590. [2025-01-18 17:51:25.318 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2025-01-17T16%3A51%3A25.116Z&hasUserId=true" - 200 null "application/json; charset=utf-8" 177.0683ms
  591. [2025-01-18 17:51:25.321 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)" in 196.4097ms
  592. [2025-01-18 17:51:25.321 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
  593. [2025-01-18 17:51:25.321 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Sessions""?ActiveWithinSeconds=960" - 200 null "application/json; charset=utf-8" 198.1472ms
  594. [2025-01-18 17:51:26.093 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/QuickConnect/Enabled""" - null null
  595. [2025-01-18 17:51:26.093 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  596. [2025-01-18 17:51:26.094 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
  597. [2025-01-18 17:51:26.095 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
  598. [2025-01-18 17:51:26.097 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 2.5769ms
  599. [2025-01-18 17:51:26.097 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  600. [2025-01-18 17:51:26.097 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 3.8138ms
  601. [2025-01-18 17:51:29.099 +01:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/home-html.8ce38bc7d6dc073656d4.chunk.js""" - null null
  602. [2025-01-18 17:51:29.099 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/81954.0985283d0b54b15620c0.chunk.js""" - null null
  603. [2025-01-18 17:51:29.099 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/home.2f5eb9322e5136176011.chunk.js""" - null null
  604. [2025-01-18 17:51:29.100 +01:00] [INF] [20] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/home-html.8ce38bc7d6dc073656d4.chunk.js"'. Physical path: '"/jellyfin/jellyfin-web/home-html.8ce38bc7d6dc073656d4.chunk.js"'
  605. [2025-01-18 17:51:29.100 +01:00] [INF] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/81954.0985283d0b54b15620c0.chunk.js"'. Physical path: '"/jellyfin/jellyfin-web/81954.0985283d0b54b15620c0.chunk.js"'
  606. [2025-01-18 17:51:29.100 +01:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/home-html.8ce38bc7d6dc073656d4.chunk.js""" - 499 null "text/javascript" 0.6267ms
  607. [2025-01-18 17:51:29.100 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/81954.0985283d0b54b15620c0.chunk.js""" - 499 null "text/javascript" 0.6246ms
  608. [2025-01-18 17:51:29.100 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/home.2f5eb9322e5136176011.chunk.js"'. Physical path: '"/jellyfin/jellyfin-web/home.2f5eb9322e5136176011.chunk.js"'
  609. [2025-01-18 17:51:29.101 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/home.2f5eb9322e5136176011.chunk.js""" - 200 null "text/javascript" 1.1994ms
  610. [2025-01-18 17:51:29.109 +01:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/UserViews""?userId=0ffb15e9b40b4e428184f4141f9922aa" - null null
  611. [2025-01-18 17:51:29.110 +01:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)"'
  612. [2025-01-18 17:51:29.118 +01:00] [INF] [20] 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").
  613. [2025-01-18 17:51:29.186 +01:00] [INF] [20] 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.3.0, Culture=neutral, PublicKeyToken=null]]"'.
  614. [2025-01-18 17:51:29.224 +01:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)" in 106.59ms
  615. [2025-01-18 17:51:29.224 +01:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)"'
  616. [2025-01-18 17:51:29.225 +01:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/UserViews""?userId=0ffb15e9b40b4e428184f4141f9922aa" - 200 null "application/json; charset=utf-8" 115.9105ms
  617. [2025-01-18 17:51:29.238 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/84158.03d7b3bb55917297d3f5.chunk.js""" - null null
  618. [2025-01-18 17:51:29.239 +01:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/84158.03d7b3bb55917297d3f5.chunk.js"'. Physical path: '"/jellyfin/jellyfin-web/84158.03d7b3bb55917297d3f5.chunk.js"'
  619. [2025-01-18 17:51:29.239 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/84158.03d7b3bb55917297d3f5.chunk.js""" - 499 null "text/javascript" 0.9712ms
  620. [2025-01-18 17:51:29.240 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/LiveTv/Programs/Recommended""?userId=0ffb15e9b40b4e428184f4141f9922aa&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio" - null null
  621. [2025-01-18 17:51:29.242 +01:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)"'
  622. [2025-01-18 17:51:29.246 +01:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetRecommendedPrograms\", controller = \"LiveTv\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]]] GetRecommendedPrograms(System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Guid[], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.LiveTvController" ("Jellyfin.Api").
  623. [2025-01-18 17:51:29.263 +01:00] [INF] [10] 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.3.0, Culture=neutral, PublicKeyToken=null]]"'.
  624. [2025-01-18 17:51:29.263 +01:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)" in 16.5705ms
  625. [2025-01-18 17:51:29.263 +01:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)"'
  626. [2025-01-18 17:51:29.263 +01:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/LiveTv/Programs/Recommended""?userId=0ffb15e9b40b4e428184f4141f9922aa&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio" - 200 null "application/json; charset=utf-8" 23.376ms
  627. [2025-01-18 17:51:29.272 +01:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Shows/NextUp""?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CPath%2CMediaSourceCount&UserId=0ffb15e9b40b4e428184f4141f9922aa&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2024-01-19T16%3A51%3A29.265Z&EnableResumable=false&EnableRewatching=false" - null null
  628. [2025-01-18 17:51:29.272 +01:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)"'
  629. [2025-01-18 17:51:29.273 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video" - null null
  630. [2025-01-18 17:51:29.274 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio" - null null
  631. [2025-01-18 17:51:29.275 +01:00] [INF] [20] 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").
  632. [2025-01-18 17:51:29.275 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
  633. [2025-01-18 17:51:29.277 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book" - null null
  634. [2025-01-18 17:51:29.275 +01:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=7a2175bccb1f1a94152cbd2b2bae8f6d" - null null
  635. [2025-01-18 17:51:29.277 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=43cfe12fe7d9d8d21251e0964e0232e2" - null null
  636. [2025-01-18 17:51:29.274 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
  637. [2025-01-18 17:51:29.279 +01:00] [INF] [18] 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").
  638. [2025-01-18 17:51:29.280 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetResumeItemsLegacy\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetResumeItemsLegacy(System.Guid, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.MediaType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], Boolean, System.Nullable`1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
  639. [2025-01-18 17:51:29.283 +01:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
  640. [2025-01-18 17:51:29.283 +01:00] [INF] [16] 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").
  641. [2025-01-18 17:51:29.283 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
  642. [2025-01-18 17:51:29.283 +01:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
  643. [2025-01-18 17:51:29.286 +01:00] [INF] [21] 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").
  644. [2025-01-18 17:51:29.287 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLatestMediaLegacy\", controller = \"UserLibrary\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
  645. [2025-01-18 17:51:29.294 +01:00] [INF] [16] 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.3.0, Culture=neutral, PublicKeyToken=null]]"'.
  646. [2025-01-18 17:51:29.295 +01:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)" in 11.8047ms
  647. [2025-01-18 17:51:29.296 +01:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
  648. [2025-01-18 17:51:29.296 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/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" 18.7927ms
  649. [2025-01-18 17:51:29.298 +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.3.0, Culture=neutral, PublicKeyToken=null]]"'.
  650. [2025-01-18 17:51:29.299 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)" in 18.7574ms
  651. [2025-01-18 17:51:29.300 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
  652. [2025-01-18 17:51:29.300 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/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" 27.3147ms
  653. [2025-01-18 17:51:29.301 +01:00] [INF] [18] 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.3.0, Culture=neutral, PublicKeyToken=null]]"'.
  654. [2025-01-18 17:51:29.302 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)" in 23.0488ms
  655. [2025-01-18 17:51:29.302 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
  656. [2025-01-18 17:51:29.302 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/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" 27.5885ms
  657. [2025-01-18 17:51:29.320 +01:00] [INF] [21] 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.3.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.3.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.3.0, Culture=neutral, PublicKeyToken=null]]"'.
  658. [2025-01-18 17:51:29.339 +01:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)" in 51.3532ms
  659. [2025-01-18 17:51:29.339 +01:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
  660. [2025-01-18 17:51:29.340 +01:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=7a2175bccb1f1a94152cbd2b2bae8f6d" - 200 null "application/json; charset=utf-8" 65.172ms
  661. [2025-01-18 17:51:29.341 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.3.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.3.0, Culture=neutral, PublicKeyToken=null]]"'.
  662. [2025-01-18 17:51:29.350 +01:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/38965.f099bc019e67a7dd8a08.chunk.js""" - null null
  663. [2025-01-18 17:51:29.351 +01:00] [INF] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/38965.f099bc019e67a7dd8a08.chunk.js"'. Physical path: '"/jellyfin/jellyfin-web/38965.f099bc019e67a7dd8a08.chunk.js"'
  664. [2025-01-18 17:51:29.351 +01:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/38965.f099bc019e67a7dd8a08.chunk.js""" - 200 null "text/javascript" 0.8221ms
  665. [2025-01-18 17:51:29.352 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)" in 61.7374ms
  666. [2025-01-18 17:51:29.352 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
  667. [2025-01-18 17:51:29.352 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=43cfe12fe7d9d8d21251e0964e0232e2" - 200 null "application/json; charset=utf-8" 75.2485ms
  668. [2025-01-18 17:51:29.375 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/3e635ece45ca021e30d987c50be48553/Images/Primary""?fillHeight=428&fillWidth=285&quality=96&tag=4d7e2fd7e1bc14219e7a9ad26d8d0409" - null null
  669. [2025-01-18 17:51:29.375 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/e8eb6844c4c0f7235c19e873d39cc092/Images/Primary""?fillHeight=428&fillWidth=285&quality=96&tag=a1ca25e2cde3c77d2594d439bec0b7f5" - null null
  670. [2025-01-18 17:51:29.375 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  671. [2025-01-18 17:51:29.375 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  672. [2025-01-18 17:51:29.376 +01:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/ad1f407904e9f3b037ecdcc45d1bf966/Images/Primary""?fillHeight=428&fillWidth=285&quality=96&tag=f51d14cd8ea0f608b23d8c497bd75ea6" - null null
  673. [2025-01-18 17:51:29.376 +01:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  674. [2025-01-18 17:51:29.375 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/c67ed1712df3ae423ab57d12f44bdc2d/Images/Primary""?fillHeight=428&fillWidth=285&quality=96&tag=fb20fdc62e9a061b7fafa4b75d1360ba" - null null
  675. [2025-01-18 17:51:29.390 +01:00] [INF] [8] 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").
  676. [2025-01-18 17:51:29.392 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  677. [2025-01-18 17:51:29.393 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
  678. [2025-01-18 17:51:29.393 +01:00] [INF] [18] 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").
  679. [2025-01-18 17:51:29.394 +01:00] [INF] [21] 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").
  680. [2025-01-18 17:51:29.409 +01:00] [INF] [20] 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.3.0, Culture=neutral, PublicKeyToken=null]]"'.
  681. [2025-01-18 17:51:29.411 +01:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)" in 136.5352ms
  682. [2025-01-18 17:51:29.411 +01:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)"'
  683. [2025-01-18 17:51:29.412 +01:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Shows/NextUp""?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CPath%2CMediaSourceCount&UserId=0ffb15e9b40b4e428184f4141f9922aa&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2024-01-19T16%3A51%3A29.265Z&EnableResumable=false&EnableRewatching=false" - 200 null "application/json; charset=utf-8" 139.7183ms
  684. [2025-01-18 17:51:29.422 +01:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/ee24d4eb5e4f4358294e3d42b7e82644/Images/Primary""?fillHeight=428&fillWidth=285&quality=96&tag=1d8e20356c3158d2159af5075382e443" - null null
  685. [2025-01-18 17:51:29.422 +01:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  686. [2025-01-18 17:51:29.422 +01:00] [INF] [20] 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").
  687. [2025-01-18 17:51:29.427 +01:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/e076f0ff541d0e47a8de7b01df6b4204/Images/Primary""?fillHeight=428&fillWidth=285&quality=96&tag=300f739fd92ce85dae976be97fc24fed" - null null
  688. [2025-01-18 17:51:29.427 +01:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  689. [2025-01-18 17:51:29.427 +01:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
  690. [2025-01-18 17:51:29.428 +01:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/3/3837b468-1498-ae60-bc43-3147cb96fddb.webp"' with download name '""' ...
  691. [2025-01-18 17:51:29.428 +01:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/1/11181503-4db3-b501-b102-775f1717974d.webp"' with download name '""' ...
  692. [2025-01-18 17:51:29.428 +01:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/d/d0da095f-fa83-f20d-42a1-86953c0c9ca2.webp"' with download name '""' ...
  693. [2025-01-18 17:51:29.428 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/9/9649e5b7-02d0-f410-5654-50fb8923e19c.webp"' with download name '""' ...
  694. [2025-01-18 17:51:29.428 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/6/6f0f8545-188f-aac2-68cb-1b30f5f55325.webp"' with download name '""' ...
  695. [2025-01-18 17:51:29.428 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/2/2096d74b-869f-2a21-be6c-ab6170bcbad8.webp"' with download name '""' ...
  696. [2025-01-18 17:51:29.429 +01:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 5.9462ms
  697. [2025-01-18 17:51:29.429 +01:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 1.2575ms
  698. [2025-01-18 17:51:29.429 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 38.1421ms
  699. [2025-01-18 17:51:29.429 +01:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  700. [2025-01-18 17:51:29.429 +01:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  701. [2025-01-18 17:51:29.429 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  702. [2025-01-18 17:51:29.429 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/e8eb6844c4c0f7235c19e873d39cc092/Images/Primary""?fillHeight=428&fillWidth=285&quality=96&tag=a1ca25e2cde3c77d2594d439bec0b7f5" - 499 70104 "image/webp" 54.4344ms
  703. [2025-01-18 17:51:29.429 +01:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/e076f0ff541d0e47a8de7b01df6b4204/Images/Primary""?fillHeight=428&fillWidth=285&quality=96&tag=300f739fd92ce85dae976be97fc24fed" - 499 56190 "image/webp" 2.1298ms
  704. [2025-01-18 17:51:29.429 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 36.6793ms
  705. [2025-01-18 17:51:29.429 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  706. [2025-01-18 17:51:29.430 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 36.4129ms
  707. [2025-01-18 17:51:29.430 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  708. [2025-01-18 17:51:29.430 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/3e635ece45ca021e30d987c50be48553/Images/Primary""?fillHeight=428&fillWidth=285&quality=96&tag=4d7e2fd7e1bc14219e7a9ad26d8d0409" - 499 71772 "image/webp" 55.319ms
  709. [2025-01-18 17:51:29.430 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/c67ed1712df3ae423ab57d12f44bdc2d/Images/Primary""?fillHeight=428&fillWidth=285&quality=96&tag=fb20fdc62e9a061b7fafa4b75d1360ba" - 499 54756 "image/webp" 55.4162ms
  710. [2025-01-18 17:51:29.430 +01:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/ee24d4eb5e4f4358294e3d42b7e82644/Images/Primary""?fillHeight=428&fillWidth=285&quality=96&tag=1d8e20356c3158d2159af5075382e443" - 499 44692 "image/webp" 7.7358ms
  711. [2025-01-18 17:51:29.430 +01:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 35.442ms
  712. [2025-01-18 17:51:29.430 +01:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  713. [2025-01-18 17:51:29.430 +01:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/ad1f407904e9f3b037ecdcc45d1bf966/Images/Primary""?fillHeight=428&fillWidth=285&quality=96&tag=f51d14cd8ea0f608b23d8c497bd75ea6" - 499 33530 "image/webp" 54.3536ms
  714. [2025-01-18 17:51:29.461 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/1ab217f548af622414150b8d76b94185/Images/Thumb""?fillHeight=251&fillWidth=447&quality=96&tag=b4891db09df8b7d1e2532e73aa7ae0bc" - null null
  715. [2025-01-18 17:51:29.461 +01:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/1b95900e00d50cf8e74a94c5f0b0df27/Images/Thumb""?fillHeight=251&fillWidth=447&quality=96&tag=6345254ab2d31d1566f4cbf56bb5035c" - null null
  716. [2025-01-18 17:51:29.461 +01:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  717. [2025-01-18 17:51:29.462 +01:00] [INF] [21] 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").
  718. [2025-01-18 17:51:29.462 +01:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/b/b26a5d87-dc1a-9de0-9a4f-410b6d96b181.webp"' with download name '""' ...
  719. [2025-01-18 17:51:29.461 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  720. [2025-01-18 17:51:29.462 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
  721. [2025-01-18 17:51:29.463 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/2/2eff0b76-5336-8780-6fb1-13ea8bc4e4b7.webp"' with download name '""' ...
  722. [2025-01-18 17:51:29.463 +01:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 1.2304ms
  723. [2025-01-18 17:51:29.463 +01:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  724. [2025-01-18 17:51:29.463 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 0.9059ms
  725. [2025-01-18 17:51:29.463 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
  726. [2025-01-18 17:51:29.463 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/1ab217f548af622414150b8d76b94185/Images/Thumb""?fillHeight=251&fillWidth=447&quality=96&tag=b4891db09df8b7d1e2532e73aa7ae0bc" - 499 44172 "image/webp" 2.1252ms
  727. [2025-01-18 17:51:29.463 +01:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Items/1b95900e00d50cf8e74a94c5f0b0df27/Images/Thumb""?fillHeight=251&fillWidth=447&quality=96&tag=6345254ab2d31d1566f4cbf56bb5035c" - 200 37600 "image/webp" 2.1714ms
  728. [2025-01-18 17:51:30.822 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Endpoint""" - null null
  729. [2025-01-18 17:51:30.822 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
  730. [2025-01-18 17:51:30.822 +01:00] [INF] [18] 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").
  731. [2025-01-18 17:51:30.823 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Net.EndPointInfo"'.
  732. [2025-01-18 17:51:30.823 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)" in 0.5805ms
  733. [2025-01-18 17:51:30.823 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
  734. [2025-01-18 17:51:30.823 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/System/Endpoint""" - 200 null "application/json; charset=utf-8" 1.5062ms
  735. [2025-01-18 17:51:30.835 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Playback/BitrateTest""?Size=500000" - null null
  736. [2025-01-18 17:51:30.835 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  737. [2025-01-18 17:51:30.835 +01:00] [INF] [11] 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").
  738. [2025-01-18 17:51:30.836 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  739. [2025-01-18 17:51:30.837 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 1.5811ms
  740. [2025-01-18 17:51:30.837 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  741. [2025-01-18 17:51:30.837 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Playback/BitrateTest""?Size=500000" - 200 524288 "application/octet-stream" 2.0657ms
  742. [2025-01-18 17:51:30.851 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Playback/BitrateTest""?Size=1000000" - null null
  743. [2025-01-18 17:51:30.851 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  744. [2025-01-18 17:51:30.851 +01:00] [INF] [11] 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").
  745. [2025-01-18 17:51:30.851 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  746. [2025-01-18 17:51:30.856 +01:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 4.9983ms
  747. [2025-01-18 17:51:30.856 +01:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  748. [2025-01-18 17:51:30.856 +01:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Playback/BitrateTest""?Size=1000000" - 200 1048576 "application/octet-stream" 5.4672ms
  749. [2025-01-18 17:51:30.869 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Playback/BitrateTest""?Size=3000000" - null null
  750. [2025-01-18 17:51:30.869 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  751. [2025-01-18 17:51:30.869 +01:00] [INF] [11] 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").
  752. [2025-01-18 17:51:30.871 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  753. [2025-01-18 17:51:30.897 +01:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 27.4789ms
  754. [2025-01-18 17:51:30.897 +01:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  755. [2025-01-18 17:51:30.897 +01:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Playback/BitrateTest""?Size=3000000" - 200 4194304 "application/octet-stream" 28.0621ms
  756. [2025-01-18 17:51:31.262 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/Items/137df5e2b2377a0df2c1d4e86317bbf5""" - null null
  757. [2025-01-18 17:51:31.263 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
  758. [2025-01-18 17:51:31.266 +01:00] [INF] [18] 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").
  759. [2025-01-18 17:51:31.309 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  760. ""SELECT EXISTS (
  761. SELECT 1
  762. FROM \"MediaSegments\" AS \"m\"
  763. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  764. [2025-01-18 17:51:31.319 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  765. ""SELECT EXISTS (
  766. SELECT 1
  767. FROM \"MediaSegments\" AS \"m\"
  768. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  769. [2025-01-18 17:51:31.326 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  770. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  771. FROM \"TrickplayInfos\" AS \"t\"
  772. WHERE \"t\".\"ItemId\" = @__itemId_0"
  773. [2025-01-18 17:51:31.328 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'.
  774. [2025-01-18 17:51:31.351 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)" in 85.0392ms
  775. [2025-01-18 17:51:31.351 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
  776. [2025-01-18 17:51:31.351 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/Items/137df5e2b2377a0df2c1d4e86317bbf5""" - 200 null "application/json; charset=utf-8" 88.9963ms
  777. [2025-01-18 17:51:31.364 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Shows/06020b18c3fb0f2723946a59cdfef75d/Episodes""?IsVirtualUnaired=false&IsMissing=false&UserId=0ffb15e9b40b4e428184f4141f9922aa&Fields=Chapters%2CTrickplay" - null null
  778. [2025-01-18 17:51:31.365 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)"'
  779. [2025-01-18 17:51:31.367 +01:00] [INF] [18] 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").
  780. [2025-01-18 17:51:31.383 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  781. ""SELECT EXISTS (
  782. SELECT 1
  783. FROM \"MediaSegments\" AS \"m\"
  784. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  785. [2025-01-18 17:51:31.384 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  786. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  787. FROM \"TrickplayInfos\" AS \"t\"
  788. WHERE \"t\".\"ItemId\" = @__itemId_0"
  789. [2025-01-18 17:51:31.384 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  790. ""SELECT EXISTS (
  791. SELECT 1
  792. FROM \"MediaSegments\" AS \"m\"
  793. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  794. [2025-01-18 17:51:31.385 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  795. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  796. FROM \"TrickplayInfos\" AS \"t\"
  797. WHERE \"t\".\"ItemId\" = @__itemId_0"
  798. [2025-01-18 17:51:31.386 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  799. ""SELECT EXISTS (
  800. SELECT 1
  801. FROM \"MediaSegments\" AS \"m\"
  802. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  803. [2025-01-18 17:51:31.386 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  804. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  805. FROM \"TrickplayInfos\" AS \"t\"
  806. WHERE \"t\".\"ItemId\" = @__itemId_0"
  807. [2025-01-18 17:51:31.387 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  808. ""SELECT EXISTS (
  809. SELECT 1
  810. FROM \"MediaSegments\" AS \"m\"
  811. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  812. [2025-01-18 17:51:31.387 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  813. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  814. FROM \"TrickplayInfos\" AS \"t\"
  815. WHERE \"t\".\"ItemId\" = @__itemId_0"
  816. [2025-01-18 17:51:31.389 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  817. ""SELECT EXISTS (
  818. SELECT 1
  819. FROM \"MediaSegments\" AS \"m\"
  820. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  821. [2025-01-18 17:51:31.390 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  822. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  823. FROM \"TrickplayInfos\" AS \"t\"
  824. WHERE \"t\".\"ItemId\" = @__itemId_0"
  825. [2025-01-18 17:51:31.391 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  826. ""SELECT EXISTS (
  827. SELECT 1
  828. FROM \"MediaSegments\" AS \"m\"
  829. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  830. [2025-01-18 17:51:31.392 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  831. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  832. FROM \"TrickplayInfos\" AS \"t\"
  833. WHERE \"t\".\"ItemId\" = @__itemId_0"
  834. [2025-01-18 17:51:31.393 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  835. ""SELECT EXISTS (
  836. SELECT 1
  837. FROM \"MediaSegments\" AS \"m\"
  838. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  839. [2025-01-18 17:51:31.393 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  840. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  841. FROM \"TrickplayInfos\" AS \"t\"
  842. WHERE \"t\".\"ItemId\" = @__itemId_0"
  843. [2025-01-18 17:51:31.394 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  844. ""SELECT EXISTS (
  845. SELECT 1
  846. FROM \"MediaSegments\" AS \"m\"
  847. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  848. [2025-01-18 17:51:31.394 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  849. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  850. FROM \"TrickplayInfos\" AS \"t\"
  851. WHERE \"t\".\"ItemId\" = @__itemId_0"
  852. [2025-01-18 17:51:31.395 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  853. ""SELECT EXISTS (
  854. SELECT 1
  855. FROM \"MediaSegments\" AS \"m\"
  856. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  857. [2025-01-18 17:51:31.396 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  858. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  859. FROM \"TrickplayInfos\" AS \"t\"
  860. WHERE \"t\".\"ItemId\" = @__itemId_0"
  861. [2025-01-18 17:51:31.396 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  862. ""SELECT EXISTS (
  863. SELECT 1
  864. FROM \"MediaSegments\" AS \"m\"
  865. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  866. [2025-01-18 17:51:31.397 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  867. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  868. FROM \"TrickplayInfos\" AS \"t\"
  869. WHERE \"t\".\"ItemId\" = @__itemId_0"
  870. [2025-01-18 17:51:31.398 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  871. ""SELECT EXISTS (
  872. SELECT 1
  873. FROM \"MediaSegments\" AS \"m\"
  874. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  875. [2025-01-18 17:51:31.398 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  876. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  877. FROM \"TrickplayInfos\" AS \"t\"
  878. WHERE \"t\".\"ItemId\" = @__itemId_0"
  879. [2025-01-18 17:51:31.399 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  880. ""SELECT EXISTS (
  881. SELECT 1
  882. FROM \"MediaSegments\" AS \"m\"
  883. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  884. [2025-01-18 17:51:31.399 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  885. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  886. FROM \"TrickplayInfos\" AS \"t\"
  887. WHERE \"t\".\"ItemId\" = @__itemId_0"
  888. [2025-01-18 17:51:31.400 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  889. ""SELECT EXISTS (
  890. SELECT 1
  891. FROM \"MediaSegments\" AS \"m\"
  892. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  893. [2025-01-18 17:51:31.400 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  894. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  895. FROM \"TrickplayInfos\" AS \"t\"
  896. WHERE \"t\".\"ItemId\" = @__itemId_0"
  897. [2025-01-18 17:51:31.401 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  898. ""SELECT EXISTS (
  899. SELECT 1
  900. FROM \"MediaSegments\" AS \"m\"
  901. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  902. [2025-01-18 17:51:31.401 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  903. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  904. FROM \"TrickplayInfos\" AS \"t\"
  905. WHERE \"t\".\"ItemId\" = @__itemId_0"
  906. [2025-01-18 17:51:31.402 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  907. ""SELECT EXISTS (
  908. SELECT 1
  909. FROM \"MediaSegments\" AS \"m\"
  910. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  911. [2025-01-18 17:51:31.402 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  912. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  913. FROM \"TrickplayInfos\" AS \"t\"
  914. WHERE \"t\".\"ItemId\" = @__itemId_0"
  915. [2025-01-18 17:51:31.403 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  916. ""SELECT EXISTS (
  917. SELECT 1
  918. FROM \"MediaSegments\" AS \"m\"
  919. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  920. [2025-01-18 17:51:31.403 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  921. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  922. FROM \"TrickplayInfos\" AS \"t\"
  923. WHERE \"t\".\"ItemId\" = @__itemId_0"
  924. [2025-01-18 17:51:31.404 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  925. ""SELECT EXISTS (
  926. SELECT 1
  927. FROM \"MediaSegments\" AS \"m\"
  928. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  929. [2025-01-18 17:51:31.404 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  930. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  931. FROM \"TrickplayInfos\" AS \"t\"
  932. WHERE \"t\".\"ItemId\" = @__itemId_0"
  933. [2025-01-18 17:51:31.405 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  934. ""SELECT EXISTS (
  935. SELECT 1
  936. FROM \"MediaSegments\" AS \"m\"
  937. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  938. [2025-01-18 17:51:31.406 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  939. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  940. FROM \"TrickplayInfos\" AS \"t\"
  941. WHERE \"t\".\"ItemId\" = @__itemId_0"
  942. [2025-01-18 17:51:31.406 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  943. ""SELECT EXISTS (
  944. SELECT 1
  945. FROM \"MediaSegments\" AS \"m\"
  946. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  947. [2025-01-18 17:51:31.407 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  948. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  949. FROM \"TrickplayInfos\" AS \"t\"
  950. WHERE \"t\".\"ItemId\" = @__itemId_0"
  951. [2025-01-18 17:51:31.407 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  952. ""SELECT EXISTS (
  953. SELECT 1
  954. FROM \"MediaSegments\" AS \"m\"
  955. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  956. [2025-01-18 17:51:31.408 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  957. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  958. FROM \"TrickplayInfos\" AS \"t\"
  959. WHERE \"t\".\"ItemId\" = @__itemId_0"
  960. [2025-01-18 17:51:31.409 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  961. ""SELECT EXISTS (
  962. SELECT 1
  963. FROM \"MediaSegments\" AS \"m\"
  964. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  965. [2025-01-18 17:51:31.410 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  966. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  967. FROM \"TrickplayInfos\" AS \"t\"
  968. WHERE \"t\".\"ItemId\" = @__itemId_0"
  969. [2025-01-18 17:51:31.412 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  970. ""SELECT EXISTS (
  971. SELECT 1
  972. FROM \"MediaSegments\" AS \"m\"
  973. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  974. [2025-01-18 17:51:31.412 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  975. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  976. FROM \"TrickplayInfos\" AS \"t\"
  977. WHERE \"t\".\"ItemId\" = @__itemId_0"
  978. [2025-01-18 17:51:31.413 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  979. ""SELECT EXISTS (
  980. SELECT 1
  981. FROM \"MediaSegments\" AS \"m\"
  982. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  983. [2025-01-18 17:51:31.414 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  984. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  985. FROM \"TrickplayInfos\" AS \"t\"
  986. WHERE \"t\".\"ItemId\" = @__itemId_0"
  987. [2025-01-18 17:51:31.415 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  988. ""SELECT EXISTS (
  989. SELECT 1
  990. FROM \"MediaSegments\" AS \"m\"
  991. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  992. [2025-01-18 17:51:31.416 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  993. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  994. FROM \"TrickplayInfos\" AS \"t\"
  995. WHERE \"t\".\"ItemId\" = @__itemId_0"
  996. [2025-01-18 17:51:31.418 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  997. ""SELECT EXISTS (
  998. SELECT 1
  999. FROM \"MediaSegments\" AS \"m\"
  1000. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1001. [2025-01-18 17:51:31.419 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1002. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1003. FROM \"TrickplayInfos\" AS \"t\"
  1004. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1005. [2025-01-18 17:51:31.420 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1006. ""SELECT EXISTS (
  1007. SELECT 1
  1008. FROM \"MediaSegments\" AS \"m\"
  1009. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1010. [2025-01-18 17:51:31.421 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1011. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1012. FROM \"TrickplayInfos\" AS \"t\"
  1013. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1014. [2025-01-18 17:51:31.421 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1015. ""SELECT EXISTS (
  1016. SELECT 1
  1017. FROM \"MediaSegments\" AS \"m\"
  1018. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1019. [2025-01-18 17:51:31.422 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1020. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1021. FROM \"TrickplayInfos\" AS \"t\"
  1022. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1023. [2025-01-18 17:51:31.423 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1024. ""SELECT EXISTS (
  1025. SELECT 1
  1026. FROM \"MediaSegments\" AS \"m\"
  1027. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1028. [2025-01-18 17:51:31.423 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1029. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1030. FROM \"TrickplayInfos\" AS \"t\"
  1031. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1032. [2025-01-18 17:51:31.424 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1033. ""SELECT EXISTS (
  1034. SELECT 1
  1035. FROM \"MediaSegments\" AS \"m\"
  1036. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1037. [2025-01-18 17:51:31.425 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1038. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1039. FROM \"TrickplayInfos\" AS \"t\"
  1040. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1041. [2025-01-18 17:51:31.426 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1042. ""SELECT EXISTS (
  1043. SELECT 1
  1044. FROM \"MediaSegments\" AS \"m\"
  1045. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1046. [2025-01-18 17:51:31.427 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1047. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1048. FROM \"TrickplayInfos\" AS \"t\"
  1049. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1050. [2025-01-18 17:51:31.428 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1051. ""SELECT EXISTS (
  1052. SELECT 1
  1053. FROM \"MediaSegments\" AS \"m\"
  1054. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1055. [2025-01-18 17:51:31.428 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1056. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1057. FROM \"TrickplayInfos\" AS \"t\"
  1058. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1059. [2025-01-18 17:51:31.430 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1060. ""SELECT EXISTS (
  1061. SELECT 1
  1062. FROM \"MediaSegments\" AS \"m\"
  1063. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1064. [2025-01-18 17:51:31.430 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1065. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1066. FROM \"TrickplayInfos\" AS \"t\"
  1067. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1068. [2025-01-18 17:51:31.431 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1069. ""SELECT EXISTS (
  1070. SELECT 1
  1071. FROM \"MediaSegments\" AS \"m\"
  1072. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1073. [2025-01-18 17:51:31.432 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1074. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1075. FROM \"TrickplayInfos\" AS \"t\"
  1076. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1077. [2025-01-18 17:51:31.433 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1078. ""SELECT EXISTS (
  1079. SELECT 1
  1080. FROM \"MediaSegments\" AS \"m\"
  1081. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1082. [2025-01-18 17:51:31.433 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1083. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1084. FROM \"TrickplayInfos\" AS \"t\"
  1085. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1086. [2025-01-18 17:51:31.434 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1087. ""SELECT EXISTS (
  1088. SELECT 1
  1089. FROM \"MediaSegments\" AS \"m\"
  1090. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1091. [2025-01-18 17:51:31.435 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1092. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1093. FROM \"TrickplayInfos\" AS \"t\"
  1094. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1095. [2025-01-18 17:51:31.436 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1096. ""SELECT EXISTS (
  1097. SELECT 1
  1098. FROM \"MediaSegments\" AS \"m\"
  1099. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1100. [2025-01-18 17:51:31.436 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1101. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1102. FROM \"TrickplayInfos\" AS \"t\"
  1103. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1104. [2025-01-18 17:51:31.437 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1105. ""SELECT EXISTS (
  1106. SELECT 1
  1107. FROM \"MediaSegments\" AS \"m\"
  1108. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1109. [2025-01-18 17:51:31.438 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1110. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1111. FROM \"TrickplayInfos\" AS \"t\"
  1112. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1113. [2025-01-18 17:51:31.440 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1114. ""SELECT EXISTS (
  1115. SELECT 1
  1116. FROM \"MediaSegments\" AS \"m\"
  1117. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1118. [2025-01-18 17:51:31.440 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1119. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1120. FROM \"TrickplayInfos\" AS \"t\"
  1121. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1122. [2025-01-18 17:51:31.441 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1123. ""SELECT EXISTS (
  1124. SELECT 1
  1125. FROM \"MediaSegments\" AS \"m\"
  1126. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1127. [2025-01-18 17:51:31.442 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1128. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1129. FROM \"TrickplayInfos\" AS \"t\"
  1130. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1131. [2025-01-18 17:51:31.442 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1132. ""SELECT EXISTS (
  1133. SELECT 1
  1134. FROM \"MediaSegments\" AS \"m\"
  1135. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1136. [2025-01-18 17:51:31.443 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1137. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1138. FROM \"TrickplayInfos\" AS \"t\"
  1139. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1140. [2025-01-18 17:51:31.443 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1141. ""SELECT EXISTS (
  1142. SELECT 1
  1143. FROM \"MediaSegments\" AS \"m\"
  1144. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1145. [2025-01-18 17:51:31.444 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1146. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1147. FROM \"TrickplayInfos\" AS \"t\"
  1148. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1149. [2025-01-18 17:51:31.445 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1150. ""SELECT EXISTS (
  1151. SELECT 1
  1152. FROM \"MediaSegments\" AS \"m\"
  1153. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1154. [2025-01-18 17:51:31.445 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1155. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1156. FROM \"TrickplayInfos\" AS \"t\"
  1157. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1158. [2025-01-18 17:51:31.446 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1159. ""SELECT EXISTS (
  1160. SELECT 1
  1161. FROM \"MediaSegments\" AS \"m\"
  1162. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1163. [2025-01-18 17:51:31.446 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1164. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1165. FROM \"TrickplayInfos\" AS \"t\"
  1166. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1167. [2025-01-18 17:51:31.447 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1168. ""SELECT EXISTS (
  1169. SELECT 1
  1170. FROM \"MediaSegments\" AS \"m\"
  1171. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1172. [2025-01-18 17:51:31.447 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1173. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1174. FROM \"TrickplayInfos\" AS \"t\"
  1175. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1176. [2025-01-18 17:51:31.448 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1177. ""SELECT EXISTS (
  1178. SELECT 1
  1179. FROM \"MediaSegments\" AS \"m\"
  1180. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1181. [2025-01-18 17:51:31.448 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1182. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1183. FROM \"TrickplayInfos\" AS \"t\"
  1184. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1185. [2025-01-18 17:51:31.449 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1186. ""SELECT EXISTS (
  1187. SELECT 1
  1188. FROM \"MediaSegments\" AS \"m\"
  1189. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1190. [2025-01-18 17:51:31.449 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1191. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1192. FROM \"TrickplayInfos\" AS \"t\"
  1193. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1194. [2025-01-18 17:51:31.450 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1195. ""SELECT EXISTS (
  1196. SELECT 1
  1197. FROM \"MediaSegments\" AS \"m\"
  1198. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1199. [2025-01-18 17:51:31.450 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1200. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1201. FROM \"TrickplayInfos\" AS \"t\"
  1202. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1203. [2025-01-18 17:51:31.451 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1204. ""SELECT EXISTS (
  1205. SELECT 1
  1206. FROM \"MediaSegments\" AS \"m\"
  1207. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1208. [2025-01-18 17:51:31.451 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1209. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1210. FROM \"TrickplayInfos\" AS \"t\"
  1211. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1212. [2025-01-18 17:51:31.452 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1213. ""SELECT EXISTS (
  1214. SELECT 1
  1215. FROM \"MediaSegments\" AS \"m\"
  1216. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1217. [2025-01-18 17:51:31.453 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1218. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1219. FROM \"TrickplayInfos\" AS \"t\"
  1220. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1221. [2025-01-18 17:51:31.453 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1222. ""SELECT EXISTS (
  1223. SELECT 1
  1224. FROM \"MediaSegments\" AS \"m\"
  1225. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1226. [2025-01-18 17:51:31.454 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1227. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1228. FROM \"TrickplayInfos\" AS \"t\"
  1229. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1230. [2025-01-18 17:51:31.454 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1231. ""SELECT EXISTS (
  1232. SELECT 1
  1233. FROM \"MediaSegments\" AS \"m\"
  1234. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1235. [2025-01-18 17:51:31.455 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1236. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1237. FROM \"TrickplayInfos\" AS \"t\"
  1238. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1239. [2025-01-18 17:51:31.455 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1240. ""SELECT EXISTS (
  1241. SELECT 1
  1242. FROM \"MediaSegments\" AS \"m\"
  1243. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1244. [2025-01-18 17:51:31.456 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1245. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1246. FROM \"TrickplayInfos\" AS \"t\"
  1247. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1248. [2025-01-18 17:51:31.461 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1249. ""SELECT EXISTS (
  1250. SELECT 1
  1251. FROM \"MediaSegments\" AS \"m\"
  1252. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1253. [2025-01-18 17:51:31.461 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1254. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1255. FROM \"TrickplayInfos\" AS \"t\"
  1256. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1257. [2025-01-18 17:51:31.462 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1258. ""SELECT EXISTS (
  1259. SELECT 1
  1260. FROM \"MediaSegments\" AS \"m\"
  1261. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1262. [2025-01-18 17:51:31.462 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1263. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1264. FROM \"TrickplayInfos\" AS \"t\"
  1265. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1266. [2025-01-18 17:51:31.463 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1267. ""SELECT EXISTS (
  1268. SELECT 1
  1269. FROM \"MediaSegments\" AS \"m\"
  1270. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1271. [2025-01-18 17:51:31.463 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1272. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1273. FROM \"TrickplayInfos\" AS \"t\"
  1274. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1275. [2025-01-18 17:51:31.464 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1276. ""SELECT EXISTS (
  1277. SELECT 1
  1278. FROM \"MediaSegments\" AS \"m\"
  1279. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1280. [2025-01-18 17:51:31.464 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1281. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1282. FROM \"TrickplayInfos\" AS \"t\"
  1283. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1284. [2025-01-18 17:51:31.465 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1285. ""SELECT EXISTS (
  1286. SELECT 1
  1287. FROM \"MediaSegments\" AS \"m\"
  1288. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1289. [2025-01-18 17:51:31.466 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1290. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1291. FROM \"TrickplayInfos\" AS \"t\"
  1292. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1293. [2025-01-18 17:51:31.466 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1294. ""SELECT EXISTS (
  1295. SELECT 1
  1296. FROM \"MediaSegments\" AS \"m\"
  1297. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1298. [2025-01-18 17:51:31.467 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1299. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1300. FROM \"TrickplayInfos\" AS \"t\"
  1301. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1302. [2025-01-18 17:51:31.468 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1303. ""SELECT EXISTS (
  1304. SELECT 1
  1305. FROM \"MediaSegments\" AS \"m\"
  1306. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1307. [2025-01-18 17:51:31.468 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1308. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1309. FROM \"TrickplayInfos\" AS \"t\"
  1310. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1311. [2025-01-18 17:51:31.469 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1312. ""SELECT EXISTS (
  1313. SELECT 1
  1314. FROM \"MediaSegments\" AS \"m\"
  1315. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1316. [2025-01-18 17:51:31.469 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1317. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1318. FROM \"TrickplayInfos\" AS \"t\"
  1319. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1320. [2025-01-18 17:51:31.470 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1321. ""SELECT EXISTS (
  1322. SELECT 1
  1323. FROM \"MediaSegments\" AS \"m\"
  1324. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1325. [2025-01-18 17:51:31.470 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1326. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1327. FROM \"TrickplayInfos\" AS \"t\"
  1328. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1329. [2025-01-18 17:51:31.471 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1330. ""SELECT EXISTS (
  1331. SELECT 1
  1332. FROM \"MediaSegments\" AS \"m\"
  1333. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1334. [2025-01-18 17:51:31.471 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1335. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1336. FROM \"TrickplayInfos\" AS \"t\"
  1337. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1338. [2025-01-18 17:51:31.472 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1339. ""SELECT EXISTS (
  1340. SELECT 1
  1341. FROM \"MediaSegments\" AS \"m\"
  1342. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1343. [2025-01-18 17:51:31.472 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1344. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1345. FROM \"TrickplayInfos\" AS \"t\"
  1346. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1347. [2025-01-18 17:51:31.473 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1348. ""SELECT EXISTS (
  1349. SELECT 1
  1350. FROM \"MediaSegments\" AS \"m\"
  1351. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1352. [2025-01-18 17:51:31.473 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1353. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1354. FROM \"TrickplayInfos\" AS \"t\"
  1355. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1356. [2025-01-18 17:51:31.474 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1357. ""SELECT EXISTS (
  1358. SELECT 1
  1359. FROM \"MediaSegments\" AS \"m\"
  1360. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1361. [2025-01-18 17:51:31.474 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1362. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1363. FROM \"TrickplayInfos\" AS \"t\"
  1364. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1365. [2025-01-18 17:51:31.475 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1366. ""SELECT EXISTS (
  1367. SELECT 1
  1368. FROM \"MediaSegments\" AS \"m\"
  1369. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1370. [2025-01-18 17:51:31.475 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1371. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1372. FROM \"TrickplayInfos\" AS \"t\"
  1373. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1374. [2025-01-18 17:51:31.476 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1375. ""SELECT EXISTS (
  1376. SELECT 1
  1377. FROM \"MediaSegments\" AS \"m\"
  1378. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1379. [2025-01-18 17:51:31.477 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1380. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1381. FROM \"TrickplayInfos\" AS \"t\"
  1382. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1383. [2025-01-18 17:51:31.477 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1384. ""SELECT EXISTS (
  1385. SELECT 1
  1386. FROM \"MediaSegments\" AS \"m\"
  1387. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1388. [2025-01-18 17:51:31.478 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1389. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1390. FROM \"TrickplayInfos\" AS \"t\"
  1391. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1392. [2025-01-18 17:51:31.478 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1393. ""SELECT EXISTS (
  1394. SELECT 1
  1395. FROM \"MediaSegments\" AS \"m\"
  1396. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1397. [2025-01-18 17:51:31.479 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1398. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1399. FROM \"TrickplayInfos\" AS \"t\"
  1400. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1401. [2025-01-18 17:51:31.479 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1402. ""SELECT EXISTS (
  1403. SELECT 1
  1404. FROM \"MediaSegments\" AS \"m\"
  1405. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1406. [2025-01-18 17:51:31.480 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1407. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1408. FROM \"TrickplayInfos\" AS \"t\"
  1409. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1410. [2025-01-18 17:51:31.481 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1411. ""SELECT EXISTS (
  1412. SELECT 1
  1413. FROM \"MediaSegments\" AS \"m\"
  1414. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1415. [2025-01-18 17:51:31.481 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1416. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1417. FROM \"TrickplayInfos\" AS \"t\"
  1418. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1419. [2025-01-18 17:51:31.482 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1420. ""SELECT EXISTS (
  1421. SELECT 1
  1422. FROM \"MediaSegments\" AS \"m\"
  1423. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1424. [2025-01-18 17:51:31.482 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1425. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1426. FROM \"TrickplayInfos\" AS \"t\"
  1427. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1428. [2025-01-18 17:51:31.483 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1429. ""SELECT EXISTS (
  1430. SELECT 1
  1431. FROM \"MediaSegments\" AS \"m\"
  1432. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1433. [2025-01-18 17:51:31.483 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1434. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1435. FROM \"TrickplayInfos\" AS \"t\"
  1436. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1437. [2025-01-18 17:51:31.484 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1438. ""SELECT EXISTS (
  1439. SELECT 1
  1440. FROM \"MediaSegments\" AS \"m\"
  1441. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1442. [2025-01-18 17:51:31.485 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1443. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1444. FROM \"TrickplayInfos\" AS \"t\"
  1445. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1446. [2025-01-18 17:51:31.486 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1447. ""SELECT EXISTS (
  1448. SELECT 1
  1449. FROM \"MediaSegments\" AS \"m\"
  1450. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1451. [2025-01-18 17:51:31.486 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1452. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1453. FROM \"TrickplayInfos\" AS \"t\"
  1454. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1455. [2025-01-18 17:51:31.487 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1456. ""SELECT EXISTS (
  1457. SELECT 1
  1458. FROM \"MediaSegments\" AS \"m\"
  1459. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1460. [2025-01-18 17:51:31.488 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1461. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1462. FROM \"TrickplayInfos\" AS \"t\"
  1463. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1464. [2025-01-18 17:51:31.489 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1465. ""SELECT EXISTS (
  1466. SELECT 1
  1467. FROM \"MediaSegments\" AS \"m\"
  1468. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1469. [2025-01-18 17:51:31.489 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1470. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1471. FROM \"TrickplayInfos\" AS \"t\"
  1472. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1473. [2025-01-18 17:51:31.490 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1474. ""SELECT EXISTS (
  1475. SELECT 1
  1476. FROM \"MediaSegments\" AS \"m\"
  1477. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1478. [2025-01-18 17:51:31.490 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1479. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1480. FROM \"TrickplayInfos\" AS \"t\"
  1481. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1482. [2025-01-18 17:51:31.491 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1483. ""SELECT EXISTS (
  1484. SELECT 1
  1485. FROM \"MediaSegments\" AS \"m\"
  1486. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1487. [2025-01-18 17:51:31.492 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1488. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1489. FROM \"TrickplayInfos\" AS \"t\"
  1490. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1491. [2025-01-18 17:51:31.493 +01:00] [INF] [18] 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-01-18 17:51:31.493 +01:00] [INF] [18] 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-01-18 17:51:31.494 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1501. ""SELECT EXISTS (
  1502. SELECT 1
  1503. FROM \"MediaSegments\" AS \"m\"
  1504. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1505. [2025-01-18 17:51:31.494 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1506. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1507. FROM \"TrickplayInfos\" AS \"t\"
  1508. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1509. [2025-01-18 17:51:31.495 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1510. ""SELECT EXISTS (
  1511. SELECT 1
  1512. FROM \"MediaSegments\" AS \"m\"
  1513. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1514. [2025-01-18 17:51:31.495 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1515. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1516. FROM \"TrickplayInfos\" AS \"t\"
  1517. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1518. [2025-01-18 17:51:31.496 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1519. ""SELECT EXISTS (
  1520. SELECT 1
  1521. FROM \"MediaSegments\" AS \"m\"
  1522. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1523. [2025-01-18 17:51:31.496 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1524. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1525. FROM \"TrickplayInfos\" AS \"t\"
  1526. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1527. [2025-01-18 17:51:31.497 +01:00] [INF] [18] 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-01-18 17:51:31.497 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1533. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1534. FROM \"TrickplayInfos\" AS \"t\"
  1535. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1536. [2025-01-18 17:51:31.498 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1537. ""SELECT EXISTS (
  1538. SELECT 1
  1539. FROM \"MediaSegments\" AS \"m\"
  1540. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1541. [2025-01-18 17:51:31.498 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1542. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1543. FROM \"TrickplayInfos\" AS \"t\"
  1544. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1545. [2025-01-18 17:51:31.499 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1546. ""SELECT EXISTS (
  1547. SELECT 1
  1548. FROM \"MediaSegments\" AS \"m\"
  1549. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1550. [2025-01-18 17:51:31.499 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1551. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1552. FROM \"TrickplayInfos\" AS \"t\"
  1553. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1554. [2025-01-18 17:51:31.500 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1555. ""SELECT EXISTS (
  1556. SELECT 1
  1557. FROM \"MediaSegments\" AS \"m\"
  1558. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1559. [2025-01-18 17:51:31.500 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1560. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1561. FROM \"TrickplayInfos\" AS \"t\"
  1562. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1563. [2025-01-18 17:51:31.501 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1564. ""SELECT EXISTS (
  1565. SELECT 1
  1566. FROM \"MediaSegments\" AS \"m\"
  1567. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1568. [2025-01-18 17:51:31.501 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1569. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1570. FROM \"TrickplayInfos\" AS \"t\"
  1571. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1572. [2025-01-18 17:51:31.502 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1573. ""SELECT EXISTS (
  1574. SELECT 1
  1575. FROM \"MediaSegments\" AS \"m\"
  1576. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1577. [2025-01-18 17:51:31.502 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1578. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1579. FROM \"TrickplayInfos\" AS \"t\"
  1580. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1581. [2025-01-18 17:51:31.503 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1582. ""SELECT EXISTS (
  1583. SELECT 1
  1584. FROM \"MediaSegments\" AS \"m\"
  1585. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1586. [2025-01-18 17:51:31.503 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1587. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1588. FROM \"TrickplayInfos\" AS \"t\"
  1589. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1590. [2025-01-18 17:51:31.504 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1591. ""SELECT EXISTS (
  1592. SELECT 1
  1593. FROM \"MediaSegments\" AS \"m\"
  1594. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1595. [2025-01-18 17:51:31.504 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1596. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1597. FROM \"TrickplayInfos\" AS \"t\"
  1598. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1599. [2025-01-18 17:51:31.505 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1600. ""SELECT EXISTS (
  1601. SELECT 1
  1602. FROM \"MediaSegments\" AS \"m\"
  1603. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1604. [2025-01-18 17:51:31.505 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1605. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1606. FROM \"TrickplayInfos\" AS \"t\"
  1607. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1608. [2025-01-18 17:51:31.506 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1609. ""SELECT EXISTS (
  1610. SELECT 1
  1611. FROM \"MediaSegments\" AS \"m\"
  1612. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1613. [2025-01-18 17:51:31.506 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1614. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1615. FROM \"TrickplayInfos\" AS \"t\"
  1616. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1617. [2025-01-18 17:51:31.507 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1618. ""SELECT EXISTS (
  1619. SELECT 1
  1620. FROM \"MediaSegments\" AS \"m\"
  1621. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1622. [2025-01-18 17:51:31.507 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1623. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1624. FROM \"TrickplayInfos\" AS \"t\"
  1625. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1626. [2025-01-18 17:51:31.508 +01:00] [INF] [18] 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-01-18 17:51:31.508 +01:00] [INF] [18] 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-01-18 17:51:31.509 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1636. ""SELECT EXISTS (
  1637. SELECT 1
  1638. FROM \"MediaSegments\" AS \"m\"
  1639. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1640. [2025-01-18 17:51:31.509 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1641. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1642. FROM \"TrickplayInfos\" AS \"t\"
  1643. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1644. [2025-01-18 17:51:31.510 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1645. ""SELECT EXISTS (
  1646. SELECT 1
  1647. FROM \"MediaSegments\" AS \"m\"
  1648. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1649. [2025-01-18 17:51:31.510 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1650. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1651. FROM \"TrickplayInfos\" AS \"t\"
  1652. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1653. [2025-01-18 17:51:31.511 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1654. ""SELECT EXISTS (
  1655. SELECT 1
  1656. FROM \"MediaSegments\" AS \"m\"
  1657. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1658. [2025-01-18 17:51:31.511 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1659. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1660. FROM \"TrickplayInfos\" AS \"t\"
  1661. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1662. [2025-01-18 17:51:31.512 +01:00] [INF] [18] 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-01-18 17:51:31.512 +01:00] [INF] [18] 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-01-18 17:51:31.513 +01:00] [INF] [18] 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-01-18 17:51:31.514 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1677. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1678. FROM \"TrickplayInfos\" AS \"t\"
  1679. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1680. [2025-01-18 17:51:31.514 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1681. ""SELECT EXISTS (
  1682. SELECT 1
  1683. FROM \"MediaSegments\" AS \"m\"
  1684. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1685. [2025-01-18 17:51:31.515 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1686. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1687. FROM \"TrickplayInfos\" AS \"t\"
  1688. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1689. [2025-01-18 17:51:31.515 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1690. ""SELECT EXISTS (
  1691. SELECT 1
  1692. FROM \"MediaSegments\" AS \"m\"
  1693. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1694. [2025-01-18 17:51:31.516 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1695. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1696. FROM \"TrickplayInfos\" AS \"t\"
  1697. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1698. [2025-01-18 17:51:31.517 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1699. ""SELECT EXISTS (
  1700. SELECT 1
  1701. FROM \"MediaSegments\" AS \"m\"
  1702. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1703. [2025-01-18 17:51:31.517 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1704. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1705. FROM \"TrickplayInfos\" AS \"t\"
  1706. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1707. [2025-01-18 17:51:31.518 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1708. ""SELECT EXISTS (
  1709. SELECT 1
  1710. FROM \"MediaSegments\" AS \"m\"
  1711. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1712. [2025-01-18 17:51:31.518 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1713. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1714. FROM \"TrickplayInfos\" AS \"t\"
  1715. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1716. [2025-01-18 17:51:31.519 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1717. ""SELECT EXISTS (
  1718. SELECT 1
  1719. FROM \"MediaSegments\" AS \"m\"
  1720. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1721. [2025-01-18 17:51:31.519 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1722. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1723. FROM \"TrickplayInfos\" AS \"t\"
  1724. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1725. [2025-01-18 17:51:31.520 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1726. ""SELECT EXISTS (
  1727. SELECT 1
  1728. FROM \"MediaSegments\" AS \"m\"
  1729. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1730. [2025-01-18 17:51:31.520 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1731. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1732. FROM \"TrickplayInfos\" AS \"t\"
  1733. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1734. [2025-01-18 17:51:31.521 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1735. ""SELECT EXISTS (
  1736. SELECT 1
  1737. FROM \"MediaSegments\" AS \"m\"
  1738. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1739. [2025-01-18 17:51:31.521 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1740. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1741. FROM \"TrickplayInfos\" AS \"t\"
  1742. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1743. [2025-01-18 17:51:31.522 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1744. ""SELECT EXISTS (
  1745. SELECT 1
  1746. FROM \"MediaSegments\" AS \"m\"
  1747. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1748. [2025-01-18 17:51:31.523 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1749. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1750. FROM \"TrickplayInfos\" AS \"t\"
  1751. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1752. [2025-01-18 17:51:31.525 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1753. ""SELECT EXISTS (
  1754. SELECT 1
  1755. FROM \"MediaSegments\" AS \"m\"
  1756. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1757. [2025-01-18 17:51:31.525 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1758. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1759. FROM \"TrickplayInfos\" AS \"t\"
  1760. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1761. [2025-01-18 17:51:31.526 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1762. ""SELECT EXISTS (
  1763. SELECT 1
  1764. FROM \"MediaSegments\" AS \"m\"
  1765. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1766. [2025-01-18 17:51:31.527 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1767. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1768. FROM \"TrickplayInfos\" AS \"t\"
  1769. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1770. [2025-01-18 17:51:31.528 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1771. ""SELECT EXISTS (
  1772. SELECT 1
  1773. FROM \"MediaSegments\" AS \"m\"
  1774. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1775. [2025-01-18 17:51:31.528 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1776. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1777. FROM \"TrickplayInfos\" AS \"t\"
  1778. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1779. [2025-01-18 17:51:31.529 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1780. ""SELECT EXISTS (
  1781. SELECT 1
  1782. FROM \"MediaSegments\" AS \"m\"
  1783. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1784. [2025-01-18 17:51:31.530 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1785. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1786. FROM \"TrickplayInfos\" AS \"t\"
  1787. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1788. [2025-01-18 17:51:31.531 +01:00] [INF] [18] 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-01-18 17:51:31.531 +01:00] [INF] [18] 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-01-18 17:51:31.532 +01:00] [INF] [18] 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-01-18 17:51:31.533 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1803. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1804. FROM \"TrickplayInfos\" AS \"t\"
  1805. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1806. [2025-01-18 17:51:31.534 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1807. ""SELECT EXISTS (
  1808. SELECT 1
  1809. FROM \"MediaSegments\" AS \"m\"
  1810. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1811. [2025-01-18 17:51:31.534 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1812. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1813. FROM \"TrickplayInfos\" AS \"t\"
  1814. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1815. [2025-01-18 17:51:31.535 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1816. ""SELECT EXISTS (
  1817. SELECT 1
  1818. FROM \"MediaSegments\" AS \"m\"
  1819. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1820. [2025-01-18 17:51:31.535 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1821. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1822. FROM \"TrickplayInfos\" AS \"t\"
  1823. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1824. [2025-01-18 17:51:31.536 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1825. ""SELECT EXISTS (
  1826. SELECT 1
  1827. FROM \"MediaSegments\" AS \"m\"
  1828. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1829. [2025-01-18 17:51:31.536 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1830. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1831. FROM \"TrickplayInfos\" AS \"t\"
  1832. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1833. [2025-01-18 17:51:31.537 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1834. ""SELECT EXISTS (
  1835. SELECT 1
  1836. FROM \"MediaSegments\" AS \"m\"
  1837. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1838. [2025-01-18 17:51:31.538 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1839. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1840. FROM \"TrickplayInfos\" AS \"t\"
  1841. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1842. [2025-01-18 17:51:31.538 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1843. ""SELECT EXISTS (
  1844. SELECT 1
  1845. FROM \"MediaSegments\" AS \"m\"
  1846. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1847. [2025-01-18 17:51:31.539 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1848. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1849. FROM \"TrickplayInfos\" AS \"t\"
  1850. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1851. [2025-01-18 17:51:31.539 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1852. ""SELECT EXISTS (
  1853. SELECT 1
  1854. FROM \"MediaSegments\" AS \"m\"
  1855. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1856. [2025-01-18 17:51:31.540 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1857. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1858. FROM \"TrickplayInfos\" AS \"t\"
  1859. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1860. [2025-01-18 17:51:31.540 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1861. ""SELECT EXISTS (
  1862. SELECT 1
  1863. FROM \"MediaSegments\" AS \"m\"
  1864. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1865. [2025-01-18 17:51:31.541 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1866. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1867. FROM \"TrickplayInfos\" AS \"t\"
  1868. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1869. [2025-01-18 17:51:31.542 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1870. ""SELECT EXISTS (
  1871. SELECT 1
  1872. FROM \"MediaSegments\" AS \"m\"
  1873. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1874. [2025-01-18 17:51:31.542 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1875. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1876. FROM \"TrickplayInfos\" AS \"t\"
  1877. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1878. [2025-01-18 17:51:31.545 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1879. ""SELECT EXISTS (
  1880. SELECT 1
  1881. FROM \"MediaSegments\" AS \"m\"
  1882. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1883. [2025-01-18 17:51:31.546 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1884. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1885. FROM \"TrickplayInfos\" AS \"t\"
  1886. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1887. [2025-01-18 17:51:31.548 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1888. ""SELECT EXISTS (
  1889. SELECT 1
  1890. FROM \"MediaSegments\" AS \"m\"
  1891. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1892. [2025-01-18 17:51:31.548 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1893. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1894. FROM \"TrickplayInfos\" AS \"t\"
  1895. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1896. [2025-01-18 17:51:31.549 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1897. ""SELECT EXISTS (
  1898. SELECT 1
  1899. FROM \"MediaSegments\" AS \"m\"
  1900. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1901. [2025-01-18 17:51:31.550 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1902. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1903. FROM \"TrickplayInfos\" AS \"t\"
  1904. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1905. [2025-01-18 17:51:31.551 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1906. ""SELECT EXISTS (
  1907. SELECT 1
  1908. FROM \"MediaSegments\" AS \"m\"
  1909. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1910. [2025-01-18 17:51:31.551 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1911. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1912. FROM \"TrickplayInfos\" AS \"t\"
  1913. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1914. [2025-01-18 17:51:31.552 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1915. ""SELECT EXISTS (
  1916. SELECT 1
  1917. FROM \"MediaSegments\" AS \"m\"
  1918. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1919. [2025-01-18 17:51:31.553 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1920. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1921. FROM \"TrickplayInfos\" AS \"t\"
  1922. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1923. [2025-01-18 17:51:31.554 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1924. ""SELECT EXISTS (
  1925. SELECT 1
  1926. FROM \"MediaSegments\" AS \"m\"
  1927. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1928. [2025-01-18 17:51:31.554 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1929. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1930. FROM \"TrickplayInfos\" AS \"t\"
  1931. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1932. [2025-01-18 17:51:31.555 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1933. ""SELECT EXISTS (
  1934. SELECT 1
  1935. FROM \"MediaSegments\" AS \"m\"
  1936. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1937. [2025-01-18 17:51:31.555 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1938. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1939. FROM \"TrickplayInfos\" AS \"t\"
  1940. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1941. [2025-01-18 17:51:31.557 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1942. ""SELECT EXISTS (
  1943. SELECT 1
  1944. FROM \"MediaSegments\" AS \"m\"
  1945. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1946. [2025-01-18 17:51:31.557 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1947. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1948. FROM \"TrickplayInfos\" AS \"t\"
  1949. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1950. [2025-01-18 17:51:31.558 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1951. ""SELECT EXISTS (
  1952. SELECT 1
  1953. FROM \"MediaSegments\" AS \"m\"
  1954. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1955. [2025-01-18 17:51:31.558 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1956. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1957. FROM \"TrickplayInfos\" AS \"t\"
  1958. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1959. [2025-01-18 17:51:31.559 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1960. ""SELECT EXISTS (
  1961. SELECT 1
  1962. FROM \"MediaSegments\" AS \"m\"
  1963. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1964. [2025-01-18 17:51:31.559 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1965. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1966. FROM \"TrickplayInfos\" AS \"t\"
  1967. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1968. [2025-01-18 17:51:31.560 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1969. ""SELECT EXISTS (
  1970. SELECT 1
  1971. FROM \"MediaSegments\" AS \"m\"
  1972. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1973. [2025-01-18 17:51:31.560 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1974. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1975. FROM \"TrickplayInfos\" AS \"t\"
  1976. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1977. [2025-01-18 17:51:31.561 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1978. ""SELECT EXISTS (
  1979. SELECT 1
  1980. FROM \"MediaSegments\" AS \"m\"
  1981. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1982. [2025-01-18 17:51:31.561 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1983. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1984. FROM \"TrickplayInfos\" AS \"t\"
  1985. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1986. [2025-01-18 17:51:31.562 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1987. ""SELECT EXISTS (
  1988. SELECT 1
  1989. FROM \"MediaSegments\" AS \"m\"
  1990. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  1991. [2025-01-18 17:51:31.562 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1992. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  1993. FROM \"TrickplayInfos\" AS \"t\"
  1994. WHERE \"t\".\"ItemId\" = @__itemId_0"
  1995. [2025-01-18 17:51:31.563 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  1996. ""SELECT EXISTS (
  1997. SELECT 1
  1998. FROM \"MediaSegments\" AS \"m\"
  1999. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2000. [2025-01-18 17:51:31.564 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2001. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2002. FROM \"TrickplayInfos\" AS \"t\"
  2003. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2004. [2025-01-18 17:51:31.565 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2005. ""SELECT EXISTS (
  2006. SELECT 1
  2007. FROM \"MediaSegments\" AS \"m\"
  2008. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2009. [2025-01-18 17:51:31.566 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2010. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2011. FROM \"TrickplayInfos\" AS \"t\"
  2012. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2013. [2025-01-18 17:51:31.567 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2014. ""SELECT EXISTS (
  2015. SELECT 1
  2016. FROM \"MediaSegments\" AS \"m\"
  2017. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2018. [2025-01-18 17:51:31.567 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2019. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2020. FROM \"TrickplayInfos\" AS \"t\"
  2021. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2022. [2025-01-18 17:51:31.568 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2023. ""SELECT EXISTS (
  2024. SELECT 1
  2025. FROM \"MediaSegments\" AS \"m\"
  2026. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2027. [2025-01-18 17:51:31.569 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2028. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2029. FROM \"TrickplayInfos\" AS \"t\"
  2030. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2031. [2025-01-18 17:51:31.570 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2032. ""SELECT EXISTS (
  2033. SELECT 1
  2034. FROM \"MediaSegments\" AS \"m\"
  2035. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2036. [2025-01-18 17:51:31.570 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2037. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2038. FROM \"TrickplayInfos\" AS \"t\"
  2039. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2040. [2025-01-18 17:51:31.571 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2041. ""SELECT EXISTS (
  2042. SELECT 1
  2043. FROM \"MediaSegments\" AS \"m\"
  2044. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2045. [2025-01-18 17:51:31.571 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2046. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2047. FROM \"TrickplayInfos\" AS \"t\"
  2048. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2049. [2025-01-18 17:51:31.572 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2050. ""SELECT EXISTS (
  2051. SELECT 1
  2052. FROM \"MediaSegments\" AS \"m\"
  2053. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2054. [2025-01-18 17:51:31.572 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2055. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2056. FROM \"TrickplayInfos\" AS \"t\"
  2057. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2058. [2025-01-18 17:51:31.581 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2059. ""SELECT EXISTS (
  2060. SELECT 1
  2061. FROM \"MediaSegments\" AS \"m\"
  2062. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2063. [2025-01-18 17:51:31.581 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2064. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2065. FROM \"TrickplayInfos\" AS \"t\"
  2066. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2067. [2025-01-18 17:51:31.582 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2068. ""SELECT EXISTS (
  2069. SELECT 1
  2070. FROM \"MediaSegments\" AS \"m\"
  2071. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2072. [2025-01-18 17:51:31.582 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2073. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2074. FROM \"TrickplayInfos\" AS \"t\"
  2075. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2076. [2025-01-18 17:51:31.583 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2077. ""SELECT EXISTS (
  2078. SELECT 1
  2079. FROM \"MediaSegments\" AS \"m\"
  2080. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2081. [2025-01-18 17:51:31.583 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2082. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2083. FROM \"TrickplayInfos\" AS \"t\"
  2084. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2085. [2025-01-18 17:51:31.584 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2086. ""SELECT EXISTS (
  2087. SELECT 1
  2088. FROM \"MediaSegments\" AS \"m\"
  2089. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2090. [2025-01-18 17:51:31.585 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2091. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2092. FROM \"TrickplayInfos\" AS \"t\"
  2093. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2094. [2025-01-18 17:51:31.586 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2095. ""SELECT EXISTS (
  2096. SELECT 1
  2097. FROM \"MediaSegments\" AS \"m\"
  2098. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2099. [2025-01-18 17:51:31.586 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2100. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2101. FROM \"TrickplayInfos\" AS \"t\"
  2102. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2103. [2025-01-18 17:51:31.587 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2104. ""SELECT EXISTS (
  2105. SELECT 1
  2106. FROM \"MediaSegments\" AS \"m\"
  2107. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2108. [2025-01-18 17:51:31.587 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2109. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2110. FROM \"TrickplayInfos\" AS \"t\"
  2111. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2112. [2025-01-18 17:51:31.588 +01:00] [INF] [18] 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.3.0, Culture=neutral, PublicKeyToken=null]]"'.
  2113. [2025-01-18 17:51:31.594 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)" in 226.7844ms
  2114. [2025-01-18 17:51:31.594 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)"'
  2115. [2025-01-18 17:51:31.594 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Shows/06020b18c3fb0f2723946a59cdfef75d/Episodes""?IsVirtualUnaired=false&IsMissing=false&UserId=0ffb15e9b40b4e428184f4141f9922aa&Fields=Chapters%2CTrickplay" - 200 null "application/json; charset=utf-8" 229.5917ms
  2116. [2025-01-18 17:51:31.608 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/Items/137df5e2b2377a0df2c1d4e86317bbf5/Intros""" - null null
  2117. [2025-01-18 17:51:31.609 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetIntrosLegacy (Jellyfin.Api)"'
  2118. [2025-01-18 17:51:31.612 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetIntrosLegacy\", controller = \"UserLibrary\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]]] GetIntrosLegacy(System.Guid, System.Guid)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
  2119. [2025-01-18 17:51:31.614 +01:00] [INF] [18] 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.3.0, Culture=neutral, PublicKeyToken=null]]"'.
  2120. [2025-01-18 17:51:31.614 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetIntrosLegacy (Jellyfin.Api)" in 2.3218ms
  2121. [2025-01-18 17:51:31.614 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetIntrosLegacy (Jellyfin.Api)"'
  2122. [2025-01-18 17:51:31.614 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/Items/137df5e2b2377a0df2c1d4e86317bbf5/Intros""" - 200 null "application/json; charset=utf-8" 6.1569ms
  2123. [2025-01-18 17:51:31.626 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/Items/137df5e2b2377a0df2c1d4e86317bbf5""" - null null
  2124. [2025-01-18 17:51:31.627 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
  2125. [2025-01-18 17:51:31.627 +01:00] [INF] [11] 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").
  2126. [2025-01-18 17:51:31.631 +01:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2127. ""SELECT EXISTS (
  2128. SELECT 1
  2129. FROM \"MediaSegments\" AS \"m\"
  2130. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2131. [2025-01-18 17:51:31.631 +01:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2132. ""SELECT EXISTS (
  2133. SELECT 1
  2134. FROM \"MediaSegments\" AS \"m\"
  2135. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2136. [2025-01-18 17:51:31.632 +01:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2137. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2138. FROM \"TrickplayInfos\" AS \"t\"
  2139. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2140. [2025-01-18 17:51:31.632 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'.
  2141. [2025-01-18 17:51:31.633 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)" in 5.9469ms
  2142. [2025-01-18 17:51:31.633 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
  2143. [2025-01-18 17:51:31.633 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/Users/0ffb15e9b40b4e428184f4141f9922aa/Items/137df5e2b2377a0df2c1d4e86317bbf5""" - 200 null "application/json; charset=utf-8" 6.3732ms
  2144. [2025-01-18 17:51:31.642 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"nucl:8097""""/Items/137df5e2b2377a0df2c1d4e86317bbf5/PlaybackInfo""" - "application/json" 4847
  2145. [2025-01-18 17:51:31.642 +01:00] [INF] [18] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2146. [2025-01-18 17:51:31.642 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"'
  2147. [2025-01-18 17:51:31.645 +01:00] [INF] [18] 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").
  2148. [2025-01-18 17:51:31.684 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2149. ""SELECT EXISTS (
  2150. SELECT 1
  2151. FROM \"MediaSegments\" AS \"m\"
  2152. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2153. [2025-01-18 17:51:31.730 +01:00] [INF] [18] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "georg". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  2154. [2025-01-18 17:51:31.780 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.MediaInfo.PlaybackInfoResponse"'.
  2155. [2025-01-18 17:51:31.785 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)" in 139.8413ms
  2156. [2025-01-18 17:51:31.785 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"'
  2157. [2025-01-18 17:51:31.785 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"nucl:8097""""/Items/137df5e2b2377a0df2c1d4e86317bbf5/PlaybackInfo""" - 200 null "application/json; charset=utf-8" 143.4633ms
  2158. [2025-01-18 17:51:31.798 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/htmlVideoPlayer-style-scss.25d573e35f52fb9e12d0.css""" - null null
  2159. [2025-01-18 17:51:31.801 +01:00] [INF] [18] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/htmlVideoPlayer-style-scss.25d573e35f52fb9e12d0.css"'. Physical path: '"/jellyfin/jellyfin-web/htmlVideoPlayer-style-scss.25d573e35f52fb9e12d0.css"'
  2160. [2025-01-18 17:51:31.801 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/web/htmlVideoPlayer-style-scss.25d573e35f52fb9e12d0.css""" - 499 null "text/css" 3.4606ms
  2161. [2025-01-18 17:51:32.119 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/master.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac,opus,flac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported" - null null
  2162. [2025-01-18 17:51:32.120 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"'
  2163. [2025-01-18 17:51:32.128 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetMasterHlsVideoPlaylist\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetMasterHlsVideoPlaylist(System.Guid, 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, Boolean, Boolean, Boolean)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  2164. [2025-01-18 17:51:32.155 +01:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2165. ""SELECT EXISTS (
  2166. SELECT 1
  2167. FROM \"MediaSegments\" AS \"m\"
  2168. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2169. [2025-01-18 17:51:32.174 +01:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2170. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2171. FROM \"TrickplayInfos\" AS \"t\"
  2172. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2173. [2025-01-18 17:51:32.175 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  2174. [2025-01-18 17:51:32.175 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)" in 46.8558ms
  2175. [2025-01-18 17:51:32.175 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"'
  2176. [2025-01-18 17:51:32.175 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/master.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac,opus,flac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported" - 200 1043 "application/vnd.apple.mpegurl" 56.0206ms
  2177. [2025-01-18 17:51:32.188 +01:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/main.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported" - null null
  2178. [2025-01-18 17:51:32.191 +01:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetVariantHlsVideoPlaylist (Jellyfin.Api)"'
  2179. [2025-01-18 17:51:32.197 +01:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetVariantHlsVideoPlaylist\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetVariantHlsVideoPlaylist(System.Guid, 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, Boolean)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  2180. [2025-01-18 17:51:32.202 +01:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2181. ""SELECT EXISTS (
  2182. SELECT 1
  2183. FROM \"MediaSegments\" AS \"m\"
  2184. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2185. [2025-01-18 17:51:32.215 +01:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  2186. [2025-01-18 17:51:32.220 +01:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetVariantHlsVideoPlaylist (Jellyfin.Api)" in 22.813ms
  2187. [2025-01-18 17:51:32.220 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetVariantHlsVideoPlaylist (Jellyfin.Api)"'
  2188. [2025-01-18 17:51:32.220 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/main.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported" - 200 990355 "application/vnd.apple.mpegurl" 31.2667ms
  2189. [2025-01-18 17:51:32.243 +01:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/hls1/main/-1.mp4""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported&runtimeTicks=0&actualSegmentLengthTicks=0" - null null
  2190. [2025-01-18 17:51:32.243 +01:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  2191. [2025-01-18 17:51:32.250 +01:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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, Boolean)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  2192. [2025-01-18 17:51:32.256 +01:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2193. ""SELECT EXISTS (
  2194. SELECT 1
  2195. FROM \"MediaSegments\" AS \"m\"
  2196. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2197. [2025-01-18 17:51:32.265 +01:00] [INF] [21] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  2198. [2025-01-18 17:51:32.292 +01:00] [INF] [21] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -init_hw_device vaapi=va:/dev/dri/renderD128,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/Media/Serien/Mission - Impossible/Season 1/Mission_Impossible_S01E01_x265_1080p_WEB-DL_30nama_30NAMA.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -preset veryfast -b:v 5327358 -maxrate 5327358 -bufsize 10654716 -profile:v:0 high -level 51 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 libfdk_aac -ac 2 -ab 175778 -af \"volume=2\" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"0be3c43add87a14e551a4f2a9c31f0e7-1.mp4\" -start_number 0 -hls_segment_filename \"/cache/transcodes/0be3c43add87a14e551a4f2a9c31f0e7%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/cache/transcodes/0be3c43add87a14e551a4f2a9c31f0e7.m3u8\""
  2199. [2025-01-18 17:51:32.941 +01:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/transcodes/0be3c43add87a14e551a4f2a9c31f0e7-1.mp4"' with download name '""' ...
  2200. [2025-01-18 17:51:32.942 +01:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 692.2875ms
  2201. [2025-01-18 17:51:32.942 +01:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  2202. [2025-01-18 17:51:32.944 +01:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/hls1/main/-1.mp4""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported&runtimeTicks=0&actualSegmentLengthTicks=0" - 200 1379 "video/mp4" 701.2405ms
  2203. [2025-01-18 17:51:32.956 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/hls1/main/0.mp4""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported&runtimeTicks=0&actualSegmentLengthTicks=30000000" - null null
  2204. [2025-01-18 17:51:32.958 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  2205. [2025-01-18 17:51:32.958 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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, Boolean)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  2206. [2025-01-18 17:51:32.959 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/transcodes/0be3c43add87a14e551a4f2a9c31f0e70.mp4"' with download name '""' ...
  2207. [2025-01-18 17:51:32.972 +01:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 14.2089ms
  2208. [2025-01-18 17:51:32.972 +01:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  2209. [2025-01-18 17:51:32.972 +01:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/hls1/main/0.mp4""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported&runtimeTicks=0&actualSegmentLengthTicks=30000000" - 200 1860503 "video/mp4" 16.0207ms
  2210. [2025-01-18 17:51:33.100 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/hls1/main/0.mp4""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported&runtimeTicks=0&actualSegmentLengthTicks=30000000" - null null
  2211. [2025-01-18 17:51:33.100 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  2212. [2025-01-18 17:51:33.100 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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, Boolean)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  2213. [2025-01-18 17:51:33.101 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/transcodes/0be3c43add87a14e551a4f2a9c31f0e70.mp4"' with download name '""' ...
  2214. [2025-01-18 17:51:33.102 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 1.8745ms
  2215. [2025-01-18 17:51:33.102 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  2216. [2025-01-18 17:51:33.103 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/hls1/main/0.mp4""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported&runtimeTicks=0&actualSegmentLengthTicks=30000000" - 304 null null 2.5867ms
  2217. [2025-01-18 17:51:33.146 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/hls1/main/1.mp4""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported&runtimeTicks=30000000&actualSegmentLengthTicks=30000000" - null null
  2218. [2025-01-18 17:51:33.147 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  2219. [2025-01-18 17:51:33.147 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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, Boolean)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  2220. [2025-01-18 17:51:33.148 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/transcodes/0be3c43add87a14e551a4f2a9c31f0e71.mp4"' with download name '""' ...
  2221. [2025-01-18 17:51:33.158 +01:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 11.4282ms
  2222. [2025-01-18 17:51:33.158 +01:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  2223. [2025-01-18 17:51:33.158 +01:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/hls1/main/1.mp4""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported&runtimeTicks=30000000&actualSegmentLengthTicks=30000000" - 200 2169727 "video/mp4" 12.319ms
  2224. [2025-01-18 17:51:33.173 +01:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"nucl:8097""""/Sessions/Playing""" - "application/json" 11837
  2225. [2025-01-18 17:51:33.173 +01:00] [INF] [18] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2226. [2025-01-18 17:51:33.174 +01:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)"'
  2227. [2025-01-18 17:51:33.177 +01:00] [INF] [18] 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").
  2228. [2025-01-18 17:51:33.202 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"nucl:8097""""/Sessions/Playing/Progress""" - "application/json" 560
  2229. [2025-01-18 17:51:33.203 +01:00] [INF] [11] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  2230. [2025-01-18 17:51:33.203 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  2231. [2025-01-18 17:51:33.204 +01:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/hls1/main/2.mp4""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported&runtimeTicks=60000000&actualSegmentLengthTicks=30000000" - null null
  2232. [2025-01-18 17:51:33.204 +01:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  2233. [2025-01-18 17:51:33.205 +01:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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, Boolean)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  2234. [2025-01-18 17:51:33.208 +01:00] [INF] [11] 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").
  2235. [2025-01-18 17:51:33.251 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2236. ""SELECT EXISTS (
  2237. SELECT 1
  2238. FROM \"MediaSegments\" AS \"m\"
  2239. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2240. [2025-01-18 17:51:33.253 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2241. ""SELECT EXISTS (
  2242. SELECT 1
  2243. FROM \"MediaSegments\" AS \"m\"
  2244. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2245. [2025-01-18 17:51:33.253 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2246. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2247. FROM \"TrickplayInfos\" AS \"t\"
  2248. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2249. [2025-01-18 17:51:33.257 +01:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2250. ""SELECT EXISTS (
  2251. SELECT 1
  2252. FROM \"MediaSegments\" AS \"m\"
  2253. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2254. [2025-01-18 17:51:33.258 +01:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2255. ""SELECT EXISTS (
  2256. SELECT 1
  2257. FROM \"MediaSegments\" AS \"m\"
  2258. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2259. [2025-01-18 17:51:33.258 +01:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2260. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2261. FROM \"TrickplayInfos\" AS \"t\"
  2262. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2263. [2025-01-18 17:51:33.275 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2264. ""SELECT EXISTS (
  2265. SELECT 1
  2266. FROM \"MediaSegments\" AS \"m\"
  2267. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2268. [2025-01-18 17:51:33.276 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2269. ""SELECT EXISTS (
  2270. SELECT 1
  2271. FROM \"MediaSegments\" AS \"m\"
  2272. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2273. [2025-01-18 17:51:33.276 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2274. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2275. FROM \"TrickplayInfos\" AS \"t\"
  2276. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2277. [2025-01-18 17:51:33.280 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2278. ""SELECT EXISTS (
  2279. SELECT 1
  2280. FROM \"MediaSegments\" AS \"m\"
  2281. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2282. [2025-01-18 17:51:33.281 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2283. ""SELECT EXISTS (
  2284. SELECT 1
  2285. FROM \"MediaSegments\" AS \"m\"
  2286. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2287. [2025-01-18 17:51:33.282 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2288. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2289. FROM \"TrickplayInfos\" AS \"t\"
  2290. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2291. [2025-01-18 17:51:33.288 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2292. ""SELECT EXISTS (
  2293. SELECT 1
  2294. FROM \"MediaSegments\" AS \"m\"
  2295. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2296. [2025-01-18 17:51:33.289 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2297. ""SELECT EXISTS (
  2298. SELECT 1
  2299. FROM \"MediaSegments\" AS \"m\"
  2300. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2301. [2025-01-18 17:51:33.289 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2302. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2303. FROM \"TrickplayInfos\" AS \"t\"
  2304. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2305. [2025-01-18 17:51:33.295 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2306. ""SELECT EXISTS (
  2307. SELECT 1
  2308. FROM \"MediaSegments\" AS \"m\"
  2309. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2310. [2025-01-18 17:51:33.296 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2311. ""SELECT EXISTS (
  2312. SELECT 1
  2313. FROM \"MediaSegments\" AS \"m\"
  2314. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2315. [2025-01-18 17:51:33.297 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2316. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2317. FROM \"TrickplayInfos\" AS \"t\"
  2318. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2319. [2025-01-18 17:51:33.301 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2320. ""SELECT EXISTS (
  2321. SELECT 1
  2322. FROM \"MediaSegments\" AS \"m\"
  2323. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2324. [2025-01-18 17:51:33.301 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2325. ""SELECT EXISTS (
  2326. SELECT 1
  2327. FROM \"MediaSegments\" AS \"m\"
  2328. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2329. [2025-01-18 17:51:33.302 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2330. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2331. FROM \"TrickplayInfos\" AS \"t\"
  2332. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2333. [2025-01-18 17:51:33.311 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2334. ""SELECT EXISTS (
  2335. SELECT 1
  2336. FROM \"MediaSegments\" AS \"m\"
  2337. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2338. [2025-01-18 17:51:33.312 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2339. ""SELECT EXISTS (
  2340. SELECT 1
  2341. FROM \"MediaSegments\" AS \"m\"
  2342. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2343. [2025-01-18 17:51:33.313 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2344. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2345. FROM \"TrickplayInfos\" AS \"t\"
  2346. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2347. [2025-01-18 17:51:33.319 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2348. ""SELECT EXISTS (
  2349. SELECT 1
  2350. FROM \"MediaSegments\" AS \"m\"
  2351. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2352. [2025-01-18 17:51:33.321 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2353. ""SELECT EXISTS (
  2354. SELECT 1
  2355. FROM \"MediaSegments\" AS \"m\"
  2356. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2357. [2025-01-18 17:51:33.322 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2358. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2359. FROM \"TrickplayInfos\" AS \"t\"
  2360. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2361. [2025-01-18 17:51:33.324 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  2362. [2025-01-18 17:51:33.324 +01:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 115.8692ms
  2363. [2025-01-18 17:51:33.324 +01:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  2364. [2025-01-18 17:51:33.324 +01:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"nucl:8097""""/Sessions/Playing/Progress""" - 204 null null 122.0179ms
  2365. [2025-01-18 17:51:33.327 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2366. ""SELECT EXISTS (
  2367. SELECT 1
  2368. FROM \"MediaSegments\" AS \"m\"
  2369. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2370. [2025-01-18 17:51:33.327 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2371. ""SELECT EXISTS (
  2372. SELECT 1
  2373. FROM \"MediaSegments\" AS \"m\"
  2374. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2375. [2025-01-18 17:51:33.328 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2376. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2377. FROM \"TrickplayInfos\" AS \"t\"
  2378. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2379. [2025-01-18 17:51:33.332 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2380. ""SELECT EXISTS (
  2381. SELECT 1
  2382. FROM \"MediaSegments\" AS \"m\"
  2383. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2384. [2025-01-18 17:51:33.333 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2385. ""SELECT EXISTS (
  2386. SELECT 1
  2387. FROM \"MediaSegments\" AS \"m\"
  2388. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2389. [2025-01-18 17:51:33.334 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2390. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2391. FROM \"TrickplayInfos\" AS \"t\"
  2392. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2393. [2025-01-18 17:51:33.338 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2394. ""SELECT EXISTS (
  2395. SELECT 1
  2396. FROM \"MediaSegments\" AS \"m\"
  2397. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2398. [2025-01-18 17:51:33.339 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2399. ""SELECT EXISTS (
  2400. SELECT 1
  2401. FROM \"MediaSegments\" AS \"m\"
  2402. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2403. [2025-01-18 17:51:33.340 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2404. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2405. FROM \"TrickplayInfos\" AS \"t\"
  2406. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2407. [2025-01-18 17:51:33.345 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2408. ""SELECT EXISTS (
  2409. SELECT 1
  2410. FROM \"MediaSegments\" AS \"m\"
  2411. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2412. [2025-01-18 17:51:33.346 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2413. ""SELECT EXISTS (
  2414. SELECT 1
  2415. FROM \"MediaSegments\" AS \"m\"
  2416. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2417. [2025-01-18 17:51:33.346 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2418. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2419. FROM \"TrickplayInfos\" AS \"t\"
  2420. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2421. [2025-01-18 17:51:33.355 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2422. ""SELECT EXISTS (
  2423. SELECT 1
  2424. FROM \"MediaSegments\" AS \"m\"
  2425. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2426. [2025-01-18 17:51:33.356 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2427. ""SELECT EXISTS (
  2428. SELECT 1
  2429. FROM \"MediaSegments\" AS \"m\"
  2430. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2431. [2025-01-18 17:51:33.357 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2432. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2433. FROM \"TrickplayInfos\" AS \"t\"
  2434. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2435. [2025-01-18 17:51:33.361 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2436. ""SELECT EXISTS (
  2437. SELECT 1
  2438. FROM \"MediaSegments\" AS \"m\"
  2439. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2440. [2025-01-18 17:51:33.362 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2441. ""SELECT EXISTS (
  2442. SELECT 1
  2443. FROM \"MediaSegments\" AS \"m\"
  2444. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2445. [2025-01-18 17:51:33.362 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2446. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2447. FROM \"TrickplayInfos\" AS \"t\"
  2448. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2449. [2025-01-18 17:51:33.365 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2450. ""SELECT EXISTS (
  2451. SELECT 1
  2452. FROM \"MediaSegments\" AS \"m\"
  2453. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2454. [2025-01-18 17:51:33.365 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2455. ""SELECT EXISTS (
  2456. SELECT 1
  2457. FROM \"MediaSegments\" AS \"m\"
  2458. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2459. [2025-01-18 17:51:33.366 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2460. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2461. FROM \"TrickplayInfos\" AS \"t\"
  2462. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2463. [2025-01-18 17:51:33.381 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2464. ""SELECT EXISTS (
  2465. SELECT 1
  2466. FROM \"MediaSegments\" AS \"m\"
  2467. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2468. [2025-01-18 17:51:33.381 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2469. ""SELECT EXISTS (
  2470. SELECT 1
  2471. FROM \"MediaSegments\" AS \"m\"
  2472. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2473. [2025-01-18 17:51:33.382 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2474. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2475. FROM \"TrickplayInfos\" AS \"t\"
  2476. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2477. [2025-01-18 17:51:33.389 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2478. ""SELECT EXISTS (
  2479. SELECT 1
  2480. FROM \"MediaSegments\" AS \"m\"
  2481. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2482. [2025-01-18 17:51:33.391 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2483. ""SELECT EXISTS (
  2484. SELECT 1
  2485. FROM \"MediaSegments\" AS \"m\"
  2486. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2487. [2025-01-18 17:51:33.392 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2488. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2489. FROM \"TrickplayInfos\" AS \"t\"
  2490. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2491. [2025-01-18 17:51:33.398 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2492. ""SELECT EXISTS (
  2493. SELECT 1
  2494. FROM \"MediaSegments\" AS \"m\"
  2495. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2496. [2025-01-18 17:51:33.399 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2497. ""SELECT EXISTS (
  2498. SELECT 1
  2499. FROM \"MediaSegments\" AS \"m\"
  2500. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2501. [2025-01-18 17:51:33.399 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2502. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2503. FROM \"TrickplayInfos\" AS \"t\"
  2504. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2505. [2025-01-18 17:51:33.405 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2506. ""SELECT EXISTS (
  2507. SELECT 1
  2508. FROM \"MediaSegments\" AS \"m\"
  2509. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2510. [2025-01-18 17:51:33.406 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2511. ""SELECT EXISTS (
  2512. SELECT 1
  2513. FROM \"MediaSegments\" AS \"m\"
  2514. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2515. [2025-01-18 17:51:33.406 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2516. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2517. FROM \"TrickplayInfos\" AS \"t\"
  2518. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2519. [2025-01-18 17:51:33.406 +01:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/transcodes/0be3c43add87a14e551a4f2a9c31f0e72.mp4"' with download name '""' ...
  2520. [2025-01-18 17:51:33.410 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2521. ""SELECT EXISTS (
  2522. SELECT 1
  2523. FROM \"MediaSegments\" AS \"m\"
  2524. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2525. [2025-01-18 17:51:33.411 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2526. ""SELECT EXISTS (
  2527. SELECT 1
  2528. FROM \"MediaSegments\" AS \"m\"
  2529. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2530. [2025-01-18 17:51:33.412 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2531. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2532. FROM \"TrickplayInfos\" AS \"t\"
  2533. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2534. [2025-01-18 17:51:33.416 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2535. ""SELECT EXISTS (
  2536. SELECT 1
  2537. FROM \"MediaSegments\" AS \"m\"
  2538. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2539. [2025-01-18 17:51:33.417 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2540. ""SELECT EXISTS (
  2541. SELECT 1
  2542. FROM \"MediaSegments\" AS \"m\"
  2543. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2544. [2025-01-18 17:51:33.418 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2545. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2546. FROM \"TrickplayInfos\" AS \"t\"
  2547. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2548. [2025-01-18 17:51:33.420 +01:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 214.9332ms
  2549. [2025-01-18 17:51:33.420 +01:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  2550. [2025-01-18 17:51:33.420 +01:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/hls1/main/2.mp4""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported&runtimeTicks=60000000&actualSegmentLengthTicks=30000000" - 200 2132922 "video/mp4" 216.0078ms
  2551. [2025-01-18 17:51:33.423 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2552. ""SELECT EXISTS (
  2553. SELECT 1
  2554. FROM \"MediaSegments\" AS \"m\"
  2555. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2556. [2025-01-18 17:51:33.425 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2557. ""SELECT EXISTS (
  2558. SELECT 1
  2559. FROM \"MediaSegments\" AS \"m\"
  2560. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2561. [2025-01-18 17:51:33.425 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2562. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2563. FROM \"TrickplayInfos\" AS \"t\"
  2564. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2565. [2025-01-18 17:51:33.430 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2566. ""SELECT EXISTS (
  2567. SELECT 1
  2568. FROM \"MediaSegments\" AS \"m\"
  2569. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2570. [2025-01-18 17:51:33.430 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2571. ""SELECT EXISTS (
  2572. SELECT 1
  2573. FROM \"MediaSegments\" AS \"m\"
  2574. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2575. [2025-01-18 17:51:33.430 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2576. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2577. FROM \"TrickplayInfos\" AS \"t\"
  2578. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2579. [2025-01-18 17:51:33.436 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2580. ""SELECT EXISTS (
  2581. SELECT 1
  2582. FROM \"MediaSegments\" AS \"m\"
  2583. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2584. [2025-01-18 17:51:33.437 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2585. ""SELECT EXISTS (
  2586. SELECT 1
  2587. FROM \"MediaSegments\" AS \"m\"
  2588. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2589. [2025-01-18 17:51:33.437 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2590. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2591. FROM \"TrickplayInfos\" AS \"t\"
  2592. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2593. [2025-01-18 17:51:33.442 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2594. ""SELECT EXISTS (
  2595. SELECT 1
  2596. FROM \"MediaSegments\" AS \"m\"
  2597. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2598. [2025-01-18 17:51:33.444 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2599. ""SELECT EXISTS (
  2600. SELECT 1
  2601. FROM \"MediaSegments\" AS \"m\"
  2602. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2603. [2025-01-18 17:51:33.444 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2604. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2605. FROM \"TrickplayInfos\" AS \"t\"
  2606. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2607. [2025-01-18 17:51:33.449 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2608. ""SELECT EXISTS (
  2609. SELECT 1
  2610. FROM \"MediaSegments\" AS \"m\"
  2611. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2612. [2025-01-18 17:51:33.449 +01:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/hls1/main/3.mp4""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported&runtimeTicks=90000000&actualSegmentLengthTicks=30000000" - null null
  2613. [2025-01-18 17:51:33.449 +01:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  2614. [2025-01-18 17:51:33.449 +01:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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, Boolean)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  2615. [2025-01-18 17:51:33.450 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2616. ""SELECT EXISTS (
  2617. SELECT 1
  2618. FROM \"MediaSegments\" AS \"m\"
  2619. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2620. [2025-01-18 17:51:33.450 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2621. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2622. FROM \"TrickplayInfos\" AS \"t\"
  2623. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2624. [2025-01-18 17:51:33.455 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2625. ""SELECT EXISTS (
  2626. SELECT 1
  2627. FROM \"MediaSegments\" AS \"m\"
  2628. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2629. [2025-01-18 17:51:33.455 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2630. ""SELECT EXISTS (
  2631. SELECT 1
  2632. FROM \"MediaSegments\" AS \"m\"
  2633. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2634. [2025-01-18 17:51:33.456 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2635. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2636. FROM \"TrickplayInfos\" AS \"t\"
  2637. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2638. [2025-01-18 17:51:33.461 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2639. ""SELECT EXISTS (
  2640. SELECT 1
  2641. FROM \"MediaSegments\" AS \"m\"
  2642. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2643. [2025-01-18 17:51:33.462 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2644. ""SELECT EXISTS (
  2645. SELECT 1
  2646. FROM \"MediaSegments\" AS \"m\"
  2647. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2648. [2025-01-18 17:51:33.463 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2649. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2650. FROM \"TrickplayInfos\" AS \"t\"
  2651. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2652. [2025-01-18 17:51:33.469 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2653. ""SELECT EXISTS (
  2654. SELECT 1
  2655. FROM \"MediaSegments\" AS \"m\"
  2656. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2657. [2025-01-18 17:51:33.470 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2658. ""SELECT EXISTS (
  2659. SELECT 1
  2660. FROM \"MediaSegments\" AS \"m\"
  2661. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2662. [2025-01-18 17:51:33.471 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2663. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2664. FROM \"TrickplayInfos\" AS \"t\"
  2665. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2666. [2025-01-18 17:51:33.475 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2667. ""SELECT EXISTS (
  2668. SELECT 1
  2669. FROM \"MediaSegments\" AS \"m\"
  2670. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2671. [2025-01-18 17:51:33.476 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2672. ""SELECT EXISTS (
  2673. SELECT 1
  2674. FROM \"MediaSegments\" AS \"m\"
  2675. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2676. [2025-01-18 17:51:33.477 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2677. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2678. FROM \"TrickplayInfos\" AS \"t\"
  2679. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2680. [2025-01-18 17:51:33.481 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2681. ""SELECT EXISTS (
  2682. SELECT 1
  2683. FROM \"MediaSegments\" AS \"m\"
  2684. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2685. [2025-01-18 17:51:33.483 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2686. ""SELECT EXISTS (
  2687. SELECT 1
  2688. FROM \"MediaSegments\" AS \"m\"
  2689. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2690. [2025-01-18 17:51:33.483 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2691. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2692. FROM \"TrickplayInfos\" AS \"t\"
  2693. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2694. [2025-01-18 17:51:33.489 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2695. ""SELECT EXISTS (
  2696. SELECT 1
  2697. FROM \"MediaSegments\" AS \"m\"
  2698. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2699. [2025-01-18 17:51:33.490 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2700. ""SELECT EXISTS (
  2701. SELECT 1
  2702. FROM \"MediaSegments\" AS \"m\"
  2703. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2704. [2025-01-18 17:51:33.491 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2705. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2706. FROM \"TrickplayInfos\" AS \"t\"
  2707. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2708. [2025-01-18 17:51:33.494 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2709. ""SELECT EXISTS (
  2710. SELECT 1
  2711. FROM \"MediaSegments\" AS \"m\"
  2712. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2713. [2025-01-18 17:51:33.495 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2714. ""SELECT EXISTS (
  2715. SELECT 1
  2716. FROM \"MediaSegments\" AS \"m\"
  2717. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2718. [2025-01-18 17:51:33.496 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2719. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2720. FROM \"TrickplayInfos\" AS \"t\"
  2721. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2722. [2025-01-18 17:51:33.504 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2723. ""SELECT EXISTS (
  2724. SELECT 1
  2725. FROM \"MediaSegments\" AS \"m\"
  2726. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2727. [2025-01-18 17:51:33.505 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2728. ""SELECT EXISTS (
  2729. SELECT 1
  2730. FROM \"MediaSegments\" AS \"m\"
  2731. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2732. [2025-01-18 17:51:33.505 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2733. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2734. FROM \"TrickplayInfos\" AS \"t\"
  2735. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2736. [2025-01-18 17:51:33.510 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2737. ""SELECT EXISTS (
  2738. SELECT 1
  2739. FROM \"MediaSegments\" AS \"m\"
  2740. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2741. [2025-01-18 17:51:33.511 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2742. ""SELECT EXISTS (
  2743. SELECT 1
  2744. FROM \"MediaSegments\" AS \"m\"
  2745. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2746. [2025-01-18 17:51:33.512 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2747. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2748. FROM \"TrickplayInfos\" AS \"t\"
  2749. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2750. [2025-01-18 17:51:33.534 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2751. ""SELECT EXISTS (
  2752. SELECT 1
  2753. FROM \"MediaSegments\" AS \"m\"
  2754. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2755. [2025-01-18 17:51:33.535 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2756. ""SELECT EXISTS (
  2757. SELECT 1
  2758. FROM \"MediaSegments\" AS \"m\"
  2759. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2760. [2025-01-18 17:51:33.536 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2761. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2762. FROM \"TrickplayInfos\" AS \"t\"
  2763. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2764. [2025-01-18 17:51:33.541 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2765. ""SELECT EXISTS (
  2766. SELECT 1
  2767. FROM \"MediaSegments\" AS \"m\"
  2768. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2769. [2025-01-18 17:51:33.542 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2770. ""SELECT EXISTS (
  2771. SELECT 1
  2772. FROM \"MediaSegments\" AS \"m\"
  2773. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2774. [2025-01-18 17:51:33.542 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2775. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2776. FROM \"TrickplayInfos\" AS \"t\"
  2777. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2778. [2025-01-18 17:51:33.548 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2779. ""SELECT EXISTS (
  2780. SELECT 1
  2781. FROM \"MediaSegments\" AS \"m\"
  2782. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2783. [2025-01-18 17:51:33.549 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2784. ""SELECT EXISTS (
  2785. SELECT 1
  2786. FROM \"MediaSegments\" AS \"m\"
  2787. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2788. [2025-01-18 17:51:33.549 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2789. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2790. FROM \"TrickplayInfos\" AS \"t\"
  2791. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2792. [2025-01-18 17:51:33.557 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2793. ""SELECT EXISTS (
  2794. SELECT 1
  2795. FROM \"MediaSegments\" AS \"m\"
  2796. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2797. [2025-01-18 17:51:33.558 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2798. ""SELECT EXISTS (
  2799. SELECT 1
  2800. FROM \"MediaSegments\" AS \"m\"
  2801. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2802. [2025-01-18 17:51:33.558 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2803. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2804. FROM \"TrickplayInfos\" AS \"t\"
  2805. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2806. [2025-01-18 17:51:33.565 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2807. ""SELECT EXISTS (
  2808. SELECT 1
  2809. FROM \"MediaSegments\" AS \"m\"
  2810. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2811. [2025-01-18 17:51:33.567 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2812. ""SELECT EXISTS (
  2813. SELECT 1
  2814. FROM \"MediaSegments\" AS \"m\"
  2815. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2816. [2025-01-18 17:51:33.568 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2817. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2818. FROM \"TrickplayInfos\" AS \"t\"
  2819. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2820. [2025-01-18 17:51:33.572 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2821. ""SELECT EXISTS (
  2822. SELECT 1
  2823. FROM \"MediaSegments\" AS \"m\"
  2824. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2825. [2025-01-18 17:51:33.574 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2826. ""SELECT EXISTS (
  2827. SELECT 1
  2828. FROM \"MediaSegments\" AS \"m\"
  2829. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2830. [2025-01-18 17:51:33.574 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2831. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2832. FROM \"TrickplayInfos\" AS \"t\"
  2833. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2834. [2025-01-18 17:51:33.580 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2835. ""SELECT EXISTS (
  2836. SELECT 1
  2837. FROM \"MediaSegments\" AS \"m\"
  2838. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2839. [2025-01-18 17:51:33.581 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2840. ""SELECT EXISTS (
  2841. SELECT 1
  2842. FROM \"MediaSegments\" AS \"m\"
  2843. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2844. [2025-01-18 17:51:33.582 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2845. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2846. FROM \"TrickplayInfos\" AS \"t\"
  2847. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2848. [2025-01-18 17:51:33.587 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2849. ""SELECT EXISTS (
  2850. SELECT 1
  2851. FROM \"MediaSegments\" AS \"m\"
  2852. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2853. [2025-01-18 17:51:33.587 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2854. ""SELECT EXISTS (
  2855. SELECT 1
  2856. FROM \"MediaSegments\" AS \"m\"
  2857. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2858. [2025-01-18 17:51:33.588 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2859. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2860. FROM \"TrickplayInfos\" AS \"t\"
  2861. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2862. [2025-01-18 17:51:33.593 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2863. ""SELECT EXISTS (
  2864. SELECT 1
  2865. FROM \"MediaSegments\" AS \"m\"
  2866. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2867. [2025-01-18 17:51:33.594 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2868. ""SELECT EXISTS (
  2869. SELECT 1
  2870. FROM \"MediaSegments\" AS \"m\"
  2871. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2872. [2025-01-18 17:51:33.595 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2873. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2874. FROM \"TrickplayInfos\" AS \"t\"
  2875. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2876. [2025-01-18 17:51:33.601 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2877. ""SELECT EXISTS (
  2878. SELECT 1
  2879. FROM \"MediaSegments\" AS \"m\"
  2880. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2881. [2025-01-18 17:51:33.602 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2882. ""SELECT EXISTS (
  2883. SELECT 1
  2884. FROM \"MediaSegments\" AS \"m\"
  2885. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2886. [2025-01-18 17:51:33.603 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2887. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2888. FROM \"TrickplayInfos\" AS \"t\"
  2889. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2890. [2025-01-18 17:51:33.607 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2891. ""SELECT EXISTS (
  2892. SELECT 1
  2893. FROM \"MediaSegments\" AS \"m\"
  2894. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2895. [2025-01-18 17:51:33.607 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2896. ""SELECT EXISTS (
  2897. SELECT 1
  2898. FROM \"MediaSegments\" AS \"m\"
  2899. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2900. [2025-01-18 17:51:33.608 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2901. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2902. FROM \"TrickplayInfos\" AS \"t\"
  2903. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2904. [2025-01-18 17:51:33.613 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2905. ""SELECT EXISTS (
  2906. SELECT 1
  2907. FROM \"MediaSegments\" AS \"m\"
  2908. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2909. [2025-01-18 17:51:33.614 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2910. ""SELECT EXISTS (
  2911. SELECT 1
  2912. FROM \"MediaSegments\" AS \"m\"
  2913. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2914. [2025-01-18 17:51:33.614 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2915. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2916. FROM \"TrickplayInfos\" AS \"t\"
  2917. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2918. [2025-01-18 17:51:33.619 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2919. ""SELECT EXISTS (
  2920. SELECT 1
  2921. FROM \"MediaSegments\" AS \"m\"
  2922. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2923. [2025-01-18 17:51:33.620 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2924. ""SELECT EXISTS (
  2925. SELECT 1
  2926. FROM \"MediaSegments\" AS \"m\"
  2927. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2928. [2025-01-18 17:51:33.621 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2929. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2930. FROM \"TrickplayInfos\" AS \"t\"
  2931. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2932. [2025-01-18 17:51:33.625 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2933. ""SELECT EXISTS (
  2934. SELECT 1
  2935. FROM \"MediaSegments\" AS \"m\"
  2936. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2937. [2025-01-18 17:51:33.625 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2938. ""SELECT EXISTS (
  2939. SELECT 1
  2940. FROM \"MediaSegments\" AS \"m\"
  2941. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2942. [2025-01-18 17:51:33.626 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2943. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2944. FROM \"TrickplayInfos\" AS \"t\"
  2945. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2946. [2025-01-18 17:51:33.633 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2947. ""SELECT EXISTS (
  2948. SELECT 1
  2949. FROM \"MediaSegments\" AS \"m\"
  2950. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2951. [2025-01-18 17:51:33.634 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2952. ""SELECT EXISTS (
  2953. SELECT 1
  2954. FROM \"MediaSegments\" AS \"m\"
  2955. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2956. [2025-01-18 17:51:33.634 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2957. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2958. FROM \"TrickplayInfos\" AS \"t\"
  2959. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2960. [2025-01-18 17:51:33.638 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2961. ""SELECT EXISTS (
  2962. SELECT 1
  2963. FROM \"MediaSegments\" AS \"m\"
  2964. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2965. [2025-01-18 17:51:33.639 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2966. ""SELECT EXISTS (
  2967. SELECT 1
  2968. FROM \"MediaSegments\" AS \"m\"
  2969. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2970. [2025-01-18 17:51:33.640 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2971. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2972. FROM \"TrickplayInfos\" AS \"t\"
  2973. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2974. [2025-01-18 17:51:33.645 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2975. ""SELECT EXISTS (
  2976. SELECT 1
  2977. FROM \"MediaSegments\" AS \"m\"
  2978. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2979. [2025-01-18 17:51:33.646 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2980. ""SELECT EXISTS (
  2981. SELECT 1
  2982. FROM \"MediaSegments\" AS \"m\"
  2983. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2984. [2025-01-18 17:51:33.646 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2985. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  2986. FROM \"TrickplayInfos\" AS \"t\"
  2987. WHERE \"t\".\"ItemId\" = @__itemId_0"
  2988. [2025-01-18 17:51:33.652 +01:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/transcodes/0be3c43add87a14e551a4f2a9c31f0e73.mp4"' with download name '""' ...
  2989. [2025-01-18 17:51:33.652 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2990. ""SELECT EXISTS (
  2991. SELECT 1
  2992. FROM \"MediaSegments\" AS \"m\"
  2993. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2994. [2025-01-18 17:51:33.654 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  2995. ""SELECT EXISTS (
  2996. SELECT 1
  2997. FROM \"MediaSegments\" AS \"m\"
  2998. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  2999. [2025-01-18 17:51:33.654 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3000. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3001. FROM \"TrickplayInfos\" AS \"t\"
  3002. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3003. [2025-01-18 17:51:33.660 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3004. ""SELECT EXISTS (
  3005. SELECT 1
  3006. FROM \"MediaSegments\" AS \"m\"
  3007. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3008. [2025-01-18 17:51:33.660 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3009. ""SELECT EXISTS (
  3010. SELECT 1
  3011. FROM \"MediaSegments\" AS \"m\"
  3012. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3013. [2025-01-18 17:51:33.661 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3014. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3015. FROM \"TrickplayInfos\" AS \"t\"
  3016. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3017. [2025-01-18 17:51:33.667 +01:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 217.727ms
  3018. [2025-01-18 17:51:33.667 +01:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  3019. [2025-01-18 17:51:33.667 +01:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/hls1/main/3.mp4""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported&runtimeTicks=90000000&actualSegmentLengthTicks=30000000" - 200 2122683 "video/mp4" 218.3338ms
  3020. [2025-01-18 17:51:33.668 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3021. ""SELECT EXISTS (
  3022. SELECT 1
  3023. FROM \"MediaSegments\" AS \"m\"
  3024. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3025. [2025-01-18 17:51:33.669 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3026. ""SELECT EXISTS (
  3027. SELECT 1
  3028. FROM \"MediaSegments\" AS \"m\"
  3029. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3030. [2025-01-18 17:51:33.669 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3031. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3032. FROM \"TrickplayInfos\" AS \"t\"
  3033. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3034. [2025-01-18 17:51:33.677 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3035. ""SELECT EXISTS (
  3036. SELECT 1
  3037. FROM \"MediaSegments\" AS \"m\"
  3038. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3039. [2025-01-18 17:51:33.679 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3040. ""SELECT EXISTS (
  3041. SELECT 1
  3042. FROM \"MediaSegments\" AS \"m\"
  3043. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3044. [2025-01-18 17:51:33.679 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3045. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3046. FROM \"TrickplayInfos\" AS \"t\"
  3047. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3048. [2025-01-18 17:51:33.690 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3049. ""SELECT EXISTS (
  3050. SELECT 1
  3051. FROM \"MediaSegments\" AS \"m\"
  3052. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3053. [2025-01-18 17:51:33.691 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3054. ""SELECT EXISTS (
  3055. SELECT 1
  3056. FROM \"MediaSegments\" AS \"m\"
  3057. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3058. [2025-01-18 17:51:33.691 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3059. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3060. FROM \"TrickplayInfos\" AS \"t\"
  3061. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3062. [2025-01-18 17:51:33.704 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3063. ""SELECT EXISTS (
  3064. SELECT 1
  3065. FROM \"MediaSegments\" AS \"m\"
  3066. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3067. [2025-01-18 17:51:33.705 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3068. ""SELECT EXISTS (
  3069. SELECT 1
  3070. FROM \"MediaSegments\" AS \"m\"
  3071. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3072. [2025-01-18 17:51:33.705 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3073. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3074. FROM \"TrickplayInfos\" AS \"t\"
  3075. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3076. [2025-01-18 17:51:33.709 +01:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/hls1/main/4.mp4""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported&runtimeTicks=120000000&actualSegmentLengthTicks=30000000" - null null
  3077. [2025-01-18 17:51:33.709 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3078. ""SELECT EXISTS (
  3079. SELECT 1
  3080. FROM \"MediaSegments\" AS \"m\"
  3081. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3082. [2025-01-18 17:51:33.709 +01:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  3083. [2025-01-18 17:51:33.709 +01:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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, Boolean)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  3084. [2025-01-18 17:51:33.710 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3085. ""SELECT EXISTS (
  3086. SELECT 1
  3087. FROM \"MediaSegments\" AS \"m\"
  3088. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3089. [2025-01-18 17:51:33.710 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3090. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3091. FROM \"TrickplayInfos\" AS \"t\"
  3092. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3093. [2025-01-18 17:51:33.714 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3094. ""SELECT EXISTS (
  3095. SELECT 1
  3096. FROM \"MediaSegments\" AS \"m\"
  3097. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3098. [2025-01-18 17:51:33.715 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3099. ""SELECT EXISTS (
  3100. SELECT 1
  3101. FROM \"MediaSegments\" AS \"m\"
  3102. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3103. [2025-01-18 17:51:33.715 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3104. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3105. FROM \"TrickplayInfos\" AS \"t\"
  3106. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3107. [2025-01-18 17:51:33.723 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3108. ""SELECT EXISTS (
  3109. SELECT 1
  3110. FROM \"MediaSegments\" AS \"m\"
  3111. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3112. [2025-01-18 17:51:33.726 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("2"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3113. ""SELECT EXISTS (
  3114. SELECT 1
  3115. FROM \"MediaSegments\" AS \"m\"
  3116. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3117. [2025-01-18 17:51:33.726 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3118. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3119. FROM \"TrickplayInfos\" AS \"t\"
  3120. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3121. [2025-01-18 17:51:33.737 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3122. ""SELECT EXISTS (
  3123. SELECT 1
  3124. FROM \"MediaSegments\" AS \"m\"
  3125. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3126. [2025-01-18 17:51:33.738 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3127. ""SELECT EXISTS (
  3128. SELECT 1
  3129. FROM \"MediaSegments\" AS \"m\"
  3130. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3131. [2025-01-18 17:51:33.739 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3132. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3133. FROM \"TrickplayInfos\" AS \"t\"
  3134. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3135. [2025-01-18 17:51:33.748 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3136. ""SELECT EXISTS (
  3137. SELECT 1
  3138. FROM \"MediaSegments\" AS \"m\"
  3139. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3140. [2025-01-18 17:51:33.750 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3141. ""SELECT EXISTS (
  3142. SELECT 1
  3143. FROM \"MediaSegments\" AS \"m\"
  3144. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3145. [2025-01-18 17:51:33.750 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3146. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3147. FROM \"TrickplayInfos\" AS \"t\"
  3148. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3149. [2025-01-18 17:51:33.755 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3150. ""SELECT EXISTS (
  3151. SELECT 1
  3152. FROM \"MediaSegments\" AS \"m\"
  3153. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3154. [2025-01-18 17:51:33.756 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3155. ""SELECT EXISTS (
  3156. SELECT 1
  3157. FROM \"MediaSegments\" AS \"m\"
  3158. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3159. [2025-01-18 17:51:33.757 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3160. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3161. FROM \"TrickplayInfos\" AS \"t\"
  3162. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3163. [2025-01-18 17:51:33.762 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3164. ""SELECT EXISTS (
  3165. SELECT 1
  3166. FROM \"MediaSegments\" AS \"m\"
  3167. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3168. [2025-01-18 17:51:33.763 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3169. ""SELECT EXISTS (
  3170. SELECT 1
  3171. FROM \"MediaSegments\" AS \"m\"
  3172. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3173. [2025-01-18 17:51:33.763 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3174. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3175. FROM \"TrickplayInfos\" AS \"t\"
  3176. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3177. [2025-01-18 17:51:33.769 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3178. ""SELECT EXISTS (
  3179. SELECT 1
  3180. FROM \"MediaSegments\" AS \"m\"
  3181. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3182. [2025-01-18 17:51:33.772 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3183. ""SELECT EXISTS (
  3184. SELECT 1
  3185. FROM \"MediaSegments\" AS \"m\"
  3186. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3187. [2025-01-18 17:51:33.773 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3188. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3189. FROM \"TrickplayInfos\" AS \"t\"
  3190. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3191. [2025-01-18 17:51:33.801 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3192. ""SELECT EXISTS (
  3193. SELECT 1
  3194. FROM \"MediaSegments\" AS \"m\"
  3195. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3196. [2025-01-18 17:51:33.807 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3197. ""SELECT EXISTS (
  3198. SELECT 1
  3199. FROM \"MediaSegments\" AS \"m\"
  3200. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3201. [2025-01-18 17:51:33.810 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3202. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3203. FROM \"TrickplayInfos\" AS \"t\"
  3204. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3205. [2025-01-18 17:51:33.817 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3206. ""SELECT EXISTS (
  3207. SELECT 1
  3208. FROM \"MediaSegments\" AS \"m\"
  3209. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3210. [2025-01-18 17:51:33.818 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3211. ""SELECT EXISTS (
  3212. SELECT 1
  3213. FROM \"MediaSegments\" AS \"m\"
  3214. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3215. [2025-01-18 17:51:33.819 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3216. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3217. FROM \"TrickplayInfos\" AS \"t\"
  3218. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3219. [2025-01-18 17:51:33.826 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3220. ""SELECT EXISTS (
  3221. SELECT 1
  3222. FROM \"MediaSegments\" AS \"m\"
  3223. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3224. [2025-01-18 17:51:33.827 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3225. ""SELECT EXISTS (
  3226. SELECT 1
  3227. FROM \"MediaSegments\" AS \"m\"
  3228. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3229. [2025-01-18 17:51:33.827 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3230. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3231. FROM \"TrickplayInfos\" AS \"t\"
  3232. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3233. [2025-01-18 17:51:33.840 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3234. ""SELECT EXISTS (
  3235. SELECT 1
  3236. FROM \"MediaSegments\" AS \"m\"
  3237. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3238. [2025-01-18 17:51:33.841 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3239. ""SELECT EXISTS (
  3240. SELECT 1
  3241. FROM \"MediaSegments\" AS \"m\"
  3242. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3243. [2025-01-18 17:51:33.842 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3244. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3245. FROM \"TrickplayInfos\" AS \"t\"
  3246. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3247. [2025-01-18 17:51:33.852 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3248. ""SELECT EXISTS (
  3249. SELECT 1
  3250. FROM \"MediaSegments\" AS \"m\"
  3251. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3252. [2025-01-18 17:51:33.853 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3253. ""SELECT EXISTS (
  3254. SELECT 1
  3255. FROM \"MediaSegments\" AS \"m\"
  3256. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3257. [2025-01-18 17:51:33.853 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3258. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3259. FROM \"TrickplayInfos\" AS \"t\"
  3260. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3261. [2025-01-18 17:51:33.863 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3262. ""SELECT EXISTS (
  3263. SELECT 1
  3264. FROM \"MediaSegments\" AS \"m\"
  3265. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3266. [2025-01-18 17:51:33.865 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3267. ""SELECT EXISTS (
  3268. SELECT 1
  3269. FROM \"MediaSegments\" AS \"m\"
  3270. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3271. [2025-01-18 17:51:33.870 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3272. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3273. FROM \"TrickplayInfos\" AS \"t\"
  3274. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3275. [2025-01-18 17:51:33.878 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3276. ""SELECT EXISTS (
  3277. SELECT 1
  3278. FROM \"MediaSegments\" AS \"m\"
  3279. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3280. [2025-01-18 17:51:33.879 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3281. ""SELECT EXISTS (
  3282. SELECT 1
  3283. FROM \"MediaSegments\" AS \"m\"
  3284. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3285. [2025-01-18 17:51:33.879 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3286. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3287. FROM \"TrickplayInfos\" AS \"t\"
  3288. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3289. [2025-01-18 17:51:33.883 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3290. ""SELECT EXISTS (
  3291. SELECT 1
  3292. FROM \"MediaSegments\" AS \"m\"
  3293. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3294. [2025-01-18 17:51:33.886 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3295. ""SELECT EXISTS (
  3296. SELECT 1
  3297. FROM \"MediaSegments\" AS \"m\"
  3298. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3299. [2025-01-18 17:51:33.887 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3300. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3301. FROM \"TrickplayInfos\" AS \"t\"
  3302. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3303. [2025-01-18 17:51:33.896 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3304. ""SELECT EXISTS (
  3305. SELECT 1
  3306. FROM \"MediaSegments\" AS \"m\"
  3307. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3308. [2025-01-18 17:51:33.898 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3309. ""SELECT EXISTS (
  3310. SELECT 1
  3311. FROM \"MediaSegments\" AS \"m\"
  3312. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3313. [2025-01-18 17:51:33.898 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3314. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3315. FROM \"TrickplayInfos\" AS \"t\"
  3316. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3317. [2025-01-18 17:51:33.906 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3318. ""SELECT EXISTS (
  3319. SELECT 1
  3320. FROM \"MediaSegments\" AS \"m\"
  3321. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3322. [2025-01-18 17:51:33.907 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3323. ""SELECT EXISTS (
  3324. SELECT 1
  3325. FROM \"MediaSegments\" AS \"m\"
  3326. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3327. [2025-01-18 17:51:33.907 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3328. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3329. FROM \"TrickplayInfos\" AS \"t\"
  3330. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3331. [2025-01-18 17:51:33.922 +01:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/transcodes/0be3c43add87a14e551a4f2a9c31f0e74.mp4"' with download name '""' ...
  3332. [2025-01-18 17:51:33.932 +01:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 222.3799ms
  3333. [2025-01-18 17:51:33.936 +01:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  3334. [2025-01-18 17:51:33.936 +01:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/hls1/main/4.mp4""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported&runtimeTicks=120000000&actualSegmentLengthTicks=30000000" - 200 2133963 "video/mp4" 227.5817ms
  3335. [2025-01-18 17:51:33.939 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3336. ""SELECT EXISTS (
  3337. SELECT 1
  3338. FROM \"MediaSegments\" AS \"m\"
  3339. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3340. [2025-01-18 17:51:33.945 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3341. ""SELECT EXISTS (
  3342. SELECT 1
  3343. FROM \"MediaSegments\" AS \"m\"
  3344. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3345. [2025-01-18 17:51:33.949 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3346. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3347. FROM \"TrickplayInfos\" AS \"t\"
  3348. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3349. [2025-01-18 17:51:33.957 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3350. ""SELECT EXISTS (
  3351. SELECT 1
  3352. FROM \"MediaSegments\" AS \"m\"
  3353. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3354. [2025-01-18 17:51:33.958 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3355. ""SELECT EXISTS (
  3356. SELECT 1
  3357. FROM \"MediaSegments\" AS \"m\"
  3358. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3359. [2025-01-18 17:51:33.958 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3360. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3361. FROM \"TrickplayInfos\" AS \"t\"
  3362. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3363. [2025-01-18 17:51:33.962 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3364. ""SELECT EXISTS (
  3365. SELECT 1
  3366. FROM \"MediaSegments\" AS \"m\"
  3367. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3368. [2025-01-18 17:51:33.963 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3369. ""SELECT EXISTS (
  3370. SELECT 1
  3371. FROM \"MediaSegments\" AS \"m\"
  3372. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3373. [2025-01-18 17:51:33.963 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3374. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3375. FROM \"TrickplayInfos\" AS \"t\"
  3376. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3377. [2025-01-18 17:51:33.971 +01:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"nucl:8097""""/videos/137df5e2-b237-7a0d-f2c1-d4e86317bbf5/hls1/main/5.mp4""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMzMuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzMuMHwxNzM3MjE4NjgxMzY3&MediaSourceId=137df5e2b2377a0df2c1d4e86317bbf5&VideoCodec=av1,h264,vp9&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=690650763&AudioBitrate=175778&MaxFramerate=23.976025&PlaySessionId=dc8748dc73a34f8b8ca50587a306ec7a&api_key=c1880b5d3dc5482b8221221ab78f6d75&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=0d09d00596e6ecc216afc673cc76c34f&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&h264-profile=high,main,baseline,constrainedbaseline&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioChannelsNotSupported&runtimeTicks=150000000&actualSegmentLengthTicks=30000000" - null null
  3378. [2025-01-18 17:51:33.972 +01:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  3379. [2025-01-18 17:51:33.972 +01:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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, Boolean)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  3380. [2025-01-18 17:51:33.973 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3381. ""SELECT EXISTS (
  3382. SELECT 1
  3383. FROM \"MediaSegments\" AS \"m\"
  3384. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3385. [2025-01-18 17:51:33.973 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3386. ""SELECT EXISTS (
  3387. SELECT 1
  3388. FROM \"MediaSegments\" AS \"m\"
  3389. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3390. [2025-01-18 17:51:33.974 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3391. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3392. FROM \"TrickplayInfos\" AS \"t\"
  3393. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3394. [2025-01-18 17:51:33.979 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3395. ""SELECT EXISTS (
  3396. SELECT 1
  3397. FROM \"MediaSegments\" AS \"m\"
  3398. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3399. [2025-01-18 17:51:33.980 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3400. ""SELECT EXISTS (
  3401. SELECT 1
  3402. FROM \"MediaSegments\" AS \"m\"
  3403. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3404. [2025-01-18 17:51:33.980 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3405. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3406. FROM \"TrickplayInfos\" AS \"t\"
  3407. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3408. [2025-01-18 17:51:33.985 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3409. ""SELECT EXISTS (
  3410. SELECT 1
  3411. FROM \"MediaSegments\" AS \"m\"
  3412. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3413. [2025-01-18 17:51:33.986 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3414. ""SELECT EXISTS (
  3415. SELECT 1
  3416. FROM \"MediaSegments\" AS \"m\"
  3417. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3418. [2025-01-18 17:51:33.987 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3419. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3420. FROM \"TrickplayInfos\" AS \"t\"
  3421. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3422. [2025-01-18 17:51:33.993 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3423. ""SELECT EXISTS (
  3424. SELECT 1
  3425. FROM \"MediaSegments\" AS \"m\"
  3426. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3427. [2025-01-18 17:51:33.994 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3428. ""SELECT EXISTS (
  3429. SELECT 1
  3430. FROM \"MediaSegments\" AS \"m\"
  3431. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3432. [2025-01-18 17:51:33.995 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3433. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  3434. FROM \"TrickplayInfos\" AS \"t\"
  3435. WHERE \"t\".\"ItemId\" = @__itemId_0"
  3436. [2025-01-18 17:51:33.999 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3437. ""SELECT EXISTS (
  3438. SELECT 1
  3439. FROM \"MediaSegments\" AS \"m\"
  3440. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3441. [2025-01-18 17:51:33.999 +01:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  3442. ""SELECT EXISTS (
  3443. SELECT 1
  3444. FROM \"MediaSegments\" AS \"m\"
  3445. WHERE \"m\".\"ItemId\" = @__itemId_0)"
  3446.  
  3447.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement