Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [2024-07-24 16:32:33.024 +02:00] [INF] [66] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/Users/02efc3d2d8d840699693df84dffb5211/Items/99bee448ad9270021ec034144d7fab8d/Intros""" - null null
- [2024-07-24 16:32:33.025 +02:00] [INF] [66] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.026 +02:00] [INF] [66] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetIntrosLegacy (Jellyfin.Api)"'
- [2024-07-24 16:32:33.027 +02:00] [INF] [66] 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").
- [2024-07-24 16:32:33.027 +02:00] [INF] [66] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.8.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-07-24 16:32:33.028 +02:00] [INF] [66] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetIntrosLegacy (Jellyfin.Api)" in 0.6518ms
- [2024-07-24 16:32:33.028 +02:00] [INF] [66] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetIntrosLegacy (Jellyfin.Api)"'
- [2024-07-24 16:32:33.028 +02:00] [INF] [66] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/Users/02efc3d2d8d840699693df84dffb5211/Items/99bee448ad9270021ec034144d7fab8d/Intros""" - 200 null "application/json; charset=utf-8" 4.1732ms
- [2024-07-24 16:32:33.067 +02:00] [INF] [78] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "POST" "http"://"jf.<example.com>""""/Items/99bee448ad9270021ec034144d7fab8d/PlaybackInfo""?UserId=02efc3d2d8d840699693df84dffb5211&StartTimeTicks=0&IsPlayback=true&AutoOpenLiveStream=true&AudioStreamIndex=1&SubtitleStreamIndex=-1&MediaSourceId=99bee448ad9270021ec034144d7fab8d&MaxStreamingBitrate=252560241" - "application/json" 4659
- [2024-07-24 16:32:33.067 +02:00] [INF] [78] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-07-24 16:32:33.068 +02:00] [INF] [78] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.069 +02:00] [INF] [78] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"'
- [2024-07-24 16:32:33.070 +02:00] [INF] [78] 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").
- [2024-07-24 16:32:33.072 +02:00] [INF] [78] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "<USERNAME>". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2024-07-24 16:32:33.076 +02:00] [INF] [78] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.MediaInfo.PlaybackInfoResponse"'.
- [2024-07-24 16:32:33.077 +02:00] [INF] [78] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)" in 6.9745ms
- [2024-07-24 16:32:33.078 +02:00] [INF] [78] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"'
- [2024-07-24 16:32:33.078 +02:00] [INF] [78] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "POST" "http"://"jf.<example.com>""""/Items/99bee448ad9270021ec034144d7fab8d/PlaybackInfo""?UserId=02efc3d2d8d840699693df84dffb5211&StartTimeTicks=0&IsPlayback=true&AutoOpenLiveStream=true&AudioStreamIndex=1&SubtitleStreamIndex=-1&MediaSourceId=99bee448ad9270021ec034144d7fab8d&MaxStreamingBitrate=252560241" - 200 null "application/json; charset=utf-8" 11.2828ms
- [2024-07-24 16:32:33.406 +02:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/videos/99bee448-ad92-7002-1ec0-34144d7fab8d/master.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&MediaSourceId=99bee448ad9270021ec034144d7fab8d&VideoCodec=av1,h264&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=252176241&AudioBitrate=384000&AudioSampleRate=44100&MaxFramerate=23.976025&PlaySessionId=03b8e5516c72491ab150fe389bfb01fd&api_key=446c444a37ee45b9a4000b8fee3237e1&SubtitleMethod=Encode&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=fe8e1efbc58caef2efb475ff3c42064d&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=93&hevc-videobitdepth=8&hevc-profile=main&hevc-audiochannels=6&aac-profile=lc&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioCodecNotSupported" - null null
- [2024-07-24 16:32:33.407 +02:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.407 +02:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"'
- [2024-07-24 16:32:33.407 +02:00] [INF] [18] 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)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
- [2024-07-24 16:32:33.409 +02:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
- FROM \"TrickplayInfos\" AS \"t\"
- WHERE \"t\".\"ItemId\" = @__itemId_0"
- [2024-07-24 16:32:33.409 +02:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
- [2024-07-24 16:32:33.409 +02:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)" in 2.3417ms
- [2024-07-24 16:32:33.410 +02:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"'
- [2024-07-24 16:32:33.410 +02:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/videos/99bee448-ad92-7002-1ec0-34144d7fab8d/master.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&MediaSourceId=99bee448ad9270021ec034144d7fab8d&VideoCodec=av1,h264&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=252176241&AudioBitrate=384000&AudioSampleRate=44100&MaxFramerate=23.976025&PlaySessionId=03b8e5516c72491ab150fe389bfb01fd&api_key=446c444a37ee45b9a4000b8fee3237e1&SubtitleMethod=Encode&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=fe8e1efbc58caef2efb475ff3c42064d&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=93&hevc-videobitdepth=8&hevc-profile=main&hevc-audiochannels=6&aac-profile=lc&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioCodecNotSupported" - 200 956 "application/vnd.apple.mpegurl" 3.3618ms
- [2024-07-24 16:32:33.442 +02:00] [INF] [78] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/videos/99bee448-ad92-7002-1ec0-34144d7fab8d/main.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&MediaSourceId=99bee448ad9270021ec034144d7fab8d&VideoCodec=av1,h264&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=252176241&AudioBitrate=384000&AudioSampleRate=44100&MaxFramerate=23.976025&PlaySessionId=03b8e5516c72491ab150fe389bfb01fd&api_key=446c444a37ee45b9a4000b8fee3237e1&SubtitleMethod=Encode&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=fe8e1efbc58caef2efb475ff3c42064d&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=93&hevc-videobitdepth=8&hevc-profile=main&hevc-audiochannels=6&aac-profile=lc&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioCodecNotSupported" - null null
- [2024-07-24 16:32:33.443 +02:00] [INF] [78] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.443 +02:00] [INF] [78] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetVariantHlsVideoPlaylist (Jellyfin.Api)"'
- [2024-07-24 16:32:33.443 +02:00] [INF] [78] 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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
- [2024-07-24 16:32:33.448 +02:00] [INF] [66] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "POST" "http"://"jf.<example.com>""""/Sessions/Playing""" - "application/json" 599
- [2024-07-24 16:32:33.449 +02:00] [INF] [66] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-07-24 16:32:33.449 +02:00] [INF] [66] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.450 +02:00] [INF] [66] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)"'
- [2024-07-24 16:32:33.451 +02:00] [INF] [66] 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").
- [2024-07-24 16:32:33.453 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.454 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.455 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.456 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.457 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.453 +02:00] [INF] [78] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
- [2024-07-24 16:32:33.458 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.459 +02:00] [INF] [78] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetVariantHlsVideoPlaylist (Jellyfin.Api)" in 15.4357ms
- [2024-07-24 16:32:33.459 +02:00] [INF] [78] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetVariantHlsVideoPlaylist (Jellyfin.Api)"'
- [2024-07-24 16:32:33.459 +02:00] [INF] [78] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/videos/99bee448-ad92-7002-1ec0-34144d7fab8d/main.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&MediaSourceId=99bee448ad9270021ec034144d7fab8d&VideoCodec=av1,h264&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=252176241&AudioBitrate=384000&AudioSampleRate=44100&MaxFramerate=23.976025&PlaySessionId=03b8e5516c72491ab150fe389bfb01fd&api_key=446c444a37ee45b9a4000b8fee3237e1&SubtitleMethod=Encode&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=fe8e1efbc58caef2efb475ff3c42064d&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=93&hevc-videobitdepth=8&hevc-profile=main&hevc-audiochannels=6&aac-profile=lc&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioCodecNotSupported" - 200 1771000 "application/vnd.apple.mpegurl" 16.376ms
- [2024-07-24 16:32:33.460 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.460 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.461 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.461 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.462 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.462 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.462 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.463 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.463 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.463 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.463 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.463 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.463 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.464 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.464 +02:00] [INF] [66] 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']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.464 +02:00] [INF] [66] 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']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.464 +02:00] [INF] [66] 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']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.464 +02:00] [INF] [66] 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']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.464 +02:00] [INF] [66] 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']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.465 +02:00] [INF] [66] 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']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.465 +02:00] [INF] [66] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (Size = 73)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.465 +02:00] [INF] [66] 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']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.465 +02:00] [INF] [66] 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']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.465 +02:00] [INF] [66] 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']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.465 +02:00] [INF] [66] 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']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.465 +02:00] [INF] [66] 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']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.466 +02:00] [INF] [66] 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']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-07-24 16:32:33.466 +02:00] [INF] [66] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p29='?' (DbType = Guid), @p0='?', @p1='?' (Size = 67), @p2='?' (Size = 8), @p3='?' (DbType = Boolean), @p4='?' (DbType = Boolean), @p5='?' (DbType = Boolean), @p6='?' (DbType = Boolean), @p7='?' (DbType = Boolean), @p8='?' (DbType = Boolean), @p9='?' (DbType = Boolean), @p10='?' (DbType = Int64), @p11='?' (DbType = Int32), @p12='?' (DbType = DateTime), @p13='?' (DbType = DateTime), @p14='?' (DbType = Int32), @p15='?' (DbType = Int32), @p16='?' (DbType = Int32), @p17='?' (DbType = Boolean), @p18='?' (Size = 194), @p19='?' (Size = 66), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = Int32), @p24='?' (DbType = UInt32), @p30='?' (DbType = UInt32), @p25='?', @p26='?' (DbType = Int32), @p27='?' (DbType = Int32), @p28='?' (Size = 9)"], CommandType='Text', CommandTimeout='30']"
- ""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
- WHERE \"Id\" = @p29 AND \"RowVersion\" = @p30
- RETURNING 1;"
- [2024-07-24 16:32:33.548 +02:00] [INF] [78] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "POST" "http"://"jf.<example.com>""""/Items/99bee448ad9270021ec034144d7fab8d/PlaybackInfo""?UserId=02efc3d2d8d840699693df84dffb5211&StartTimeTicks=0&IsPlayback=true&AutoOpenLiveStream=true&AudioStreamIndex=1&EnableDirectPlay=false&EnableDirectStream=false&AllowVideoStreamCopy=false&MediaSourceId=99bee448ad9270021ec034144d7fab8d&MaxStreamingBitrate=252560241" - "application/json" 4659
- [2024-07-24 16:32:33.548 +02:00] [INF] [78] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-07-24 16:32:33.548 +02:00] [INF] [78] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.548 +02:00] [INF] [78] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"'
- [2024-07-24 16:32:33.548 +02:00] [INF] [78] 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").
- [2024-07-24 16:32:33.550 +02:00] [INF] [78] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "<USERNAME>". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2024-07-24 16:32:33.550 +02:00] [INF] [78] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.MediaInfo.PlaybackInfoResponse"'.
- [2024-07-24 16:32:33.550 +02:00] [INF] [78] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)" in 1.8824ms
- [2024-07-24 16:32:33.550 +02:00] [INF] [78] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"'
- [2024-07-24 16:32:33.550 +02:00] [INF] [78] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "POST" "http"://"jf.<example.com>""""/Items/99bee448ad9270021ec034144d7fab8d/PlaybackInfo""?UserId=02efc3d2d8d840699693df84dffb5211&StartTimeTicks=0&IsPlayback=true&AutoOpenLiveStream=true&AudioStreamIndex=1&EnableDirectPlay=false&EnableDirectStream=false&AllowVideoStreamCopy=false&MediaSourceId=99bee448ad9270021ec034144d7fab8d&MaxStreamingBitrate=252560241" - 200 null "application/json; charset=utf-8" 2.6479ms
- [2024-07-24 16:32:33.583 +02:00] [INF] [80] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "DELETE" "http"://"jf.<example.com>""""/Videos/ActiveEncodings""?deviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&PlaySessionId=03b8e5516c72491ab150fe389bfb01fd" - null null
- [2024-07-24 16:32:33.583 +02:00] [INF] [80] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-07-24 16:32:33.583 +02:00] [INF] [80] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.583 +02:00] [INF] [80] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.HlsSegmentController.StopEncodingProcess (Jellyfin.Api)"'
- [2024-07-24 16:32:33.583 +02:00] [INF] [80] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"StopEncodingProcess\", controller = \"HlsSegment\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StopEncodingProcess(System.String, System.String)" on controller "Jellyfin.Api.Controllers.HlsSegmentController" ("Jellyfin.Api").
- [2024-07-24 16:32:33.583 +02:00] [INF] [80] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-07-24 16:32:33.583 +02:00] [INF] [80] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.HlsSegmentController.StopEncodingProcess (Jellyfin.Api)" in 0.1176ms
- [2024-07-24 16:32:33.583 +02:00] [INF] [80] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.HlsSegmentController.StopEncodingProcess (Jellyfin.Api)"'
- [2024-07-24 16:32:33.584 +02:00] [INF] [80] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "DELETE" "http"://"jf.<example.com>""""/Videos/ActiveEncodings""?deviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&PlaySessionId=03b8e5516c72491ab150fe389bfb01fd" - 204 null null 0.9762ms
- [2024-07-24 16:32:33.607 +02:00] [INF] [66] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
- FROM \"TrickplayInfos\" AS \"t\"
- WHERE \"t\".\"ItemId\" = @__itemId_0"
- [2024-07-24 16:32:33.615 +02:00] [INF] [66] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
- FROM \"TrickplayInfos\" AS \"t\"
- WHERE \"t\".\"ItemId\" = @__itemId_0"
- [2024-07-24 16:32:33.615 +02:00] [INF] [78] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/videos/99bee448-ad92-7002-1ec0-34144d7fab8d/master.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&MediaSourceId=99bee448ad9270021ec034144d7fab8d&VideoCodec=av1,h264&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=252176241&AudioBitrate=384000&AudioSampleRate=44100&MaxFramerate=23.976025&PlaySessionId=96bc489607b54b33a486610e35585360&api_key=446c444a37ee45b9a4000b8fee3237e1&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=fe8e1efbc58caef2efb475ff3c42064d&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=93&hevc-videobitdepth=8&hevc-profile=main&hevc-audiochannels=6&aac-profile=lc&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioCodecNotSupported&allowVideoStreamCopy=false" - null null
- [2024-07-24 16:32:33.615 +02:00] [INF] [78] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.616 +02:00] [INF] [78] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"'
- [2024-07-24 16:32:33.616 +02:00] [INF] [78] 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)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
- [2024-07-24 16:32:33.617 +02:00] [INF] [66] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?' (Size = 32), @p2='?' (DbType = Int32), @p3='?' (Size = 40), @p4='?', @p5='?' (DbType = UInt32), @p6='?', @p7='?' (Size = 13), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
- VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
- RETURNING \"Id\";"
- [2024-07-24 16:32:33.618 +02:00] [INF] [78] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
- FROM \"TrickplayInfos\" AS \"t\"
- WHERE \"t\".\"ItemId\" = @__itemId_0"
- [2024-07-24 16:32:33.618 +02:00] [INF] [78] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
- [2024-07-24 16:32:33.619 +02:00] [INF] [78] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)" in 2.7715ms
- [2024-07-24 16:32:33.619 +02:00] [INF] [78] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"'
- [2024-07-24 16:32:33.619 +02:00] [INF] [78] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/videos/99bee448-ad92-7002-1ec0-34144d7fab8d/master.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&MediaSourceId=99bee448ad9270021ec034144d7fab8d&VideoCodec=av1,h264&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=252176241&AudioBitrate=384000&AudioSampleRate=44100&MaxFramerate=23.976025&PlaySessionId=96bc489607b54b33a486610e35585360&api_key=446c444a37ee45b9a4000b8fee3237e1&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=fe8e1efbc58caef2efb475ff3c42064d&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=93&hevc-videobitdepth=8&hevc-profile=main&hevc-audiochannels=6&aac-profile=lc&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioCodecNotSupported&allowVideoStreamCopy=false" - 200 961 "application/vnd.apple.mpegurl" 4.1126ms
- [2024-07-24 16:32:33.665 +02:00] [INF] [52] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/videos/99bee448-ad92-7002-1ec0-34144d7fab8d/main.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&MediaSourceId=99bee448ad9270021ec034144d7fab8d&VideoCodec=av1,h264&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=252176241&AudioBitrate=384000&AudioSampleRate=44100&MaxFramerate=23.976025&PlaySessionId=96bc489607b54b33a486610e35585360&api_key=446c444a37ee45b9a4000b8fee3237e1&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=fe8e1efbc58caef2efb475ff3c42064d&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=93&hevc-videobitdepth=8&hevc-profile=main&hevc-audiochannels=6&aac-profile=lc&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioCodecNotSupported&allowVideoStreamCopy=false" - null null
- [2024-07-24 16:32:33.665 +02:00] [INF] [52] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.666 +02:00] [INF] [52] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetVariantHlsVideoPlaylist (Jellyfin.Api)"'
- [2024-07-24 16:32:33.666 +02:00] [INF] [52] 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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
- [2024-07-24 16:32:33.671 +02:00] [INF] [57] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "DELETE" "http"://"jf.<example.com>""""/Videos/ActiveEncodings""?deviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&PlaySessionId=03b8e5516c72491ab150fe389bfb01fd" - null null
- [2024-07-24 16:32:33.671 +02:00] [INF] [57] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-07-24 16:32:33.672 +02:00] [INF] [57] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.672 +02:00] [INF] [57] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.HlsSegmentController.StopEncodingProcess (Jellyfin.Api)"'
- [2024-07-24 16:32:33.672 +02:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"StopEncodingProcess\", controller = \"HlsSegment\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StopEncodingProcess(System.String, System.String)" on controller "Jellyfin.Api.Controllers.HlsSegmentController" ("Jellyfin.Api").
- [2024-07-24 16:32:33.672 +02:00] [INF] [57] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-07-24 16:32:33.672 +02:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.HlsSegmentController.StopEncodingProcess (Jellyfin.Api)" in 0.1254ms
- [2024-07-24 16:32:33.672 +02:00] [INF] [57] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.HlsSegmentController.StopEncodingProcess (Jellyfin.Api)"'
- [2024-07-24 16:32:33.672 +02:00] [INF] [57] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "DELETE" "http"://"jf.<example.com>""""/Videos/ActiveEncodings""?deviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&PlaySessionId=03b8e5516c72491ab150fe389bfb01fd" - 204 null null 0.9895ms
- [2024-07-24 16:32:33.676 +02:00] [INF] [57] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "POST" "http"://"jf.<example.com>""""/Items/99bee448ad9270021ec034144d7fab8d/PlaybackInfo""?UserId=02efc3d2d8d840699693df84dffb5211&StartTimeTicks=0&IsPlayback=true&AutoOpenLiveStream=true&AudioStreamIndex=1&EnableDirectPlay=false&EnableDirectStream=false&AllowVideoStreamCopy=false&AllowAudioStreamCopy=false&MediaSourceId=99bee448ad9270021ec034144d7fab8d&MaxStreamingBitrate=252560241" - "application/json" 4659
- [2024-07-24 16:32:33.676 +02:00] [INF] [57] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-07-24 16:32:33.676 +02:00] [INF] [57] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.676 +02:00] [INF] [57] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"'
- [2024-07-24 16:32:33.676 +02:00] [INF] [57] 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").
- [2024-07-24 16:32:33.678 +02:00] [INF] [57] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "<USERNAME>". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2024-07-24 16:32:33.679 +02:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.MediaInfo.PlaybackInfoResponse"'.
- [2024-07-24 16:32:33.680 +02:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)" in 3.2194ms
- [2024-07-24 16:32:33.680 +02:00] [INF] [57] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"'
- [2024-07-24 16:32:33.681 +02:00] [INF] [57] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "POST" "http"://"jf.<example.com>""""/Items/99bee448ad9270021ec034144d7fab8d/PlaybackInfo""?UserId=02efc3d2d8d840699693df84dffb5211&StartTimeTicks=0&IsPlayback=true&AutoOpenLiveStream=true&AudioStreamIndex=1&EnableDirectPlay=false&EnableDirectStream=false&AllowVideoStreamCopy=false&AllowAudioStreamCopy=false&MediaSourceId=99bee448ad9270021ec034144d7fab8d&MaxStreamingBitrate=252560241" - 200 null "application/json; charset=utf-8" 4.8436ms
- [2024-07-24 16:32:33.693 +02:00] [INF] [52] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
- [2024-07-24 16:32:33.695 +02:00] [INF] [52] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetVariantHlsVideoPlaylist (Jellyfin.Api)" in 28.79ms
- [2024-07-24 16:32:33.695 +02:00] [INF] [52] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetVariantHlsVideoPlaylist (Jellyfin.Api)"'
- [2024-07-24 16:32:33.695 +02:00] [INF] [52] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/videos/99bee448-ad92-7002-1ec0-34144d7fab8d/main.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&MediaSourceId=99bee448ad9270021ec034144d7fab8d&VideoCodec=av1,h264&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=252176241&AudioBitrate=384000&AudioSampleRate=44100&MaxFramerate=23.976025&PlaySessionId=96bc489607b54b33a486610e35585360&api_key=446c444a37ee45b9a4000b8fee3237e1&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=fe8e1efbc58caef2efb475ff3c42064d&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=93&hevc-videobitdepth=8&hevc-profile=main&hevc-audiochannels=6&aac-profile=lc&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioCodecNotSupported&allowVideoStreamCopy=false" - 200 1780935 "application/vnd.apple.mpegurl" 29.7033ms
- [2024-07-24 16:32:33.710 +02:00] [INF] [57] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "DELETE" "http"://"jf.<example.com>""""/Videos/ActiveEncodings""?deviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&PlaySessionId=96bc489607b54b33a486610e35585360" - null null
- [2024-07-24 16:32:33.710 +02:00] [INF] [57] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-07-24 16:32:33.710 +02:00] [INF] [57] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.711 +02:00] [INF] [57] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.HlsSegmentController.StopEncodingProcess (Jellyfin.Api)"'
- [2024-07-24 16:32:33.711 +02:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"StopEncodingProcess\", controller = \"HlsSegment\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StopEncodingProcess(System.String, System.String)" on controller "Jellyfin.Api.Controllers.HlsSegmentController" ("Jellyfin.Api").
- [2024-07-24 16:32:33.711 +02:00] [INF] [57] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-07-24 16:32:33.711 +02:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.HlsSegmentController.StopEncodingProcess (Jellyfin.Api)" in 0.1281ms
- [2024-07-24 16:32:33.711 +02:00] [INF] [57] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.HlsSegmentController.StopEncodingProcess (Jellyfin.Api)"'
- [2024-07-24 16:32:33.711 +02:00] [INF] [57] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "DELETE" "http"://"jf.<example.com>""""/Videos/ActiveEncodings""?deviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&PlaySessionId=96bc489607b54b33a486610e35585360" - 204 null null 0.9909ms
- [2024-07-24 16:32:33.753 +02:00] [INF] [57] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/videos/99bee448-ad92-7002-1ec0-34144d7fab8d/master.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&MediaSourceId=99bee448ad9270021ec034144d7fab8d&VideoCodec=av1,h264&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=252176241&AudioBitrate=384000&AudioSampleRate=44100&MaxFramerate=23.976025&PlaySessionId=0f93ba71b6cc4faa97f441faa449a89f&api_key=446c444a37ee45b9a4000b8fee3237e1&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=fe8e1efbc58caef2efb475ff3c42064d&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=93&hevc-videobitdepth=8&hevc-profile=main&hevc-audiochannels=6&aac-profile=lc&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioCodecNotSupported&allowVideoStreamCopy=false&allowAudioStreamCopy=false" - null null
- [2024-07-24 16:32:33.754 +02:00] [INF] [57] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.755 +02:00] [INF] [57] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"'
- [2024-07-24 16:32:33.755 +02:00] [INF] [57] 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)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
- [2024-07-24 16:32:33.757 +02:00] [INF] [57] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
- FROM \"TrickplayInfos\" AS \"t\"
- WHERE \"t\".\"ItemId\" = @__itemId_0"
- [2024-07-24 16:32:33.757 +02:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
- [2024-07-24 16:32:33.758 +02:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)" in 2.0477ms
- [2024-07-24 16:32:33.758 +02:00] [INF] [57] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"'
- [2024-07-24 16:32:33.758 +02:00] [INF] [57] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/videos/99bee448-ad92-7002-1ec0-34144d7fab8d/master.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&MediaSourceId=99bee448ad9270021ec034144d7fab8d&VideoCodec=av1,h264&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=252176241&AudioBitrate=384000&AudioSampleRate=44100&MaxFramerate=23.976025&PlaySessionId=0f93ba71b6cc4faa97f441faa449a89f&api_key=446c444a37ee45b9a4000b8fee3237e1&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=fe8e1efbc58caef2efb475ff3c42064d&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=93&hevc-videobitdepth=8&hevc-profile=main&hevc-audiochannels=6&aac-profile=lc&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioCodecNotSupported&allowVideoStreamCopy=false&allowAudioStreamCopy=false" - 200 988 "application/vnd.apple.mpegurl" 4.6746ms
- [2024-07-24 16:32:33.781 +02:00] [INF] [66] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-07-24 16:32:33.781 +02:00] [INF] [66] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)" in 330.2809ms
- [2024-07-24 16:32:33.782 +02:00] [INF] [66] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)"'
- [2024-07-24 16:32:33.782 +02:00] [INF] [66] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "POST" "http"://"jf.<example.com>""""/Sessions/Playing""" - 204 null null 333.6237ms
- [2024-07-24 16:32:33.790 +02:00] [INF] [66] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/videos/99bee448-ad92-7002-1ec0-34144d7fab8d/main.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&MediaSourceId=99bee448ad9270021ec034144d7fab8d&VideoCodec=av1,h264&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=252176241&AudioBitrate=384000&AudioSampleRate=44100&MaxFramerate=23.976025&PlaySessionId=0f93ba71b6cc4faa97f441faa449a89f&api_key=446c444a37ee45b9a4000b8fee3237e1&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=fe8e1efbc58caef2efb475ff3c42064d&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=93&hevc-videobitdepth=8&hevc-profile=main&hevc-audiochannels=6&aac-profile=lc&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioCodecNotSupported&allowVideoStreamCopy=false&allowAudioStreamCopy=false" - null null
- [2024-07-24 16:32:33.790 +02:00] [INF] [66] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.790 +02:00] [INF] [66] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetVariantHlsVideoPlaylist (Jellyfin.Api)"'
- [2024-07-24 16:32:33.791 +02:00] [INF] [66] 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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
- [2024-07-24 16:32:33.797 +02:00] [INF] [66] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
- [2024-07-24 16:32:33.801 +02:00] [INF] [66] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetVariantHlsVideoPlaylist (Jellyfin.Api)" in 10.1025ms
- [2024-07-24 16:32:33.801 +02:00] [INF] [66] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetVariantHlsVideoPlaylist (Jellyfin.Api)"'
- [2024-07-24 16:32:33.801 +02:00] [INF] [66] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/videos/99bee448-ad92-7002-1ec0-34144d7fab8d/main.m3u8""?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&MediaSourceId=99bee448ad9270021ec034144d7fab8d&VideoCodec=av1,h264&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=252176241&AudioBitrate=384000&AudioSampleRate=44100&MaxFramerate=23.976025&PlaySessionId=0f93ba71b6cc4faa97f441faa449a89f&api_key=446c444a37ee45b9a4000b8fee3237e1&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=fe8e1efbc58caef2efb475ff3c42064d&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=93&hevc-videobitdepth=8&hevc-profile=main&hevc-audiochannels=6&aac-profile=lc&TranscodeReasons=ContainerNotSupported,%20VideoCodecNotSupported,%20AudioCodecNotSupported&allowVideoStreamCopy=false&allowAudioStreamCopy=false" - 200 1834584 "application/vnd.apple.mpegurl" 11.3962ms
- [2024-07-24 16:32:33.855 +02:00] [INF] [57] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "DELETE" "http"://"jf.<example.com>""""/Videos/ActiveEncodings""?deviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&PlaySessionId=96bc489607b54b33a486610e35585360" - null null
- [2024-07-24 16:32:33.855 +02:00] [INF] [57] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-07-24 16:32:33.855 +02:00] [INF] [57] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.856 +02:00] [INF] [57] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.HlsSegmentController.StopEncodingProcess (Jellyfin.Api)"'
- [2024-07-24 16:32:33.856 +02:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"StopEncodingProcess\", controller = \"HlsSegment\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StopEncodingProcess(System.String, System.String)" on controller "Jellyfin.Api.Controllers.HlsSegmentController" ("Jellyfin.Api").
- [2024-07-24 16:32:33.856 +02:00] [INF] [66] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "POST" "http"://"jf.<example.com>""""/Sessions/Playing/Stopped""" - "application/json" 556
- [2024-07-24 16:32:33.857 +02:00] [INF] [66] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-07-24 16:32:33.858 +02:00] [INF] [66] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.858 +02:00] [INF] [66] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStopped (Jellyfin.Api)"'
- [2024-07-24 16:32:33.859 +02:00] [INF] [78] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-07-23T14%3A32%3A33.789Z&hasUserId=true" - null null
- [2024-07-24 16:32:33.859 +02:00] [INF] [52] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-07-17T14%3A32%3A33.790Z&hasUserId=false" - null null
- [2024-07-24 16:32:33.859 +02:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-07-23T14%3A32%3A33.792Z&hasUserId=true" - null null
- [2024-07-24 16:32:33.859 +02:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.860 +02:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.860 +02:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.860 +02:00] [INF] [18] 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").
- [2024-07-24 16:32:33.860 +02:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.860 +02:00] [INF] [18] 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").
- [2024-07-24 16:32:33.861 +02:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT COUNT(*)
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
- [2024-07-24 16:32:33.861 +02:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT COUNT(*)
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
- [2024-07-24 16:32:33.861 +02:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.862 +02:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
- ORDER BY \"a\".\"DateCreated\" DESC
- LIMIT @__p_3 OFFSET @__p_2"
- [2024-07-24 16:32:33.862 +02:00] [INF] [52] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.862 +02:00] [INF] [52] 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").
- [2024-07-24 16:32:33.862 +02:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
- ORDER BY \"a\".\"DateCreated\" DESC
- LIMIT @__p_3 OFFSET @__p_2"
- [2024-07-24 16:32:33.862 +02:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.9.8.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-07-24 16:32:33.862 +02:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.2215ms
- [2024-07-24 16:32:33.862 +02:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.862 +02:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-07-23T14%3A32%3A33.792Z&hasUserId=true" - 200 null "application/json; charset=utf-8" 3.0628ms
- [2024-07-24 16:32:33.862 +02:00] [INF] [52] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.9.8.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-07-24 16:32:33.862 +02:00] [INF] [52] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.9165ms
- [2024-07-24 16:32:33.862 +02:00] [INF] [52] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.862 +02:00] [INF] [52] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-07-23T14%3A32%3A33.789Z&hasUserId=true" - 200 null "application/json; charset=utf-8" 3.4163ms
- [2024-07-24 16:32:33.863 +02:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT COUNT(*)
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
- [2024-07-24 16:32:33.863 +02:00] [INF] [66] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackStopped\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackStopped(MediaBrowser.Model.Session.PlaybackStopInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
- [2024-07-24 16:32:33.863 +02:00] [INF] [66] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.8" playing "Swordfish". Stopped at "0" ms
- [2024-07-24 16:32:33.863 +02:00] [INF] [52] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-07-17T14%3A32%3A33.792Z&hasUserId=false" - null null
- [2024-07-24 16:32:33.863 +02:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
- ORDER BY \"a\".\"DateCreated\" DESC
- LIMIT @__p_3 OFFSET @__p_2"
- [2024-07-24 16:32:33.863 +02:00] [INF] [52] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.863 +02:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.9.8.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-07-24 16:32:33.863 +02:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.7055ms
- [2024-07-24 16:32:33.863 +02:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.864 +02:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-07-17T14%3A32%3A33.790Z&hasUserId=false" - 200 null "application/json; charset=utf-8" 4.4102ms
- [2024-07-24 16:32:33.864 +02:00] [INF] [52] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.864 +02:00] [INF] [52] 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").
- [2024-07-24 16:32:33.864 +02:00] [INF] [57] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-07-24 16:32:33.864 +02:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.HlsSegmentController.StopEncodingProcess (Jellyfin.Api)" in 8.181ms
- [2024-07-24 16:32:33.864 +02:00] [INF] [57] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.HlsSegmentController.StopEncodingProcess (Jellyfin.Api)"'
- [2024-07-24 16:32:33.864 +02:00] [INF] [57] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "DELETE" "http"://"jf.<example.com>""""/Videos/ActiveEncodings""?deviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcyMTgxNTkwMzE3MA11&PlaySessionId=96bc489607b54b33a486610e35585360" - 204 null null 9.1202ms
- [2024-07-24 16:32:33.864 +02:00] [INF] [52] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT COUNT(*)
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
- [2024-07-24 16:32:33.864 +02:00] [INF] [66] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?' (Size = 32), @p2='?' (DbType = Int32), @p3='?' (Size = 50), @p4='?', @p5='?' (DbType = UInt32), @p6='?', @p7='?' (Size = 20), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
- VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
- RETURNING \"Id\";"
- [2024-07-24 16:32:33.865 +02:00] [INF] [52] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
- ORDER BY \"a\".\"DateCreated\" DESC
- LIMIT @__p_3 OFFSET @__p_2"
- [2024-07-24 16:32:33.865 +02:00] [INF] [52] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.9.8.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-07-24 16:32:33.865 +02:00] [INF] [52] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.4822ms
- [2024-07-24 16:32:33.865 +02:00] [INF] [52] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.865 +02:00] [INF] [52] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-07-17T14%3A32%3A33.792Z&hasUserId=false" - 200 null "application/json; charset=utf-8" 2.0885ms
- [2024-07-24 16:32:33.915 +02:00] [INF] [66] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-07-24 16:32:33.915 +02:00] [INF] [66] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStopped (Jellyfin.Api)" in 52.1142ms
- [2024-07-24 16:32:33.915 +02:00] [INF] [66] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStopped (Jellyfin.Api)"'
- [2024-07-24 16:32:33.915 +02:00] [INF] [66] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "POST" "http"://"jf.<example.com>""""/Sessions/Playing/Stopped""" - 204 null null 59.0846ms
- [2024-07-24 16:32:33.949 +02:00] [INF] [80] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-07-23T14%3A32%3A33.914Z&hasUserId=true" - null null
- [2024-07-24 16:32:33.949 +02:00] [INF] [66] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-07-17T14%3A32%3A33.914Z&hasUserId=false" - null null
- [2024-07-24 16:32:33.949 +02:00] [INF] [80] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.949 +02:00] [INF] [66] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.949 +02:00] [INF] [80] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.949 +02:00] [INF] [66] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.949 +02:00] [INF] [80] 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").
- [2024-07-24 16:32:33.949 +02:00] [INF] [66] 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").
- [2024-07-24 16:32:33.950 +02:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT COUNT(*)
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
- [2024-07-24 16:32:33.951 +02:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
- ORDER BY \"a\".\"DateCreated\" DESC
- LIMIT @__p_3 OFFSET @__p_2"
- [2024-07-24 16:32:33.951 +02:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.9.8.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-07-24 16:32:33.951 +02:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.4137ms
- [2024-07-24 16:32:33.951 +02:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.951 +02:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-07-23T14%3A32%3A33.914Z&hasUserId=true" - 200 null "application/json; charset=utf-8" 2.4165ms
- [2024-07-24 16:32:33.952 +02:00] [INF] [66] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("2"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT COUNT(*)
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
- [2024-07-24 16:32:33.954 +02:00] [INF] [52] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-07-23T14%3A32%3A33.915Z&hasUserId=true" - null null
- [2024-07-24 16:32:33.954 +02:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-07-17T14%3A32%3A33.915Z&hasUserId=false" - null null
- [2024-07-24 16:32:33.955 +02:00] [INF] [66] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("2"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
- ORDER BY \"a\".\"DateCreated\" DESC
- LIMIT @__p_3 OFFSET @__p_2"
- [2024-07-24 16:32:33.955 +02:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.955 +02:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-07-24 16:32:33.955 +02:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.9.8.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-07-24 16:32:33.955 +02:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.955 +02:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 5.4105ms
- [2024-07-24 16:32:33.955 +02:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.955 +02:00] [INF] [19] 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").
- [2024-07-24 16:32:33.955 +02:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-07-17T14%3A32%3A33.914Z&hasUserId=false" - 200 null "application/json; charset=utf-8" 6.18ms
- [2024-07-24 16:32:33.955 +02:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.955 +02:00] [INF] [18] 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").
- [2024-07-24 16:32:33.956 +02:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT COUNT(*)
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
- [2024-07-24 16:32:33.956 +02:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT COUNT(*)
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
- [2024-07-24 16:32:33.956 +02:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
- ORDER BY \"a\".\"DateCreated\" DESC
- LIMIT @__p_3 OFFSET @__p_2"
- [2024-07-24 16:32:33.957 +02:00] [INF] [52] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
- ORDER BY \"a\".\"DateCreated\" DESC
- LIMIT @__p_3 OFFSET @__p_2"
- [2024-07-24 16:32:33.957 +02:00] [INF] [52] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.9.8.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-07-24 16:32:33.957 +02:00] [INF] [52] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.0554ms
- [2024-07-24 16:32:33.958 +02:00] [INF] [52] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.958 +02:00] [INF] [52] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-07-23T14%3A32%3A33.915Z&hasUserId=true" - 200 null "application/json; charset=utf-8" 3.429ms
- [2024-07-24 16:32:33.958 +02:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.9.8.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-07-24 16:32:33.958 +02:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.9732ms
- [2024-07-24 16:32:33.958 +02:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-07-24 16:32:33.958 +02:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.0" "GET" "http"://"jf.<example.com>""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-07-17T14%3A32%3A33.915Z&hasUserId=false" - 200 null "application/json; charset=utf-8" 3.7597ms
Advertisement
Add Comment
Please, Sign In to add comment