Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [2024-12-04 16:58:00.959 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/Items/c7aa513bf6a737d69286f97c6dc819f4/Refresh""?Recursive=true&ImageRefreshMode=Default&MetadataRefreshMode=Default&ReplaceAllImages=false&RegenerateTrickplay=false&ReplaceAllMetadata=false" - null 0
- [2024-12-04 16:58:00.960 +00:00] [INF] [21] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-12-04 16:58:00.960 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemRefreshController.RefreshItem (Jellyfin.Api)"'
- [2024-12-04 16:58:00.962 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"RefreshItem\", controller = \"ItemRefresh\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult RefreshItem(System.Guid, MediaBrowser.Controller.Providers.MetadataRefreshMode, MediaBrowser.Controller.Providers.MetadataRefreshMode, Boolean, Boolean, Boolean)" on controller "Jellyfin.Api.Controllers.ItemRefreshController" ("Jellyfin.Api").
- [2024-12-04 16:58:00.969 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-12-04 16:58:00.970 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemRefreshController.RefreshItem (Jellyfin.Api)" in 7.103ms
- [2024-12-04 16:58:00.970 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemRefreshController.RefreshItem (Jellyfin.Api)"'
- [2024-12-04 16:58:00.970 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/Items/c7aa513bf6a737d69286f97c6dc819f4/Refresh""?Recursive=true&ImageRefreshMode=Default&MetadataRefreshMode=Default&ReplaceAllImages=false&RegenerateTrickplay=false&ReplaceAllMetadata=false" - 204 null null 10.2667ms
- [2024-12-04 16:58:04.603 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Cast Away (2008).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-12-04 16:58:05.439 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Taken.3.2014.EXTENDED.1080p.BluRay.x264.DTS-HD.MA.5.1-RARBG.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-12-04 16:58:05.534 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Cast Away (2008).eng.sdh.0.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:05.560 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Taken.3.2014.EXTENDED.1080p.BluRay.x264.DTS-HD.MA.5.1-RARBG.eng.forced.sdh.0.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:05.561 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-12-03T16%3A58%3A04.277Z&hasUserId=true" - null null
- [2024-12-04 16:58:05.562 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-12-04 16:58:05.563 +00:00] [INF] [10] 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-12-04 16:58:05.566 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT COUNT(*)
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
- [2024-12-04 16:58:05.568 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
- ORDER BY \"a\".\"DateCreated\" DESC
- LIMIT @__p_3 OFFSET @__p_2"
- [2024-12-04 16:58:05.570 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:58:05.572 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 8.4926ms
- [2024-12-04 16:58:05.572 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-12-04 16:58:05.572 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-12-03T16%3A58%3A04.277Z&hasUserId=true" - 200 null "application/json; charset=utf-8" 11.1776ms
- [2024-12-04 16:58:05.574 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Sessions""?ActiveWithinSeconds=960" - null null
- [2024-12-04 16:58:05.575 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
- [2024-12-04 16:58:05.575 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSessions\", controller = \"Session\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IReadOnlyList`1[MediaBrowser.Model.Dto.SessionInfoDto]] GetSessions(System.Nullable`1[System.Guid], System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api").
- [2024-12-04 16:58:05.576 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Collections.Generic.List`1[[MediaBrowser.Model.Dto.SessionInfoDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:58:05.578 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)" in 2.3411ms
- [2024-12-04 16:58:05.578 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
- [2024-12-04 16:58:05.578 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Sessions""?ActiveWithinSeconds=960" - 200 null "application/json; charset=utf-8" 4.5277ms
- [2024-12-04 16:58:05.579 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""" - null null
- [2024-12-04 16:58:05.579 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:58:05.580 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-12-04 16:58:05.580 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-12-04 16:58:05.581 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.5006ms
- [2024-12-04 16:58:05.582 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:58:05.582 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""" - 200 null "application/json; charset=utf-8" 3.4068ms
- [2024-12-04 16:58:05.582 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-11-27T16%3A58%3A04.277Z&hasUserId=false" - null null
- [2024-12-04 16:58:05.583 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-12-04 16:58:05.583 +00:00] [INF] [10] 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-12-04 16:58:05.585 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT COUNT(*)
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
- [2024-12-04 16:58:05.587 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
- FROM \"ActivityLogs\" AS \"a\"
- WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
- ORDER BY \"a\".\"DateCreated\" DESC
- LIMIT @__p_3 OFFSET @__p_2"
- [2024-12-04 16:58:05.589 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:58:05.590 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 5.7195ms
- [2024-12-04 16:58:05.590 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-12-04 16:58:05.590 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-11-27T16%3A58%3A04.277Z&hasUserId=false" - 200 null "application/json; charset=utf-8" 7.741ms
- [2024-12-04 16:58:05.591 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/LiveTv/Recordings""?UserId=c5dcb3249a1a4b4bb012983a3d64e980&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop" - null null
- [2024-12-04 16:58:05.595 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)"'
- [2024-12-04 16:58:05.595 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetRecordings\", controller = \"LiveTv\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]]] GetRecordings(System.String, System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.LiveTv.RecordingStatus], System.Nullable`1[System.Boolean], System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.LiveTvController" ("Jellyfin.Api").
- [2024-12-04 16:58:05.597 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:58:05.597 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)" in 1.9562ms
- [2024-12-04 16:58:05.597 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)"'
- [2024-12-04 16:58:05.598 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/LiveTv/Recordings""?UserId=c5dcb3249a1a4b4bb012983a3d64e980&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop" - 200 null "application/json; charset=utf-8" 6.9609ms
- [2024-12-04 16:58:05.604 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - null null
- [2024-12-04 16:58:05.605 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:58:05.605 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-12-04 16:58:05.606 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-12-04 16:58:05.607 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.5098ms
- [2024-12-04 16:58:05.608 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:58:05.608 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 4.7248ms
- [2024-12-04 16:58:05.609 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - null null
- [2024-12-04 16:58:05.610 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:58:05.611 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-12-04 16:58:05.611 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-12-04 16:58:05.612 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 0.7694ms
- [2024-12-04 16:58:05.612 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:58:05.612 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - 200 null "application/json; charset=utf-8" 2.5683ms
- [2024-12-04 16:58:05.614 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Cast Away (2008).eng.sdh.2.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:05.636 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Taken.3.2014.EXTENDED.1080p.BluRay.x264.DTS-HD.MA.5.1-RARBG.eng.forced.sdh.1.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:05.674 +00:00] [INF] [21] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Cast Away (2008).eng.sdh.2.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:05.706 +00:00] [INF] [21] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Cast Away (2008).eng.sdh.3.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:05.709 +00:00] [INF] [21] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Taken.3.2014.EXTENDED.1080p.BluRay.x264.DTS-HD.MA.5.1-RARBG.eng.forced.sdh.2.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:05.808 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Taken.3.2014.EXTENDED.1080p.BluRay.x264.DTS-HD.MA.5.1-RARBG.eng.forced.sdh.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:05.818 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - null null
- [2024-12-04 16:58:05.819 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
- [2024-12-04 16:58:05.820 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
- [2024-12-04 16:58:05.820 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - 200 null "text/plain" 1.5167ms
- [2024-12-04 16:58:05.831 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Cast Away (2008).eng.sdh.4.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:06.233 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Cast Away (2008).eng.sdh.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:06.419 +00:00] [INF] [21] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Pokemon.Detective.Pikachu.2019.PROPER.2160p.UHD.BluRay.x265-TERMiNAL.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-12-04 16:58:06.649 +00:00] [INF] [21] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/The.Ballad.of.Buster.Scruggs.2018.1080p.NF.WEBRip.DD5.1.x264-CM.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-12-04 16:58:06.768 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/The.Ballad.of.Buster.Scruggs.2018.1080p.NF.WEBRip.DD5.1.x264-CM.eng.0.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:06.839 +00:00] [INF] [21] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/The.Ballad.of.Buster.Scruggs.2018.1080p.NF.WEBRip.DD5.1.x264-CM.eng.1.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:06.937 +00:00] [INF] [16] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/The.Ballad.of.Buster.Scruggs.2018.1080p.NF.WEBRip.DD5.1.x264-CM.eng.2.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:06.992 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Library/VirtualFolders""" - null null
- [2024-12-04 16:58:06.995 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LibraryStructureController.GetVirtualFolders (Jellyfin.Api)"'
- [2024-12-04 16:58:06.995 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetVirtualFolders\", controller = \"LibraryStructure\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Entities.VirtualFolderInfo]] GetVirtualFolders()" on controller "Jellyfin.Api.Controllers.LibraryStructureController" ("Jellyfin.Api").
- [2024-12-04 16:58:06.995 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - null null
- [2024-12-04 16:58:06.996 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:58:06.996 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-12-04 16:58:06.997 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-12-04 16:58:06.997 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.List`1[[MediaBrowser.Model.Entities.VirtualFolderInfo, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:58:07.004 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LibraryStructureController.GetVirtualFolders (Jellyfin.Api)" in 8.8573ms
- [2024-12-04 16:58:07.004 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LibraryStructureController.GetVirtualFolders (Jellyfin.Api)"'
- [2024-12-04 16:58:07.004 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Library/VirtualFolders""" - 200 null "application/json; charset=utf-8" 11.8799ms
- [2024-12-04 16:58:07.005 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 8.2068ms
- [2024-12-04 16:58:07.005 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:58:07.006 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 10.6821ms
- [2024-12-04 16:58:07.061 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Going.in.Style.2017.1080p.BluRay.x264.DTS-HD.MA.5.1-FGT.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-12-04 16:58:07.226 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 60036.1459ms
- [2024-12-04 16:58:07.226 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:58:07.230 +00:00] [ERR] [8] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Host is down : '/media/TVShowsPC/Malcolm in the Middle/landscape.jpg'". URL "GET" "/Items/03b5ff82d14b2a34a8d6160f178da6cc/Images/Thumb".
- [2024-12-04 16:58:07.230 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/03b5ff82d14b2a34a8d6160f178da6cc/Images/Thumb""?fillHeight=200&fillWidth=356&quality=96&tag=7075cffb278a4e7fc95e641178cd7def" - 500 null "text/plain" 60051.4444ms
- [2024-12-04 16:58:07.335 +00:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Beirut.2018.1080p.BluRay.x264.DTS-HD.MA.5.1-HDC.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-12-04 16:58:08.279 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Going.in.Style.2017.1080p.BluRay.x264.DTS-HD.MA.5.1-FGT.eng.0.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:08.407 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Going.in.Style.2017.1080p.BluRay.x264.DTS-HD.MA.5.1-FGT.eng.1.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:08.558 +00:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Going.in.Style.2017.1080p.BluRay.x264.DTS-HD.MA.5.1-FGT.eng.2.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:08.717 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Beirut.2018.1080p.BluRay.x264.DTS-HD.MA.5.1-HDC.eng.sdh.0.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:08.799 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Beirut.2018.1080p.BluRay.x264.DTS-HD.MA.5.1-HDC.eng.sdh.1.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:08.856 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Beirut.2018.1080p.BluRay.x264.DTS-HD.MA.5.1-HDC.eng.sdh.2.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:08.919 +00:00] [INF] [21] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Beirut.2018.1080p.BluRay.x264.DTS-HD.MA.5.1-HDC.eng.sdh.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:09.082 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Pokemon.Detective.Pikachu.2019.PROPER.2160p.UHD.BluRay.x265-TERMiNAL.eng.0.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:09.163 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Pokemon.Detective.Pikachu.2019.PROPER.2160p.UHD.BluRay.x265-TERMiNAL.eng.1.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:09.229 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Pokemon.Detective.Pikachu.2019.PROPER.2160p.UHD.BluRay.x265-TERMiNAL.eng.2.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:09.334 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Pokemon.Detective.Pikachu.2019.PROPER.2160p.UHD.BluRay.x265-TERMiNAL.eng.2.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:09.382 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Pokemon.Detective.Pikachu.2019.PROPER.2160p.UHD.BluRay.x265-TERMiNAL.eng.4.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:09.438 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Pokemon.Detective.Pikachu.2019.PROPER.2160p.UHD.BluRay.x265-TERMiNAL.eng.4.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:09.473 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Pokemon.Detective.Pikachu.2019.PROPER.2160p.UHD.BluRay.x265-TERMiNAL.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:09.767 +00:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/The.Night.Eats.the.World.2018.Multi.Bluray.1080p.x264.DTS-HDMA.5.1-DTOne.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-12-04 16:58:09.927 +00:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/The.Night.Eats.the.World.2018.Multi.Bluray.1080p.x264.DTS-HDMA.5.1-DTOne.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:09.944 +00:00] [INF] [21] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Time.Trap.2017.2160p.WEBRip.DTS.5.1.x264-GASMASK.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-12-04 16:58:10.180 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Time.Trap.2017.2160p.WEBRip.DTS.5.1.x264-GASMASK.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:10.832 +00:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/A.Most.Violent.Year.2014.1080p.BluRay.x264-ALLiANCE.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-12-04 16:58:10.916 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/A.Most.Violent.Year.2014.1080p.BluRay.x264-ALLiANCE.eng.1.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:10.964 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/A.Most.Violent.Year.2014.1080p.BluRay.x264-ALLiANCE.eng.1.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:11.000 +00:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/A.Most.Violent.Year.2014.1080p.BluRay.x264-ALLiANCE.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:11.097 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/A.Most.Violent.Year.2014.1080p.BluRay.x264-ALLiANCE.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:11.322 +00:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/The.Hangover.2009.2160p.HDR.WEBRip.TrueHD.5.1.x265-GASMASK (DUAL ENG ITA).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-12-04 16:58:11.357 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/The.Hangover.Part.II.2011.2160p.HDR.WEBRip.DTS-HD.MA.5.1.x265-GASMASK (DUAL ENG ITA).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-12-04 16:58:11.592 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Confess.Fletch.2022.2160p.WEB-DL.DD5.1.HDR.H.265-EVO.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-12-04 16:58:11.772 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Confess.Fletch.2022.2160p.WEB-DL.DD5.1.HDR.H.265-EVO.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:12.064 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/The.Hangover.2009.2160p.HDR.WEBRip.TrueHD.5.1.x265-GASMASK (DUAL ENG ITA).ita.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:12.172 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/The.Hangover.2009.2160p.HDR.WEBRip.TrueHD.5.1.x265-GASMASK (DUAL ENG ITA).ita.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:12.304 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/The.Hangover.Part.II.2011.2160p.HDR.WEBRip.DTS-HD.MA.5.1.x265-GASMASK (DUAL ENG ITA).ita.sdh.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:12.528 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Sin City.2005.BluRay.1080p.DTS-HDMA7.1.AVC.REMUX-FraMeSToR.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-12-04 16:58:12.620 +00:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Sin City.2005.BluRay.1080p.DTS-HDMA7.1.AVC.REMUX-FraMeSToR.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2024-12-04 16:58:14.745 +00:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Sound.Of.Freedom.2023.2160p.WEB.DTS-HD.7.1.x265-AOC.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-12-04 16:58:15.517 +00:00] [INF] [8] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/MoviesNAS/Shutter.Island.2010.DV.UHD.BluRay.2160p.DTS-HD.MA.5.1.HEVC.REMUX-FraMeSToR.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-12-04 16:58:22.546 +00:00] [INF] [18] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Started library sync
- [2024-12-04 16:58:23.316 +00:00] [INF] [18] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Library Sync: Updated 17 items
- [2024-12-04 16:58:23.316 +00:00] [INF] [18] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Finished library sync, taking "00:00:00.7693283"
- [2024-12-04 16:58:27.560 +00:00] [INF] [18] Trakt.Helpers.LibraryManagerEventsHelper: Timer elapsed - processing queued items
- [2024-12-04 16:58:27.560 +00:00] [INF] [18] Trakt.Helpers.LibraryManagerEventsHelper: No events... stopping queue timer
- [2024-12-04 16:58:33.596 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - null null
- [2024-12-04 16:58:33.597 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - null null
- [2024-12-04 16:58:33.597 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:58:33.597 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-12-04 16:58:33.597 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-12-04 16:58:33.598 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 0.645ms
- [2024-12-04 16:58:33.596 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - null null
- [2024-12-04 16:58:33.597 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-12-04 16:58:33.598 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-12-04 16:58:33.598 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
- [2024-12-04 16:58:33.598 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetConfigurationPages\", controller = \"Dashboard\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[Jellyfin.Api.Models.ConfigurationPageInfo]] GetConfigurationPages(System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api").
- [2024-12-04 16:58:33.599 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:58:33.599 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.List`1[[Jellyfin.Api.Models.ConfigurationPageInfo, Jellyfin.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:58:33.599 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
- [2024-12-04 16:58:33.600 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - 200 null "application/json; charset=utf-8" 3.3251ms
- [2024-12-04 16:58:33.603 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)" in 4.6128ms
- [2024-12-04 16:58:33.603 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-12-04 16:58:33.603 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - 200 null "application/json; charset=utf-8" 6.4743ms
- [2024-12-04 16:58:33.606 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 7.4554ms
- [2024-12-04 16:58:33.606 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-12-04 16:58:33.606 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 9.7195ms
- [2024-12-04 16:58:36.154 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - null null
- [2024-12-04 16:58:36.155 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
- [2024-12-04 16:58:36.156 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
- [2024-12-04 16:58:36.156 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - 200 null "text/plain" 1.9014ms
- [2024-12-04 16:58:48.737 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - null null
- [2024-12-04 16:58:48.737 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - null null
- [2024-12-04 16:58:48.739 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:58:48.739 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-12-04 16:58:48.739 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-12-04 16:58:48.737 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - null null
- [2024-12-04 16:58:48.739 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 0.5741ms
- [2024-12-04 16:58:48.739 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-12-04 16:58:48.740 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:58:48.740 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-12-04 16:58:48.740 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
- [2024-12-04 16:58:48.740 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - 200 null "application/json; charset=utf-8" 2.7153ms
- [2024-12-04 16:58:48.740 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetConfigurationPages\", controller = \"Dashboard\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[Jellyfin.Api.Models.ConfigurationPageInfo]] GetConfigurationPages(System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api").
- [2024-12-04 16:58:48.740 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
- [2024-12-04 16:58:48.741 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.List`1[[Jellyfin.Api.Models.ConfigurationPageInfo, Jellyfin.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:58:48.741 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)" in 0.5762ms
- [2024-12-04 16:58:48.741 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-12-04 16:58:48.741 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - 200 null "application/json; charset=utf-8" 3.6459ms
- [2024-12-04 16:58:48.741 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 1.1324ms
- [2024-12-04 16:58:48.742 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-12-04 16:58:48.742 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 4.2311ms
- [2024-12-04 16:59:04.119 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - null null
- [2024-12-04 16:59:04.119 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - null null
- [2024-12-04 16:59:04.119 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - null null
- [2024-12-04 16:59:04.119 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-12-04 16:59:04.119 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
- [2024-12-04 16:59:04.119 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-12-04 16:59:04.119 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:04.119 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetConfigurationPages\", controller = \"Dashboard\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[Jellyfin.Api.Models.ConfigurationPageInfo]] GetConfigurationPages(System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api").
- [2024-12-04 16:59:04.119 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-12-04 16:59:04.119 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
- [2024-12-04 16:59:04.119 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-12-04 16:59:04.119 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 0.3757ms
- [2024-12-04 16:59:04.120 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-12-04 16:59:04.119 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.List`1[[Jellyfin.Api.Models.ConfigurationPageInfo, Jellyfin.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:04.120 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 0.4226ms
- [2024-12-04 16:59:04.120 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:04.120 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 0.9006ms
- [2024-12-04 16:59:04.120 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)" in 0.542ms
- [2024-12-04 16:59:04.120 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - 200 null "application/json; charset=utf-8" 1.0752ms
- [2024-12-04 16:59:04.120 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-12-04 16:59:04.120 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - 200 null "application/json; charset=utf-8" 1.1404ms
- [2024-12-04 16:59:06.370 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - null null
- [2024-12-04 16:59:06.370 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
- [2024-12-04 16:59:06.376 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
- [2024-12-04 16:59:06.377 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - 200 null "text/plain" 6.6256ms
- [2024-12-04 16:59:21.200 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - null null
- [2024-12-04 16:59:21.200 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-12-04 16:59:21.200 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
- [2024-12-04 16:59:21.200 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
- [2024-12-04 16:59:21.201 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 0.3336ms
- [2024-12-04 16:59:21.201 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-12-04 16:59:21.201 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 0.9663ms
- [2024-12-04 16:59:21.207 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - null null
- [2024-12-04 16:59:21.207 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - null null
- [2024-12-04 16:59:21.208 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:21.208 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-12-04 16:59:21.208 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-12-04 16:59:21.208 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetConfigurationPages\", controller = \"Dashboard\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[Jellyfin.Api.Models.ConfigurationPageInfo]] GetConfigurationPages(System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api").
- [2024-12-04 16:59:21.208 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-12-04 16:59:21.208 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.List`1[[Jellyfin.Api.Models.ConfigurationPageInfo, Jellyfin.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:21.208 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)" in 0.5257ms
- [2024-12-04 16:59:21.208 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 0.5359ms
- [2024-12-04 16:59:21.208 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-12-04 16:59:21.208 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:21.208 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - 200 null "application/json; charset=utf-8" 1.238ms
- [2024-12-04 16:59:21.208 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - 200 null "application/json; charset=utf-8" 1.1673ms
- [2024-12-04 16:59:27.963 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - null null
- [2024-12-04 16:59:27.964 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-12-04 16:59:27.964 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
- [2024-12-04 16:59:27.964 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
- [2024-12-04 16:59:27.964 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 0.2934ms
- [2024-12-04 16:59:27.964 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-12-04 16:59:27.964 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 1.0062ms
- [2024-12-04 16:59:27.969 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - null null
- [2024-12-04 16:59:27.969 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - null null
- [2024-12-04 16:59:27.969 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-12-04 16:59:27.969 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetConfigurationPages\", controller = \"Dashboard\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[Jellyfin.Api.Models.ConfigurationPageInfo]] GetConfigurationPages(System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api").
- [2024-12-04 16:59:27.970 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.List`1[[Jellyfin.Api.Models.ConfigurationPageInfo, Jellyfin.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:27.970 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)" in 0.5479ms
- [2024-12-04 16:59:27.970 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-12-04 16:59:27.970 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - 200 null "application/json; charset=utf-8" 1.4609ms
- [2024-12-04 16:59:27.969 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:27.971 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-12-04 16:59:27.971 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-12-04 16:59:27.972 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 0.581ms
- [2024-12-04 16:59:27.972 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:27.972 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - 200 null "application/json; charset=utf-8" 3.7782ms
- [2024-12-04 16:59:29.638 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/""" - null null
- [2024-12-04 16:59:29.639 +00:00] [INF] [16] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/index.html" was not modified
- [2024-12-04 16:59:29.640 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/""" - 304 null "text/html" 1.3931ms
- [2024-12-04 16:59:29.655 +00:00] [INF] [16] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 34), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 27), @p7='?' (Size = 12), @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-12-04 16:59:29.742 +00:00] [INF] [16] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.254.208" closed
- [2024-12-04 16:59:29.743 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/socket""?api_key=7ad58b9c7d1d49c89cd6486f37463fa3&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyMC4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3MDU4NDM3NTE1OTE1" - 101 null null 144036.7152ms
- [2024-12-04 16:59:29.753 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info/Public""" - null null
- [2024-12-04 16:59:29.754 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:29.754 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetPublicSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.PublicSystemInfo] GetPublicSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-12-04 16:59:29.754 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
- [2024-12-04 16:59:29.755 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 0.5385ms
- [2024-12-04 16:59:29.755 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:29.755 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info/Public""" - 200 null "application/json; charset=utf-8" 1.4156ms
- [2024-12-04 16:59:29.912 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/system/info/public""" - null null
- [2024-12-04 16:59:29.913 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:29.913 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetPublicSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.PublicSystemInfo] GetPublicSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-12-04 16:59:29.913 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
- [2024-12-04 16:59:29.914 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 0.4513ms
- [2024-12-04 16:59:29.914 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:29.914 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/system/info/public""" - 200 null "application/json; charset=utf-8" 1.2708ms
- [2024-12-04 16:59:29.922 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - null null
- [2024-12-04 16:59:29.922 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:29.922 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-12-04 16:59:29.923 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-12-04 16:59:29.923 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 0.5574ms
- [2024-12-04 16:59:29.923 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:29.923 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - 200 null "application/json; charset=utf-8" 1.4528ms
- [2024-12-04 16:59:29.929 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/Sessions/Capabilities/Full""" - "application/json" 567
- [2024-12-04 16:59:29.929 +00:00] [INF] [16] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-12-04 16:59:29.931 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/DisplayPreferences/usersettings""?userId=c5dcb3249a1a4b4bb012983a3d64e980&client=emby" - null null
- [2024-12-04 16:59:29.931 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980""" - null null
- [2024-12-04 16:59:29.932 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
- [2024-12-04 16:59:29.932 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
- [2024-12-04 16:59:29.932 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetDisplayPreferences\", controller = \"DisplayPreferences\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.DisplayPreferencesDto] GetDisplayPreferences(System.String, System.Nullable`1[System.Guid], System.String)" on controller "Jellyfin.Api.Controllers.DisplayPreferencesController" ("Jellyfin.Api").
- [2024-12-04 16:59:29.932 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
- [2024-12-04 16:59:29.933 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"PostFullCapabilities\", controller = \"Session\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] PostFullCapabilities(System.String, MediaBrowser.Model.Dto.ClientCapabilitiesDto)" on controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api").
- [2024-12-04 16:59:29.933 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetUserById\", controller = \"User\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.UserDto] GetUserById(System.Guid)" on controller "Jellyfin.Api.Controllers.UserController" ("Jellyfin.Api").
- [2024-12-04 16:59:29.934 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.UserDto"'.
- [2024-12-04 16:59:29.935 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__client_1='?' (Size = 4), @__itemId_2='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"t\".\"Id\", \"t\".\"ChromecastVersion\", \"t\".\"Client\", \"t\".\"DashboardTheme\", \"t\".\"EnableNextVideoInfoOverlay\", \"t\".\"IndexBy\", \"t\".\"ItemId\", \"t\".\"ScrollDirection\", \"t\".\"ShowBackdrop\", \"t\".\"ShowSidebar\", \"t\".\"SkipBackwardLength\", \"t\".\"SkipForwardLength\", \"t\".\"TvHome\", \"t\".\"UserId\", \"h\".\"Id\", \"h\".\"DisplayPreferencesId\", \"h\".\"Order\", \"h\".\"Type\"
- FROM (
- SELECT \"d\".\"Id\", \"d\".\"ChromecastVersion\", \"d\".\"Client\", \"d\".\"DashboardTheme\", \"d\".\"EnableNextVideoInfoOverlay\", \"d\".\"IndexBy\", \"d\".\"ItemId\", \"d\".\"ScrollDirection\", \"d\".\"ShowBackdrop\", \"d\".\"ShowSidebar\", \"d\".\"SkipBackwardLength\", \"d\".\"SkipForwardLength\", \"d\".\"TvHome\", \"d\".\"UserId\"
- FROM \"DisplayPreferences\" AS \"d\"
- WHERE \"d\".\"UserId\" = @__userId_0 AND \"d\".\"Client\" = @__client_1 AND \"d\".\"ItemId\" = @__itemId_2
- LIMIT 1
- ) AS \"t\"
- LEFT JOIN \"HomeSection\" AS \"h\" ON \"t\".\"Id\" = \"h\".\"DisplayPreferencesId\"
- ORDER BY \"t\".\"Id\""
- [2024-12-04 16:59:29.936 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)" in 2.4519ms
- [2024-12-04 16:59:29.936 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
- [2024-12-04 16:59:29.936 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980""" - 200 null "application/json; charset=utf-8" 4.7321ms
- [2024-12-04 16:59:29.937 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/socket""?api_key=7ad58b9c7d1d49c89cd6486f37463fa3&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyMC4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3MDU4NDM3NTE1OTE1" - null null
- [2024-12-04 16:59:29.937 +00:00] [INF] [8] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-12-04 16:59:29.937 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"i\".\"Id\", \"i\".\"Client\", \"i\".\"IndexBy\", \"i\".\"ItemId\", \"i\".\"RememberIndexing\", \"i\".\"RememberSorting\", \"i\".\"SortBy\", \"i\".\"SortOrder\", \"i\".\"UserId\", \"i\".\"ViewType\"
- FROM \"ItemDisplayPreferences\" AS \"i\"
- WHERE \"i\".\"UserId\" = @__userId_0 AND \"i\".\"ItemId\" = @__itemId_1 AND \"i\".\"Client\" = @__client_2
- LIMIT 1"
- [2024-12-04 16:59:29.938 +00:00] [INF] [16] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 27), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 27), @p7='?' (Size = 14), @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-12-04 16:59:29.938 +00:00] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.254.208" request
- [2024-12-04 16:59:29.938 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"c\".\"Id\", \"c\".\"Client\", \"c\".\"ItemId\", \"c\".\"Key\", \"c\".\"UserId\", \"c\".\"Value\"
- FROM \"CustomItemDisplayPreferences\" AS \"c\"
- WHERE \"c\".\"UserId\" = @__userId_0 AND \"c\".\"ItemId\" = @__itemId_1 AND \"c\".\"Client\" = @__client_2"
- [2024-12-04 16:59:29.939 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.DisplayPreferencesDto"'.
- [2024-12-04 16:59:29.940 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)" in 7.1965ms
- [2024-12-04 16:59:29.940 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
- [2024-12-04 16:59:29.940 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/DisplayPreferences/usersettings""?userId=c5dcb3249a1a4b4bb012983a3d64e980&client=emby" - 200 null "application/json; charset=utf-8" 8.6185ms
- [2024-12-04 16:59:29.953 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Branding/Css""" - null null
- [2024-12-04 16:59:29.955 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
- [2024-12-04 16:59:29.955 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetBrandingCss\", controller = \"Branding\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.String] GetBrandingCss()" on controller "Jellyfin.Api.Controllers.BrandingController" ("Jellyfin.Api").
- [2024-12-04 16:59:29.956 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.String"'.
- [2024-12-04 16:59:29.956 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)" in 0.8541ms
- [2024-12-04 16:59:29.956 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
- [2024-12-04 16:59:29.956 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Branding/Css""" - 200 null "text/css; charset=utf-8" 2.8548ms
- [2024-12-04 16:59:30.077 +00:00] [INF] [16] 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-12-04 16:59:30.078 +00:00] [INF] [16] 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-12-04 16:59:30.078 +00:00] [INF] [16] 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-12-04 16:59:30.078 +00:00] [INF] [16] 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-12-04 16:59:30.078 +00:00] [INF] [16] 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-12-04 16:59:30.079 +00:00] [INF] [16] 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-12-04 16:59:30.079 +00:00] [INF] [16] 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-12-04 16:59:30.079 +00:00] [INF] [16] 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-12-04 16:59:30.080 +00:00] [INF] [16] 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-12-04 16:59:30.083 +00:00] [INF] [16] 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-12-04 16:59:30.083 +00:00] [INF] [16] 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-12-04 16:59:30.083 +00:00] [INF] [16] 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-12-04 16:59:30.084 +00:00] [INF] [16] 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-12-04 16:59:30.084 +00:00] [INF] [16] 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-12-04 16:59:30.084 +00:00] [INF] [16] 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-12-04 16:59:30.085 +00:00] [INF] [16] 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-12-04 16:59:30.085 +00:00] [INF] [16] 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-12-04 16:59:30.085 +00:00] [INF] [16] 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-12-04 16:59:30.085 +00:00] [INF] [16] 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-12-04 16:59:30.086 +00:00] [INF] [16] 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-12-04 16:59:30.086 +00:00] [INF] [16] 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-12-04 16:59:30.086 +00:00] [INF] [16] 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-12-04 16:59:30.086 +00:00] [INF] [16] 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-12-04 16:59:30.087 +00:00] [INF] [16] 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-12-04 16:59:30.087 +00:00] [INF] [16] 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-12-04 16:59:30.087 +00:00] [INF] [16] 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-12-04 16:59:30.088 +00:00] [INF] [16] 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-12-04 16:59:30.088 +00:00] [INF] [16] 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-12-04 16:59:30.088 +00:00] [INF] [16] 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-12-04 16:59:30.088 +00:00] [INF] [16] 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-12-04 16:59:30.089 +00:00] [INF] [16] 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-12-04 16:59:30.089 +00:00] [INF] [16] 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-12-04 16:59:30.089 +00:00] [INF] [16] 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-12-04 16:59:30.089 +00:00] [INF] [16] 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-12-04 16:59:30.090 +00:00] [INF] [16] 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-12-04 16:59:30.090 +00:00] [INF] [16] 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 = 147)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-12-04 16:59:30.090 +00:00] [INF] [16] 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-12-04 16:59:30.091 +00:00] [INF] [16] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p29='?' (DbType = Guid), @p0='?' (Size = 3), @p1='?' (Size = 67), @p2='?' (Size = 8), @p3='?' (DbType = Boolean), @p4='?' (DbType = Boolean), @p5='?' (DbType = Boolean), @p6='?' (DbType = Boolean), @p7='?' (DbType = Boolean), @p8='?' (DbType = Boolean), @p9='?' (DbType = Boolean), @p10='?' (DbType = Int64), @p11='?' (DbType = Int32), @p12='?' (DbType = DateTime), @p13='?' (DbType = DateTime), @p14='?' (DbType = Int32), @p15='?' (DbType = Int32), @p16='?' (DbType = Int32), @p17='?' (DbType = Boolean), @p18='?' (Size = 194), @p19='?' (Size = 66), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = Int32), @p24='?' (DbType = UInt32), @p30='?' (DbType = UInt32), @p25='?' (Size = 3), @p26='?' (DbType = Int32), @p27='?' (DbType = Int32), @p28='?' (Size = 5)"], 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-12-04 16:59:30.124 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - null null
- [2024-12-04 16:59:30.124 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - null null
- [2024-12-04 16:59:30.124 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:30.125 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-12-04 16:59:30.125 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetConfigurationPages\", controller = \"Dashboard\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[Jellyfin.Api.Models.ConfigurationPageInfo]] GetConfigurationPages(System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api").
- [2024-12-04 16:59:30.125 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-12-04 16:59:30.125 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.List`1[[Jellyfin.Api.Models.ConfigurationPageInfo, Jellyfin.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:30.125 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)" in 0.5456ms
- [2024-12-04 16:59:30.125 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-12-04 16:59:30.125 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - 200 null "application/json; charset=utf-8" 1.3612ms
- [2024-12-04 16:59:30.126 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-12-04 16:59:30.126 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 0.9235ms
- [2024-12-04 16:59:30.126 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:30.126 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - 200 null "application/json; charset=utf-8" 2.2126ms
- [2024-12-04 16:59:30.154 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-12-04 16:59:30.154 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)" in 221.3966ms
- [2024-12-04 16:59:30.154 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
- [2024-12-04 16:59:30.154 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/Sessions/Capabilities/Full""" - 204 null null 224.8846ms
- [2024-12-04 16:59:30.240 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("300"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 27), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 27), @p7='?' (Size = 14), @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-12-04 16:59:30.241 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Library/VirtualFolders""" - null null
- [2024-12-04 16:59:30.241 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LibraryStructureController.GetVirtualFolders (Jellyfin.Api)"'
- [2024-12-04 16:59:30.241 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetVirtualFolders\", controller = \"LibraryStructure\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Entities.VirtualFolderInfo]] GetVirtualFolders()" on controller "Jellyfin.Api.Controllers.LibraryStructureController" ("Jellyfin.Api").
- [2024-12-04 16:59:30.243 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.List`1[[MediaBrowser.Model.Entities.VirtualFolderInfo, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:30.244 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - null null
- [2024-12-04 16:59:30.244 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LibraryStructureController.GetVirtualFolders (Jellyfin.Api)" in 2.5743ms
- [2024-12-04 16:59:30.244 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LibraryStructureController.GetVirtualFolders (Jellyfin.Api)"'
- [2024-12-04 16:59:30.244 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Library/VirtualFolders""" - 200 null "application/json; charset=utf-8" 3.4392ms
- [2024-12-04 16:59:30.244 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:59:30.244 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-12-04 16:59:30.244 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-12-04 16:59:30.245 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.969ms
- [2024-12-04 16:59:30.245 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:59:30.245 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 1.5726ms
- [2024-12-04 16:59:30.281 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/57ed56b91b55212e492e42ce2ca0cb4d/Images/Primary""?maxWidth=864&quality=90" - null null
- [2024-12-04 16:59:30.281 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/c7aa513bf6a737d69286f97c6dc819f4/Images/Primary""?maxWidth=864&quality=90" - null null
- [2024-12-04 16:59:30.281 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:30.281 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:30.281 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/59934207ea8be3aa0c132abd4de26501/Images/Primary""?maxWidth=864&quality=90" - null null
- [2024-12-04 16:59:30.282 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:30.282 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:30.282 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/d/dcb0cf8a-fd95-3a50-e9d9-0b020f83a11c.webp"' with download name '""' ...
- [2024-12-04 16:59:30.282 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 0.7101ms
- [2024-12-04 16:59:30.282 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:30.282 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/57ed56b91b55212e492e42ce2ca0cb4d/Images/Primary""?maxWidth=864&quality=90" - 304 null "image/webp" 1.3159ms
- [2024-12-04 16:59:30.282 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/a558c65502d241bf33cee30bbbcb5f29/Images/Primary""?maxWidth=864&quality=90" - null null
- [2024-12-04 16:59:30.282 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/6/663b3bed-41fe-181b-e18a-ded4926499b3.webp"' with download name '""' ...
- [2024-12-04 16:59:30.282 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 0.4447ms
- [2024-12-04 16:59:30.282 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:30.282 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/59934207ea8be3aa0c132abd4de26501/Images/Primary""?maxWidth=864&quality=90" - 304 null "image/webp" 1.5326ms
- [2024-12-04 16:59:30.282 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:30.282 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:30.283 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/4/4968fd97-6f0e-5e21-1d1f-e65671b110ec.webp"' with download name '""' ...
- [2024-12-04 16:59:30.283 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 0.5597ms
- [2024-12-04 16:59:30.283 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:30.283 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/a558c65502d241bf33cee30bbbcb5f29/Images/Primary""?maxWidth=864&quality=90" - 304 null "image/webp" 0.9293ms
- [2024-12-04 16:59:30.281 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:30.283 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:30.284 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/1/162df657-64e9-8b10-bede-83ab0d57cb73.webp"' with download name '""' ...
- [2024-12-04 16:59:30.284 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 0.618ms
- [2024-12-04 16:59:30.284 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:30.284 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/c7aa513bf6a737d69286f97c6dc819f4/Images/Primary""?maxWidth=864&quality=90" - 304 null "image/webp" 3.5472ms
- [2024-12-04 16:59:31.089 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - null null
- [2024-12-04 16:59:31.089 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-12-04 16:59:31.089 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
- [2024-12-04 16:59:31.090 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
- [2024-12-04 16:59:31.090 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 0.5574ms
- [2024-12-04 16:59:31.090 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-12-04 16:59:31.090 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 1.0854ms
- [2024-12-04 16:59:32.047 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Sessions""?ActiveWithinSeconds=960" - null null
- [2024-12-04 16:59:32.047 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-12-03T16%3A59%3A31.708Z&hasUserId=true" - null null
- [2024-12-04 16:59:32.047 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-11-27T16%3A59%3A31.708Z&hasUserId=false" - null null
- [2024-12-04 16:59:32.048 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - null null
- [2024-12-04 16:59:32.048 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-12-04 16:59:32.048 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
- [2024-12-04 16:59:32.048 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-12-04 16:59:32.048 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:59:32.048 +00:00] [INF] [17] 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-12-04 16:59:32.048 +00:00] [INF] [16] 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-12-04 16:59:32.048 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-12-04 16:59:32.047 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""" - null null
- [2024-12-04 16:59:32.048 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-12-04 16:59:32.048 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:59:32.048 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-12-04 16:59:32.048 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-12-04 16:59:32.049 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.0298ms
- [2024-12-04 16:59:32.049 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:59:32.048 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSessions\", controller = \"Session\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IReadOnlyList`1[MediaBrowser.Model.Dto.SessionInfoDto]] GetSessions(System.Nullable`1[System.Guid], System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api").
- [2024-12-04 16:59:32.049 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 1.398ms
- [2024-12-04 16:59:32.049 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.7724ms
- [2024-12-04 16:59:32.049 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:59:32.050 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""" - 200 null "application/json; charset=utf-8" 2.3566ms
- [2024-12-04 16:59:32.050 +00:00] [INF] [16] 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-12-04 16:59:32.051 +00:00] [INF] [17] 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-12-04 16:59:32.052 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Collections.Generic.List`1[[MediaBrowser.Model.Dto.SessionInfoDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:32.052 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)" in 3.064ms
- [2024-12-04 16:59:32.052 +00:00] [INF] [17] 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-12-04 16:59:32.052 +00:00] [INF] [16] 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-12-04 16:59:32.053 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - null null
- [2024-12-04 16:59:32.053 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/LiveTv/Recordings""?UserId=c5dcb3249a1a4b4bb012983a3d64e980&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop" - null null
- [2024-12-04 16:59:32.053 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
- [2024-12-04 16:59:32.053 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:32.054 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)"'
- [2024-12-04 16:59:32.054 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetRecordings\", controller = \"LiveTv\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]]] GetRecordings(System.String, System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.LiveTv.RecordingStatus], System.Nullable`1[System.Boolean], System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.LiveTvController" ("Jellyfin.Api").
- [2024-12-04 16:59:32.054 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 5.983ms
- [2024-12-04 16:59:32.054 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-12-04 16:59:32.054 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-11-27T16%3A59%3A31.708Z&hasUserId=false" - 200 null "application/json; charset=utf-8" 6.6806ms
- [2024-12-04 16:59:32.053 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Sessions""?ActiveWithinSeconds=960" - 200 null "application/json; charset=utf-8" 6.0376ms
- [2024-12-04 16:59:32.054 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:32.055 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)" in 0.75ms
- [2024-12-04 16:59:32.055 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)"'
- [2024-12-04 16:59:32.055 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/LiveTv/Recordings""?UserId=c5dcb3249a1a4b4bb012983a3d64e980&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop" - 200 null "application/json; charset=utf-8" 2.1128ms
- [2024-12-04 16:59:32.053 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:32.055 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:32.055 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-12-04 16:59:32.055 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 7.0164ms
- [2024-12-04 16:59:32.055 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-12-04 16:59:32.055 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-12-03T16%3A59%3A31.708Z&hasUserId=true" - 200 null "application/json; charset=utf-8" 7.5319ms
- [2024-12-04 16:59:32.055 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-12-04 16:59:32.055 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 0.4324ms
- [2024-12-04 16:59:32.055 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:32.055 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - 200 null "application/json; charset=utf-8" 2.8868ms
- [2024-12-04 16:59:33.440 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/UserViews""?userId=c5dcb3249a1a4b4bb012983a3d64e980" - null null
- [2024-12-04 16:59:33.441 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)"'
- [2024-12-04 16:59:33.441 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetUserViews\", controller = \"UserViews\"}". Executing controller action with signature "MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto] GetUserViews(System.Nullable`1[System.Guid], System.Nullable`1[System.Boolean], System.Nullable`1[Jellyfin.Data.Enums.CollectionType][], Boolean)" on controller "Jellyfin.Api.Controllers.UserViewsController" ("Jellyfin.Api").
- [2024-12-04 16:59:33.482 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:33.484 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)" in 42.8029ms
- [2024-12-04 16:59:33.484 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)"'
- [2024-12-04 16:59:33.484 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/UserViews""?userId=c5dcb3249a1a4b4bb012983a3d64e980" - 200 null "application/json; charset=utf-8" 43.5967ms
- [2024-12-04 16:59:33.495 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/LiveTv/Programs/Recommended""?userId=c5dcb3249a1a4b4bb012983a3d64e980&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio" - null null
- [2024-12-04 16:59:33.496 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)"'
- [2024-12-04 16:59:33.496 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetRecommendedPrograms\", controller = \"LiveTv\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]]] GetRecommendedPrograms(System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Guid[], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.LiveTvController" ("Jellyfin.Api").
- [2024-12-04 16:59:33.497 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:33.497 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)" in 1.3807ms
- [2024-12-04 16:59:33.497 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)"'
- [2024-12-04 16:59:33.497 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/LiveTv/Programs/Recommended""?userId=c5dcb3249a1a4b4bb012983a3d64e980&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio" - 200 null "application/json; charset=utf-8" 2.1631ms
- [2024-12-04 16:59:33.518 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video" - null null
- [2024-12-04 16:59:33.518 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio" - null null
- [2024-12-04 16:59:33.518 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.518 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetResumeItemsLegacy\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetResumeItemsLegacy(System.Guid, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.MediaType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], Boolean, System.Nullable`1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
- [2024-12-04 16:59:33.518 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.518 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetResumeItemsLegacy\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetResumeItemsLegacy(System.Guid, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.MediaType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], Boolean, System.Nullable`1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
- [2024-12-04 16:59:33.521 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=c7aa513bf6a737d69286f97c6dc819f4" - null null
- [2024-12-04 16:59:33.521 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Shows/NextUp""?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CPath%2CMediaSourceCount&UserId=c5dcb3249a1a4b4bb012983a3d64e980&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2023-12-05T16%3A59%3A33.211Z&EnableResumable=false&EnableRewatching=false" - null null
- [2024-12-04 16:59:33.522 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.522 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLatestMediaLegacy\", controller = \"UserLibrary\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
- [2024-12-04 16:59:33.523 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)"'
- [2024-12-04 16:59:33.523 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetNextUp\", controller = \"TvShows\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetNextUp(System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Guid], System.Nullable`1[System.Guid], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.DateTime], Boolean, Boolean, Boolean, Boolean)" on controller "Jellyfin.Api.Controllers.TvShowsController" ("Jellyfin.Api").
- [2024-12-04 16:59:33.521 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book" - null null
- [2024-12-04 16:59:33.524 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.524 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetResumeItemsLegacy\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetResumeItemsLegacy(System.Guid, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.MediaType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], Boolean, System.Nullable`1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
- [2024-12-04 16:59:33.521 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=59934207ea8be3aa0c132abd4de26501" - null null
- [2024-12-04 16:59:33.525 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.525 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLatestMediaLegacy\", controller = \"UserLibrary\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
- [2024-12-04 16:59:33.716 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:33.716 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)" in 192.2847ms
- [2024-12-04 16:59:33.716 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.716 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book" - 200 null "application/json; charset=utf-8" 194.9767ms
- [2024-12-04 16:59:33.721 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:33.723 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:33.724 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)" in 202.0579ms
- [2024-12-04 16:59:33.724 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.724 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio" - 200 null "application/json; charset=utf-8" 205.8189ms
- [2024-12-04 16:59:33.729 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=a558c65502d241bf33cee30bbbcb5f29" - null null
- [2024-12-04 16:59:33.727 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=57ed56b91b55212e492e42ce2ca0cb4d" - null null
- [2024-12-04 16:59:33.730 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.730 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLatestMediaLegacy\", controller = \"UserLibrary\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
- [2024-12-04 16:59:33.728 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:33.729 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:33.730 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.731 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLatestMediaLegacy\", controller = \"UserLibrary\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
- [2024-12-04 16:59:33.732 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)" in 213.3968ms
- [2024-12-04 16:59:33.732 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.724 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)" in 199.0042ms
- [2024-12-04 16:59:33.732 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video" - 200 null "application/json; charset=utf-8" 214.2996ms
- [2024-12-04 16:59:33.732 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.733 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=59934207ea8be3aa0c132abd4de26501" - 200 null "application/json; charset=utf-8" 211.302ms
- [2024-12-04 16:59:33.735 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)" in 213.2622ms
- [2024-12-04 16:59:33.736 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.736 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=c7aa513bf6a737d69286f97c6dc819f4" - 200 null "application/json; charset=utf-8" 214.6858ms
- [2024-12-04 16:59:33.736 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=cbcd201e6eb683bf612094ea9bcdeac5" - null null
- [2024-12-04 16:59:33.737 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.738 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLatestMediaLegacy\", controller = \"UserLibrary\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
- [2024-12-04 16:59:33.788 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:33.791 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:33.793 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:33.795 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)" in 63.4421ms
- [2024-12-04 16:59:33.795 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.796 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)" in 57.6627ms
- [2024-12-04 16:59:33.796 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.796 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=cbcd201e6eb683bf612094ea9bcdeac5" - 200 null "application/json; charset=utf-8" 59.4697ms
- [2024-12-04 16:59:33.797 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=57ed56b91b55212e492e42ce2ca0cb4d" - 200 null "application/json; charset=utf-8" 69.5338ms
- [2024-12-04 16:59:33.811 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)" in 80.6461ms
- [2024-12-04 16:59:33.811 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:33.812 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=a558c65502d241bf33cee30bbbcb5f29" - 200 null "application/json; charset=utf-8" 82.6063ms
- [2024-12-04 16:59:33.850 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:33.852 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)" in 328.8528ms
- [2024-12-04 16:59:33.852 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)"'
- [2024-12-04 16:59:33.852 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Shows/NextUp""?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CPath%2CMediaSourceCount&UserId=c5dcb3249a1a4b4bb012983a3d64e980&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2023-12-05T16%3A59%3A33.211Z&EnableResumable=false&EnableRewatching=false" - 200 null "application/json; charset=utf-8" 330.7267ms
- [2024-12-04 16:59:33.932 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/03b5ff82d14b2a34a8d6160f178da6cc/Images/Thumb""?fillHeight=200&fillWidth=356&quality=96&tag=7075cffb278a4e7fc95e641178cd7def" - null null
- [2024-12-04 16:59:33.932 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/0ebf4b8de7121715857315c13d64c9b2/Images/Thumb""?fillHeight=200&fillWidth=356&quality=96&tag=8dced450960b9e0db5afb0c03e3fe4e3" - null null
- [2024-12-04 16:59:33.933 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:33.933 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:33.932 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/0c59bb44a2a2ac5b06e912228768e3a0/Images/Thumb""?fillHeight=200&fillWidth=356&quality=96&tag=5203c2ba3df81dc4c72d72fd38ebdd1b" - null null
- [2024-12-04 16:59:33.933 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:33.934 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:33.934 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:33.934 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:34.294 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/c7aa513bf6a737d69286f97c6dc819f4""" - null null
- [2024-12-04 16:59:34.295 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:34.300 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemLegacy\", controller = \"UserLibrary\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItemLegacy(System.Guid, System.Guid)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
- [2024-12-04 16:59:34.303 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'.
- [2024-12-04 16:59:34.304 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)" in 3.6026ms
- [2024-12-04 16:59:34.304 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:34.304 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items/c7aa513bf6a737d69286f97c6dc819f4""" - 200 null "application/json; charset=utf-8" 9.6458ms
- [2024-12-04 16:59:34.310 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items""?SortBy=SortName%2CProductionYear&SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=c7aa513bf6a737d69286f97c6dc819f4" - null null
- [2024-12-04 16:59:34.311 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:34.332 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemsByUserIdLegacy\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItemsByUserIdLegacy(System.Guid, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.LocationType[], MediaBrowser.Model.Entities.LocationType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Double], System.Nullable`1[System.Double], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Guid[], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.String, Jellyfin.Data.Enums.SortOrder[], System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], MediaBrowser.Model.Querying.ItemFilter[], System.Nullable`1[System.Boolean], Jellyfin.Data.Enums.MediaType[], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.ItemSortBy[], System.Nullable`1[System.Boolean], System.String[], System.String[], System.String[], Int32[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.String, System.Guid[], System.String[], System.String[], System.String[], System.Guid[], System.Guid[], System.Guid[], System.Guid[], System.String[], System.Guid[], System.Guid[], MediaBrowser.Model.Entities.VideoType[], System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.SeriesStatus[], System.String, System.String, System.String, System.Guid[], System.Guid[], Boolean, System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
- [2024-12-04 16:59:34.586 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:34.632 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)" in 300.0891ms
- [2024-12-04 16:59:34.633 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:34.633 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items""?SortBy=SortName%2CProductionYear&SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=c7aa513bf6a737d69286f97c6dc819f4" - 200 null "application/json; charset=utf-8" 322.6785ms
- [2024-12-04 16:59:35.946 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Endpoint""" - null null
- [2024-12-04 16:59:35.946 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:35.946 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetEndpointInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Net.EndPointInfo] GetEndpointInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-12-04 16:59:35.947 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Net.EndPointInfo"'.
- [2024-12-04 16:59:35.947 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)" in 0.2518ms
- [2024-12-04 16:59:35.947 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:35.947 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Endpoint""" - 200 null "application/json; charset=utf-8" 0.9751ms
- [2024-12-04 16:59:35.955 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Playback/BitrateTest""?Size=500000" - null null
- [2024-12-04 16:59:35.955 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-12-04 16:59:35.955 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetBitrateTestBytes\", controller = \"MediaInfo\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetBitrateTestBytes(Int32)" on controller "Jellyfin.Api.Controllers.MediaInfoController" ("Jellyfin.Api").
- [2024-12-04 16:59:35.956 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
- [2024-12-04 16:59:35.967 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 12.0121ms
- [2024-12-04 16:59:35.968 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-12-04 16:59:35.968 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Playback/BitrateTest""?Size=500000" - 200 524288 "application/octet-stream" 12.736ms
- [2024-12-04 16:59:36.019 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Playback/BitrateTest""?Size=1000000" - null null
- [2024-12-04 16:59:36.020 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-12-04 16:59:36.020 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetBitrateTestBytes\", controller = \"MediaInfo\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetBitrateTestBytes(Int32)" on controller "Jellyfin.Api.Controllers.MediaInfoController" ("Jellyfin.Api").
- [2024-12-04 16:59:36.021 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
- [2024-12-04 16:59:36.167 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 147.4831ms
- [2024-12-04 16:59:36.168 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-12-04 16:59:36.168 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Playback/BitrateTest""?Size=1000000" - 200 1048576 "application/octet-stream" 148.3771ms
- [2024-12-04 16:59:36.234 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Playback/BitrateTest""?Size=3000000" - null null
- [2024-12-04 16:59:36.235 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-12-04 16:59:36.235 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetBitrateTestBytes\", controller = \"MediaInfo\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetBitrateTestBytes(Int32)" on controller "Jellyfin.Api.Controllers.MediaInfoController" ("Jellyfin.Api").
- [2024-12-04 16:59:36.238 +00:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
- [2024-12-04 16:59:36.590 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - null null
- [2024-12-04 16:59:36.591 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
- [2024-12-04 16:59:36.599 +00:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
- [2024-12-04 16:59:36.599 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - 200 null "text/plain" 8.8468ms
- [2024-12-04 16:59:36.687 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 451.8348ms
- [2024-12-04 16:59:36.687 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-12-04 16:59:36.687 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Playback/BitrateTest""?Size=3000000" - 200 4194304 "application/octet-stream" 452.6985ms
- [2024-12-04 16:59:39.241 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/81613.c740550ffb49da467fbb.css""" - null null
- [2024-12-04 16:59:39.245 +00:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/81613.da4b1f96f2d812035be8.chunk.js""" - null null
- [2024-12-04 16:59:39.273 +00:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/81613.da4b1f96f2d812035be8.chunk.js"'. Physical path: '"/jellyfin/jellyfin-web/81613.da4b1f96f2d812035be8.chunk.js"'
- [2024-12-04 16:59:39.273 +00:00] [INF] [24] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/81613.c740550ffb49da467fbb.css"'. Physical path: '"/jellyfin/jellyfin-web/81613.c740550ffb49da467fbb.css"'
- [2024-12-04 16:59:39.273 +00:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/81613.c740550ffb49da467fbb.css""" - 200 null "text/css" 31.5681ms
- [2024-12-04 16:59:39.273 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/81613.da4b1f96f2d812035be8.chunk.js""" - 200 null "text/javascript" 27.4352ms
- [2024-12-04 16:59:42.183 +00:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items""?SortBy=DateCreated%2CSortName%2CProductionYear&SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=c7aa513bf6a737d69286f97c6dc819f4" - null null
- [2024-12-04 16:59:42.184 +00:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:42.184 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemsByUserIdLegacy\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItemsByUserIdLegacy(System.Guid, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.LocationType[], MediaBrowser.Model.Entities.LocationType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Double], System.Nullable`1[System.Double], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Guid[], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.String, Jellyfin.Data.Enums.SortOrder[], System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], MediaBrowser.Model.Querying.ItemFilter[], System.Nullable`1[System.Boolean], Jellyfin.Data.Enums.MediaType[], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.ItemSortBy[], System.Nullable`1[System.Boolean], System.String[], System.String[], System.String[], Int32[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.String, System.Guid[], System.String[], System.String[], System.String[], System.Guid[], System.Guid[], System.Guid[], System.Guid[], System.String[], System.Guid[], System.Guid[], MediaBrowser.Model.Entities.VideoType[], System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.SeriesStatus[], System.String, System.String, System.String, System.Guid[], System.Guid[], Boolean, System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
- [2024-12-04 16:59:42.240 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/DisplayPreferences/usersettings""?userId=c5dcb3249a1a4b4bb012983a3d64e980&client=emby" - "application/json" 1176
- [2024-12-04 16:59:42.241 +00:00] [INF] [18] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-12-04 16:59:42.241 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.UpdateDisplayPreferences (Jellyfin.Api)"'
- [2024-12-04 16:59:42.243 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"UpdateDisplayPreferences\", controller = \"DisplayPreferences\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult UpdateDisplayPreferences(System.String, System.Nullable`1[System.Guid], System.String, MediaBrowser.Model.Dto.DisplayPreferencesDto)" on controller "Jellyfin.Api.Controllers.DisplayPreferencesController" ("Jellyfin.Api").
- [2024-12-04 16:59:42.273 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__client_1='?' (Size = 4), @__itemId_2='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"t\".\"Id\", \"t\".\"ChromecastVersion\", \"t\".\"Client\", \"t\".\"DashboardTheme\", \"t\".\"EnableNextVideoInfoOverlay\", \"t\".\"IndexBy\", \"t\".\"ItemId\", \"t\".\"ScrollDirection\", \"t\".\"ShowBackdrop\", \"t\".\"ShowSidebar\", \"t\".\"SkipBackwardLength\", \"t\".\"SkipForwardLength\", \"t\".\"TvHome\", \"t\".\"UserId\", \"h\".\"Id\", \"h\".\"DisplayPreferencesId\", \"h\".\"Order\", \"h\".\"Type\"
- FROM (
- SELECT \"d\".\"Id\", \"d\".\"ChromecastVersion\", \"d\".\"Client\", \"d\".\"DashboardTheme\", \"d\".\"EnableNextVideoInfoOverlay\", \"d\".\"IndexBy\", \"d\".\"ItemId\", \"d\".\"ScrollDirection\", \"d\".\"ShowBackdrop\", \"d\".\"ShowSidebar\", \"d\".\"SkipBackwardLength\", \"d\".\"SkipForwardLength\", \"d\".\"TvHome\", \"d\".\"UserId\"
- FROM \"DisplayPreferences\" AS \"d\"
- WHERE \"d\".\"UserId\" = @__userId_0 AND \"d\".\"Client\" = @__client_1 AND \"d\".\"ItemId\" = @__itemId_2
- LIMIT 1
- ) AS \"t\"
- LEFT JOIN \"HomeSection\" AS \"h\" ON \"t\".\"Id\" = \"h\".\"DisplayPreferencesId\"
- ORDER BY \"t\".\"Id\""
- [2024-12-04 16:59:42.278 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"i\".\"Id\", \"i\".\"Client\", \"i\".\"IndexBy\", \"i\".\"ItemId\", \"i\".\"RememberIndexing\", \"i\".\"RememberSorting\", \"i\".\"SortBy\", \"i\".\"SortOrder\", \"i\".\"UserId\", \"i\".\"ViewType\"
- FROM \"ItemDisplayPreferences\" AS \"i\"
- WHERE \"i\".\"UserId\" = @__userId_0 AND \"i\".\"ItemId\" = @__itemId_1 AND \"i\".\"Client\" = @__client_2
- LIMIT 1"
- [2024-12-04 16:59:42.281 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"c\".\"Id\", \"c\".\"Client\", \"c\".\"ItemId\", \"c\".\"Key\", \"c\".\"UserId\", \"c\".\"Value\"
- FROM \"CustomItemDisplayPreferences\" AS \"c\"
- WHERE \"c\".\"UserId\" = @__userId_0 AND \"c\".\"ItemId\" = @__itemId_1 AND \"c\".\"Client\" = @__client_2"
- [2024-12-04 16:59:42.288 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:42.332 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)" in 148.456ms
- [2024-12-04 16:59:42.332 +00:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:42.332 +00:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items""?SortBy=DateCreated%2CSortName%2CProductionYear&SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=c7aa513bf6a737d69286f97c6dc819f4" - 200 null "application/json; charset=utf-8" 149.3677ms
- [2024-12-04 16:59:42.359 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"CustomItemDisplayPreferences\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:42.362 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"CustomItemDisplayPreferences\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:42.362 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"CustomItemDisplayPreferences\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:42.362 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:42.362 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:42.363 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:42.363 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:42.363 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:42.363 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:42.363 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:42.363 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:42.363 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:42.363 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"CustomItemDisplayPreferences\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:42.364 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:42.364 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 39), @p3='?' (DbType = Guid), @p4='?' (Size = 45)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
- VALUES (@p0, @p1, @p2, @p3, @p4)
- RETURNING \"Id\";"
- [2024-12-04 16:59:42.367 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 49), @p3='?' (DbType = Guid), @p4='?' (Size = 45)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
- VALUES (@p0, @p1, @p2, @p3, @p4)
- RETURNING \"Id\";"
- [2024-12-04 16:59:42.367 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 33), @p3='?' (DbType = Guid), @p4='?' (Size = 5)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
- VALUES (@p0, @p1, @p2, @p3, @p4)
- RETURNING \"Id\";"
- [2024-12-04 16:59:42.367 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 39), @p3='?' (DbType = Guid), @p4='?' (Size = 45)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
- VALUES (@p0, @p1, @p2, @p3, @p4)
- RETURNING \"Id\";"
- [2024-12-04 16:59:42.367 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 39), @p3='?' (DbType = Guid), @p4='?' (Size = 72)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
- VALUES (@p0, @p1, @p2, @p3, @p4)
- RETURNING \"Id\";"
- [2024-12-04 16:59:42.369 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:42.371 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:42.371 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:42.371 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:42.371 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:42.372 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:42.372 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:42.372 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:42.372 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:42.372 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:42.465 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-12-04 16:59:42.465 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DisplayPreferencesController.UpdateDisplayPreferences (Jellyfin.Api)" in 221.7428ms
- [2024-12-04 16:59:42.465 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.UpdateDisplayPreferences (Jellyfin.Api)"'
- [2024-12-04 16:59:42.465 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/DisplayPreferences/usersettings""?userId=c5dcb3249a1a4b4bb012983a3d64e980&client=emby" - 204 null null 224.8055ms
- [2024-12-04 16:59:42.897 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/2153fc4863ab6aa21c29b674126df9c6/Images/Primary""?fillHeight=360&fillWidth=240&quality=96&tag=84c9ddae15970dfa80113fa8e3858bd1" - null null
- [2024-12-04 16:59:42.897 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:42.897 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:42.898 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/fe845f654b9554cfa0201a0d4ac18f5e/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=9889b1acd18bdf1ecb6f015be4e2dc5d" - null null
- [2024-12-04 16:59:42.899 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:42.899 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:42.901 +00:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/d7306d0642b923f1d6633e1a0819f969/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=101182039ac8d300d6b6aae2cc0c6284" - null null
- [2024-12-04 16:59:42.901 +00:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:42.901 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:42.914 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/d/d1f2a3a3-8c3e-76c7-755e-b8b87df505b0.webp"' with download name '""' ...
- [2024-12-04 16:59:42.958 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 60.3963ms
- [2024-12-04 16:59:42.958 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:42.958 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/2153fc4863ab6aa21c29b674126df9c6/Images/Primary""?fillHeight=360&fillWidth=240&quality=96&tag=84c9ddae15970dfa80113fa8e3858bd1" - 200 26162 "image/webp" 61.0792ms
- [2024-12-04 16:59:42.970 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/a9fa739684d43dd0461f687e0fff8feb/Images/Primary""?fillHeight=360&fillWidth=240&quality=96&tag=f406b6e27efc62708f9652916eec46c8" - null null
- [2024-12-04 16:59:42.970 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:42.970 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:43.209 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/e/ee1b681d-502f-6a56-cf74-f04554def716.webp"' with download name '""' ...
- [2024-12-04 16:59:43.210 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 310.8937ms
- [2024-12-04 16:59:43.210 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.210 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/fe845f654b9554cfa0201a0d4ac18f5e/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=9889b1acd18bdf1ecb6f015be4e2dc5d" - 200 33168 "image/webp" 311.5739ms
- [2024-12-04 16:59:43.211 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/f/f3f90930-f6f6-4b42-1046-2b6c595fa7f3.webp"' with download name '""' ...
- [2024-12-04 16:59:43.211 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 310.2186ms
- [2024-12-04 16:59:43.211 +00:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.212 +00:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/d7306d0642b923f1d6633e1a0819f969/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=101182039ac8d300d6b6aae2cc0c6284" - 200 36438 "image/webp" 310.7376ms
- [2024-12-04 16:59:43.217 +00:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/65c732c7c559d5178a110578dee3ff62/Images/Primary""?fillHeight=360&fillWidth=240&quality=96&tag=6ac0ce2121163dc9a1a955077ff04aa6" - null null
- [2024-12-04 16:59:43.217 +00:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.217 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:43.222 +00:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/29caaab3e0a318f35dbc6a68c6f721fd/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=32ec1332f214346649327d45b9ab149c" - null null
- [2024-12-04 16:59:43.222 +00:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.222 +00:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:43.258 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/9/9a08bfb0-94cf-0920-a696-4e59cc8b2268.webp"' with download name '""' ...
- [2024-12-04 16:59:43.259 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 289.2257ms
- [2024-12-04 16:59:43.259 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.259 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/a9fa739684d43dd0461f687e0fff8feb/Images/Primary""?fillHeight=360&fillWidth=240&quality=96&tag=f406b6e27efc62708f9652916eec46c8" - 200 22394 "image/webp" 289.689ms
- [2024-12-04 16:59:43.266 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/63ad4fabc29345f2c85325a0f31c4fed/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=904a5119f97b596a6a8ca3b497637d73" - null null
- [2024-12-04 16:59:43.266 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.266 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:43.405 +00:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/8/88113f0f-626a-1637-a557-004c7ef963fd.webp"' with download name '""' ...
- [2024-12-04 16:59:43.405 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 183.3208ms
- [2024-12-04 16:59:43.405 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.406 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/29caaab3e0a318f35dbc6a68c6f721fd/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=32ec1332f214346649327d45b9ab149c" - 200 31534 "image/webp" 183.7445ms
- [2024-12-04 16:59:43.414 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/7439dd940aa21d348e8a1c7bbc7fdf84/Images/Primary""?fillHeight=360&fillWidth=240&quality=96&tag=7b9447faa4df4ce8f0520bb719e404fe" - null null
- [2024-12-04 16:59:43.414 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.415 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:43.445 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/c/c7cc1e0a-1ccd-a473-011d-bee14a0d5a87.webp"' with download name '""' ...
- [2024-12-04 16:59:43.446 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 179.925ms
- [2024-12-04 16:59:43.446 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.446 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/63ad4fabc29345f2c85325a0f31c4fed/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=904a5119f97b596a6a8ca3b497637d73" - 200 15274 "image/webp" 180.4017ms
- [2024-12-04 16:59:43.453 +00:00] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/ff1898394f0ed9165591eb23dbb6c12c/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=4bf174e45a802f0284096752f5d3392f" - null null
- [2024-12-04 16:59:43.453 +00:00] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.454 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:43.627 +00:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/e/e14b1430-63e3-3c81-7700-05de7d21eb6f.webp"' with download name '""' ...
- [2024-12-04 16:59:43.628 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 410.4931ms
- [2024-12-04 16:59:43.628 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.628 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/65c732c7c559d5178a110578dee3ff62/Images/Primary""?fillHeight=360&fillWidth=240&quality=96&tag=6ac0ce2121163dc9a1a955077ff04aa6" - 200 46200 "image/webp" 410.993ms
- [2024-12-04 16:59:43.635 +00:00] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/7/76240296-ee79-2e0e-a0c8-0d784d8d55a9.webp"' with download name '""' ...
- [2024-12-04 16:59:43.635 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 181.852ms
- [2024-12-04 16:59:43.636 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.636 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/ff1898394f0ed9165591eb23dbb6c12c/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=4bf174e45a802f0284096752f5d3392f" - 200 34378 "image/webp" 182.5849ms
- [2024-12-04 16:59:43.636 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items""?SortBy=DateCreated%2CSortName%2CProductionYear&SortOrder=Descending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=c7aa513bf6a737d69286f97c6dc819f4" - null null
- [2024-12-04 16:59:43.636 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:43.637 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemsByUserIdLegacy\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItemsByUserIdLegacy(System.Guid, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.LocationType[], MediaBrowser.Model.Entities.LocationType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Double], System.Nullable`1[System.Double], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Guid[], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.String, Jellyfin.Data.Enums.SortOrder[], System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], MediaBrowser.Model.Querying.ItemFilter[], System.Nullable`1[System.Boolean], Jellyfin.Data.Enums.MediaType[], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.ItemSortBy[], System.Nullable`1[System.Boolean], System.String[], System.String[], System.String[], Int32[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.String, System.Guid[], System.String[], System.String[], System.String[], System.Guid[], System.Guid[], System.Guid[], System.Guid[], System.String[], System.Guid[], System.Guid[], MediaBrowser.Model.Entities.VideoType[], System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.SeriesStatus[], System.String, System.String, System.String, System.Guid[], System.Guid[], Boolean, System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
- [2024-12-04 16:59:43.641 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/DisplayPreferences/usersettings""?userId=c5dcb3249a1a4b4bb012983a3d64e980&client=emby" - "application/json" 1177
- [2024-12-04 16:59:43.641 +00:00] [INF] [25] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-12-04 16:59:43.641 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.UpdateDisplayPreferences (Jellyfin.Api)"'
- [2024-12-04 16:59:43.641 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"UpdateDisplayPreferences\", controller = \"DisplayPreferences\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult UpdateDisplayPreferences(System.String, System.Nullable`1[System.Guid], System.String, MediaBrowser.Model.Dto.DisplayPreferencesDto)" on controller "Jellyfin.Api.Controllers.DisplayPreferencesController" ("Jellyfin.Api").
- [2024-12-04 16:59:43.643 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__client_1='?' (Size = 4), @__itemId_2='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"t\".\"Id\", \"t\".\"ChromecastVersion\", \"t\".\"Client\", \"t\".\"DashboardTheme\", \"t\".\"EnableNextVideoInfoOverlay\", \"t\".\"IndexBy\", \"t\".\"ItemId\", \"t\".\"ScrollDirection\", \"t\".\"ShowBackdrop\", \"t\".\"ShowSidebar\", \"t\".\"SkipBackwardLength\", \"t\".\"SkipForwardLength\", \"t\".\"TvHome\", \"t\".\"UserId\", \"h\".\"Id\", \"h\".\"DisplayPreferencesId\", \"h\".\"Order\", \"h\".\"Type\"
- FROM (
- SELECT \"d\".\"Id\", \"d\".\"ChromecastVersion\", \"d\".\"Client\", \"d\".\"DashboardTheme\", \"d\".\"EnableNextVideoInfoOverlay\", \"d\".\"IndexBy\", \"d\".\"ItemId\", \"d\".\"ScrollDirection\", \"d\".\"ShowBackdrop\", \"d\".\"ShowSidebar\", \"d\".\"SkipBackwardLength\", \"d\".\"SkipForwardLength\", \"d\".\"TvHome\", \"d\".\"UserId\"
- FROM \"DisplayPreferences\" AS \"d\"
- WHERE \"d\".\"UserId\" = @__userId_0 AND \"d\".\"Client\" = @__client_1 AND \"d\".\"ItemId\" = @__itemId_2
- LIMIT 1
- ) AS \"t\"
- LEFT JOIN \"HomeSection\" AS \"h\" ON \"t\".\"Id\" = \"h\".\"DisplayPreferencesId\"
- ORDER BY \"t\".\"Id\""
- [2024-12-04 16:59:43.644 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"i\".\"Id\", \"i\".\"Client\", \"i\".\"IndexBy\", \"i\".\"ItemId\", \"i\".\"RememberIndexing\", \"i\".\"RememberSorting\", \"i\".\"SortBy\", \"i\".\"SortOrder\", \"i\".\"UserId\", \"i\".\"ViewType\"
- FROM \"ItemDisplayPreferences\" AS \"i\"
- WHERE \"i\".\"UserId\" = @__userId_0 AND \"i\".\"ItemId\" = @__itemId_1 AND \"i\".\"Client\" = @__client_2
- LIMIT 1"
- [2024-12-04 16:59:43.645 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"c\".\"Id\", \"c\".\"Client\", \"c\".\"ItemId\", \"c\".\"Key\", \"c\".\"UserId\", \"c\".\"Value\"
- FROM \"CustomItemDisplayPreferences\" AS \"c\"
- WHERE \"c\".\"UserId\" = @__userId_0 AND \"c\".\"ItemId\" = @__itemId_1 AND \"c\".\"Client\" = @__client_2"
- [2024-12-04 16:59:43.648 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"CustomItemDisplayPreferences\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:43.648 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"CustomItemDisplayPreferences\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:43.649 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"CustomItemDisplayPreferences\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:43.649 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"CustomItemDisplayPreferences\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:43.649 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:43.649 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:43.649 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:43.649 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:43.650 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:43.650 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:43.650 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:43.651 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:43.651 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:43.654 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"CustomItemDisplayPreferences\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:43.657 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""DELETE FROM \"HomeSection\"
- WHERE \"Id\" = @p0
- RETURNING 1;"
- [2024-12-04 16:59:43.658 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 39), @p3='?' (DbType = Guid), @p4='?' (Size = 45)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
- VALUES (@p0, @p1, @p2, @p3, @p4)
- RETURNING \"Id\";"
- [2024-12-04 16:59:43.659 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 49), @p3='?' (DbType = Guid), @p4='?' (Size = 45)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
- VALUES (@p0, @p1, @p2, @p3, @p4)
- RETURNING \"Id\";"
- [2024-12-04 16:59:43.660 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 33), @p3='?' (DbType = Guid), @p4='?' (Size = 5)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
- VALUES (@p0, @p1, @p2, @p3, @p4)
- RETURNING \"Id\";"
- [2024-12-04 16:59:43.661 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 39), @p3='?' (DbType = Guid), @p4='?' (Size = 45)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
- VALUES (@p0, @p1, @p2, @p3, @p4)
- RETURNING \"Id\";"
- [2024-12-04 16:59:43.663 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (Size = 4), @p1='?' (DbType = Guid), @p2='?' (Size = 39), @p3='?' (DbType = Guid), @p4='?' (Size = 73)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"CustomItemDisplayPreferences\" (\"Client\", \"ItemId\", \"Key\", \"UserId\", \"Value\")
- VALUES (@p0, @p1, @p2, @p3, @p4)
- RETURNING \"Id\";"
- [2024-12-04 16:59:43.664 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:43.665 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:43.667 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:43.668 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:43.669 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:43.671 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:43.672 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:43.675 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:43.676 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:43.677 +00:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"HomeSection\" (\"DisplayPreferencesId\", \"Order\", \"Type\")
- VALUES (@p0, @p1, @p2)
- RETURNING \"Id\";"
- [2024-12-04 16:59:43.788 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/7/7c3486f0-c2c7-7d4f-3292-ef758cdb2a45.webp"' with download name '""' ...
- [2024-12-04 16:59:43.789 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 374.1939ms
- [2024-12-04 16:59:43.789 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.789 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/7439dd940aa21d348e8a1c7bbc7fdf84/Images/Primary""?fillHeight=360&fillWidth=240&quality=96&tag=7b9447faa4df4ce8f0520bb719e404fe" - 200 51354 "image/webp" 375.0575ms
- [2024-12-04 16:59:43.793 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:43.799 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-12-04 16:59:43.799 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DisplayPreferencesController.UpdateDisplayPreferences (Jellyfin.Api)" in 157.6301ms
- [2024-12-04 16:59:43.799 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.UpdateDisplayPreferences (Jellyfin.Api)"'
- [2024-12-04 16:59:43.799 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.254.50:8096""""/DisplayPreferences/usersettings""?userId=c5dcb3249a1a4b4bb012983a3d64e980&client=emby" - 204 null null 158.4931ms
- [2024-12-04 16:59:43.801 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/df046359107debeba65f9cd0b919b3fe/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=970589ca0483dde97436ddacfc5395d4" - null null
- [2024-12-04 16:59:43.802 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.802 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:43.802 +00:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/be827a8bd7556b773ecbc1eb18e25e83/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=76c15d9a71f29f87ac8dc8b2a539053f" - null null
- [2024-12-04 16:59:43.803 +00:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.803 +00:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:43.806 +00:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/4/4d72fbf0-e045-dede-8143-de782129966f.webp"' with download name '""' ...
- [2024-12-04 16:59:43.834 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)" in 197.542ms
- [2024-12-04 16:59:43.834 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
- [2024-12-04 16:59:43.834 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Users/c5dcb3249a1a4b4bb012983a3d64e980/Items""?SortBy=DateCreated%2CSortName%2CProductionYear&SortOrder=Descending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=c7aa513bf6a737d69286f97c6dc819f4" - 200 null "application/json; charset=utf-8" 198.3257ms
- [2024-12-04 16:59:43.842 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/96f1ca41365208d6b9d98fc5ffcfc579/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=3fe294d2038d6a4b77cdfc029d6be162" - null null
- [2024-12-04 16:59:43.842 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.842 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
- [2024-12-04 16:59:43.878 +00:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 74.975ms
- [2024-12-04 16:59:43.878 +00:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:43.878 +00:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/be827a8bd7556b773ecbc1eb18e25e83/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=76c15d9a71f29f87ac8dc8b2a539053f" - 200 43378 "image/webp" 75.4235ms
- [2024-12-04 16:59:43.968 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/e/ee1a74d0-8b41-4929-dd7b-86e9fda3dd6b.webp"' with download name '""' ...
- [2024-12-04 16:59:44.004 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/f/f14853bc-7001-33f7-001e-72ac61a08cbc.webp"' with download name '""' ...
- [2024-12-04 16:59:44.004 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 162.2196ms
- [2024-12-04 16:59:44.004 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:44.004 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/96f1ca41365208d6b9d98fc5ffcfc579/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=3fe294d2038d6a4b77cdfc029d6be162" - 200 34484 "image/webp" 162.7045ms
- [2024-12-04 16:59:44.004 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 202.5834ms
- [2024-12-04 16:59:44.004 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
- [2024-12-04 16:59:44.005 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Items/df046359107debeba65f9cd0b919b3fe/Images/Primary""?fillHeight=342&fillWidth=240&quality=96&tag=970589ca0483dde97436ddacfc5395d4" - 200 29744 "image/webp" 203.0872ms
- [2024-12-04 16:59:54.082 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - null null
- [2024-12-04 16:59:54.082 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-12-04 16:59:54.082 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
- [2024-12-04 16:59:54.082 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
- [2024-12-04 16:59:54.082 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 0.2722ms
- [2024-12-04 16:59:54.082 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-12-04 16:59:54.082 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 0.822ms
- [2024-12-04 16:59:54.083 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - null null
- [2024-12-04 16:59:54.083 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:54.083 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-12-04 16:59:54.083 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-12-04 16:59:54.084 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 0.5313ms
- [2024-12-04 16:59:54.084 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-12-04 16:59:54.084 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Info""" - 200 null "application/json; charset=utf-8" 1.1414ms
- [2024-12-04 16:59:54.084 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - null null
- [2024-12-04 16:59:54.085 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-12-04 16:59:54.085 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetConfigurationPages\", controller = \"Dashboard\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[Jellyfin.Api.Models.ConfigurationPageInfo]] GetConfigurationPages(System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api").
- [2024-12-04 16:59:54.085 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.List`1[[Jellyfin.Api.Models.ConfigurationPageInfo, Jellyfin.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:54.085 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)" in 0.4323ms
- [2024-12-04 16:59:54.085 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-12-04 16:59:54.085 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/web/ConfigurationPages""?enableInMainMenu=true" - 200 null "application/json; charset=utf-8" 1.0701ms
- [2024-12-04 16:59:54.092 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Sessions""?ActiveWithinSeconds=960" - null null
- [2024-12-04 16:59:54.092 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
- [2024-12-04 16:59:54.092 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSessions\", controller = \"Session\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IReadOnlyList`1[MediaBrowser.Model.Dto.SessionInfoDto]] GetSessions(System.Nullable`1[System.Guid], System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api").
- [2024-12-04 16:59:54.092 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Collections.Generic.List`1[[MediaBrowser.Model.Dto.SessionInfoDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:54.093 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)" in 0.8642ms
- [2024-12-04 16:59:54.093 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
- [2024-12-04 16:59:54.093 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/Sessions""?ActiveWithinSeconds=960" - 200 null "application/json; charset=utf-8" 1.5321ms
- [2024-12-04 16:59:54.093 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""" - null null
- [2024-12-04 16:59:54.094 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:59:54.094 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-12-04 16:59:54.094 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-12-04 16:59:54.095 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.8547ms
- [2024-12-04 16:59:54.095 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:59:54.095 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""" - 200 null "application/json; charset=utf-8" 1.4246ms
- [2024-12-04 16:59:54.095 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-12-03T16%3A59%3A53.780Z&hasUserId=true" - null null
- [2024-12-04 16:59:54.095 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-12-04 16:59:54.095 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
- [2024-12-04 16:59:54.097 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""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-12-04 16:59:54.098 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""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-12-04 16:59:54.098 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:54.098 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.8101ms
- [2024-12-04 16:59:54.098 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-12-04 16:59:54.098 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-12-03T16%3A59%3A53.780Z&hasUserId=true" - 200 null "application/json; charset=utf-8" 3.3658ms
- [2024-12-04 16:59:54.099 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-11-27T16%3A59%3A53.780Z&hasUserId=false" - null null
- [2024-12-04 16:59:54.099 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-12-04 16:59:54.099 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
- [2024-12-04 16:59:54.100 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""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-12-04 16:59:54.101 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""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-12-04 16:59:54.101 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:54.102 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.6739ms
- [2024-12-04 16:59:54.102 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
- [2024-12-04 16:59:54.102 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-11-27T16%3A59%3A53.780Z&hasUserId=false" - 200 null "application/json; charset=utf-8" 3.2507ms
- [2024-12-04 16:59:54.104 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/LiveTv/Recordings""?UserId=c5dcb3249a1a4b4bb012983a3d64e980&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop" - null null
- [2024-12-04 16:59:54.104 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)"'
- [2024-12-04 16:59:54.104 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetRecordings\", controller = \"LiveTv\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]]] GetRecordings(System.String, System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.LiveTv.RecordingStatus], System.Nullable`1[System.Boolean], System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.LiveTvController" ("Jellyfin.Api").
- [2024-12-04 16:59:54.105 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.10.3.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-12-04 16:59:54.105 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)" in 0.6965ms
- [2024-12-04 16:59:54.105 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)"'
- [2024-12-04 16:59:54.105 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/LiveTv/Recordings""?UserId=c5dcb3249a1a4b4bb012983a3d64e980&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop" - 200 null "application/json; charset=utf-8" 1.3512ms
- [2024-12-04 16:59:54.105 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - null null
- [2024-12-04 16:59:54.106 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:59:54.106 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-12-04 16:59:54.106 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-12-04 16:59:54.107 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.9948ms
- [2024-12-04 16:59:54.107 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-12-04 16:59:54.107 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 1.5588ms
- [2024-12-04 16:59:59.697 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Configuration""" - null null
- [2024-12-04 16:59:59.697 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Logs""" - null null
- [2024-12-04 16:59:59.698 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetServerLogs (Jellyfin.Api)"'
- [2024-12-04 16:59:59.698 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ConfigurationController.GetConfiguration (Jellyfin.Api)"'
- [2024-12-04 16:59:59.699 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetServerLogs\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.LogFile[]] GetServerLogs()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-12-04 16:59:59.699 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetConfiguration\", controller = \"Configuration\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Configuration.ServerConfiguration] GetConfiguration()" on controller "Jellyfin.Api.Controllers.ConfigurationController" ("Jellyfin.Api").
- [2024-12-04 16:59:59.700 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Configuration.ServerConfiguration"'.
- [2024-12-04 16:59:59.704 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.LogFile[]"'.
- [2024-12-04 16:59:59.706 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetServerLogs (Jellyfin.Api)" in 6.8268ms
- [2024-12-04 16:59:59.707 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetServerLogs (Jellyfin.Api)"'
- [2024-12-04 16:59:59.707 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Logs""" - 200 null "application/json; charset=utf-8" 9.5428ms
- [2024-12-04 16:59:59.753 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ConfigurationController.GetConfiguration (Jellyfin.Api)" in 53.5357ms
- [2024-12-04 16:59:59.753 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ConfigurationController.GetConfiguration (Jellyfin.Api)"'
- [2024-12-04 16:59:59.753 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Configuration""" - 200 null "application/json; charset=utf-8" 55.8841ms
- [2024-12-04 17:00:00.812 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.254.50:8096""""/System/Logs/Log""?name=log_20241204.log&api_key=7ad58b9c7d1d49c89cd6486f37463fa3" - null null
- [2024-12-04 17:00:00.812 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetLogFile (Jellyfin.Api)"'
- [2024-12-04 17:00:00.814 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogFile\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetLogFile(System.String)" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-12-04 17:00:00.816 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor: Executing "FileStreamResult", sending file with download name '""'
Add Comment
Please, Sign In to add comment