Advertisement
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...
- [23:21:40] [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)
- [23:21:40] [INF] [1] Main: Jellyfin version: 10.9.10
- [23:21:40] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_CACHE_DIR, /config/cache]"]
- [23:21:40] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
- [23:21:40] [INF] [1] Main: Operating system: Ubuntu 24.04 LTS
- [23:21:40] [INF] [1] Main: Architecture: X64
- [23:21:40] [INF] [1] Main: 64-Bit Process: True
- [23:21:40] [INF] [1] Main: User Interactive: True
- [23:21:40] [INF] [1] Main: Processor count: 4
- [23:21:40] [INF] [1] Main: Program data path: /config/data
- [23:21:40] [INF] [1] Main: Log directory path: /config/log
- [23:21:40] [INF] [1] Main: Config directory path: /config
- [23:21:40] [INF] [1] Main: Cache path: /config/cache
- [23:21:40] [INF] [1] Main: Web resources path: /usr/share/jellyfin/web
- [23:21:40] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
- [23:21:41] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
- [23:21:42] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
- [23:21:42] [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
- [23:21:42] [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
- [23:21:42] [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"]
- [23:21:42] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
- [23:21:42] [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"]
- [23:21:42] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.18.0.3"]
- [23:21:42] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
- [23:21:42] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
- [23:21:42] [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
- [23:21:45] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (17ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
- SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
- [23:21:45] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (50ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
- SELECT "MigrationId", "ProductVersion"
- FROM "__EFMigrationsHistory"
- ORDER BY "MigrationId";
- [23:21:48] [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"
- [23:21:48] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (1ms) [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"
- [23:21:48] [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"
- [23:21:48] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [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"
- [23:21:50] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: FinTube 1.0.1.0
- [23:21:50] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Open Subtitles 20.0.0.0
- [23:21:50] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.9.10.0
- [23:21:50] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.9.10.0
- [23:21:50] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.9.10.0
- [23:21:50] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.9.10.0
- [23:21:50] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.9.10.0
- [23:21:51] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
- [23:21:51] [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.
- [23:21:51] [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"
- [23:21:51] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
- SELECT "d"."Id", "d"."CustomName", "d"."DeviceId"
- FROM "DeviceOptions" AS "d"
- ORDER BY "d"."Id"
- [23:21:51] [INF] [1] Main: Kestrel is listening on 0.0.0.0
- [23:21:51] [INF] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Creating key {9000fe98-c690-4de5-badb-bbea1307b39f} with creation date 2024-09-04 23:21:51Z, activation date 2024-09-04 23:21:51Z, and expiration date 2024-12-03 23:21:51Z.
- [23:21:51] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {9000fe98-c690-4de5-badb-bbea1307b39f} may be persisted to storage in unencrypted form.
- [23:21:52] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /run/s6-rc:s6-rc-init:CBBKKD/servicedirs/svc-jellyfin/wwwroot. Static files may be unavailable.
- [23:21:52] [INF] [1] Microsoft.Hosting.Lifetime: Now listening on: http://0.0.0.0:8096
- [23:21:52] [INF] [1] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down.
- [23:21:52] [INF] [1] Microsoft.Hosting.Lifetime: Hosting environment: Production
- [23:21:52] [INF] [1] Microsoft.Hosting.Lifetime: Content root path: /run/s6-rc:s6-rc-init:CBBKKD/servicedirs/svc-jellyfin
- [23:21:52] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
- [23:21:52] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Generate Trickplay Images set to fire at 2024-09-05 03:00:00.000 +00:00, which is 03:38:07.2232323 from now.
- [23:21:52] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2024-09-05 02:00:00.000 +00:00, which is 02:38:07.1986289 from now.
- [23:21:52] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://localhost:8096/health - null null
- [23:21:53] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 6.0.1
- [23:21:53] [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"]
- [23:21:53] [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"]
- [23:21:53] [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"]
- [23:21:53] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
- [23:21:54] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://localhost:8096/health - 503 null text/html 1257.6695ms
- [23:21:54] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /music
- [23:21:54] [INF] [12] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /series2
- [23:21:54] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
- [23:21:54] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: 25514cad1a42453aadb5d71b4f2f8dd4
- [23:21:54] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
- [23:21:54] [INF] [1] Main: Startup complete 0:00:14.880398
- [23:21:55] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /movies
- [23:21:55] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://localhost:8096/health - null null
- [23:21:55] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Health checks'
- [23:21:55] [INF] [12] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Health checks'
- [23:21:55] [INF] [12] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://localhost:8096/health - 200 null text/plain 61.9342ms
- [ls.io-init] done.
- [23:21:55] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean up collections and playlists Completed after 0 minute(s) and 0 seconds
- [23:21:55] [INF] [12] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request GET https://repo.jellyfin.org/files/plugin/manifest.json
- [23:21:55] [INF] [12] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request GET https://repo.jellyfin.org/files/plugin/manifest.json
- [23:22:10] [INF] [12] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/ - null null
- [23:22:10] [INF] [12] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/ - 302 0 null 2.2585ms
- [23:22:10] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/ - null null
- [23:22:10] [INF] [10] 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
- [23:22:10] [INF] [12] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/serviceworker.js?776a3a6732aeca95f21b - null null
- [23:22:10] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/assets/img/banner-light.png - null null
- [23:22:10] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - null null
- [23:22:10] [INF] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/assets/img/banner-light.png'. Physical path: '/usr/share/jellyfin/web/assets/img/banner-light.png'
- [23:22:10] [INF] [21] 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 247.3358ms
- [23:22:10] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - null null
- [23:22:10] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/index.html'. Physical path: '/usr/share/jellyfin/web/index.html'
- [23:22:10] [INF] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/node_modules.history.bundle.js'. Physical path: '/usr/share/jellyfin/web/node_modules.history.bundle.js'
- [23:22:10] [INF] [12] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/serviceworker.js'. Physical path: '/usr/share/jellyfin/web/serviceworker.js'
- [23:22:10] [INF] [12] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/serviceworker.js?776a3a6732aeca95f21b - 499 null text/javascript 362.8176ms
- [23:22:10] [INF] [10] 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 364.4289ms
- [23:22:10] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/ - 499 null text/html 413.5019ms
- [23:22:10] [INF] [12] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - null null
- [23:22:11] [INF] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/config.json'. Physical path: '/usr/share/jellyfin/web/config.json'
- [23:22:11] [INF] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/config.json'. Physical path: '/usr/share/jellyfin/web/config.json'
- [23:22:11] [INF] [12] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/config.json'. Physical path: '/usr/share/jellyfin/web/config.json'
- [23:22:11] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - 200 null application/json 306.5783ms
- [23:22:11] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - 200 null application/json 118.1455ms
- [23:22:11] [INF] [12] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - 200 null application/json 13.428ms
- [23:22:11] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/f5bbb798cb2c65908633.png - null null
- [23:22:11] [INF] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/f5bbb798cb2c65908633.png'. Physical path: '/usr/share/jellyfin/web/f5bbb798cb2c65908633.png'
- [23:22:11] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/f5bbb798cb2c65908633.png - 499 8515 image/png 1.7012ms
- [23:22:11] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/System/Info/Public - null null
- [23:22:11] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)'
- [23:22:11] [INF] [11] 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).
- [23:22:11] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.System.PublicSystemInfo'.
- [23:22:11] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api) in 32.311ms
- [23:22:11] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)'
- [23:22:11] [INF] [11] 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 68.1436ms
- [23:22:11] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/bookPlayer-plugin.css - null null
- [23:22:11] [INF] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/bookPlayer-plugin.css'. Physical path: '/usr/share/jellyfin/web/bookPlayer-plugin.css'
- [23:22:11] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/bookPlayer-plugin.css - 499 null text/css 2.0148ms
- [23:22:11] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/system/info/public - null null
- [23:22:11] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)'
- [23:22:11] [INF] [10] 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).
- [23:22:11] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.System.PublicSystemInfo'.
- [23:22:11] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api) in 4.3104ms
- [23:22:11] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)'
- [23:22:11] [INF] [10] 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 11.342ms
- [23:22:11] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/System/Info - null null
- [23:22:11] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (2ms) [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;
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)'
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetSystemInfo", controller = "System"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo() on controller Jellyfin.Api.Controllers.SystemController (Jellyfin.Api).
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.System.SystemInfo'.
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api) in 27.4561ms
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)'
- [23:22:12] [INF] [8] 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 1073.8213ms
- [23:22:12] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/socket?api_key=693e2323ee0842418137a85cd6a14b1c&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTI4LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTI4LjB8MTcyMjEwMTM1NzA0MQ11 - null null
- [23:22:12] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96 - null null
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 POST http://192.168.1.7:8096/Sessions/Capabilities/Full - application/json 567
- [23:22:12] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/DisplayPreferences/usersettings?userId=aef9672a022f413995f189ac8e5cec96&client=emby - null null
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [23:22:12] [INF] [21] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [23:22:12] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)'
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)'
- [23:22:12] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)'
- [23:22:12] [INF] [21] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.1.10 request
- [23:22:12] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetUserById", controller = "User"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.UserDto] GetUserById(System.Guid) on controller Jellyfin.Api.Controllers.UserController (Jellyfin.Api).
- [23:22:12] [INF] [8] 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).
- [23:22:12] [INF] [11] 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).
- [23:22:12] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Dto.UserDto'.
- [23:22:12] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [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"
- [23:22:12] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (2ms) [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";
- [23:22:12] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api) in 122.3632ms
- [23:22:12] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)'
- [23:22:12] [INF] [10] 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 143.2516ms
- [23:22:12] [INF] [11] 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
- [23:22:12] [INF] [11] 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
- [23:22:12] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (0ms) [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";
- [23:22:12] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Dto.DisplayPreferencesDto'.
- [23:22:12] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api) in 298.2253ms
- [23:22:12] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)'
- [23:22:12] [INF] [11] 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 320.8913ms
- [23:22:12] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/28567.d80e6ad4fb8ab1b764d5.chunk.js - null null
- [23:22:12] [INF] [12] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/91737.css - null null
- [23:22:12] [INF] [12] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/91737.css'. Physical path: '/usr/share/jellyfin/web/91737.css'
- [23:22:12] [INF] [12] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/91737.css - 499 null text/css 1.1918ms
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api) in 318.0475ms
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)'
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 POST http://192.168.1.7:8096/Sessions/Capabilities/Full - 204 null null 339.0175ms
- [23:22:12] [INF] [12] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - null null
- [23:22:12] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Branding/Css - null null
- [23:22:12] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)'
- [23:22:12] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/config.json'. Physical path: '/usr/share/jellyfin/web/config.json'
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/config.json - 200 null application/json 1.9398ms
- [23:22:12] [INF] [11] 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).
- [23:22:12] [INF] [16] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/28567.d80e6ad4fb8ab1b764d5.chunk.js'. Physical path: '/usr/share/jellyfin/web/28567.d80e6ad4fb8ab1b764d5.chunk.js'
- [23:22:12] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/28567.d80e6ad4fb8ab1b764d5.chunk.js - 499 null text/javascript 19.1908ms
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/UserViews?userId=aef9672a022f413995f189ac8e5cec96 - null null
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)'
- [23:22:12] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'System.String'.
- [23:22:12] [INF] [8] 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).
- [23:22:12] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api) in 28.2594ms
- [23:22:12] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)'
- [23:22:12] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/f426483ca5059b50eec0.woff2 - null null
- [23:22:12] [INF] [11] 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 32.9122ms
- [23:22:12] [INF] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/f426483ca5059b50eec0.woff2'. Physical path: '/usr/share/jellyfin/web/f426483ca5059b50eec0.woff2'
- [23:22:12] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/f426483ca5059b50eec0.woff2 - 499 13332 font/woff2 14.503ms
- [23:22:12] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (1ms) [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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [21] 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;
- [23:22:12] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [23:22:13] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api) in 429.8297ms
- [23:22:13] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserViewsController.GetUserViews (Jellyfin.Api)'
- [23:22:13] [INF] [8] 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 439.1433ms
- [23:22:13] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/84158.css - null null
- [23:22:13] [INF] [8] 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
- [23:22:13] [INF] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/84158.css'. Physical path: '/usr/share/jellyfin/web/84158.css'
- [23:22:13] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/84158.css - 499 null text/css 1.839ms
- [23:22:13] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)'
- [23:22:13] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/7e64e319657a9516ec78490da03edccb/Images/Primary?fillHeight=270&fillWidth=480&quality=96&tag=61720941ea7d0b4231f2be491ef4af73 - null null
- [23:22:13] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/f137a2dd21bbc1b99aa5c0f6bf02a805/Images/Primary?fillHeight=270&fillWidth=480&quality=96&tag=a151080a585696475b1f696ddfe9b304 - null null
- [23:22:13] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:13] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:13] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/5ddaa59a73205234890fdcfc683e14ed/Images/Primary?fillHeight=270&fillWidth=480&quality=96&tag=fc210a145138efc30002145645877ab2 - null null
- [23:22:13] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:13] [INF] [8] 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).
- [23:22:13] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:13] [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).
- [23:22:13] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:13] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/5/5db20a1a-9922-8263-5569-b8559c85e800.webp' with download name '' ...
- [23:22:13] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/a/a754cf56-36f6-3d38-00a8-1c7aa29cefdf.webp' with download name '' ...
- [23:22:13] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/e/e1dac1d8-85d8-6f76-4e8a-0c9a0cecd764.webp' with download name '' ...
- [23:22:13] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 216.7399ms
- [23:22:13] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 216.5376ms
- [23:22:13] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:13] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 216.6845ms
- [23:22:13] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:13] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/7e64e319657a9516ec78490da03edccb/Images/Primary?fillHeight=270&fillWidth=480&quality=96&tag=61720941ea7d0b4231f2be491ef4af73 - 200 25810 image/webp 256.6888ms
- [23:22:13] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:13] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/5ddaa59a73205234890fdcfc683e14ed/Images/Primary?fillHeight=270&fillWidth=480&quality=96&tag=fc210a145138efc30002145645877ab2 - 200 31452 image/webp 230.6303ms
- [23:22:13] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/f137a2dd21bbc1b99aa5c0f6bf02a805/Images/Primary?fillHeight=270&fillWidth=480&quality=96&tag=a151080a585696475b1f696ddfe9b304 - 200 31716 image/webp 256.8277ms
- [23:22:18] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/System/Endpoint - null null
- [23:22:18] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)'
- [23:22:18] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetEndpointInfo", controller = "System"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Net.EndPointInfo] GetEndpointInfo() on controller Jellyfin.Api.Controllers.SystemController (Jellyfin.Api).
- [23:22:18] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Net.EndPointInfo'.
- [23:22:18] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api) in 6.0232ms
- [23:22:18] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)'
- [23:22:18] [INF] [16] 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 10.2231ms
- [23:22:18] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Playback/BitrateTest?Size=500000 - null null
- [23:22:18] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
- [23:22:18] [INF] [10] 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).
- [23:22:18] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing FileContentResult, sending file with download name '' ...
- [23:22:18] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api) in 27.7273ms
- [23:22:18] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
- [23:22:18] [INF] [10] 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 32.2155ms
- [23:22:18] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Playback/BitrateTest?Size=1000000 - null null
- [23:22:18] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
- [23:22:18] [INF] [21] 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).
- [23:22:18] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing FileContentResult, sending file with download name '' ...
- [23:22:18] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api) in 7.3461ms
- [23:22:18] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
- [23:22:18] [INF] [10] 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 9.8272ms
- [23:22:18] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Playback/BitrateTest?Size=3000000 - null null
- [23:22:18] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
- [23:22:18] [INF] [21] 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).
- [23:22:18] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing FileContentResult, sending file with download name '' ...
- [23:22:18] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api) in 57.0554ms
- [23:22:18] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)'
- [23:22:18] [INF] [16] 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 58.5794ms
- [23:22:25] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [23:22:25] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api) in 12752.0392ms
- [23:22:25] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)'
- [23:22:25] [INF] [8] 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 12790.5931ms
- [23:22:25] [INF] [8] 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
- [23:22:25] [INF] [11] 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
- [23:22:25] [INF] [16] 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
- [23:22:25] [INF] [10] 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-05T23%3A22%3A00.834Z&EnableResumable=false&EnableRewatching=false - null null
- [23:22:25] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)'
- [23:22:25] [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=f137a2dd21bbc1b99aa5c0f6bf02a805 - null null
- [23:22:25] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
- [23:22:25] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
- [23:22:25] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
- [23:22:25] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
- [23:22:25] [INF] [10] 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).
- [23:22:25] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetResumeItemsLegacy", controller = "Items"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetResumeItemsLegacy(System.Guid, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.MediaType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], Boolean, System.Nullable`1[System.Boolean], Boolean) on controller Jellyfin.Api.Controllers.ItemsController (Jellyfin.Api).
- [23:22:25] [INF] [11] 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).
- [23:22:25] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetResumeItemsLegacy", controller = "Items"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetResumeItemsLegacy(System.Guid, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.MediaType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], Boolean, System.Nullable`1[System.Boolean], Boolean) on controller Jellyfin.Api.Controllers.ItemsController (Jellyfin.Api).
- [23:22:25] [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).
- [23:22:25] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [23:22:25] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api) in 37.778ms
- [23:22:25] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
- [23:22:25] [INF] [16] 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 55.718ms
- [23:22:25] [INF] [16] 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
- [23:22:25] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
- [23:22:25] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetLatestMediaLegacy", controller = "UserLibrary"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean) on controller Jellyfin.Api.Controllers.UserLibraryController (Jellyfin.Api).
- [23:22:25] [INF] [11] 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]]'.
- [23:22:25] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api) in 44.4917ms
- [23:22:25] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
- [23:22:25] [INF] [11] 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 62.8559ms
- [23:22:25] [INF] [11] 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
- [23:22:25] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
- [23:22:25] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetLatestMediaLegacy", controller = "UserLibrary"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean) on controller Jellyfin.Api.Controllers.UserLibraryController (Jellyfin.Api).
- [23:22:26] [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]]'.
- [23:22:26] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing OkResult`1, writing value of type 'System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.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]]'.
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api) in 142.3862ms
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
- [23:22:26] [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=f137a2dd21bbc1b99aa5c0f6bf02a805 - 200 null application/json; charset=utf-8 159.7118ms
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null]]'.
- [23:22:26] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api) in 107.6534ms
- [23:22:26] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
- [23:22:26] [INF] [16] 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 111.0653ms
- [23:22:26] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing OkResult`1, writing value of type 'System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.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]]'.
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api) in 153.1405ms
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)'
- [23:22:26] [INF] [8] 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 169.619ms
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/0e33e2b10140b89d7814de861314ad95/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=3e16b32f673611f170fdf8ef049825b0 - null null
- [23:22:26] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/ede8add241426aac41c1fa9417085e0e/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=862249e0213171dfd99ad0802d84a48e - null null
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/b90d04d91707a1ffa9046a32cb323c2a/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=22a8dad65671a516ae46ff38654e1bbf - null null
- [23:22:26] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api) in 104.2534ms
- [23:22:26] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)'
- [23:22:26] [INF] [11] 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 125.457ms
- [23:22:26] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/028b5e4f5e6b0d1b000c16c69a4548f9/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=ba149b8808f857a1f2a8549931fe31a4 - null null
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:26] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:26] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:26] [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]]'.
- [23:22:26] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api) in 243.6142ms
- [23:22:26] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)'
- [23:22:26] [INF] [10] 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-05T23%3A22%3A00.834Z&EnableResumable=false&EnableRewatching=false - 200 null application/json; charset=utf-8 252.2192ms
- [23:22:26] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/72e35c6109b9a3f87ca2c4f93f998189/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=06d31f6a0a94cae4310eee68ccc002df - null null
- [23:22:26] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [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).
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/e/ec405374-2c74-cfda-ede1-9d3fe13b2717.webp' with download name '' ...
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 202.8514ms
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/b90d04d91707a1ffa9046a32cb323c2a/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=22a8dad65671a516ae46ff38654e1bbf - 200 53588 image/webp 212.3903ms
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/2ff278ab382b1f53084e56556dedd1a9/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=0381a9a5521022be8d15d94662127571 - null null
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/8/8a53e8f0-9bae-0168-7faf-033b46620776.webp' with download name '' ...
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/Images/Thumb?fillHeight=270&fillWidth=480&quality=96&tag=829c30303513cbcb0776bd1254db61b2 - null null
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/8/8255c425-fd37-d701-5e80-9e2dcb115152.webp' with download name '' ...
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 123.0089ms
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/2ff278ab382b1f53084e56556dedd1a9/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=0381a9a5521022be8d15d94662127571 - 200 73318 image/webp 124.442ms
- [23:22:26] [INF] [8] 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
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:26] [INF] [12] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 334.3574ms
- [23:22:26] [INF] [12] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [12] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/0e33e2b10140b89d7814de861314ad95/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=3e16b32f673611f170fdf8ef049825b0 - 200 70590 image/webp 344.181ms
- [23:22:26] [INF] [12] 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
- [23:22:26] [INF] [12] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [12] 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).
- [23:22:26] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/4/47493f1c-4cd5-644f-02d7-43e897f99c0e.webp' with download name '' ...
- [23:22:26] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 340.7391ms
- [23:22:26] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/ede8add241426aac41c1fa9417085e0e/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=862249e0213171dfd99ad0802d84a48e - 200 40958 image/webp 352.8405ms
- [23:22:26] [INF] [17] 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
- [23:22:26] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [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).
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/b/b5581109-0b16-cb4c-2254-f0c8399129f9.webp' with download name '' ...
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 125.4364ms
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/Images/Thumb?fillHeight=270&fillWidth=480&quality=96&tag=829c30303513cbcb0776bd1254db61b2 - 200 68848 image/webp 138.7068ms
- [23:22:26] [INF] [22] 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
- [23:22:26] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [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).
- [23:22:26] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/5/5c11079c-2338-ef89-84ae-0cb873b454fd.webp' with download name '' ...
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 46.1489ms
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [21] 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 - 200 7412 image/webp 48.2069ms
- [23:22:26] [INF] [21] 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
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:26] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/a/a7e0046e-44d8-519a-b9f4-56ce54e0f99b.webp' with download name '' ...
- [23:22:26] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 418.3065ms
- [23:22:26] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/028b5e4f5e6b0d1b000c16c69a4548f9/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=ba149b8808f857a1f2a8549931fe31a4 - 200 42300 image/webp 426.5959ms
- [23:22:26] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/26875cac94cdb86d59b7cd9b63ea47b1/Images/Primary?fillHeight=276&fillWidth=276&quality=96&tag=0f42ccc365a39e681dfd158b6122c774 - null null
- [23:22:26] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:26] [INF] [12] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/5/55447b91-5460-a68a-e364-98d618d2a018.webp' with download name '' ...
- [23:22:26] [INF] [12] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 160.887ms
- [23:22:26] [INF] [12] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [12] 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 - 200 14114 image/webp 162.5809ms
- [23:22:26] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/8/885cd2eb-1744-d5cf-ded5-bd840e566a09.webp' with download name '' ...
- [23:22:26] [INF] [12] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 446.4145ms
- [23:22:26] [INF] [12] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [12] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/72e35c6109b9a3f87ca2c4f93f998189/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=06d31f6a0a94cae4310eee68ccc002df - 200 70606 image/webp 449.0688ms
- [23:22:26] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/2/2063dc34-68dd-f0d2-5504-b507ac944d89.webp' with download name '' ...
- [23:22:26] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 193.6662ms
- [23:22:26] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [17] 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 - 200 18498 image/webp 194.8402ms
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/e/e4457b64-27e2-1404-c7db-86e95a493f86.webp' with download name '' ...
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 220.8843ms
- [23:22:26] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [21] 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 - 200 13752 image/webp 222.7116ms
- [23:22:26] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/b/bc86f9a1-1f30-e2ec-9583-f8a3e01ee5f1.webp' with download name '' ...
- [23:22:26] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 245.6964ms
- [23:22:26] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [22] 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 - 200 18942 image/webp 247.3528ms
- [23:22:26] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/b/bcc8d653-5153-f059-f6c0-2ea333f47efa.webp' with download name '' ...
- [23:22:26] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 210.3683ms
- [23:22:26] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:26] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/26875cac94cdb86d59b7cd9b63ea47b1/Images/Primary?fillHeight=276&fillWidth=276&quality=96&tag=0f42ccc365a39e681dfd158b6122c774 - 200 36476 image/webp 212.3591ms
- [23:22:27] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/f95ea22ad22f118de72751b14f73a3b6/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=5d2393529edd349a2f94c31bbd9cc7e9 - null null
- [23:22:27] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/2e18eb80c7b4144babaf9276f678bb1a/Images/Primary?fillHeight=406&fillWidth=276&quality=96&tag=3fde3e26ec053eb434c5c6eb50631d16 - null null
- [23:22:27] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/1d9193db42cd7490a5f1f73ff4c07838/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=fd438872a60ee9d806a22b46d3300d47 - null null
- [23:22:27] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/4e715407a57b100db79d845654e35f22/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=f7d57c379e9afb2398169dcb0e9e5480 - null null
- [23:22:27] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/06335f38d4ad5c3936b552aab429443b/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=02c5bd864eef2e70f4dfe89f19dcfe7c - null null
- [23:22:27] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:27] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:27] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:27] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:27] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:27] [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).
- [23:22:27] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/1/10ce0cdf-4d2e-eef5-3d15-3e22caff5b66.webp' with download name '' ...
- [23:22:27] [INF] [12] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/95277654baf2d47dea4c97702418c481/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=6aef8a8c69494d3ee98fc34a90d38771 - null null
- [23:22:27] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:27] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:27] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:27] [INF] [12] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:27] [INF] [12] 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).
- [23:22:27] [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).
- [23:22:27] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 58.9478ms
- [23:22:27] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:27] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/2e18eb80c7b4144babaf9276f678bb1a/Images/Primary?fillHeight=406&fillWidth=276&quality=96&tag=3fde3e26ec053eb434c5c6eb50631d16 - 200 57882 image/webp 62.0729ms
- [23:22:27] [INF] [12] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/2/2bd28d82-c0cb-5401-7dd8-be1cf1ebd96a.webp' with download name '' ...
- [23:22:27] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 153.5557ms
- [23:22:27] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:27] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/95277654baf2d47dea4c97702418c481/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=6aef8a8c69494d3ee98fc34a90d38771 - 200 37348 image/webp 159.6296ms
- [23:22:27] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/6/68236ed5-05c1-8ccc-469b-bfc3157b21ab.webp' with download name '' ...
- [23:22:27] [INF] [12] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 345.9298ms
- [23:22:27] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:27] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/f95ea22ad22f118de72751b14f73a3b6/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=5d2393529edd349a2f94c31bbd9cc7e9 - 200 32076 image/webp 355.2362ms
- [23:22:27] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/f/fe240df4-633b-05dc-6239-e39bffc6ca90.webp' with download name '' ...
- [23:22:27] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 354.7289ms
- [23:22:27] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:27] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/4e715407a57b100db79d845654e35f22/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=f7d57c379e9afb2398169dcb0e9e5480 - 200 67102 image/webp 361.3118ms
- [23:22:27] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/e/e526c494-230d-ac33-82b2-4efec6614971.webp' with download name '' ...
- [23:22:27] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 386.291ms
- [23:22:27] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:27] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/1d9193db42cd7490a5f1f73ff4c07838/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=fd438872a60ee9d806a22b46d3300d47 - 200 60116 image/webp 390.6651ms
- [23:22:27] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/e/e2cf36e3-5174-bc5d-6e50-36c48088e7d1.webp' with download name '' ...
- [23:22:27] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 391.0085ms
- [23:22:27] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:27] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/06335f38d4ad5c3936b552aab429443b/Images/Primary?fillHeight=414&fillWidth=276&quality=96&tag=02c5bd864eef2e70f4dfe89f19dcfe7c - 200 78936 image/webp 392.3398ms
- [23:22:30] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/38befb8bda72d9b486b0597bf6da0e1b - null null
- [23:22:30] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)'
- [23:22:30] [INF] [21] 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).
- [23:22:30] [INF] [21] 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
- [23:22:30] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Dto.BaseItemDto'.
- [23:22:30] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api) in 249.5633ms
- [23:22:30] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)'
- [23:22:30] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/38befb8bda72d9b486b0597bf6da0e1b - 200 null application/json; charset=utf-8 259.5441ms
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/38befb8bda72d9b486b0597bf6da0e1b - null null
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)'
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemLegacy", controller = "UserLibrary"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItemLegacy(System.Guid, System.Guid) on controller Jellyfin.Api.Controllers.UserLibraryController (Jellyfin.Api).
- [23:22:32] [INF] [17] 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
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Dto.BaseItemDto'.
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api) in 42.7128ms
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)'
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Users/aef9672a022f413995f189ac8e5cec96/Items/38befb8bda72d9b486b0597bf6da0e1b - 200 null application/json; charset=utf-8 44.7815ms
- [23:22:32] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/RemoteImages/Providers - null null
- [23:22:32] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.RemoteImageController.GetRemoteImageProviders (Jellyfin.Api)'
- [23:22:32] [INF] [21] 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).
- [23:22:32] [INF] [21] 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]]'.
- [23:22:32] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.RemoteImageController.GetRemoteImageProviders (Jellyfin.Api) in 17.4803ms
- [23:22:32] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.RemoteImageController.GetRemoteImageProviders (Jellyfin.Api)'
- [23:22:32] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/RemoteImages/Providers - 200 null application/json; charset=utf-8 21.0446ms
- [23:22:32] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/Images - null null
- [23:22:32] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImageInfos (Jellyfin.Api)'
- [23:22:32] [INF] [16] 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).
- [23:22:32] [INF] [16] 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]]'.
- [23:22:32] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImageInfos (Jellyfin.Api) in 27.2518ms
- [23:22:32] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImageInfos (Jellyfin.Api)'
- [23:22:32] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/Images - 200 null application/json; charset=utf-8 34.2555ms
- [23:22:32] [INF] [16] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/Images/Primary?maxWidth=360&tag=e44c45d92ce3a120146958893363048e&quality=90 - null null
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/Images/Logo?maxWidth=360&tag=134b781dfd2cd367e44ac63ab16986a4&quality=90 - null null
- [23:22:32] [INF] [16] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:32] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/Images/Backdrop/0?maxWidth=360&tag=b3eea58c29ba58728b2aa2103fb2db4a&quality=80 - null null
- [23:22:32] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImage", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32]) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:32] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImageByIndex (Jellyfin.Api)'
- [23:22:32] [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).
- [23:22:32] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/Images/Thumb?maxWidth=360&tag=829c30303513cbcb0776bd1254db61b2&quality=90 - null null
- [23:22:32] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:32] [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).
- [23:22:32] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetItemImageByIndex", controller = "Image"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImageByIndex(System.Guid, MediaBrowser.Model.Entities.ImageType, Int32, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String) on controller Jellyfin.Api.Controllers.ImageController (Jellyfin.Api).
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/1/1c9c0711-a17c-6c4b-52fc-99cfb75d692d.webp' with download name '' ...
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 45.6496ms
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/Images/Logo?maxWidth=360&tag=134b781dfd2cd367e44ac63ab16986a4&quality=90 - 200 14856 image/webp 47.9228ms
- [23:22:32] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/8/80eb9324-5f34-6af7-7ef9-28897347abd1.webp' with download name '' ...
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 90.2116ms
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/Images/Thumb?maxWidth=360&tag=829c30303513cbcb0776bd1254db61b2&quality=90 - 200 32344 image/webp 92.7046ms
- [23:22:32] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/b/b4288620-0cad-ba8a-c368-34201744bc46.webp' with download name '' ...
- [23:22:32] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImageByIndex (Jellyfin.Api) in 129.7456ms
- [23:22:32] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImageByIndex (Jellyfin.Api)'
- [23:22:32] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/Images/Backdrop/0?maxWidth=360&tag=b3eea58c29ba58728b2aa2103fb2db4a&quality=80 - 200 17722 image/webp 148.3173ms
- [23:22:32] [INF] [16] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing PhysicalFileResult, sending file '/config/cache/images/resized-images/f/f7940d42-18d9-fa5c-c5d8-bd923eb0ffe5.webp' with download name '' ...
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api) in 292.4374ms
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)'
- [23:22:32] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/Images/Primary?maxWidth=360&tag=e44c45d92ce3a120146958893363048e&quality=90 - 200 63244 image/webp 294.0844ms
- [23:22:35] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/RemoteImages?type=Primary&startIndex=0&limit=30&IncludeAllLanguages=false - null null
- [23:22:35] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.RemoteImageController.GetRemoteImages (Jellyfin.Api)'
- [23:22:35] [INF] [11] 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).
- [23:22:40] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.Providers.RemoteImageResult'.
- [23:22:40] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.RemoteImageController.GetRemoteImages (Jellyfin.Api) in 5508.1299ms
- [23:22:40] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.RemoteImageController.GetRemoteImages (Jellyfin.Api)'
- [23:22:40] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/RemoteImages?type=Primary&startIndex=0&limit=30&IncludeAllLanguages=false - 200 null application/json; charset=utf-8 5518.7755ms
- [23:22:44] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 POST http://192.168.1.7:8096/Items/38befb8bda72d9b486b0597bf6da0e1b/RemoteImages/Download?Type=Primary&ImageUrl=https%3A%2F%2Fimage.tmdb.org%2Ft%2Fp%2Foriginal%2FpB5upENYt9a1zp5JZoFD6hqez4I.jpg&ProviderName=TheMovieDb - null 0
- [23:22:44] [INF] [21] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [23:22:44] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.RemoteImageController.DownloadRemoteImage (Jellyfin.Api)'
- [23:22:44] [INF] [21] 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).
- [23:22:44] [INF] [21] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request GET https://image.tmdb.org/t/p/original/pB5upENYt9a1zp5JZoFD6hqez4I.jpg
- [23:22:44] [INF] [21] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request GET https://image.tmdb.org/t/p/original/pB5upENYt9a1zp5JZoFD6hqez4I.jpg
- [23:23:35] [INF] [21] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Cancelled after 1 minute(s) and 40 seconds
- [23:23:36] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/baba78f2a106d9baee83.png - null null
- [23:23:36] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/System/Info - null null
- [23:23:36] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/QuickConnect/Enabled - null null
- [23:23:36] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/ConfigurationPages?enableInMainMenu=true - null null
- [23:23:36] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)'
- [23:23:36] [INF] [23] 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).
- [23:23:36] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)'
- [23:23:36] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)'
- [23:23:36] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'MediaBrowser.Model.System.SystemInfo'.
- [23:23:36] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api) in 1.7119ms
- [23:23:36] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)'
- [23:23:36] [INF] [23] 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 3.3181ms
- [23:23:36] [INF] [21] 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).
- [23:23:36] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with {action = "GetConfigurationPages", controller = "Dashboard"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[Jellyfin.Api.Models.ConfigurationPageInfo]] GetConfigurationPages(System.Nullable`1[System.Boolean]) on controller Jellyfin.Api.Controllers.DashboardController (Jellyfin.Api).
- [23:23:36] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'System.Boolean'.
- [23:23:37] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api) in 9.4102ms
- [23:23:37] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)'
- [23:23:37] [INF] [21] 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 16.1004ms
- [23:23:37] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Jellyfin.Api.Models.ConfigurationPageInfo, Jellyfin.Api, Version=24.4.0.0, Culture=neutral, PublicKeyToken=null]]'.
- [23:23:37] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/25091.css - null null
- [23:23:37] [INF] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/25091.css'. Physical path: '/usr/share/jellyfin/web/25091.css'
- [23:23:37] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/25091.css - 499 null text/css 1.6125ms
- [23:23:37] [INF] [23] 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-03T23%3A23%3A11.935Z&hasUserId=true - null null
- [23:23:37] [INF] [21] 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-28T23%3A23%3A11.935Z&hasUserId=false - null null
- [23:23:37] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)'
- [23:23:37] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)'
- [23:23:37] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api) in 24.4907ms
- [23:23:37] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)'
- [23:23:37] [INF] [17] 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 30.4417ms
- [23:23:37] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Sessions?ActiveWithinSeconds=960 - null null
- [23:23:37] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)'
- [23:23:37] [INF] [17] 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).
- [23:23:37] [INF] [21] 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).
- [23:23:37] [INF] [23] 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).
- [23:23:37] [INF] [17] 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]]'.
- [23:23:37] [INF] [24] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/baba78f2a106d9baee83.png'. Physical path: '/usr/share/jellyfin/web/baba78f2a106d9baee83.png'
- [23:23:37] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/baba78f2a106d9baee83.png - 499 23534 image/png 433.7993ms
- [23:23:37] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/ScheduledTasks - null null
- [23:23:37] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)'
- [23:23:37] [INF] [24] 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).
- [23:23:37] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2'.
- [23:23:37] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api) in 434.4028ms
- [23:23:37] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)'
- [23:23:37] [INF] [17] 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 440.3767ms
- [23:23:37] [INF] [17] 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
- [23:23:37] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)'
- [23:23:37] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api) in 70.1255ms
- [23:23:37] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)'
- [23:23:37] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/ScheduledTasks - 200 null application/json; charset=utf-8 74.0284ms
- [23:23:37] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/ScheduledTasks?IsEnabled=true - null null
- [23:23:37] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)'
- [23:23:37] [INF] [24] 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).
- [23:23:37] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2'.
- [23:23:37] [INF] [17] 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).
- [23:23:37] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api) in 4.0522ms
- [23:23:37] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)'
- [23:23:37] [INF] [24] 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 4.994ms
- [23:23:37] [INF] [23] 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
- [23:23:37] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (1ms) [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
- [23:23:37] [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]]'.
- [23:23:37] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api) in 19.2979ms
- [23:23:37] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)'
- [23:23:37] [INF] [17] 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 38.9403ms
- [23:23:37] [INF] [23] 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
- [23:23:37] [INF] [21] 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
- [23:23:37] [INF] [23] 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]]'.
- [23:23:37] [INF] [21] 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]]'.
- [23:23:37] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api) in 507.0731ms
- [23:23:37] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api) in 505.7209ms
- [23:23:37] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)'
- [23:23:37] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)'
- [23:23:37] [INF] [23] 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-03T23%3A23%3A11.935Z&hasUserId=true - 200 null application/json; charset=utf-8 518.9082ms
- [23:23:37] [INF] [21] 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-28T23%3A23%3A11.935Z&hasUserId=false - 200 null application/json; charset=utf-8 518.6666ms
- [23:23:39] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/dashboard-plugins-installed-index-html.f2c5bb93a6135005cf35.chunk.js - null null
- [23:23:39] [INF] [24] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/dashboard-plugins-installed-index-html.f2c5bb93a6135005cf35.chunk.js'. Physical path: '/usr/share/jellyfin/web/dashboard-plugins-installed-index-html.f2c5bb93a6135005cf35.chunk.js'
- [23:23:39] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/dashboard-plugins-installed-index-html.f2c5bb93a6135005cf35.chunk.js - 499 null text/javascript 2.0601ms
- [23:23:39] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Plugins - null null
- [23:23:39] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPlugins (Jellyfin.Api)'
- [23:23:39] [INF] [23] 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).
- [23:23:39] [INF] [23] 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]]'.
- [23:23:39] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.PluginsController.GetPlugins (Jellyfin.Api) in 13.5181ms
- [23:23:39] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPlugins (Jellyfin.Api)'
- [23:23:39] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Plugins - 200 null application/json; charset=utf-8 16.9749ms
- [23:23:39] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/configurationpages?pageType=PluginConfiguration - null null
- [23:23:39] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)'
- [23:23:39] [INF] [24] 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).
- [23:23:39] [INF] [24] 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]]'.
- [23:23:39] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api) in 3.9293ms
- [23:23:39] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)'
- [23:23:39] [INF] [24] 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 8.3151ms
- [23:23:39] [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
- [23:23:39] [INF] [24] 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
- [23:23:39] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPluginImage (Jellyfin.Api)'
- [23:23:39] [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).
- [23:23:39] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPluginImage (Jellyfin.Api)'
- [23:23:39] [INF] [24] 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).
- [23:23:39] [INF] [24] 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 '' ...
- [23:23:39] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.PluginsController.GetPluginImage (Jellyfin.Api) in 3.6274ms
- [23:23:39] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPluginImage (Jellyfin.Api)'
- [23:23:39] [INF] [24] 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 8.8133ms
- [23:23:39] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing ObjectResult, writing value of type 'Microsoft.AspNetCore.Mvc.ProblemDetails'.
- [23:23:39] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.PluginsController.GetPluginImage (Jellyfin.Api) in 22.9307ms
- [23:23:39] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPluginImage (Jellyfin.Api)'
- [23:23:39] [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 27.5157ms
- [23:23:40] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/web/dashboard-plugins-available.css - null null
- [23:23:40] [INF] [17] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '/dashboard-plugins-available.css'. Physical path: '/usr/share/jellyfin/web/dashboard-plugins-available.css'
- [23:23:40] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/web/dashboard-plugins-available.css - 499 null text/css 1.754ms
- [23:23:40] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Plugins - null null
- [23:23:40] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.1.7:8096/Packages?PackageType=UserInstalled - null null
- [23:23:40] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPlugins (Jellyfin.Api)'
- [23:23:40] [INF] [23] 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).
- [23:23:40] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint 'Jellyfin.Api.Controllers.PackageController.GetPackages (Jellyfin.Api)'
- [23:23:40] [INF] [23] 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]]'.
- [23:23:40] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action Jellyfin.Api.Controllers.PluginsController.GetPlugins (Jellyfin.Api) in 1.5849ms
- [23:23:40] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint 'Jellyfin.Api.Controllers.PluginsController.GetPlugins (Jellyfin.Api)'
- [23:23:40] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.1.7:8096/Plugins - 200 null application/json; charset=utf-8 3.4292ms
- [23:23:40] [INF] [17] 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).
- [23:23:40] [INF] [17] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request GET https://repo.jellyfin.org/files/plugin/manifest.json
- [23:23:40] [INF] [17] 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
Advertisement