Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [migrations] started
- [migrations] no migrations found
- ───────────────────────────────────────
- ██╗ ███████╗██╗ ██████╗
- ██║ ██╔════╝██║██╔═══██╗
- ██║ ███████╗██║██║ ██║
- ██║ ╚════██║██║██║ ██║
- ███████╗███████║██║╚██████╔╝
- ╚══════╝╚══════╝╚═╝ ╚═════╝
- Brought to you by linuxserver.io
- ───────────────────────────────────────
- To support the app dev(s) visit:
- Jellyfin: https://opencollective.com/jellyfin
- To support LSIO projects visit:
- https://www.linuxserver.io/donate/
- ───────────────────────────────────────
- GID/UID
- ───────────────────────────────────────
- User UID: 1001
- User GID: 100
- ───────────────────────────────────────
- [custom-init] No custom files found, skipping...
- [22:46:56] [FTL] [1] : Failed to create/read logger configuration
- System.ArgumentException: A source source must be provided. (Parameter 'source')
- at Serilog.Configuration.LoggerMinimumLevelConfiguration.Override(String source, LoggingLevelSwitch levelSwitch)
- at Serilog.Settings.Configuration.ConfigurationReader.<>c__DisplayClass11_1.<ApplyMinimumLevel>b__3(LoggerMinimumLevelConfiguration configuration, LoggingLevelSwitch levelSwitch)
- at Serilog.Settings.Configuration.ConfigurationReader.<>c__DisplayClass11_0.<ApplyMinimumLevel>g__ApplyMinimumLevelConfiguration|1(IConfigurationSection directive, Action`2 applyConfigAction)
- at Serilog.Settings.Configuration.ConfigurationReader.ApplyMinimumLevel(LoggerConfiguration loggerConfiguration)
- at Serilog.Settings.Configuration.ConfigurationReader.Configure(LoggerConfiguration loggerConfiguration)
- at Serilog.Configuration.LoggerSettingsConfiguration.Settings(ILoggerSettings settings)
- at Serilog.ConfigurationLoggerConfigurationExtensions.Configuration(LoggerSettingsConfiguration settingConfiguration, IConfiguration configuration, ConfigurationReaderOptions readerOptions)
- at Jellyfin.Server.Helpers.StartupHelpers.InitializeLoggingFramework(IConfiguration configuration, IApplicationPaths appPaths)
- [22:46:56] [INF] [1] Main: Jellyfin version: 10.9.10
- [22:46:56] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config]"]
- [22:46:56] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
- [22:46:56] [INF] [1] Main: Operating system: Ubuntu 24.04 LTS
- [22:46:56] [INF] [1] Main: Architecture: X64
- [22:46:56] [INF] [1] Main: 64-Bit Process: True
- [22:46:56] [INF] [1] Main: User Interactive: True
- [22:46:56] [INF] [1] Main: Processor count: 4
- [22:46:56] [INF] [1] Main: Program data path: /config/data
- [22:46:56] [INF] [1] Main: Log directory path: /config/log
- [22:46:56] [INF] [1] Main: Config directory path: /config
- [22:46:56] [INF] [1] Main: Cache path: /config/cache
- [22:46:56] [INF] [1] Main: Web resources path: /usr/share/jellyfin/web
- [22:46:56] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
- [22:46:57] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
- [22:46:57] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
- [22:46:57] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.FinTube, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null from /config/data/plugins/FinTube_1.0.1.0/Jellyfin.Plugin.FinTube.dll
- [22:46:57] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.OpenSubtitles, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null from /config/data/plugins/Open Subtitles_20.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll
- [22:46:58] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [22:46:58] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
- [22:46:58] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [22:46:58] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.18.0.3"]
- [22:46:58] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
- [22:46:58] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
- [22:46:58] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
- Fontconfig error: No writable cache directories
- Fontconfig error: No writable cache directories
- Fontconfig error: No writable cache directories
- Fontconfig error: No writable cache directories
- [22:47:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (16ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
- SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
- [22:47:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (21ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
- SELECT "MigrationId", "ProductVersion"
- FROM "__EFMigrationsHistory"
- ORDER BY "MigrationId";
- [22:47:05] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
- SELECT "u"."Id", "u"."AudioLanguagePreference", "u"."AuthenticationProviderId", "u"."CastReceiverId", "u"."DisplayCollectionsView", "u"."DisplayMissingEpisodes", "u"."EnableAutoLogin", "u"."EnableLocalPassword", "u"."EnableNextEpisodeAutoPlay", "u"."EnableUserPreferenceAccess", "u"."HidePlayedInLatest", "u"."InternalId", "u"."InvalidLoginAttemptCount", "u"."LastActivityDate", "u"."LastLoginDate", "u"."LoginAttemptsBeforeLockout", "u"."MaxActiveSessions", "u"."MaxParentalAgeRating", "u"."MustUpdatePassword", "u"."Password", "u"."PasswordResetProviderId", "u"."PlayDefaultAudioTrack", "u"."RememberAudioSelections", "u"."RememberSubtitleSelections", "u"."RemoteClientBitrateLimit", "u"."RowVersion", "u"."SubtitleLanguagePreference", "u"."SubtitleMode", "u"."SyncPlayAccess", "u"."Username", "i"."Id", "i"."LastModified", "i"."Path", "i"."UserId"
- FROM "Users" AS "u"
- LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
- ORDER BY "u"."Id", "i"."Id"
- [22:47:06] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (18ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
- SELECT "p"."Id", "p"."Kind", "p"."Permission_Permissions_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "u"."Id", "i"."Id"
- FROM "Users" AS "u"
- LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
- INNER JOIN "Permissions" AS "p" ON "u"."Id" = "p"."UserId"
- ORDER BY "u"."Id", "i"."Id"
- [22:47:06] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
- SELECT "p"."Id", "p"."Kind", "p"."Preference_Preferences_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "u"."Id", "i"."Id"
- FROM "Users" AS "u"
- LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
- INNER JOIN "Preferences" AS "p" ON "u"."Id" = "p"."UserId"
- ORDER BY "u"."Id", "i"."Id"
- [22:47:06] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (16ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
- SELECT "a"."Id", "a"."DayOfWeek", "a"."EndHour", "a"."StartHour", "a"."UserId", "u"."Id", "i"."Id"
- FROM "Users" AS "u"
- LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
- INNER JOIN "AccessSchedules" AS "a" ON "u"."Id" = "a"."UserId"
- ORDER BY "u"."Id", "i"."Id"
- [22:47:07] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: FinTube 1.0.1.0
- [22:47:07] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Open Subtitles 20.0.0.0
- [22:47:07] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.9.10.0
- [22:47:07] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.9.10.0
- [22:47:07] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.9.10.0
- [22:47:07] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.9.10.0
- [22:47:07] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.9.10.0
- [22:47:08] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
- [22:47:08] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
- [22:47:08] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
- SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
- FROM "Devices" AS "d"
- ORDER BY "d"."Id"
- [22:47:08] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
- SELECT "d"."Id", "d"."CustomName", "d"."DeviceId"
- FROM "DeviceOptions" AS "d"
- ORDER BY "d"."Id"
- [22:47:08] [INF] [1] Main: Kestrel is listening on 0.0.0.0
- [22:47:08] [INF] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Creating key {1bc202be-3002-4d92-9836-0e06e9224a1b} with creation date 2024-09-06 22:47:08Z, activation date 2024-09-06 22:47:08Z, and expiration date 2024-12-05 22:47:08Z.
- [22:47:08] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {1bc202be-3002-4d92-9836-0e06e9224a1b} may be persisted to storage in unencrypted form.
- [22:47:10] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /run/s6-rc:s6-rc-init:GcbpgK/servicedirs/svc-jellyfin/wwwroot. Static files may be unavailable.
- [22:47:10] [INF] [1] Microsoft.Hosting.Lifetime: Now listening on: http://0.0.0.0:8096
- [22:47:10] [INF] [1] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down.
- [22:47:10] [INF] [1] Microsoft.Hosting.Lifetime: Hosting environment: Production
- [22:47:10] [INF] [1] Microsoft.Hosting.Lifetime: Content root path: /run/s6-rc:s6-rc-init:GcbpgK/servicedirs/svc-jellyfin
- [22:47:10] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
- [22:47:10] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Generate Trickplay Images set to fire at 2024-09-07 03:00:00.000 +00:00, which is 04:12:49.7661956 from now.
- [22:47:10] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /movies
- [22:47:10] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2024-09-07 02:00:00.000 +00:00, which is 03:12:49.5720640 from now.
- [22:47:11] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://localhost:8096/health - null null
- [22:47:11] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /music
- [22:47:11] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 6.0.1
- [22:47:11] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available decoders: ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
- [22:47:11] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /series2
- [22:47:11] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
- [22:47:11] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
- [22:47:12] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
- [22:47:12] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://localhost:8096/health - 503 null text/html 973.9167ms
- [22:47:12] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
- [22:47:12] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: 25514cad1a42453aadb5d71b4f2f8dd4
- [22:47:12] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
- [22:47:12] [INF] [1] Main: Startup complete 0:00:16.9916775
- [22:47:13] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://localhost:8096/health - null null
- [22:47:13] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Health checks'
- [22:47:13] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Health checks'
- [22:47:13] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://localhost:8096/health - 200 null text/plain 56.9368ms
- [ls.io-init] done.
- [22:47:13] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean up collections and playlists Completed after 0 minute(s) and 0 seconds
- [22:47:13] [INF] [11] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request GET https://repo.jellyfin.org/files/plugin/manifest.json
- [22:47:13] [INF] [11] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request GET https://repo.jellyfin.org/files/plugin/manifest.json
- [22:48:42] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/ - null null
- [22:48:42] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/ - 302 0 null 2.3255ms
- [22:48:43] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/node_modules.history.bundle.js?776a3a6732aeca95f21b - null null
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/serviceworker.js?776a3a6732aeca95f21b - null null
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/60232.css?776a3a6732aeca95f21b - null null
- [22:48:43] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/main.jellyfin.css?776a3a6732aeca95f21b - null null
- [22:48:43] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/60232.css'. Physical path: '/usr/share/jellyfin/web/60232.css'
- [22:48:43] [INF] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/main.jellyfin.css'. Physical path: '/usr/share/jellyfin/web/main.jellyfin.css'
- [22:48:43] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/main.jellyfin.css?776a3a6732aeca95f21b - 499 null text/css 124.901ms
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/60232.css?776a3a6732aeca95f21b - 499 null text/css 125.3907ms
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/assets/img/banner-light.png - null null
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - null null
- [22:48:43] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/assets/img/banner-light.png'. Physical path: '/usr/share/jellyfin/web/assets/img/banner-light.png'
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/assets/img/banner-light.png - 499 83704 image/png 2.3756ms
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - null null
- [22:48:43] [INF] [14] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/config.json'. Physical path: '/usr/share/jellyfin/web/config.json'
- [22:48:43] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/config.json'. Physical path: '/usr/share/jellyfin/web/config.json'
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - 200 null application/json 11.3631ms
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - 200 null application/json 8.8093ms
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - null null
- [22:48:43] [INF] [14] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/config.json'. Physical path: '/usr/share/jellyfin/web/config.json'
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - 200 null application/json 2.0856ms
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/themes/dark/theme.css - null null
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/System/Info/Public - null null
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)'
- [22:48:43] [INF] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/serviceworker.js'. Physical path: '/usr/share/jellyfin/web/serviceworker.js'
- [22:48:43] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/serviceworker.js?776a3a6732aeca95f21b - 499 null text/javascript 169.4618ms
- [22:48:43] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/themes/dark/theme.css'. Physical path: '/usr/share/jellyfin/web/themes/dark/theme.css'
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/themes/dark/theme.css - 200 null text/css 19.8722ms
- [22:48:43] [INF] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/node_modules.history.bundle.js'. Physical path: '/usr/share/jellyfin/web/node_modules.history.bundle.js'
- [22:48:43] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/node_modules.history.bundle.js?776a3a6732aeca95f21b - 499 null text/javascript 177.5143ms
- [22:48:43] [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).
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.System.PublicSystemInfo'.
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api) in 37.5658ms
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)'
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/System/Info/Public - 200 null application/json; charset=utf-8 75.6823ms
- [22:48:43] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/bc8d51405ec040305a87.ico - null null
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/f5bbb798cb2c65908633.png - null null
- [22:48:43] [INF] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/bc8d51405ec040305a87.ico'. Physical path: '/usr/share/jellyfin/web/bc8d51405ec040305a87.ico'
- [22:48:43] [INF] [14] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/f5bbb798cb2c65908633.png'. Physical path: '/usr/share/jellyfin/web/f5bbb798cb2c65908633.png'
- [22:48:43] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/bc8d51405ec040305a87.ico - 499 6830 image/x-icon 8.9494ms
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/f5bbb798cb2c65908633.png - 499 8515 image/png 9.1351ms
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/pdfPlayer-plugin.css - null null
- [22:48:43] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/pdfPlayer-plugin.css'. Physical path: '/usr/share/jellyfin/web/pdfPlayer-plugin.css'
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/pdfPlayer-plugin.css - 499 null text/css 1.5319ms
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/system/info/public - null null
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)'
- [22:48:43] [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).
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.System.PublicSystemInfo'.
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api) in 3.9743ms
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)'
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/system/info/public - 200 null application/json; charset=utf-8 10.2296ms
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/System/Info - null null
- [22:48:43] [INF] [14] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (3ms) [Parameters=[@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 12), @p2='?' (Size = 7), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 128), @p7='?' (Size = 7), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
- UPDATE "Devices" SET "AccessToken" = @p0, "AppName" = @p1, "AppVersion" = @p2, "DateCreated" = @p3, "DateLastActivity" = @p4, "DateModified" = @p5, "DeviceId" = @p6, "DeviceName" = @p7, "IsActive" = @p8, "UserId" = @p9
- WHERE "Id" = @p10
- RETURNING 1;
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)'
- [22:48:43] [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).
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.System.SystemInfo'.
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api) in 22.7115ms
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)'
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/System/Info - 200 null application/json; charset=utf-8 395.7703ms
- [22:48:43] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/socket?api_key=693e2323ee0842418137a85cd6a14b1c&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTI4LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTI4LjB8MTcyMjEwMTM1NzA0MQ11 - null null
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 POST http://192.168.1.7:8096/Sessions/Capabilities/Full - application/json 567
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96 - null null
- [22:48:43] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/DisplayPreferences/usersettings?userId=aef9672a022f413995f189ac8e5cec96&client=emby - null null
- [22:48:43] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [22:48:43] [INF] [10] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.1.10 request
- [22:48:43] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)'
- [22:48:43] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)'
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)'
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetUserById", controller = "User"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.UserDto] GetUserById(System.Guid) on controller Jellyfin.Api.Controllers.UserController (Jellyfin.Api).
- [22:48:43] [INF] [14] 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, Jellyfin.Api.Models.SessionDtos.ClientCapabilitiesDto) on controller Jellyfin.Api.Controllers.SessionController (Jellyfin.Api).
- [22:48:43] [INF] [21] 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).
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Dto.UserDto'.
- [22:48:43] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (1ms) [Parameters=[@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 28), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 24), @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";
- [22:48:43] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (1ms) [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"
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api) in 154.6678ms
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)'
- [22:48:43] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96 - 200 null application/json; charset=utf-8 194.3606ms
- [22:48:44] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [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
- [22:48:44] [INF] [14] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [22:48:44] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api) in 217.0151ms
- [22:48:44] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)'
- [22:48:44] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 POST http://192.168.1.7:8096/Sessions/Capabilities/Full - 204 null null 257.2388ms
- [22:48:44] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [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
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Dto.DisplayPreferencesDto'.
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api) in 356.9858ms
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)'
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/DisplayPreferences/usersettings?userId=aef9672a022f413995f189ac8e5cec96&client=emby - 200 null application/json; charset=utf-8 400.333ms
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p3='?' (DbType = Int32), @p0='?' (DbType = DateTime), @p1='?' (Size = 31), @p2='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
- UPDATE "ImageInfos" SET "LastModified" = @p0, "Path" = @p1, "UserId" = @p2
- WHERE "Id" = @p3
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - null null
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Branding/Css - null null
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)'
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/config.json'. Physical path: '/usr/share/jellyfin/web/config.json'
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - 200 null application/json 1.4228ms
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/home.css - null null
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/home-html.8ce38bc7d6dc073656d4.chunk.js - null null
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
- UPDATE "Permissions" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [22] 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).
- [22:48:44] [INF] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/home.css'. Physical path: '/usr/share/jellyfin/web/home.css'
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/home.css - 499 null text/css 1.9352ms
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (1ms) [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;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
- UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
- UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
- UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
- UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
- UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
- UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
- UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
- UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
- UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
- UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
- UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'], CommandType='Text', CommandTimeout='30']
- UPDATE "Preferences" SET "Kind" = @p0, "RowVersion" = @p1, "UserId" = @p2, "Value" = @p3
- WHERE "Id" = @p4 AND "RowVersion" = @p5
- RETURNING 1;
- [22:48:44] [INF] [14] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/home-html.8ce38bc7d6dc073656d4.chunk.js'. Physical path: '/usr/share/jellyfin/web/home-html.8ce38bc7d6dc073656d4.chunk.js'
- [22:48:44] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/home-html.8ce38bc7d6dc073656d4.chunk.js - 499 null text/javascript 8.6468ms
- [22:48:44] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/UserViews?userId=aef9672a022f413995f189ac8e5cec96 - null null
- [22:48:44] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/2d8017489da689caedc1.woff2 - null null
- [22:48:44] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@p29='?' (DbType = Guid), @p0='?', @p1='?' (Size = 67), @p2='?' (Size = 8), @p3='?' (DbType = Boolean), @p4='?' (DbType = Boolean), @p5='?' (DbType = Boolean), @p6='?' (DbType = Boolean), @p7='?' (DbType = Boolean), @p8='?' (DbType = Boolean), @p9='?' (DbType = Boolean), @p10='?' (DbType = Int64), @p11='?' (DbType = Int32), @p12='?' (DbType = DateTime), @p13='?' (DbType = DateTime), @p14='?' (DbType = Int32), @p15='?' (DbType = Int32), @p16='?' (DbType = Int32), @p17='?' (DbType = Boolean), @p18='?' (Size = 194), @p19='?' (Size = 66), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = Int32), @p24='?' (DbType = UInt32), @p30='?' (DbType = UInt32), @p25='?', @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;
- [22:48:44] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)'
- [22:48:44] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'System.String'.
- [22:48:44] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetUserViews", controller = "UserViews"}. Executing controller action with signature MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto] GetUserViews(System.Nullable`1[System.Guid], System.Nullable`1[System.Boolean], System.Nullable`1[Jellyfin.Data.Enums.CollectionType][], Boolean) on controller Jellyfin.Api.Controllers.UserViewsController (Jellyfin.Api).
- [22:48:44] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api) in 48.2424ms
- [22:48:44] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)'
- [22:48:44] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Branding/Css - 200 null text/css; charset=utf-8 55.0359ms
- [22:48:44] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/f426483ca5059b50eec0.woff2 - null null
- [22:48:44] [INF] [14] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/2d8017489da689caedc1.woff2'. Physical path: '/usr/share/jellyfin/web/2d8017489da689caedc1.woff2'
- [22:48:44] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/2d8017489da689caedc1.woff2 - 200 125116 font/woff2 53.7626ms
- [22:48:44] [INF] [22] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/f426483ca5059b50eec0.woff2'. Physical path: '/usr/share/jellyfin/web/f426483ca5059b50eec0.woff2'
- [22:48:44] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/f426483ca5059b50eec0.woff2 - 499 13332 font/woff2 34.5149ms
- [22:48:44] [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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:48:44] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api) in 491.7759ms
- [22:48:44] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)'
- [22:48:44] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/UserViews?userId=aef9672a022f413995f189ac8e5cec96 - 200 null application/json; charset=utf-8 510.536ms
- [22:48:44] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/84158.css - null null
- [22:48:44] [INF] [22] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/84158.css'. Physical path: '/usr/share/jellyfin/web/84158.css'
- [22:48:44] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/84158.css - 499 null text/css 1.1091ms
- [22:48:44] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/LiveTv/Programs/Recommended?userId=aef9672a022f413995f189ac8e5cec96&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio - null null
- [22:48:44] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)'
- [22:48:44] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetRecommendedPrograms", controller = "LiveTv"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]]] GetRecommendedPrograms(System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Guid[], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Boolean], Boolean) on controller Jellyfin.Api.Controllers.LiveTvController (Jellyfin.Api).
- [22:48:44] [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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:48:44] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api) in 52.0049ms
- [22:48:44] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)'
- [22:48:44] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/LiveTv/Programs/Recommended?userId=aef9672a022f413995f189ac8e5cec96&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio - 200 null application/json; charset=utf-8 73.4978ms
- [22:48:44] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video - null null
- [22:48:44] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio - null null
- [22:48:44] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CPath%2CMediaSourceCount&UserId=aef9672a022f413995f189ac8e5cec96&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2023-09-07T22%3A48%3A19.274Z&EnableResumable=false&EnableRewatching=false - null null
- [22:48:44] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805 - null null
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book - null null
- [22:48:44] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/Latest?Limit=30&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=7e64e319657a9516ec78490da03edccb - null null
- [22:48:44] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)'
- [22:48:44] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
- [22:48:44] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
- [22:48:44] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
- [22:48:44] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
- [22:48:44] [INF] [17] 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).
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
- [22:48:44] [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).
- [22:48:44] [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).
- [22:48:44] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetResumeItemsLegacy", controller = "Items"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetResumeItemsLegacy(System.Guid, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.MediaType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], Boolean, System.Nullable`1[System.Boolean], Boolean) on controller Jellyfin.Api.Controllers.ItemsController (Jellyfin.Api).
- [22:48:44] [INF] [21] 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).
- [22:48:44] [INF] [10] 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).
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api) in 44.8072ms
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/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 66.7139ms
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=5ddaa59a73205234890fdcfc683e14ed - null null
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
- [22:48:44] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetLatestMediaLegacy", controller = "UserLibrary"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean) on controller Jellyfin.Api.Controllers.UserLibraryController (Jellyfin.Api).
- [22:48:44] [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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:48:44] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api) in 73.698ms
- [22:48:44] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
- [22:48:44] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/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 98.0513ms
- [22:48:44] [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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:48:44] [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.9.10.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.9.10.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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:48:45] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api) in 128.8442ms
- [22:48:45] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
- [22:48:45] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/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 153.5838ms
- [22:48:45] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/540f162d15fc17a0203ad74c3dc3ea1c/Images/Thumb?fillHeight=270&fillWidth=480&quality=96&tag=f3be7c51a8002ace7b01702e26b02824 - null null
- [22:48:45] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api) in 178.9822ms
- [22:48:45] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
- [22:48:45] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805 - 200 null application/json; charset=utf-8 193.9009ms
- [22:48:45] [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).
- [22:48:45] [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.9.10.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.9.10.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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:48:45] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing OkResult`1, writing value of type 'System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.9.10.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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:48:45] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/cfbb94f3f2edf10d575199f863338311/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=b425cb1c485aa4459aaf2128ae543d05 - null null
- [22:48:45] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [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).
- [22:48:45] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api) in 214.5198ms
- [22:48:45] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
- [22:48:45] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/Latest?Limit=30&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=7e64e319657a9516ec78490da03edccb - 200 null application/json; charset=utf-8 228.9269ms
- [22:48:45] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api) in 153.9753ms
- [22:48:45] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
- [22:48:45] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=5ddaa59a73205234890fdcfc683e14ed - 200 null application/json; charset=utf-8 165.153ms
- [22:48:45] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/559d0f3704cb0a843ce6.woff2 - null null
- [22:48:45] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/812059bc5eb6c56772b4.woff2 - null null
- [22:48:45] [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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:48:45] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api) in 244.2752ms
- [22:48:45] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)'
- [22:48:45] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CPath%2CMediaSourceCount&UserId=aef9672a022f413995f189ac8e5cec96&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2023-09-07T22%3A48%3A19.274Z&EnableResumable=false&EnableRewatching=false - 200 null application/json; charset=utf-8 254.7195ms
- [22:48:45] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/0b2300c104f71dcdb03e.woff2 - null null
- [22:48:45] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/8cf389094e0a0d710f36.woff2 - null null
- [22:48:45] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/4e963e21922db2d6c296.woff2 - null null
- [22:48:45] [INF] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/559d0f3704cb0a843ce6.woff2'. Physical path: '/usr/share/jellyfin/web/559d0f3704cb0a843ce6.woff2'
- [22:48:45] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/559d0f3704cb0a843ce6.woff2 - 499 7664 font/woff2 12.7031ms
- [22:48:45] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/ab44e36d2f2413cdbaf67e1e1f31af4e/Images/Primary?fillHeight=155&fillWidth=276&quality=96&tag=e31878116a9d4d5e339a40816c16c064 - null null
- [22:48:45] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/bbe42c31de8d97fda56d4b2028c6c326/Images/Primary?fillHeight=276&fillWidth=276&quality=96&tag=efbca42ca1c1cd700114995aa6893eda - null null
- [22:48:45] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [22:48:45] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/d3f9c31fc5807d3888d3a14ba88878ab/Images/Primary?fillHeight=276&fillWidth=276&quality=96&tag=e62a0ad953571ce6bc614e3510ea270a - null null
- [22:48:45] [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).
- [22:48:45] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/3317b8b95ddcac8f0429a91d786bab5d/Images/Primary?fillHeight=276&fillWidth=276&quality=96&tag=e73076e6b90d2f5892d24fd643159f83 - null null
- [22:48:45] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [INF] [24] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/4e963e21922db2d6c296.woff2'. Physical path: '/usr/share/jellyfin/web/4e963e21922db2d6c296.woff2'
- [22:48:45] [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).
- [22:48:45] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/4e963e21922db2d6c296.woff2 - 499 38180 font/woff2 5.0016ms
- [22:48:45] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [INF] [28] 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).
- [22:48:45] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/0b2300c104f71dcdb03e.woff2'. Physical path: '/usr/share/jellyfin/web/0b2300c104f71dcdb03e.woff2'
- [22:48:45] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/0b2300c104f71dcdb03e.woff2 - 499 33364 font/woff2 10.7844ms
- [22:48:45] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/d9b7c2595a982db981f1169af5fd8795/Images/Primary?fillHeight=276&fillWidth=276&quality=96&tag=ec9685e42a5586b1c4aab6540217d308 - null null
- [22:48:45] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/f0923325d39e81d7fdba699a9fc70134/Images/Primary?fillHeight=276&fillWidth=276&quality=96&tag=8d09b2e74feb070d7710811f25005b1c - null null
- [22:48:45] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [22:48:45] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [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).
- [22:48:45] [INF] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/812059bc5eb6c56772b4.woff2'. Physical path: '/usr/share/jellyfin/web/812059bc5eb6c56772b4.woff2'
- [22:48:45] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/812059bc5eb6c56772b4.woff2 - 499 38612 font/woff2 27.1703ms
- [22:48:45] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/d97e327f0b1fb230372ea0bc7ad021c4/Images/Thumb?fillHeight=270&fillWidth=480&quality=96&tag=03d1bb006979285f5e5f3a7ebc3e905b - null null
- [22:48:45] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [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).
- [22:48:45] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/2/2063dc34-68dd-f0d2-5504-b507ac944d89.webp' with download name '' ...
- [22:48:45] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/b/bf6c1d43-89fc-5ea0-f40b-d43c8f5b0649.webp' with download name '' ...
- [22:48:45] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/e/e4457b64-27e2-1404-c7db-86e95a493f86.webp' with download name '' ...
- [22:48:45] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/d/de4627a2-7b2b-7326-e9bb-b33cff7eca9b.webp' with download name '' ...
- [22:48:45] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/5/55447b91-5460-a68a-e364-98d618d2a018.webp' with download name '' ...
- [22:48:45] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/5/5c11079c-2338-ef89-84ae-0cb873b454fd.webp' with download name '' ...
- [22:48:45] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 3.7114ms
- [22:48:45] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 17.1742ms
- [22:48:45] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 14.3017ms
- [22:48:45] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/bbe42c31de8d97fda56d4b2028c6c326/Images/Primary?fillHeight=276&fillWidth=276&quality=96&tag=efbca42ca1c1cd700114995aa6893eda - 499 7412 image/webp 19.3625ms
- [22:48:45] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 17.5633ms
- [22:48:45] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/3317b8b95ddcac8f0429a91d786bab5d/Images/Primary?fillHeight=276&fillWidth=276&quality=96&tag=e73076e6b90d2f5892d24fd643159f83 - 499 14114 image/webp 19.1017ms
- [22:48:45] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/d97e327f0b1fb230372ea0bc7ad021c4/Images/Thumb?fillHeight=270&fillWidth=480&quality=96&tag=03d1bb006979285f5e5f3a7ebc3e905b - 499 50402 image/webp 6.1681ms
- [22:48:45] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/b/bc86f9a1-1f30-e2ec-9583-f8a3e01ee5f1.webp' with download name '' ...
- [22:48:45] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/d3f9c31fc5807d3888d3a14ba88878ab/Images/Primary?fillHeight=276&fillWidth=276&quality=96&tag=e62a0ad953571ce6bc614e3510ea270a - 499 18498 image/webp 19.771ms
- [22:48:45] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 11.6939ms
- [22:48:45] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 10.7723ms
- [22:48:45] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/f0923325d39e81d7fdba699a9fc70134/Images/Primary?fillHeight=276&fillWidth=276&quality=96&tag=8d09b2e74feb070d7710811f25005b1c - 499 13752 image/webp 13.2116ms
- [22:48:45] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 20.0297ms
- [22:48:45] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/ab44e36d2f2413cdbaf67e1e1f31af4e/Images/Primary?fillHeight=155&fillWidth=276&quality=96&tag=e31878116a9d4d5e339a40816c16c064 - 499 21510 image/webp 22.0934ms
- [22:48:45] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/d9b7c2595a982db981f1169af5fd8795/Images/Primary?fillHeight=276&fillWidth=276&quality=96&tag=ec9685e42a5586b1c4aab6540217d308 - 499 18942 image/webp 13.5513ms
- [22:48:45] [INF] [22] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/8cf389094e0a0d710f36.woff2'. Physical path: '/usr/share/jellyfin/web/8cf389094e0a0d710f36.woff2'
- [22:48:45] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/8cf389094e0a0d710f36.woff2 - 499 35708 font/woff2 28.7988ms
- [22:48:45] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/3/387eb2b1-65ef-04c2-06f2-48b3505c732c.webp' with download name '' ...
- [22:48:45] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 234.4923ms
- [22:48:45] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/540f162d15fc17a0203ad74c3dc3ea1c/Images/Thumb?fillHeight=270&fillWidth=480&quality=96&tag=f3be7c51a8002ace7b01702e26b02824 - 200 41252 image/webp 253.1639ms
- [22:48:45] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/f/f77f817a-500d-adad-5208-214134e5b237.webp' with download name '' ...
- [22:48:45] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 318.9051ms
- [22:48:45] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:45] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/cfbb94f3f2edf10d575199f863338311/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=b425cb1c485aa4459aaf2128ae543d05 - 200 52464 image/webp 327.7432ms
- [22:48:49] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/System/Endpoint - null null
- [22:48:49] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)'
- [22:48:49] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetEndpointInfo", controller = "System"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Net.EndPointInfo] GetEndpointInfo() on controller Jellyfin.Api.Controllers.SystemController (Jellyfin.Api).
- [22:48:49] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Net.EndPointInfo'.
- [22:48:49] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api) in 5.7424ms
- [22:48:49] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)'
- [22:48:49] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/System/Endpoint - 200 null application/json; charset=utf-8 9.7173ms
- [22:48:49] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Playback/BitrateTest?Size=500000 - null null
- [22:48:49] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
- [22:48:49] [INF] [30] 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).
- [22:48:49] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing FileContentResult, sending file with download name '' ...
- [22:48:49] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api) in 16.811ms
- [22:48:49] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
- [22:48:49] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Playback/BitrateTest?Size=500000 - 200 524288 application/octet-stream 21.2537ms
- [22:48:49] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Playback/BitrateTest?Size=1000000 - null null
- [22:48:49] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
- [22:48:49] [INF] [26] 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).
- [22:48:49] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing FileContentResult, sending file with download name '' ...
- [22:48:49] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api) in 14.5007ms
- [22:48:49] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
- [22:48:49] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Playback/BitrateTest?Size=1000000 - 200 1048576 application/octet-stream 16.5969ms
- [22:48:49] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Playback/BitrateTest?Size=3000000 - null null
- [22:48:49] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
- [22:48:49] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetBitrateTestBytes", controller = "MediaInfo"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult GetBitrateTestBytes(Int32) on controller Jellyfin.Api.Controllers.MediaInfoController (Jellyfin.Api).
- [22:48:49] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing FileContentResult, sending file with download name '' ...
- [22:48:49] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api) in 36.1263ms
- [22:48:49] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
- [22:48:49] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Playback/BitrateTest?Size=3000000 - 200 4194304 application/octet-stream 38.0872ms
- [22:48:53] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Cancelled after 1 minute(s) and 40 seconds
- [22:48:55] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/f137a2dd21bbc1b99aa5c0f6bf02a805 - null null
- [22:48:55] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)'
- [22:48:55] [INF] [30] 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).
- [22:48:55] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items?SortBy=SortName%2CProductionYear&SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&Limit=100 - null null
- [22:48:55] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)'
- [22:48:55] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Dto.BaseItemDto'.
- [22:48:55] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api) in 10.3196ms
- [22:48:55] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)'
- [22:48:55] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/f137a2dd21bbc1b99aa5c0f6bf02a805 - 200 null application/json; charset=utf-8 22.3758ms
- [22:48:55] [INF] [26] 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).
- [22:48:55] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:48:55] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api) in 128.0602ms
- [22:48:55] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)'
- [22:48:55] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items?SortBy=SortName%2CProductionYear&SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&Limit=100 - 200 null application/json; charset=utf-8 172.4286ms
- [22:48:55] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/61ef3eab5df910b96b3f6785771b8062/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=3e53d339f566082950dab9c998a6a117 - null null
- [22:48:55] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/076231ae618198d5d50eabedd9ef1b82/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=5b1bbd9b517cbe744a22f6bb9ce8192f - null null
- [22:48:55] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:55] [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).
- [22:48:55] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/33b095ba69dc6232ceb5aa3d279af1e5/Images/Primary?fillHeight=361&fillWidth=240&quality=96&tag=f4e908cf56d6f515a025e3da45ef3907 - null null
- [22:48:55] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:55] [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).
- [22:48:55] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/d406a5a0bc7452d7020d528dab63398d/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=1f6ca2f86830b6932c5234ab18b3520e - null null
- [22:48:55] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:55] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:55] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/4/4f55a4ec-2f30-1c4b-5108-a9898abedaf5.webp' with download name '' ...
- [22:48:55] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [22:48:55] [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).
- [22:48:55] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/0/06ac1a04-a3a7-868b-8285-ad7080bcee8e.webp' with download name '' ...
- [22:48:55] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/86ceedc2764c54d41a456f3ea57330ed/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=1df13e4251deeea324ab7cf7f06d3cc9 - null null
- [22:48:55] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/e887edad14d05c20c414ebfc9c19a1e4/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=f8a92f27d1b528de09482b8ae8b95419 - null null
- [22:48:55] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:55] [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).
- [22:48:55] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:55] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [22:48:55] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/2/2c31367c-7de1-bac8-a64c-b639b1561fb8.webp' with download name '' ...
- [22:48:55] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/9/99840550-f49a-c806-b061-07c7035af1bf.webp' with download name '' ...
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 428.4928ms
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/d406a5a0bc7452d7020d528dab63398d/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=1f6ca2f86830b6932c5234ab18b3520e - 200 20252 image/webp 432.4839ms
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/b5d23b935979d4e40b4bbb69019bdb4f/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=d71900a72c22834b503f962d7dcd879f - null null
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [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).
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 455.0026ms
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/e887edad14d05c20c414ebfc9c19a1e4/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=f8a92f27d1b528de09482b8ae8b95419 - 200 25176 image/webp 457.8116ms
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/5e05b0fb8bb849b8f914a5d13b56cf75/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=9545d1e09b4729c5e17d1d0a2070e3cc - null null
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [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).
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/7/755b311f-124a-0315-8754-32e20ad6547c.webp' with download name '' ...
- [22:48:56] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 482.7561ms
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 494.7201ms
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/076231ae618198d5d50eabedd9ef1b82/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=5b1bbd9b517cbe744a22f6bb9ce8192f - 200 35586 image/webp 496.2297ms
- [22:48:56] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/86ceedc2764c54d41a456f3ea57330ed/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=1df13e4251deeea324ab7cf7f06d3cc9 - 200 36230 image/webp 486.316ms
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 26.7666ms
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/5e05b0fb8bb849b8f914a5d13b56cf75/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=9545d1e09b4729c5e17d1d0a2070e3cc - 200 48270 image/webp 28.2431ms
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/4ec7ebeea4d3c35f904d9df77c2fffcc/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=065633ffe080f0d819c7b1da068f50ef - null null
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/23946c645b91876402a764bf9db95a26/Images/Primary?fillHeight=342&fillWidth=240&quality=96&tag=b5c808626f07ed0148cb03ebc8e39778 - null null
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [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).
- [22:48:56] [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).
- [22:48:56] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/a97ca339054ff93d46f6c5b008895bbc/Images/Primary?fillHeight=342&fillWidth=240&quality=96&tag=2d38beee7fe2e5917f651f3a2ea493a7 - null null
- [22:48:56] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/3/3f9272db-cb24-e96e-cc74-3dfa0d469745.webp' with download name '' ...
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 4.0695ms
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/23946c645b91876402a764bf9db95a26/Images/Primary?fillHeight=342&fillWidth=240&quality=96&tag=b5c808626f07ed0148cb03ebc8e39778 - 200 37036 image/webp 5.0001ms
- [22:48:56] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/57c3e6435a8f085202265933ede113bd/Images/Primary?fillHeight=342&fillWidth=240&quality=96&tag=12fab159302b9454eb70047357b52cdc - null null
- [22:48:56] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [28] 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).
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/d/d808c501-10ac-26b8-7200-41a1d120e37f.webp' with download name '' ...
- [22:48:56] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/7/7f62711b-294a-c650-3803-f67471e92f6e.webp' with download name '' ...
- [22:48:56] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 4.1974ms
- [22:48:56] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/57c3e6435a8f085202265933ede113bd/Images/Primary?fillHeight=342&fillWidth=240&quality=96&tag=12fab159302b9454eb70047357b52cdc - 200 36600 image/webp 7.7425ms
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/28a23902c04db2dd6c9f16897874203c/Images/Primary?fillHeight=355&fillWidth=240&quality=96&tag=1980dc83169eeca1f0ad8e407bea2743 - null null
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [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).
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 58.5884ms
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/4ec7ebeea4d3c35f904d9df77c2fffcc/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=065633ffe080f0d819c7b1da068f50ef - 200 42984 image/webp 60.7751ms
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/9a79608d763a5fc3dd217b8f10bafe6f/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=bb6d1ac716ee51215cae4aace129fc3c - null null
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [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).
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/2/2a77d66c-d083-5354-8d8a-3a9eb79bc8c5.webp' with download name '' ...
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 3.4304ms
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/9a79608d763a5fc3dd217b8f10bafe6f/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=bb6d1ac716ee51215cae4aace129fc3c - 200 26544 image/webp 5.6146ms
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/f7a9dd72341748120e3fcaa5a298cd93/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=719fb2bbf2e9f6c57a1509da8aed4342 - null null
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [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).
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/0/0278e2bf-420d-6ee1-2c31-b0697096c3a1.webp' with download name '' ...
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 637.0556ms
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/33b095ba69dc6232ceb5aa3d279af1e5/Images/Primary?fillHeight=361&fillWidth=240&quality=96&tag=f4e908cf56d6f515a025e3da45ef3907 - 200 37406 image/webp 642.7786ms
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/1b6474d88fea0b68e2cc721b7437ec61/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=94a5ec4fa2fd2f3bdf135911bc757499 - null null
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/8/8796965f-4470-1629-6b8e-fe7911b0a9a0.webp' with download name '' ...
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 3.2397ms
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/1b6474d88fea0b68e2cc721b7437ec61/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=94a5ec4fa2fd2f3bdf135911bc757499 - 200 38358 image/webp 5.4071ms
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/1725e796577e1d09863be8e7a95f9aa1/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=b95a9cf9b0645d94b6ca5be8f5fb2b27 - null null
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [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).
- [22:48:56] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/b/b02ca5a6-bca6-1312-5b8e-7f9706851f88.webp' with download name '' ...
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 719.936ms
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/61ef3eab5df910b96b3f6785771b8062/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=3e53d339f566082950dab9c998a6a117 - 200 32890 image/webp 724.2658ms
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/search.css - null null
- [22:48:56] [INF] [30] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/search.css'. Physical path: '/usr/share/jellyfin/web/search.css'
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/search.css - 200 null text/css 1.851ms
- [22:48:56] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/node_modules.usehooks-ts.d0c0762c8a632c930adf.chunk.js - null null
- [22:48:56] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file /node_modules.usehooks-ts.d0c0762c8a632c930adf.chunk.js was not modified
- [22:48:56] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/node_modules.usehooks-ts.d0c0762c8a632c930adf.chunk.js - 304 null text/javascript 2.237ms
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/search.f4ba51fb960680a69a73.chunk.js - null null
- [22:48:56] [INF] [30] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file /search.f4ba51fb960680a69a73.chunk.js was not modified
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/search.f4ba51fb960680a69a73.chunk.js - 304 null text/javascript 0.4577ms
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/a333b86bd700be833248557bce7e52bf/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=e48ca3dcdd2a7f21433913da7447e349 - null null
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/b/b6dce0f7-829a-4496-a957-bd315a3d0e92.webp' with download name '' ...
- [22:48:56] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/0/0249a88e-2d7c-e8bc-8ce1-cab51d52b8b7.webp' with download name '' ...
- [22:48:56] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 249.9052ms
- [22:48:56] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/a97ca339054ff93d46f6c5b008895bbc/Images/Primary?fillHeight=342&fillWidth=240&quality=96&tag=2d38beee7fe2e5917f651f3a2ea493a7 - 200 29814 image/webp 250.8345ms
- [22:48:56] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=e44c45d92ce3a120146958893363048e - null null
- [22:48:56] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 19.7757ms
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/a333b86bd700be833248557bce7e52bf/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=e48ca3dcdd2a7f21433913da7447e349 - 200 46204 image/webp 22.1225ms
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/eaf48a0cde14a22d5d373a0ddb7b8506/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=343d9c681f6e7759c4637e611c150e34 - null null
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/c/c67c9fc0-79bd-6516-9204-2aed53b4988f.webp' with download name '' ...
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 244.5219ms
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/28a23902c04db2dd6c9f16897874203c/Images/Primary?fillHeight=355&fillWidth=240&quality=96&tag=1980dc83169eeca1f0ad8e407bea2743 - 200 45942 image/webp 248.2723ms
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/cf711045c7111e13834dd898b72c0763/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=5d86bfc7a7ff4e416b55afec7c605d2e - null null
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [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).
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/e/efd3c3da-711d-8e32-2955-579dabf71e20.webp' with download name '' ...
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 418.6054ms
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/b5d23b935979d4e40b4bbb69019bdb4f/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=d71900a72c22834b503f962d7dcd879f - 200 35032 image/webp 419.7412ms
- [22:48:56] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items?userId=aef9672a022f413995f189ac8e5cec96&limit=20&recursive=true&parentId=f137a2dd21bbc1b99aa5c0f6bf02a805&includeItemTypes=Movie&includeItemTypes=Series&includeItemTypes=MusicArtist&sortBy=IsFavoriteOrLiked&sortBy=Random&imageTypeLimit=0&enableTotalRecordCount=false&enableImages=false - null null
- [22:48:56] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ItemsController.GetItems (Jellyfin.Api)'
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/d/d91b4bbe-0a16-0314-2907-8718401ba18d.webp' with download name '' ...
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 120.5116ms
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/eaf48a0cde14a22d5d373a0ddb7b8506/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=343d9c681f6e7759c4637e611c150e34 - 200 37798 image/webp 122.0014ms
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/cc8c0aa1a4fba1a299644a6b53e15d25/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=3f81456b10736a474fbf23fb5dbeec9a - null null
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [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).
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/a/aaf2ff87-e283-81dc-c034-aae81b1bcffe.webp' with download name '' ...
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 148.6614ms
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/cf711045c7111e13834dd898b72c0763/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=5d86bfc7a7ff4e416b55afec7c605d2e - 200 41938 image/webp 150.8784ms
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/0e33e2b10140b89d7814de861314ad95/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=3e16b32f673611f170fdf8ef049825b0 - null null
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [22:48:56] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItems", controller = "Items"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItems(System.Nullable`1[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).
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/1/1b73aa85-68c1-1d18-66d9-c3cc3a58139b.webp' with download name '' ...
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 313.7487ms
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/1725e796577e1d09863be8e7a95f9aa1/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=b95a9cf9b0645d94b6ca5be8f5fb2b27 - 200 33264 image/webp 315.2711ms
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/ede8add241426aac41c1fa9417085e0e/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=862249e0213171dfd99ad0802d84a48e - null null
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [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).
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/4/42d5d312-0e43-4c0f-658b-c0b40a3ca965.webp' with download name '' ...
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 12.1599ms
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/ede8add241426aac41c1fa9417085e0e/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=862249e0213171dfd99ad0802d84a48e - 200 26638 image/webp 15.3237ms
- [22:48:56] [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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/01784ac1a88fade9723ffffc78776dd6/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=005b4357badaff9d858c40ad6f59c523 - null null
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [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).
- [22:48:56] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ItemsController.GetItems (Jellyfin.Api) in 58.1392ms
- [22:48:56] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ItemsController.GetItems (Jellyfin.Api)'
- [22:48:56] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/4/444cfec6-4952-b785-bd2b-f9d02bd50d1e.webp' with download name '' ...
- [22:48:56] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items?userId=aef9672a022f413995f189ac8e5cec96&limit=20&recursive=true&parentId=f137a2dd21bbc1b99aa5c0f6bf02a805&includeItemTypes=Movie&includeItemTypes=Series&includeItemTypes=MusicArtist&sortBy=IsFavoriteOrLiked&sortBy=Random&imageTypeLimit=0&enableTotalRecordCount=false&enableImages=false - 200 null application/json; charset=utf-8 136.6321ms
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 2.8099ms
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/01784ac1a88fade9723ffffc78776dd6/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=005b4357badaff9d858c40ad6f59c523 - 200 41828 image/webp 3.9465ms
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/8/88b8d85a-194b-72f9-6001-40e8da54ce4c.webp' with download name '' ...
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 508.313ms
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/f7a9dd72341748120e3fcaa5a298cd93/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=719fb2bbf2e9f6c57a1509da8aed4342 - 200 45852 image/webp 510.5498ms
- [22:48:56] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/8/8afb1565-4224-daf2-ed23-499a2d78b44c.webp' with download name '' ...
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 336.5891ms
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=e44c45d92ce3a120146958893363048e - 200 49338 image/webp 343.1284ms
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/e/e8e84d27-cf58-d7be-e6d2-07b67905ceb0.webp' with download name '' ...
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 181.3993ms
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/0e33e2b10140b89d7814de861314ad95/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=3e16b32f673611f170fdf8ef049825b0 - 200 47566 image/webp 183.4019ms
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/b/b052bb68-83c3-b4d8-4d34-2a9c6db09cdd.webp' with download name '' ...
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 311.8038ms
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:48:56] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/cc8c0aa1a4fba1a299644a6b53e15d25/Images/Primary?fillHeight=360&fillWidth=240&quality=96&tag=3f81456b10736a474fbf23fb5dbeec9a - 200 42978 image/webp 313.281ms
- [22:48:58] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=scooby-doo&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=false&IncludeMedia=true&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&IncludeItemTypes=Movie - null null
- [22:48:58] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Persons?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=scooby-doo&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=true&IncludeMedia=false&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&userId=aef9672a022f413995f189ac8e5cec96 - null null
- [22:48:58] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)'
- [22:48:58] [INF] [14] 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).
- [22:48:58] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.PersonsController.GetPersons (Jellyfin.Api)'
- [22:48:58] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetPersons", controller = "Persons"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetPersons(System.Nullable`1[System.Int32], System.String, MediaBrowser.Model.Querying.ItemFields[], MediaBrowser.Model.Querying.ItemFilter[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.String[], System.String[], System.Nullable`1[System.Guid], System.Nullable`1[System.Guid], System.Nullable`1[System.Boolean]) on controller Jellyfin.Api.Controllers.PersonsController (Jellyfin.Api).
- [22:48:58] [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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:48:58] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api) in 21.3931ms
- [22:48:58] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)'
- [22:48:58] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=scooby-doo&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=false&IncludeMedia=true&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&IncludeItemTypes=Movie - 200 null application/json; charset=utf-8 23.296ms
- [22:48:58] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:48:58] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.PersonsController.GetPersons (Jellyfin.Api) in 18.1259ms
- [22:48:58] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.PersonsController.GetPersons (Jellyfin.Api)'
- [22:48:58] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Persons?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=scooby-doo&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=true&IncludeMedia=false&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&userId=aef9672a022f413995f189ac8e5cec96 - 200 null application/json; charset=utf-8 28.7111ms
- [22:49:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=scooby-&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=false&IncludeMedia=true&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&IncludeItemTypes=Movie - null null
- [22:49:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Persons?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=scooby-&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=true&IncludeMedia=false&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&userId=aef9672a022f413995f189ac8e5cec96 - null null
- [22:49:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)'
- [22:49:00] [INF] [30] 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).
- [22:49:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.PersonsController.GetPersons (Jellyfin.Api)'
- [22:49:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetPersons", controller = "Persons"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetPersons(System.Nullable`1[System.Int32], System.String, MediaBrowser.Model.Querying.ItemFields[], MediaBrowser.Model.Querying.ItemFilter[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.String[], System.String[], System.Nullable`1[System.Guid], System.Nullable`1[System.Guid], System.Nullable`1[System.Boolean]) on controller Jellyfin.Api.Controllers.PersonsController (Jellyfin.Api).
- [22:49:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api) in 10.2166ms
- [22:49:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)'
- [22:49:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=scooby-&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=false&IncludeMedia=true&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&IncludeItemTypes=Movie - 200 null application/json; charset=utf-8 11.7215ms
- [22:49: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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.PersonsController.GetPersons (Jellyfin.Api) in 11.1253ms
- [22:49:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.PersonsController.GetPersons (Jellyfin.Api)'
- [22:49:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Persons?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=scooby-&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=true&IncludeMedia=false&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&userId=aef9672a022f413995f189ac8e5cec96 - 200 null application/json; charset=utf-8 13.5107ms
- [22:49:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=scooby&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=false&IncludeMedia=true&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&IncludeItemTypes=Movie - null null
- [22:49:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Persons?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=scooby&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=true&IncludeMedia=false&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&userId=aef9672a022f413995f189ac8e5cec96 - null null
- [22:49:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.PersonsController.GetPersons (Jellyfin.Api)'
- [22:49:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)'
- [22:49:00] [INF] [10] 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).
- [22:49:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetPersons", controller = "Persons"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetPersons(System.Nullable`1[System.Int32], System.String, MediaBrowser.Model.Querying.ItemFields[], MediaBrowser.Model.Querying.ItemFilter[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.String[], System.String[], System.Nullable`1[System.Guid], System.Nullable`1[System.Guid], System.Nullable`1[System.Boolean]) on controller Jellyfin.Api.Controllers.PersonsController (Jellyfin.Api).
- [22:49: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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.PersonsController.GetPersons (Jellyfin.Api) in 8.2809ms
- [22:49:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.PersonsController.GetPersons (Jellyfin.Api)'
- [22:49:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Persons?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=scooby&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=true&IncludeMedia=false&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&userId=aef9672a022f413995f189ac8e5cec96 - 200 null application/json; charset=utf-8 11.3412ms
- [22:49: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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api) in 13.4764ms
- [22:49:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)'
- [22:49:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=scooby&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=false&IncludeMedia=true&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&IncludeItemTypes=Movie - 200 null application/json; charset=utf-8 15.8048ms
- [22:49:02] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=monsters&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=false&IncludeMedia=true&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&IncludeItemTypes=Movie - null null
- [22:49:02] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Persons?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=monsters&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=true&IncludeMedia=false&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&userId=aef9672a022f413995f189ac8e5cec96 - null null
- [22:49:02] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.PersonsController.GetPersons (Jellyfin.Api)'
- [22:49:02] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)'
- [22:49:02] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetPersons", controller = "Persons"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetPersons(System.Nullable`1[System.Int32], System.String, MediaBrowser.Model.Querying.ItemFields[], MediaBrowser.Model.Querying.ItemFilter[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.String[], System.String[], System.Nullable`1[System.Guid], System.Nullable`1[System.Guid], System.Nullable`1[System.Boolean]) on controller Jellyfin.Api.Controllers.PersonsController (Jellyfin.Api).
- [22:49:02] [INF] [14] 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).
- [22:49:02] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:02] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.PersonsController.GetPersons (Jellyfin.Api) in 5.3991ms
- [22:49:02] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.PersonsController.GetPersons (Jellyfin.Api)'
- [22:49:02] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Persons?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=monsters&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=true&IncludeMedia=false&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&userId=aef9672a022f413995f189ac8e5cec96 - 200 null application/json; charset=utf-8 6.7182ms
- [22:49:02] [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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:02] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api) in 13.0636ms
- [22:49:02] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)'
- [22:49:02] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&searchTerm=monsters&Limit=100&Fields=PrimaryImageAspectRatio%2CCanDelete%2CMediaSourceCount&Recursive=true&EnableTotalRecordCount=false&ImageTypeLimit=1&IncludePeople=false&IncludeMedia=true&IncludeGenres=false&IncludeStudios=false&IncludeArtists=false&IncludeItemTypes=Movie - 200 null application/json; charset=utf-8 15.1486ms
- [22:49:02] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=ffd226c61d5ae12319e09541c1e51dee - null null
- [22:49:02] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:49:02] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [22:49:03] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/0/05b66689-6ba3-1f28-33ba-6dcde6d4148f.webp' with download name '' ...
- [22:49:03] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 236.5364ms
- [22:49:03] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:49:03] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=ffd226c61d5ae12319e09541c1e51dee - 200 52320 image/webp 238.3435ms
- [22:49:03] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/57e31c380cad6cf429f0d49af29a6ca7 - null null
- [22:49:03] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7?userId=aef9672a022f413995f189ac8e5cec96 - null null
- [22:49:03] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)'
- [22:49:03] [INF] [14] 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).
- [22:49:03] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)'
- [22:49:03] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItem", controller = "UserLibrary"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItem(System.Nullable`1[System.Guid], System.Guid) on controller Jellyfin.Api.Controllers.UserLibraryController (Jellyfin.Api).
- [22:49:03] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@__itemId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
- SELECT "t"."ItemId", "t"."Width", "t"."Bandwidth", "t"."Height", "t"."Interval", "t"."ThumbnailCount", "t"."TileHeight", "t"."TileWidth"
- FROM "TrickplayInfos" AS "t"
- WHERE "t"."ItemId" = @__itemId_0
- [22:49:03] [INF] [14] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@__itemId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
- SELECT "t"."ItemId", "t"."Width", "t"."Bandwidth", "t"."Height", "t"."Interval", "t"."ThumbnailCount", "t"."TileHeight", "t"."TileWidth"
- FROM "TrickplayInfos" AS "t"
- WHERE "t"."ItemId" = @__itemId_0
- [22:49:03] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Dto.BaseItemDto'.
- [22:49:03] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Dto.BaseItemDto'.
- [22:49:03] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api) in 136.9708ms
- [22:49:03] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)'
- [22:49:03] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api) in 145.3294ms
- [22:49:03] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)'
- [22:49:03] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7?userId=aef9672a022f413995f189ac8e5cec96 - 200 null application/json; charset=utf-8 146.2646ms
- [22:49:03] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/57e31c380cad6cf429f0d49af29a6ca7 - 200 null application/json; charset=utf-8 146.3901ms
- [22:49:03] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/ThemeMedia?userId=aef9672a022f413995f189ac8e5cec96&inheritFromParent=true - null null
- [22:49:03] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)'
- [22:49:03] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/Similar?userId=aef9672a022f413995f189ac8e5cec96&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete - null null
- [22:49:04] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/Images/Primary?fillHeight=479&fillWidth=320&quality=96&tag=ffd226c61d5ae12319e09541c1e51dee - null null
- [22:49:04] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:49:04] [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).
- [22:49:04] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.LibraryController.GetSimilarItems (Jellyfin.Api)'
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetThemeMedia", controller = "Library"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.AllThemeMediaResult] GetThemeMedia(System.Guid, System.Nullable`1[System.Guid], Boolean) on controller Jellyfin.Api.Controllers.LibraryController (Jellyfin.Api).
- [22:49:04] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetSimilarItems", controller = "Library"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetSimilarItems(System.Guid, System.Guid[], System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], MediaBrowser.Model.Querying.ItemFields[]) on controller Jellyfin.Api.Controllers.LibraryController (Jellyfin.Api).
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.AllThemeMediaResult'.
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api) in 16.5431ms
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.LibraryController.GetThemeMedia (Jellyfin.Api)'
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/ThemeMedia?userId=aef9672a022f413995f189ac8e5cec96&inheritFromParent=true - 200 null application/json; charset=utf-8 33.0348ms
- [22:49:04] [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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:04] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.LibraryController.GetSimilarItems (Jellyfin.Api) in 37.5435ms
- [22:49:04] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.LibraryController.GetSimilarItems (Jellyfin.Api)'
- [22:49:04] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/Similar?userId=aef9672a022f413995f189ac8e5cec96&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete - 200 null application/json; charset=utf-8 55.9789ms
- [22:49:04] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/a600089e1cb556df518953302ee3e540/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=b49a2b9557bd8231b1cc5f2d28949cb5 - null null
- [22:49:04] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:49:04] [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).
- [22:49:04] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/076231ae618198d5d50eabedd9ef1b82/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=5b1bbd9b517cbe744a22f6bb9ce8192f - null null
- [22:49:04] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:49:04] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/f180e781abbd80dfa46c9872400b2d7e/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=267511a967923bdb7cde4cb8893392c5 - null null
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [22:49:04] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/6/662f11c3-210d-6297-9534-cddeb5563d56.webp' with download name '' ...
- [22:49:04] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 156.1508ms
- [22:49:04] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:49:04] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/076231ae618198d5d50eabedd9ef1b82/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=5b1bbd9b517cbe744a22f6bb9ce8192f - 200 51162 image/webp 157.6723ms
- [22:49:04] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/4/4c79ce08-cda1-aac1-d486-b7680278463d.webp' with download name '' ...
- [22:49:04] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 231.6254ms
- [22:49:04] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:49:04] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/Images/Primary?fillHeight=479&fillWidth=320&quality=96&tag=ffd226c61d5ae12319e09541c1e51dee - 200 63062 image/webp 232.7033ms
- [22:49:04] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/4/4ff57b8b-e749-b6c0-ad05-62dc0eab4ce4.webp' with download name '' ...
- [22:49:04] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 277.4283ms
- [22:49:04] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:49:04] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/a600089e1cb556df518953302ee3e540/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=b49a2b9557bd8231b1cc5f2d28949cb5 - 200 50952 image/webp 278.7555ms
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/6/669a13f4-b04b-a2d6-c528-0746332eeb36.webp' with download name '' ...
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 330.8184ms
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/f180e781abbd80dfa46c9872400b2d7e/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=267511a967923bdb7cde4cb8893392c5 - 200 41038 image/webp 331.8723ms
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/57e31c380cad6cf429f0d49af29a6ca7 - null null
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)'
- [22:49:04] [INF] [10] 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).
- [22:49:04] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@__itemId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
- SELECT "t"."ItemId", "t"."Width", "t"."Bandwidth", "t"."Height", "t"."Interval", "t"."ThumbnailCount", "t"."TileHeight", "t"."TileWidth"
- FROM "TrickplayInfos" AS "t"
- WHERE "t"."ItemId" = @__itemId_0
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Dto.BaseItemDto'.
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api) in 6.1559ms
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)'
- [22:49:04] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/57e31c380cad6cf429f0d49af29a6ca7 - 200 null application/json; charset=utf-8 7.1917ms
- [22:49:06] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/57e31c380cad6cf429f0d49af29a6ca7 - null null
- [22:49:06] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)'
- [22:49:06] [INF] [24] 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).
- [22:49:07] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[@__itemId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
- SELECT "t"."ItemId", "t"."Width", "t"."Bandwidth", "t"."Height", "t"."Interval", "t"."ThumbnailCount", "t"."TileHeight", "t"."TileWidth"
- FROM "TrickplayInfos" AS "t"
- WHERE "t"."ItemId" = @__itemId_0
- [22:49:07] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Dto.BaseItemDto'.
- [22:49:07] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api) in 6.6223ms
- [22:49:07] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)'
- [22:49:07] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/57e31c380cad6cf429f0d49af29a6ca7 - 200 null application/json; charset=utf-8 7.8632ms
- [22:49:07] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/RemoteImages/Providers - null null
- [22:49:07] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.RemoteImageController.GetRemoteImageProviders (Jellyfin.Api)'
- [22:49:07] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetRemoteImageProviders", controller = "RemoteImage"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Providers.ImageProviderInfo]] GetRemoteImageProviders(System.Guid) on controller Jellyfin.Api.Controllers.RemoteImageController (Jellyfin.Api).
- [22:49:07] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing OkResult`1, writing value of type 'System.Linq.Enumerable+SelectEnumerableIterator`2[[MediaBrowser.Controller.Providers.IRemoteImageProvider, MediaBrowser.Controller, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null],[MediaBrowser.Model.Providers.ImageProviderInfo, MediaBrowser.Model, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:07] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.RemoteImageController.GetRemoteImageProviders (Jellyfin.Api) in 24.8973ms
- [22:49:07] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.RemoteImageController.GetRemoteImageProviders (Jellyfin.Api)'
- [22:49:07] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/RemoteImages/Providers - 200 null application/json; charset=utf-8 28.7183ms
- [22:49:07] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/Images - null null
- [22:49:07] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImageInfos (Jellyfin.Api)'
- [22:49:07] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImageInfos", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.ImageInfo]]] GetItemImageInfos(System.Guid) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [22:49:07] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[MediaBrowser.Model.Dto.ImageInfo, MediaBrowser.Model, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:07] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImageInfos (Jellyfin.Api) in 31.2187ms
- [22:49:07] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImageInfos (Jellyfin.Api)'
- [22:49:07] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/Images - 200 null application/json; charset=utf-8 39.6836ms
- [22:49:07] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/Images/Primary?maxWidth=360&tag=ffd226c61d5ae12319e09541c1e51dee&quality=90 - null null
- [22:49:07] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:49:07] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [22:49:07] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/e/eaf5dd17-637c-20de-6ed0-e5f572ee189e.webp' with download name '' ...
- [22:49:07] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 266.1725ms
- [22:49:07] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [22:49:07] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/Images/Primary?maxWidth=360&tag=ffd226c61d5ae12319e09541c1e51dee&quality=90 - 200 54868 image/webp 267.2609ms
- [22:49:07] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/RemoteImages?type=Primary&startIndex=0&limit=30&IncludeAllLanguages=false - null null
- [22:49:07] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.RemoteImageController.GetRemoteImages (Jellyfin.Api)'
- [22:49:07] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetRemoteImages", controller = "RemoteImage"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Providers.RemoteImageResult]] GetRemoteImages(System.Guid, System.Nullable`1[MediaBrowser.Model.Entities.ImageType], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, Boolean) on controller Jellyfin.Api.Controllers.RemoteImageController (Jellyfin.Api).
- [22:49:13] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Providers.RemoteImageResult'.
- [22:49:13] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.RemoteImageController.GetRemoteImages (Jellyfin.Api) in 5100.4861ms
- [22:49:13] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.RemoteImageController.GetRemoteImages (Jellyfin.Api)'
- [22:49:13] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/RemoteImages?type=Primary&startIndex=0&limit=30&IncludeAllLanguages=false - 200 null application/json; charset=utf-8 5110.7738ms
- [22:49:16] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 POST http://192.168.1.7:8096/Items/57e31c380cad6cf429f0d49af29a6ca7/RemoteImages/Download?Type=Primary&ImageUrl=https%3A%2F%2Fimage.tmdb.org%2Ft%2Fp%2Foriginal%2FhsR7mhEcUR0cieIP0KA2Rz36UnK.jpg&ProviderName=TheMovieDb - null 0
- [22:49:16] [INF] [14] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [22:49:16] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.RemoteImageController.DownloadRemoteImage (Jellyfin.Api)'
- [22:49:16] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "DownloadRemoteImage", controller = "RemoteImage"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] DownloadRemoteImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.String) on controller Jellyfin.Api.Controllers.RemoteImageController (Jellyfin.Api).
- [22:49:17] [INF] [14] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request GET https://image.tmdb.org/t/p/original/hsR7mhEcUR0cieIP0KA2Rz36UnK.jpg
- [22:49:17] [INF] [14] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request GET https://image.tmdb.org/t/p/original/hsR7mhEcUR0cieIP0KA2Rz36UnK.jpg
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/dashboard-dashboard.css - null null
- [22:49:42] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/dashboard-dashboard.css'. Physical path: '/usr/share/jellyfin/web/dashboard-dashboard.css'
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/dashboard-dashboard.css - 200 null text/css 1.4973ms
- [22:49:42] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/baba78f2a106d9baee83.png - null null
- [22:49:42] [INF] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/baba78f2a106d9baee83.png'. Physical path: '/usr/share/jellyfin/web/baba78f2a106d9baee83.png'
- [22:49:42] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/baba78f2a106d9baee83.png - 499 23534 image/png 1.2542ms
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/System/Info - null null
- [22:49:42] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/ConfigurationPages?enableInMainMenu=true - null null
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)'
- [22:49:42] [INF] [3] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)'
- [22:49:42] [INF] [17] 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).
- [22:49:42] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/QuickConnect/Enabled - null null
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.System.SystemInfo'.
- [22:49:42] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)'
- [22:49:42] [INF] [3] 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).
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api) in 2.6782ms
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)'
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/System/Info - 200 null application/json; charset=utf-8 5.127ms
- [22:49:42] [INF] [11] 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).
- [22:49:42] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'System.Boolean'.
- [22:49:42] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api) in 7.1734ms
- [22:49:42] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)'
- [22:49:42] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/QuickConnect/Enabled - 200 null application/json; charset=utf-8 12.9442ms
- [22:49:42] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Sessions?ActiveWithinSeconds=960 - null null
- [22:49:42] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-09-05T22%3A49%3A16.567Z&hasUserId=true - null null
- [22:49:42] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)'
- [22:49:42] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)'
- [22:49:42] [INF] [14] 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.IEnumerable`1[MediaBrowser.Controller.Session.SessionInfo]] GetSessions(System.Nullable`1[System.Guid], System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.SessionController (Jellyfin.Api).
- [22:49:42] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing OkResult`1, writing value of type 'System.Linq.Enumerable+WhereEnumerableIterator`1[[MediaBrowser.Controller.Session.SessionInfo, MediaBrowser.Controller, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/ScheduledTasks - null null
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)'
- [22:49:42] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetLogEntries", controller = "ActivityLog"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean]) on controller Jellyfin.Api.Controllers.ActivityLogController (Jellyfin.Api).
- [22:49:42] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Jellyfin.Api.Models.ConfigurationPageInfo, Jellyfin.Api, Version=24.4.0.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetTasks", controller = "ScheduledTasks"}. Executing controller action with signature System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean]) on controller Jellyfin.Api.Controllers.ScheduledTasksController (Jellyfin.Api).
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2'.
- [22:49:42] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api) in 99.6766ms
- [22:49:42] [INF] [3] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)'
- [22:49:42] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/ConfigurationPages?enableInMainMenu=true - 200 null application/json; charset=utf-8 103.1662ms
- [22:49:42] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-08-30T22%3A49%3A16.567Z&hasUserId=false - null null
- [22:49:42] [INF] [3] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)'
- [22:49:42] [INF] [3] 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).
- [22:49:42] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api) in 99.8578ms
- [22:49:42] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)'
- [22:49:42] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Sessions?ActiveWithinSeconds=960 - 200 null application/json; charset=utf-8 104.1772ms
- [22:49:42] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/LiveTv/Recordings?UserId=aef9672a022f413995f189ac8e5cec96&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop - null null
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api) in 82.8212ms
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)'
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/ScheduledTasks - 200 null application/json; charset=utf-8 97.2322ms
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/ScheduledTasks?IsEnabled=true - null null
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)'
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetTasks", controller = "ScheduledTasks"}. Executing controller action with signature System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean]) on controller Jellyfin.Api.Controllers.ScheduledTasksController (Jellyfin.Api).
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2'.
- [22:49:42] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)'
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api) in 4.1867ms
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)'
- [22:49:42] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/ScheduledTasks?IsEnabled=true - 200 null application/json; charset=utf-8 5.4336ms
- [22:49:42] [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).
- [22:49:42] [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.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:42] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api) in 18.1411ms
- [22:49:42] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)'
- [22:49:42] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/LiveTv/Recordings?UserId=aef9672a022f413995f189ac8e5cec96&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop - 200 null application/json; charset=utf-8 35.8173ms
- [22:49:42] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [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
- [22:49:42] [INF] [3] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (2ms) [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
- [22:49:42] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [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
- [22:49:42] [INF] [3] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (1ms) [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
- [22:49:42] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:42] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:42] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api) in 214.6112ms
- [22:49:42] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api) in 136.0068ms
- [22:49:42] [INF] [3] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)'
- [22:49:42] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)'
- [22:49:42] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-09-05T22%3A49%3A16.567Z&hasUserId=true - 200 null application/json; charset=utf-8 228.2072ms
- [22:49:42] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-08-30T22%3A49%3A16.567Z&hasUserId=false - 200 null application/json; charset=utf-8 138.3523ms
- [22:49:43] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Plugins - null null
- [22:49:43] [INF] [3] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPlugins (Jellyfin.Api)'
- [22:49:43] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetPlugins", controller = "Plugins"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Plugins.PluginInfo]] GetPlugins() on controller Jellyfin.Api.Controllers.PluginsController (Jellyfin.Api).
- [22:49:43] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing OkResult`1, writing value of type 'System.Linq.Enumerable+SelectIPartitionIterator`2[[MediaBrowser.Common.Plugins.LocalPlugin, MediaBrowser.Common, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null],[MediaBrowser.Model.Plugins.PluginInfo, MediaBrowser.Model, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:43] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.PluginsController.GetPlugins (Jellyfin.Api) in 10.0248ms
- [22:49:43] [INF] [3] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPlugins (Jellyfin.Api)'
- [22:49:43] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Plugins - 200 null application/json; charset=utf-8 13.4769ms
- [22:49:43] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/configurationpages?pageType=PluginConfiguration - null null
- [22:49:43] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)'
- [22:49:43] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetConfigurationPages", controller = "Dashboard"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[Jellyfin.Api.Models.ConfigurationPageInfo]] GetConfigurationPages(System.Nullable`1[System.Boolean]) on controller Jellyfin.Api.Controllers.DashboardController (Jellyfin.Api).
- [22:49:43] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Jellyfin.Api.Models.ConfigurationPageInfo, Jellyfin.Api, Version=24.4.0.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:43] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api) in 3.2499ms
- [22:49:43] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)'
- [22:49:43] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/configurationpages?pageType=PluginConfiguration - 200 null application/json; charset=utf-8 7.688ms
- [22:49:43] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Plugins/d20aa9edeafc4578b3204e3b7093129c/1.0.0.0/Image - null null
- [22:49:43] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Plugins/4b9ed42f518548b598036ff2989014c4/20.0.0.0/Image - null null
- [22:49:43] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPluginImage (Jellyfin.Api)'
- [22:49:43] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPluginImage (Jellyfin.Api)'
- [22:49:43] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetPluginImage", controller = "Plugins"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult GetPluginImage(System.Guid, System.Version) on controller Jellyfin.Api.Controllers.PluginsController (Jellyfin.Api).
- [22:49:43] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetPluginImage", controller = "Plugins"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult GetPluginImage(System.Guid, System.Version) on controller Jellyfin.Api.Controllers.PluginsController (Jellyfin.Api).
- [22:49:43] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/data/plugins/Open Subtitles_20.0.0.0/jellyfin-plugin-opensubtitles.png' with download name '' ...
- [22:49:43] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.PluginsController.GetPluginImage (Jellyfin.Api) in 1.6541ms
- [22:49:43] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPluginImage (Jellyfin.Api)'
- [22:49:43] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Plugins/4b9ed42f518548b598036ff2989014c4/20.0.0.0/Image - 304 null null 5.8677ms
- [22:49:43] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'Microsoft.AspNetCore.Mvc.ProblemDetails'.
- [22:49:43] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.PluginsController.GetPluginImage (Jellyfin.Api) in 16.4826ms
- [22:49:43] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPluginImage (Jellyfin.Api)'
- [22:49:43] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Plugins/d20aa9edeafc4578b3204e3b7093129c/1.0.0.0/Image - 404 null application/json; charset=utf-8 19.2505ms
- [22:49:44] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Plugins - null null
- [22:49:44] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Packages?PackageType=UserInstalled - null null
- [22:49:44] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPlugins (Jellyfin.Api)'
- [22:49:44] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetPlugins", controller = "Plugins"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Plugins.PluginInfo]] GetPlugins() on controller Jellyfin.Api.Controllers.PluginsController (Jellyfin.Api).
- [22:49:44] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing OkResult`1, writing value of type 'System.Linq.Enumerable+SelectIPartitionIterator`2[[MediaBrowser.Common.Plugins.LocalPlugin, MediaBrowser.Common, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null],[MediaBrowser.Model.Plugins.PluginInfo, MediaBrowser.Model, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [22:49:44] [INF] [3] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.PackageController.GetPackages (Jellyfin.Api)'
- [22:49:44] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.PluginsController.GetPlugins (Jellyfin.Api) in 0.8841ms
- [22:49:44] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPlugins (Jellyfin.Api)'
- [22:49:44] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Plugins - 200 null application/json; charset=utf-8 1.9242ms
- [22:49:44] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetPackages", controller = "Package"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Updates.PackageInfo]] GetPackages() on controller Jellyfin.Api.Controllers.PackageController (Jellyfin.Api).
- [22:49:44] [INF] [3] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request GET https://repo.jellyfin.org/files/plugin/manifest.json
- [22:49:44] [INF] [3] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request GET https://repo.jellyfin.org/files/plugin/manifest.json
Advertisement
Add Comment
Please, Sign In to add comment