Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- First is a paste of the most recent log with debug enabled, followed by the list of files found in the .concat files that the error refers to. The .concat files stop at the same exact place every time.
- [2024-06-20 16:16:56.600 -04:00] [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)
- [2024-06-20 16:16:56.615 -04:00] [INF] [1] Main: Jellyfin version: "10.9.6"
- [2024-06-20 16:16:56.618 -04:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
- [2024-06-20 16:16:56.620 -04:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--service", "--datadir", "C:\ProgramData\Jellyfin\Server"]
- [2024-06-20 16:16:56.622 -04:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.22631"
- [2024-06-20 16:16:56.622 -04:00] [INF] [1] Main: Architecture: X64
- [2024-06-20 16:16:56.623 -04:00] [INF] [1] Main: 64-Bit Process: True
- [2024-06-20 16:16:56.624 -04:00] [INF] [1] Main: User Interactive: False
- [2024-06-20 16:16:56.624 -04:00] [INF] [1] Main: Processor count: 32
- [2024-06-20 16:16:56.625 -04:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
- [2024-06-20 16:16:56.625 -04:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log"
- [2024-06-20 16:16:56.626 -04:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config"
- [2024-06-20 16:16:56.627 -04:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache"
- [2024-06-20 16:16:56.627 -04:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
- [2024-06-20 16:16:56.628 -04:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
- [2024-06-20 16:16:56.685 -04:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
- [2024-06-20 16:16:56.723 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
- [2024-06-20 16:16:56.728 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Artwork, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Artwork_1.0.0.0\Jellyfin.Plugin.Artwork.dll"
- [2024-06-20 16:16:56.731 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Bookshelf_11.0.0.0\Jellyfin.Plugin.Bookshelf.dll"
- [2024-06-20 16:16:56.733 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.CoverArtArchive, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Cover Art Archive_8.0.0.0\Jellyfin.Plugin.CoverArtArchive.dll"
- [2024-06-20 16:16:56.734 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MetaBrainz.Common.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=be12cbb629c03021" from "C:\ProgramData\Jellyfin\Server\plugins\Cover Art Archive_8.0.0.0\MetaBrainz.Common.Json.dll"
- [2024-06-20 16:16:56.735 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MetaBrainz.MusicBrainz.CoverArt, Version=6.0.0.0, Culture=neutral, PublicKeyToken=be12cbb629c03021" from "C:\ProgramData\Jellyfin\Server\plugins\Cover Art Archive_8.0.0.0\MetaBrainz.MusicBrainz.CoverArt.dll"
- [2024-06-20 16:16:56.737 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Discogs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Discogs_1.0.0.0\Jellyfin.Plugin.Discogs.dll"
- [2024-06-20 16:16:56.738 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Fanart, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Fanart_11.0.0.0\Jellyfin.Plugin.Fanart.dll"
- [2024-06-20 16:16:56.740 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.IMVDb, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\IMVDb_4.0.0.0\Jellyfin.Plugin.IMVDb.dll"
- [2024-06-20 16:16:56.742 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ConfusedPolarBear.Plugin.IntroSkipper, Version=0.2.0.10, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Intro Skipper_0.2.0.10\ConfusedPolarBear.Plugin.IntroSkipper.dll"
- [2024-06-20 16:16:56.743 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Opds, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\OPDS_5.0.0.0\Jellyfin.Plugin.Opds.dll"
- [2024-06-20 16:16:56.745 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.OpenSubtitles, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Open Subtitles_20.0.0.0\Jellyfin.Plugin.OpenSubtitles.dll"
- [2024-06-20 16:16:56.746 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SessionCleaner, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Session Cleaner_3.0.0.0\Jellyfin.Plugin.SessionCleaner.dll"
- [2024-06-20 16:16:56.749 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_13.0.0.0\Jellyfin.Plugin.Tvdb.dll"
- [2024-06-20 16:16:56.753 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Tvdb.Sdk, Version=4.7.9.1, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_13.0.0.0\Tvdb.Sdk.dll"
- [2024-06-20 16:16:56.755 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.TMDbBoxSets, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Box Sets_11.0.0.0\Jellyfin.Plugin.TMDbBoxSets.dll"
- [2024-06-20 16:16:56.766 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "AngleSharp, Version=1.1.2.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\AngleSharp.dll"
- [2024-06-20 16:16:56.768 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "CliWrap, Version=3.6.6.0, Culture=neutral, PublicKeyToken=1c4a4fc2d6886e5a" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\CliWrap.dll"
- [2024-06-20 16:16:56.770 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tmdb.Trailers, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\Jellyfin.Plugin.Tmdb.Trailers.dll"
- [2024-06-20 16:16:56.774 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "TMDbLib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\TMDbLib.dll"
- [2024-06-20 16:16:56.776 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "YoutubeExplode.Converter, Version=6.3.14.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\YoutubeExplode.Converter.dll"
- [2024-06-20 16:16:56.779 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "YoutubeExplode, Version=6.3.14.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\YoutubeExplode.dll"
- [2024-06-20 16:16:56.782 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Flurl, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_11.0.0.0\Flurl.dll"
- [2024-06-20 16:16:56.784 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Flurl.Http, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_11.0.0.0\Flurl.Http.dll"
- [2024-06-20 16:16:56.785 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.TvMaze, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_11.0.0.0\Jellyfin.Plugin.TvMaze.dll"
- [2024-06-20 16:16:56.789 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_11.0.0.0\Polly.dll"
- [2024-06-20 16:16:56.790 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "TvMaze.Api.Client, Version=0.1.72.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_11.0.0.0\TvMaze.Api.Client.dll"
- [2024-06-20 16:16:56.792 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Vgmdb, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\VGMdb_4.0.0.0\Jellyfin.Plugin.Vgmdb.dll"
- [2024-06-20 16:16:56.808 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\BouncyCastle.Cryptography.dll"
- [2024-06-20 16:16:56.813 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Handlebars, Version=2.1.6.0, Culture=neutral, PublicKeyToken=22225d0bf33cd661" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\Handlebars.dll"
- [2024-06-20 16:16:56.814 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Webhook, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\Jellyfin.Plugin.Webhook.dll"
- [2024-06-20 16:16:56.822 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MailKit, Version=4.5.0.0, Culture=neutral, PublicKeyToken=4e064fe7c44a8f1b" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\MailKit.dll"
- [2024-06-20 16:16:56.828 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MimeKit, Version=4.5.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\MimeKit.dll"
- [2024-06-20 16:16:56.831 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MQTTnet, Version=4.3.4.1084, Culture=neutral, PublicKeyToken=fdb7629f2e364a63" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\MQTTnet.dll"
- [2024-06-20 16:16:56.832 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MQTTnet.Extensions.ManagedClient, Version=4.3.4.1084, Culture=neutral, PublicKeyToken=fdb7629f2e364a63" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\MQTTnet.Extensions.ManagedClient.dll"
- [2024-06-20 16:16:56.888 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-06-20 16:16:56.889 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
- [2024-06-20 16:16:56.890 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-06-20 16:16:56.891 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["192.168.87.3", "192.168.86.3", "127.0.0.1"]
- [2024-06-20 16:16:56.892 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
- [2024-06-20 16:16:56.893 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
- [2024-06-20 16:16:56.894 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
- [2024-06-20 16:16:57.339 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("11"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
- ""SELECT COUNT(*) FROM \"sqlite_master\" WHERE \"name\" = '__EFMigrationsHistory' AND \"type\" = 'table';"
- [2024-06-20 16:16:57.356 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"MigrationId\", \"ProductVersion\"
- FROM \"__EFMigrationsHistory\"
- ORDER BY \"MigrationId\";"
- [2024-06-20 16:16:58.752 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [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\""
- [2024-06-20 16:16:58.805 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [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\""
- [2024-06-20 16:16:58.814 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [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\""
- [2024-06-20 16:16:58.821 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [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\""
- [2024-06-20 16:16:59.859 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Artwork" "1.0.0.0"
- [2024-06-20 16:16:59.861 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
- [2024-06-20 16:16:59.862 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Cover Art Archive" "8.0.0.0"
- [2024-06-20 16:16:59.863 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Discogs" "1.0.0.0"
- [2024-06-20 16:16:59.864 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Fanart" "11.0.0.0"
- [2024-06-20 16:16:59.865 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "IMVDb" "4.0.0.0"
- [2024-06-20 16:16:59.951 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Plugin: Skip button already added
- [2024-06-20 16:17:00.045 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.2.0.10"
- [2024-06-20 16:17:00.047 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OPDS Feed" "5.0.0.0"
- [2024-06-20 16:17:00.052 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Open Subtitles" "20.0.0.0"
- [2024-06-20 16:17:00.054 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Session Cleaner" "3.0.0.0"
- [2024-06-20 16:17:00.055 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "13.0.0.0"
- [2024-06-20 16:17:00.056 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb Box Sets" "11.0.0.0"
- [2024-06-20 16:17:00.057 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb Trailers" "13.0.0.0"
- [2024-06-20 16:17:00.059 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TVmaze" "11.0.0.0"
- [2024-06-20 16:17:00.060 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "VGMdb" "4.0.0.0"
- [2024-06-20 16:17:00.061 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Webhook" "14.0.0.0"
- [2024-06-20 16:17:00.062 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.6.0"
- [2024-06-20 16:17:00.063 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.6.0"
- [2024-06-20 16:17:00.064 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.6.0"
- [2024-06-20 16:17:00.070 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.6.0"
- [2024-06-20 16:17:00.070 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.6.0"
- [2024-06-20 16:17:00.112 -04:00] [INF] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: User profile is available. Using '"C:\WINDOWS\system32\config\systemprofile\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest.
- [2024-06-20 16:17:00.116 -04:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
- [2024-06-20 16:17:00.125 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue
- [2024-06-20 16:17:00.208 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Books"
- [2024-06-20 16:17:00.216 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Collections"
- [2024-06-20 16:17:00.218 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Movies"
- [2024-06-20 16:17:00.222 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Music"
- [2024-06-20 16:17:00.228 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Shows"
- [2024-06-20 16:17:00.861 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Now listening on: "http://0.0.0.0:80"
- [2024-06-20 16:17:00.862 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Now listening on: "https://0.0.0.0:443"
- [2024-06-20 16:17:00.862 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down.
- [2024-06-20 16:17:00.863 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Hosting environment: "Production"
- [2024-06-20 16:17:00.864 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Content root path: "C:\Program Files\Jellyfin\Server"
- [2024-06-20 16:17:00.870 -04:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\books"
- [2024-06-20 16:17:00.870 -04:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\music"
- [2024-06-20 16:17:00.871 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
- [2024-06-20 16:17:00.871 -04:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\tv_shows"
- [2024-06-20 16:17:00.871 -04:00] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\ProgramData\Jellyfin\Server\data\collections"
- [2024-06-20 16:17:00.871 -04:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\videos"
- [2024-06-20 16:17:00.880 -04:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Detect Intros and Credits" set to fire at 2024-06-21 00:00:00.000 -04:00, which is 07:42:59.1196456 from now.
- [2024-06-20 16:17:00.884 -04:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "TMDb Trailers" set to fire at 2024-06-21 04:00:00.000 -04:00, which is 11:42:59.1159156 from now.
- [2024-06-20 16:17:00.890 -04:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2024-06-21 02:00:00.000 -04:00, which is 09:42:59.1090759 from now.
- [2024-06-20 16:17:00.915 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
- [2024-06-20 16:17:00.941 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
- [2024-06-20 16:17:00.965 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "mjpeg_qsv", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
- [2024-06-20 16:17:00.973 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:17:00.988 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "hwupload_cuda", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemap_cuda", "tonemap_opencl", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
- [2024-06-20 16:17:01.076 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 103.1489ms
- [2024-06-20 16:17:01.078 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:17:01.079 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:17:01.084 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 5.9243ms
- [2024-06-20 16:17:01.085 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:17:01.088 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 2.2543ms
- [2024-06-20 16:17:01.089 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:17:01.092 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 3.4483ms
- [2024-06-20 16:17:01.097 -04:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
- [2024-06-20 16:17:01.099 -04:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("3"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:01.114 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 34.9972ms
- [2024-06-20 16:17:01.116 -04:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
- [2024-06-20 16:17:01.116 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:17:01.120 -04:00] [INF] [14] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:01.122 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 6.3413ms
- [2024-06-20 16:17:01.123 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:17:01.126 -04:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:01.128 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 4.3286ms
- [2024-06-20 16:17:01.129 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:17:01.132 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:01.133 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 4.206ms
- [2024-06-20 16:17:01.135 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl"]
- [2024-06-20 16:17:01.235 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg"
- [2024-06-20 16:17:01.236 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "b6e141f242bd457c860c9c0fc15fed91"
- [2024-06-20 16:17:01.237 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
- [2024-06-20 16:17:01.237 -04:00] [INF] [1] Main: Startup complete 0:00:04.6968043
- [2024-06-20 16:17:03.906 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/files/plugin/manifest.json"
- [2024-06-20 16:17:03.907 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/files/plugin/manifest.json"
- [2024-06-20 16:17:03.989 -04:00] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:17:04.087 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 177.9855ms - 200
- [2024-06-20 16:17:04.088 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 183.3046ms - 200
- [2024-06-20 16:17:04.107 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-fanart.png"
- [2024-06-20 16:17:04.108 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-fanart.png"
- [2024-06-20 16:17:04.143 -04:00] [INF] [25] Emby.Server.Implementations.ScheduledTasks.TaskManager: "TMDb Trailers" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:17:04.165 -04:00] [INF] [25] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 56.4559ms - 200
- [2024-06-20 16:17:04.166 -04:00] [INF] [25] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 58.7296ms - 200
- [2024-06-20 16:17:04.216 -04:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - null null
- [2024-06-20 16:17:04.216 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - null null
- [2024-06-20 16:17:04.218 -04:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "https"://"movies.jamie.house""""/socket""?api_key=d29f91b2d8d347ce8824a59fa3db9e5c&deviceId=SmVsbHlmaW5NZWRpYVBsYXllciAxLjExLjAgKHdpbmRvd3MteDg2XzY0IDEwKXwxNzE3Nzc1NDg1NDUz" - null null
- [2024-06-20 16:17:04.219 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-06-20 16:17:04.221 -04:00] [INF] [31] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:04.221 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
- [2024-06-20 16:17:04.223 -04:00] [INF] [25] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-06-20 16:17:04.224 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
- [2024-06-20 16:17:04.224 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:17:04.226 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
- [2024-06-20 16:17:04.226 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:04.227 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-06-20 16:17:04.229 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:04.230 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
- [2024-06-20 16:17:04.231 -04:00] [INF] [25] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" request
- [2024-06-20 16:17:04.232 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-06-20 16:17:04.234 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 5.7891ms
- [2024-06-20 16:17:04.235 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-06-20 16:17:04.236 -04:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 19.5655ms
- [2024-06-20 16:17:04.236 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/Sessions""?ControllableByUserId=99f284cfab7240f890ca5f74cfeec558" - null null
- [2024-06-20 16:17:04.237 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 8.3324ms
- [2024-06-20 16:17:04.239 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:17:04.240 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - 200 null "application/json; charset=utf-8" 23.5524ms
- [2024-06-20 16:17:04.244 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:04.246 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
- [2024-06-20 16:17:04.248 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_AccessToken_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT COUNT(*)
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0"
- [2024-06-20 16:17:04.249 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSessions\", controller = \"Session\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.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").
- [2024-06-20 16:17:04.254 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__query_AccessToken_0='?' (Size = 32), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0
- ORDER BY \"d\".\"Id\"
- LIMIT @__p_1"
- [2024-06-20 16:17:04.254 -04:00] [INF] [8] 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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-06-20 16:17:04.260 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__deviceId_0='?' (Size = 80)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
- FROM \"DeviceOptions\" AS \"d\"
- WHERE \"d\".\"DeviceId\" = @__deviceId_0
- LIMIT 1"
- [2024-06-20 16:17:04.287 -04:00] [INF] [31] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 61.3851ms - 200
- [2024-06-20 16:17:04.288 -04:00] [INF] [31] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 66.8324ms - 200
- [2024-06-20 16:17:04.290 -04:00] [INF] [29] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-coverartarchive.png"
- [2024-06-20 16:17:04.290 -04:00] [INF] [29] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-coverartarchive.png"
- [2024-06-20 16:17:04.308 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 37), @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\";"
- [2024-06-20 16:17:04.315 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)" in 64.8222ms
- [2024-06-20 16:17:04.316 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
- [2024-06-20 16:17:04.317 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/Sessions""?ControllableByUserId=99f284cfab7240f890ca5f74cfeec558" - 200 null "application/json; charset=utf-8" 80.3185ms
- [2024-06-20 16:17:04.354 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 62.942ms - 200
- [2024-06-20 16:17:04.355 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 65.2566ms - 200
- [2024-06-20 16:17:04.356 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.357 -04:00] [INF] [29] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png"
- [2024-06-20 16:17:04.358 -04:00] [INF] [29] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png"
- [2024-06-20 16:17:04.359 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.360 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.361 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.362 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.363 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.364 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.366 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.367 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.368 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.369 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.370 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.371 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.372 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.373 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.374 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.376 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.377 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.378 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.379 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.380 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.382 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.383 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.384 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.386 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.387 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.388 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.389 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.391 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.392 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.393 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.394 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (Size = 147)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.396 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (Size = 73)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.397 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.398 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.399 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (Size = 295)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.400 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:17:04.408 -04:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p29='?' (DbType = Guid), @p0='?' (Size = 3), @p1='?' (Size = 67), @p2='?' (Size = 8), @p3='?' (DbType = Boolean), @p4='?' (DbType = Boolean), @p5='?' (DbType = Boolean), @p6='?' (DbType = Boolean), @p7='?' (DbType = Boolean), @p8='?' (DbType = Boolean), @p9='?' (DbType = Boolean), @p10='?' (DbType = Int64), @p11='?' (DbType = Int32), @p12='?' (DbType = DateTime), @p13='?' (DbType = DateTime), @p14='?' (DbType = Int32), @p15='?' (DbType = Int32), @p16='?' (DbType = Int32), @p17='?' (DbType = Boolean), @p18='?' (Size = 194), @p19='?' (Size = 66), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = Int32), @p24='?' (DbType = UInt32), @p30='?' (DbType = UInt32), @p25='?' (Size = 3), @p26='?' (DbType = Int32), @p27='?' (DbType = Int32), @p28='?' (Size = 16)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Users\" SET \"AudioLanguagePreference\" = @p0, \"AuthenticationProviderId\" = @p1, \"CastReceiverId\" = @p2, \"DisplayCollectionsView\" = @p3, \"DisplayMissingEpisodes\" = @p4, \"EnableAutoLogin\" = @p5, \"EnableLocalPassword\" = @p6, \"EnableNextEpisodeAutoPlay\" = @p7, \"EnableUserPreferenceAccess\" = @p8, \"HidePlayedInLatest\" = @p9, \"InternalId\" = @p10, \"InvalidLoginAttemptCount\" = @p11, \"LastActivityDate\" = @p12, \"LastLoginDate\" = @p13, \"LoginAttemptsBeforeLockout\" = @p14, \"MaxActiveSessions\" = @p15, \"MaxParentalAgeRating\" = @p16, \"MustUpdatePassword\" = @p17, \"Password\" = @p18, \"PasswordResetProviderId\" = @p19, \"PlayDefaultAudioTrack\" = @p20, \"RememberAudioSelections\" = @p21, \"RememberSubtitleSelections\" = @p22, \"RemoteClientBitrateLimit\" = @p23, \"RowVersion\" = @p24, \"SubtitleLanguagePreference\" = @p25, \"SubtitleMode\" = @p26, \"SyncPlayAccess\" = @p27, \"Username\" = @p28
- WHERE \"Id\" = @p29 AND \"RowVersion\" = @p30
- RETURNING 1;"
- [2024-06-20 16:17:04.422 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 62.9081ms - 200
- [2024-06-20 16:17:04.422 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 65.6226ms - 200
- [2024-06-20 16:17:04.424 -04:00] [INF] [29] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvmaze.png"
- [2024-06-20 16:17:04.425 -04:00] [INF] [29] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvmaze.png"
- [2024-06-20 16:17:04.491 -04:00] [INF] [25] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 65.4324ms - 200
- [2024-06-20 16:17:04.492 -04:00] [INF] [25] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 67.7812ms - 200
- [2024-06-20 16:17:04.494 -04:00] [INF] [29] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-webhook.png"
- [2024-06-20 16:17:04.494 -04:00] [INF] [29] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-webhook.png"
- [2024-06-20 16:17:04.556 -04:00] [INF] [29] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 59.9256ms - 200
- [2024-06-20 16:17:04.556 -04:00] [INF] [29] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 62.7327ms - 200
- [2024-06-20 16:17:04.588 -04:00] [INF] [25] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opds.png"
- [2024-06-20 16:17:04.589 -04:00] [INF] [25] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opds.png"
- [2024-06-20 16:17:04.648 -04:00] [INF] [25] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 57.702ms - 200
- [2024-06-20 16:17:04.648 -04:00] [INF] [25] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 60.0123ms - 200
- [2024-06-20 16:17:04.653 -04:00] [INF] [25] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-vgmdb.png"
- [2024-06-20 16:17:04.654 -04:00] [INF] [25] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-vgmdb.png"
- [2024-06-20 16:17:04.716 -04:00] [INF] [25] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 61.279ms - 200
- [2024-06-20 16:17:04.717 -04:00] [INF] [25] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 63.6324ms - 200
- [2024-06-20 16:17:04.779 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-discogs.png"
- [2024-06-20 16:17:04.780 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-discogs.png"
- [2024-06-20 16:17:04.844 -04:00] [INF] [31] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 62.8371ms - 200
- [2024-06-20 16:17:04.844 -04:00] [INF] [31] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 65.1123ms - 200
- [2024-06-20 16:17:04.847 -04:00] [INF] [25] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://raw.githubusercontent.com/crobibero/jellyfin-plugin-tmdb-trailers/master/manifest.json"
- [2024-06-20 16:17:04.848 -04:00] [INF] [25] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://raw.githubusercontent.com/crobibero/jellyfin-plugin-tmdb-trailers/master/manifest.json"
- [2024-06-20 16:17:04.880 -04:00] [INF] [31] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 31.8209ms - 200
- [2024-06-20 16:17:04.881 -04:00] [INF] [31] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 33.9699ms - 200
- [2024-06-20 16:17:04.883 -04:00] [INF] [31] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://raw.githubusercontent.com/crobibero/jellyfin-plugin-tmdb-trailers/master/Jellyfin.Plugin.Tmdb.Trailers/Images/jellyfin-plugin-tmdb.png"
- [2024-06-20 16:17:04.884 -04:00] [INF] [31] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://raw.githubusercontent.com/crobibero/jellyfin-plugin-tmdb-trailers/master/Jellyfin.Plugin.Tmdb.Trailers/Images/jellyfin-plugin-tmdb.png"
- [2024-06-20 16:17:04.895 -04:00] [INF] [31] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 10.6369ms - 200
- [2024-06-20 16:17:04.896 -04:00] [INF] [31] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 12.7683ms - 200
- [2024-06-20 16:17:04.906 -04:00] [INF] [31] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://raw.githubusercontent.com/jumoog/intro-skipper/master/manifest.json"
- [2024-06-20 16:17:04.907 -04:00] [INF] [31] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://raw.githubusercontent.com/jumoog/intro-skipper/master/manifest.json"
- [2024-06-20 16:17:04.918 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 10.8725ms - 200
- [2024-06-20 16:17:04.919 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 12.8471ms - 200
- [2024-06-20 16:17:04.920 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://raw.githubusercontent.com/jumoog/intro-skipper/master/images/logo.png"
- [2024-06-20 16:17:04.921 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://raw.githubusercontent.com/jumoog/intro-skipper/master/images/logo.png"
- [2024-06-20 16:17:04.931 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 10.042ms - 200
- [2024-06-20 16:17:04.932 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 12.255ms - 200
- [2024-06-20 16:17:04.936 -04:00] [INF] [31] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 1 seconds
- [2024-06-20 16:17:05.988 -04:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/""" - null null
- [2024-06-20 16:17:05.992 -04:00] [INF] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/index.html" was not modified
- [2024-06-20 16:17:05.992 -04:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/""" - 304 null "text/html" 3.9205ms
- [2024-06-20 16:17:06.000 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 44), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 24), @p7='?' (Size = 12), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
- ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
- VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
- RETURNING \"Id\";"
- [2024-06-20 16:17:06.004 -04:00] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" closed
- [2024-06-20 16:17:06.005 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/configurationpage""?name=skip-intro-button.js" - null null
- [2024-06-20 16:17:06.007 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetDashboardConfigurationPage (Jellyfin.Api)"'
- [2024-06-20 16:17:06.007 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"movies.jamie.house""""/socket""?api_key=d29f91b2d8d347ce8824a59fa3db9e5c&deviceId=SmVsbHlmaW5NZWRpYVBsYXllciAxLjExLjAgKHdpbmRvd3MteDg2XzY0IDEwKXwxNzE3Nzc1NDg1NDUz" - 101 null null 1788.7395ms
- [2024-06-20 16:17:06.008 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetDashboardConfigurationPage\", controller = \"Dashboard\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetDashboardConfigurationPage(System.String)" on controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api").
- [2024-06-20 16:17:06.016 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor: Executing "FileStreamResult", sending file with download name '""' ...
- [2024-06-20 16:17:06.019 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DashboardController.GetDashboardConfigurationPage (Jellyfin.Api)" in 9.7345ms
- [2024-06-20 16:17:06.020 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetDashboardConfigurationPage (Jellyfin.Api)"'
- [2024-06-20 16:17:06.021 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/configurationpage""?name=skip-intro-button.js" - 200 11152 "application/javascript" 16.3507ms
- [2024-06-20 16:17:06.076 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info/Public""" - null null
- [2024-06-20 16:17:06.077 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:17:06.079 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetPublicSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.PublicSystemInfo] GetPublicSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-06-20 16:17:06.080 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
- [2024-06-20 16:17:06.083 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 2.8781ms
- [2024-06-20 16:17:06.086 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:17:06.087 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info/Public""" - 200 null "application/json; charset=utf-8" 10.8985ms
- [2024-06-20 16:17:06.226 -04:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:17:06.228 -04:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:17:06.228 -04:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetPublicSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.PublicSystemInfo] GetPublicSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-06-20 16:17:06.230 -04:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
- [2024-06-20 16:17:06.231 -04:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 1.5022ms
- [2024-06-20 16:17:06.232 -04:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:17:06.233 -04:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 200 null "application/json; charset=utf-8" 6.4414ms
- [2024-06-20 16:17:06.236 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - null null
- [2024-06-20 16:17:06.237 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:06.239 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:17:06.239 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-06-20 16:17:06.241 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-06-20 16:17:06.242 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 1.111ms
- [2024-06-20 16:17:06.242 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:17:06.243 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - 200 null "application/json; charset=utf-8" 7.4475ms
- [2024-06-20 16:17:06.246 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "POST" "https"://"movies.jamie.house""""/Sessions/Capabilities/Full""" - "application/json" 567
- [2024-06-20 16:17:06.246 -04:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/Users/99f284cfab7240f890ca5f74cfeec558""" - null null
- [2024-06-20 16:17:06.247 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/DisplayPreferences/usersettings""?userId=99f284cfab7240f890ca5f74cfeec558&client=emby" - null null
- [2024-06-20 16:17:06.248 -04:00] [INF] [31] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:06.249 -04:00] [INF] [29] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:06.251 -04:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "https"://"movies.jamie.house""""/socket""?api_key=d29f91b2d8d347ce8824a59fa3db9e5c&deviceId=SmVsbHlmaW5NZWRpYVBsYXllciAxLjExLjAgKHdpbmRvd3MteDg2XzY0IDEwKXwxNzE3Nzc1NDg1NDUz" - null null
- [2024-06-20 16:17:06.252 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
- [2024-06-20 16:17:06.252 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
- [2024-06-20 16:17:06.254 -04:00] [INF] [27] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-06-20 16:17:06.255 -04:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:06.256 -04:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetUserById\", controller = \"User\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.UserDto] GetUserById(System.Guid)" on controller "Jellyfin.Api.Controllers.UserController" ("Jellyfin.Api").
- [2024-06-20 16:17:06.256 -04:00] [INF] [31] 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").
- [2024-06-20 16:17:06.257 -04:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:06.259 -04:00] [INF] [27] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" request
- [2024-06-20 16:17:06.260 -04:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_AccessToken_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT COUNT(*)
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0"
- [2024-06-20 16:17:06.261 -04:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.UserDto"'.
- [2024-06-20 16:17:06.262 -04:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_AccessToken_0='?' (Size = 32), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0
- ORDER BY \"d\".\"Id\"
- LIMIT @__p_1"
- [2024-06-20 16:17:06.262 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/Sessions""?ControllableByUserId=99f284cfab7240f890ca5f74cfeec558" - null null
- [2024-06-20 16:17:06.265 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:06.266 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
- [2024-06-20 16:17:06.267 -04:00] [INF] [30] 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").
- [2024-06-20 16:17:06.268 -04:00] [INF] [31] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__deviceId_0='?' (Size = 80)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
- FROM \"DeviceOptions\" AS \"d\"
- WHERE \"d\".\"DeviceId\" = @__deviceId_0
- LIMIT 1"
- [2024-06-20 16:17:06.268 -04:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("4"ms) [Parameters=["@__deviceId_0='?' (Size = 80)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
- FROM \"DeviceOptions\" AS \"d\"
- WHERE \"d\".\"DeviceId\" = @__deviceId_0
- LIMIT 1"
- [2024-06-20 16:17:06.268 -04:00] [INF] [30] 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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-06-20 16:17:06.271 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)" in 3.3373ms
- [2024-06-20 16:17:06.272 -04:00] [INF] [42] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("2"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 37), @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\";"
- [2024-06-20 16:17:06.272 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
- [2024-06-20 16:17:06.274 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/Sessions""?ControllableByUserId=99f284cfab7240f890ca5f74cfeec558" - 200 null "application/json; charset=utf-8" 11.6599ms
- [2024-06-20 16:17:06.276 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:06.277 -04:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)" in 19.329ms
- [2024-06-20 16:17:06.277 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-06-20 16:17:06.278 -04:00] [INF] [42] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/Users/99f284cfab7240f890ca5f74cfeec558""" - null null
- [2024-06-20 16:17:06.278 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
- [2024-06-20 16:17:06.278 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
- [2024-06-20 16:17:06.279 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)" in 20.3846ms
- [2024-06-20 16:17:06.280 -04:00] [INF] [42] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:06.280 -04:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/Users/99f284cfab7240f890ca5f74cfeec558""" - 200 null "application/json; charset=utf-8" 34.0069ms
- [2024-06-20 16:17:06.282 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetDisplayPreferences\", controller = \"DisplayPreferences\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.DisplayPreferencesDto] GetDisplayPreferences(System.String, System.Nullable`1[System.Guid], System.String)" on controller "Jellyfin.Api.Controllers.DisplayPreferencesController" ("Jellyfin.Api").
- [2024-06-20 16:17:06.283 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
- [2024-06-20 16:17:06.285 -04:00] [INF] [42] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
- [2024-06-20 16:17:06.287 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "POST" "https"://"movies.jamie.house""""/Sessions/Capabilities/Full""" - 204 null null 40.5523ms
- [2024-06-20 16:17:06.287 -04:00] [INF] [42] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetUserById\", controller = \"User\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.UserDto] GetUserById(System.Guid)" on controller "Jellyfin.Api.Controllers.UserController" ("Jellyfin.Api").
- [2024-06-20 16:17:06.290 -04:00] [INF] [42] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.UserDto"'.
- [2024-06-20 16:17:06.291 -04:00] [INF] [42] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)" in 1.278ms
- [2024-06-20 16:17:06.292 -04:00] [INF] [42] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
- [2024-06-20 16:17:06.292 -04:00] [INF] [42] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/Users/99f284cfab7240f890ca5f74cfeec558""" - 200 null "application/json; charset=utf-8" 14.8682ms
- [2024-06-20 16:17:06.299 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__client_1='?' (Size = 4), @__itemId_2='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"t\".\"Id\", \"t\".\"ChromecastVersion\", \"t\".\"Client\", \"t\".\"DashboardTheme\", \"t\".\"EnableNextVideoInfoOverlay\", \"t\".\"IndexBy\", \"t\".\"ItemId\", \"t\".\"ScrollDirection\", \"t\".\"ShowBackdrop\", \"t\".\"ShowSidebar\", \"t\".\"SkipBackwardLength\", \"t\".\"SkipForwardLength\", \"t\".\"TvHome\", \"t\".\"UserId\", \"h\".\"Id\", \"h\".\"DisplayPreferencesId\", \"h\".\"Order\", \"h\".\"Type\"
- FROM (
- SELECT \"d\".\"Id\", \"d\".\"ChromecastVersion\", \"d\".\"Client\", \"d\".\"DashboardTheme\", \"d\".\"EnableNextVideoInfoOverlay\", \"d\".\"IndexBy\", \"d\".\"ItemId\", \"d\".\"ScrollDirection\", \"d\".\"ShowBackdrop\", \"d\".\"ShowSidebar\", \"d\".\"SkipBackwardLength\", \"d\".\"SkipForwardLength\", \"d\".\"TvHome\", \"d\".\"UserId\"
- FROM \"DisplayPreferences\" AS \"d\"
- WHERE \"d\".\"UserId\" = @__userId_0 AND \"d\".\"Client\" = @__client_1 AND \"d\".\"ItemId\" = @__itemId_2
- LIMIT 1
- ) AS \"t\"
- LEFT JOIN \"HomeSection\" AS \"h\" ON \"t\".\"Id\" = \"h\".\"DisplayPreferencesId\"
- ORDER BY \"t\".\"Id\""
- [2024-06-20 16:17:06.316 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"i\".\"Id\", \"i\".\"Client\", \"i\".\"IndexBy\", \"i\".\"ItemId\", \"i\".\"RememberIndexing\", \"i\".\"RememberSorting\", \"i\".\"SortBy\", \"i\".\"SortOrder\", \"i\".\"UserId\", \"i\".\"ViewType\"
- FROM \"ItemDisplayPreferences\" AS \"i\"
- WHERE \"i\".\"UserId\" = @__userId_0 AND \"i\".\"ItemId\" = @__itemId_1 AND \"i\".\"Client\" = @__client_2
- LIMIT 1"
- [2024-06-20 16:17:06.327 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"c\".\"Id\", \"c\".\"Client\", \"c\".\"ItemId\", \"c\".\"Key\", \"c\".\"UserId\", \"c\".\"Value\"
- FROM \"CustomItemDisplayPreferences\" AS \"c\"
- WHERE \"c\".\"UserId\" = @__userId_0 AND \"c\".\"ItemId\" = @__itemId_1 AND \"c\".\"Client\" = @__client_2"
- [2024-06-20 16:17:06.345 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.DisplayPreferencesDto"'.
- [2024-06-20 16:17:06.351 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)" in 65.3346ms
- [2024-06-20 16:17:06.352 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
- [2024-06-20 16:17:06.353 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/DisplayPreferences/usersettings""?userId=99f284cfab7240f890ca5f74cfeec558&client=emby" - 200 null "application/json; charset=utf-8" 106.4307ms
- [2024-06-20 16:17:06.375 -04:00] [INF] [42] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/Branding/Css""" - null null
- [2024-06-20 16:17:06.377 -04:00] [INF] [42] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
- [2024-06-20 16:17:06.378 -04:00] [INF] [42] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetBrandingCss\", controller = \"Branding\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.String] GetBrandingCss()" on controller "Jellyfin.Api.Controllers.BrandingController" ("Jellyfin.Api").
- [2024-06-20 16:17:06.383 -04:00] [INF] [42] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.String"'.
- [2024-06-20 16:17:06.384 -04:00] [INF] [42] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)" in 4.9301ms
- [2024-06-20 16:17:06.385 -04:00] [INF] [42] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
- [2024-06-20 16:17:06.385 -04:00] [INF] [42] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/Branding/Css""" - 200 null "text/css; charset=utf-8" 10.2905ms
- [2024-06-20 16:17:06.428 -04:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("153"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 37), @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\";"
- [2024-06-20 16:17:06.504 -04:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - null null
- [2024-06-20 16:17:06.506 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-06-20 16:17:06.507 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - null null
- [2024-06-20 16:17:06.507 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
- [2024-06-20 16:17:06.508 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/ConfigurationPages""?enableInMainMenu=true" - null null
- [2024-06-20 16:17:06.509 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:06.510 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
- [2024-06-20 16:17:06.511 -04:00] [INF] [31] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:06.512 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:17:06.513 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 3.2112ms
- [2024-06-20 16:17:06.514 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-06-20 16:17:06.514 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-06-20 16:17:06.515 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-06-20 16:17:06.516 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetConfigurationPages\", controller = \"Dashboard\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[Jellyfin.Api.Models.ConfigurationPageInfo]] GetConfigurationPages(System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api").
- [2024-06-20 16:17:06.517 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-06-20 16:17:06.518 -04:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 13.4824ms
- [2024-06-20 16:17:06.520 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 2.9142ms
- [2024-06-20 16:17:06.523 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:17:06.524 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - 200 null "application/json; charset=utf-8" 17.1876ms
- [2024-06-20 16:17:06.524 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.List`1[[Jellyfin.Api.Models.ConfigurationPageInfo, Jellyfin.Api, Version=12.0.0.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-06-20 16:17:06.527 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)" in 8.2923ms
- [2024-06-20 16:17:06.528 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-06-20 16:17:06.528 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/ConfigurationPages""?enableInMainMenu=true" - 200 null "application/json; charset=utf-8" 20.6041ms
- [2024-06-20 16:17:06.568 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:17:06.570 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:06.571 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:17:06.572 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:17:06.573 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-06-20 16:17:06.585 -04:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 11.87ms
- [2024-06-20 16:17:06.586 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:17:06.587 -04:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 200 null "application/json; charset=utf-8" 19.4342ms
- [2024-06-20 16:17:08.461 -04:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "POST" "https"://"movies.jamie.house""""/ScheduledTasks/Running/ec2f221fd8e7706b3d3afd2c4591b4d7""" - null 0
- [2024-06-20 16:17:08.462 -04:00] [INF] [29] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:08.464 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
- [2024-06-20 16:17:08.465 -04:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"StartTask\", controller = \"ScheduledTasks\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StartTask(System.String)" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:17:08.466 -04:00] [INF] [29] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-06-20 16:17:08.467 -04:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)" in 1.1324ms
- [2024-06-20 16:17:08.468 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
- [2024-06-20 16:17:08.469 -04:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "POST" "https"://"movies.jamie.house""""/ScheduledTasks/Running/ec2f221fd8e7706b3d3afd2c4591b4d7""" - 204 null null 8.0291ms
- [2024-06-20 16:17:08.471 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:17:08.472 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:08.474 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:17:08.475 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:17:08.476 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-06-20 16:17:08.477 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.4847ms
- [2024-06-20 16:17:08.478 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:17:08.479 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 200 null "application/json; charset=utf-8" 7.8439ms
- [2024-06-20 16:17:08.506 -04:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/serviceworker.js""" - null null
- [2024-06-20 16:17:08.508 -04:00] [INF] [29] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/serviceworker.js" was not modified
- [2024-06-20 16:17:08.509 -04:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/serviceworker.js""" - 304 null "text/javascript" 2.2198ms
- [2024-06-20 16:17:12.259 -04:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Endpoint""" - null null
- [2024-06-20 16:17:12.260 -04:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:12.262 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
- [2024-06-20 16:17:12.263 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetEndpointInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Net.EndPointInfo] GetEndpointInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-06-20 16:17:12.264 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Net.EndPointInfo"'.
- [2024-06-20 16:17:12.265 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)" in 1.3211ms
- [2024-06-20 16:17:12.266 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
- [2024-06-20 16:17:12.267 -04:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Endpoint""" - 200 null "application/json; charset=utf-8" 8.5ms
- [2024-06-20 16:17:12.269 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/Playback/BitrateTest""?Size=500000" - null null
- [2024-06-20 16:17:12.270 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:12.272 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-06-20 16:17:12.273 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetBitrateTestBytes\", controller = \"MediaInfo\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetBitrateTestBytes(Int32)" on controller "Jellyfin.Api.Controllers.MediaInfoController" ("Jellyfin.Api").
- [2024-06-20 16:17:12.275 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
- [2024-06-20 16:17:12.279 -04:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 5.1925ms
- [2024-06-20 16:17:12.280 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-06-20 16:17:12.281 -04:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/Playback/BitrateTest""?Size=500000" - 200 524288 "application/octet-stream" 12.1336ms
- [2024-06-20 16:17:12.283 -04:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/Playback/BitrateTest""?Size=1000000" - null null
- [2024-06-20 16:17:12.285 -04:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:12.286 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-06-20 16:17:12.286 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetBitrateTestBytes\", controller = \"MediaInfo\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetBitrateTestBytes(Int32)" on controller "Jellyfin.Api.Controllers.MediaInfoController" ("Jellyfin.Api").
- [2024-06-20 16:17:12.288 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
- [2024-06-20 16:17:12.292 -04:00] [INF] [42] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 5.0223ms
- [2024-06-20 16:17:12.293 -04:00] [INF] [42] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-06-20 16:17:12.294 -04:00] [INF] [42] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/Playback/BitrateTest""?Size=1000000" - 200 1048576 "application/octet-stream" 10.9239ms
- [2024-06-20 16:17:12.296 -04:00] [INF] [42] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/Playback/BitrateTest""?Size=3000000" - null null
- [2024-06-20 16:17:12.297 -04:00] [INF] [42] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:12.299 -04:00] [INF] [42] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-06-20 16:17:12.299 -04:00] [INF] [42] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetBitrateTestBytes\", controller = \"MediaInfo\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetBitrateTestBytes(Int32)" on controller "Jellyfin.Api.Controllers.MediaInfoController" ("Jellyfin.Api").
- [2024-06-20 16:17:12.302 -04:00] [INF] [42] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
- [2024-06-20 16:17:12.313 -04:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 13.1061ms
- [2024-06-20 16:17:12.315 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-06-20 16:17:12.316 -04:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/Playback/BitrateTest""?Size=3000000" - 200 4194304 "application/octet-stream" 19.8358ms
- [2024-06-20 16:17:14.213 -04:00] [ERR] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
- System.IO.IOException: The process cannot access the file 'C:\ProgramData\Jellyfin\Server\cache\transcodes\f904619c-11ad-4cbf-b85a-8720fb83fb1b.concat' because it is being used by another process.
- at System.IO.FileSystem.DeleteFile(String fullPath)
- at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
- at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
- [2024-06-20 16:17:14.224 -04:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Audio Normalization" Failed after 0 minute(s) and 5 seconds
- [2024-06-20 16:17:15.582 -04:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "POST" "https"://"movies.jamie.house""""/ScheduledTasks/Running/ec2f221fd8e7706b3d3afd2c4591b4d7""" - null 0
- [2024-06-20 16:17:15.584 -04:00] [INF] [27] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:15.585 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
- [2024-06-20 16:17:15.586 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"StartTask\", controller = \"ScheduledTasks\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StartTask(System.String)" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:17:15.587 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-06-20 16:17:15.588 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)" in 1.0823ms
- [2024-06-20 16:17:15.589 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
- [2024-06-20 16:17:15.589 -04:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "POST" "https"://"movies.jamie.house""""/ScheduledTasks/Running/ec2f221fd8e7706b3d3afd2c4591b4d7""" - 204 null null 7.5409ms
- [2024-06-20 16:17:15.591 -04:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:17:15.593 -04:00] [INF] [29] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:15.594 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:17:15.595 -04:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:17:15.596 -04:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-06-20 16:17:15.597 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.1826ms
- [2024-06-20 16:17:15.598 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:17:15.599 -04:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 200 null "application/json; charset=utf-8" 7.9641ms
- [2024-06-20 16:17:20.692 -04:00] [ERR] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
- System.IO.IOException: The process cannot access the file 'C:\ProgramData\Jellyfin\Server\cache\transcodes\13e9ce8b-08b7-42e5-83f1-7667ce9a9fe4.concat' because it is being used by another process.
- at System.IO.FileSystem.DeleteFile(String fullPath)
- at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
- at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
- [2024-06-20 16:17:20.694 -04:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Audio Normalization" Failed after 0 minute(s) and 5 seconds
- [2024-06-20 16:17:22.015 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "POST" "https"://"movies.jamie.house""""/ScheduledTasks/Running/ec2f221fd8e7706b3d3afd2c4591b4d7""" - null 0
- [2024-06-20 16:17:22.017 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:22.018 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
- [2024-06-20 16:17:22.018 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"StartTask\", controller = \"ScheduledTasks\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StartTask(System.String)" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:17:22.020 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-06-20 16:17:22.020 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)" in 0.9515ms
- [2024-06-20 16:17:22.021 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
- [2024-06-20 16:17:22.022 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "POST" "https"://"movies.jamie.house""""/ScheduledTasks/Running/ec2f221fd8e7706b3d3afd2c4591b4d7""" - 204 null null 7.109ms
- [2024-06-20 16:17:22.024 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:17:22.026 -04:00] [INF] [31] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:17:22.027 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:17:22.028 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:17:22.029 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-06-20 16:17:22.030 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.3682ms
- [2024-06-20 16:17:22.031 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:17:22.032 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 200 null "application/json; charset=utf-8" 8.6118ms
- [2024-06-20 16:17:27.138 -04:00] [ERR] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
- System.IO.IOException: The process cannot access the file 'C:\ProgramData\Jellyfin\Server\cache\transcodes\64dee29e-eab1-4f07-92eb-16d11047ef4a.concat' because it is being used by another process.
- at System.IO.FileSystem.DeleteFile(String fullPath)
- at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
- at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
- [2024-06-20 16:17:27.139 -04:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Audio Normalization" Failed after 0 minute(s) and 5 seconds
- [2024-06-20 16:17:31.558 -04:00] [INF] [41] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
- [2024-06-20 16:17:31.562 -04:00] [INF] [41] Microsoft.Hosting.Lifetime: Application is shutting down...
- [2024-06-20 16:17:31.562 -04:00] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" closed
- [2024-06-20 16:17:31.564 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"movies.jamie.house""""/socket""?api_key=d29f91b2d8d347ce8824a59fa3db9e5c&deviceId=SmVsbHlmaW5NZWRpYVBsYXllciAxLjExLjAgKHdpbmRvd3MteDg2XzY0IDEwKXwxNzE3Nzc1NDg1NDUz" - 101 null null 25313.0611ms
- [2024-06-20 16:17:31.567 -04:00] [INF] [30] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
- [2024-06-20 16:17:31.571 -04:00] [INF] [8] Main: Running query planner optimizations in the database... This might take a while
- [2024-06-20 16:17:31.575 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
- ""PRAGMA optimize"
- [2024-06-20 16:17:31.586 -04:00] [INF] [28] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "\\192.168.86.3\videos"
- [2024-06-20 16:17:31.597 -04:00] [INF] [28] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "\\192.168.86.3\tv_shows"
- [2024-06-20 16:17:31.613 -04:00] [INF] [28] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "\\192.168.86.3\books"
- [2024-06-20 16:17:31.629 -04:00] [INF] [28] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "C:\ProgramData\Jellyfin\Server\data\collections"
- [2024-06-20 16:17:31.630 -04:00] [INF] [28] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "\\192.168.86.3\music"
- [2024-06-20 16:17:31.648 -04:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
- [2024-06-20 16:17:31.649 -04:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
- [2024-06-20 16:17:31.650 -04:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
- [2024-06-20 16:17:31.650 -04:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing "CoverArtArchiveImageProvider"
- [2024-06-20 16:17:31.651 -04:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
- [2024-06-20 16:21:21.680 -04:00] [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)
- [2024-06-20 16:21:21.694 -04:00] [INF] [1] Main: Jellyfin version: "10.9.6"
- [2024-06-20 16:21:21.697 -04:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
- [2024-06-20 16:21:21.699 -04:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--service", "--datadir", "C:\ProgramData\Jellyfin\Server"]
- [2024-06-20 16:21:21.700 -04:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.22631"
- [2024-06-20 16:21:21.701 -04:00] [INF] [1] Main: Architecture: X64
- [2024-06-20 16:21:21.702 -04:00] [INF] [1] Main: 64-Bit Process: True
- [2024-06-20 16:21:21.702 -04:00] [INF] [1] Main: User Interactive: False
- [2024-06-20 16:21:21.703 -04:00] [INF] [1] Main: Processor count: 32
- [2024-06-20 16:21:21.704 -04:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
- [2024-06-20 16:21:21.704 -04:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log"
- [2024-06-20 16:21:21.705 -04:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config"
- [2024-06-20 16:21:21.705 -04:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache"
- [2024-06-20 16:21:21.706 -04:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
- [2024-06-20 16:21:21.706 -04:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
- [2024-06-20 16:21:21.764 -04:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
- [2024-06-20 16:21:21.801 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
- [2024-06-20 16:21:21.807 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Artwork, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Artwork_1.0.0.0\Jellyfin.Plugin.Artwork.dll"
- [2024-06-20 16:21:21.810 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Bookshelf_11.0.0.0\Jellyfin.Plugin.Bookshelf.dll"
- [2024-06-20 16:21:21.811 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.CoverArtArchive, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Cover Art Archive_8.0.0.0\Jellyfin.Plugin.CoverArtArchive.dll"
- [2024-06-20 16:21:21.812 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MetaBrainz.Common.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=be12cbb629c03021" from "C:\ProgramData\Jellyfin\Server\plugins\Cover Art Archive_8.0.0.0\MetaBrainz.Common.Json.dll"
- [2024-06-20 16:21:21.814 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MetaBrainz.MusicBrainz.CoverArt, Version=6.0.0.0, Culture=neutral, PublicKeyToken=be12cbb629c03021" from "C:\ProgramData\Jellyfin\Server\plugins\Cover Art Archive_8.0.0.0\MetaBrainz.MusicBrainz.CoverArt.dll"
- [2024-06-20 16:21:21.815 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Discogs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Discogs_1.0.0.0\Jellyfin.Plugin.Discogs.dll"
- [2024-06-20 16:21:21.817 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Fanart, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Fanart_11.0.0.0\Jellyfin.Plugin.Fanart.dll"
- [2024-06-20 16:21:21.818 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.IMVDb, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\IMVDb_4.0.0.0\Jellyfin.Plugin.IMVDb.dll"
- [2024-06-20 16:21:21.820 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ConfusedPolarBear.Plugin.IntroSkipper, Version=0.2.0.10, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Intro Skipper_0.2.0.10\ConfusedPolarBear.Plugin.IntroSkipper.dll"
- [2024-06-20 16:21:21.822 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Opds, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\OPDS_5.0.0.0\Jellyfin.Plugin.Opds.dll"
- [2024-06-20 16:21:21.823 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.OpenSubtitles, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Open Subtitles_20.0.0.0\Jellyfin.Plugin.OpenSubtitles.dll"
- [2024-06-20 16:21:21.824 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SessionCleaner, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Session Cleaner_3.0.0.0\Jellyfin.Plugin.SessionCleaner.dll"
- [2024-06-20 16:21:21.827 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_13.0.0.0\Jellyfin.Plugin.Tvdb.dll"
- [2024-06-20 16:21:21.831 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Tvdb.Sdk, Version=4.7.9.1, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_13.0.0.0\Tvdb.Sdk.dll"
- [2024-06-20 16:21:21.832 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.TMDbBoxSets, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Box Sets_11.0.0.0\Jellyfin.Plugin.TMDbBoxSets.dll"
- [2024-06-20 16:21:21.844 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "AngleSharp, Version=1.1.2.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\AngleSharp.dll"
- [2024-06-20 16:21:21.846 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "CliWrap, Version=3.6.6.0, Culture=neutral, PublicKeyToken=1c4a4fc2d6886e5a" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\CliWrap.dll"
- [2024-06-20 16:21:21.848 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tmdb.Trailers, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\Jellyfin.Plugin.Tmdb.Trailers.dll"
- [2024-06-20 16:21:21.852 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "TMDbLib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\TMDbLib.dll"
- [2024-06-20 16:21:21.853 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "YoutubeExplode.Converter, Version=6.3.14.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\YoutubeExplode.Converter.dll"
- [2024-06-20 16:21:21.856 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "YoutubeExplode, Version=6.3.14.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\YoutubeExplode.dll"
- [2024-06-20 16:21:21.858 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Flurl, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_11.0.0.0\Flurl.dll"
- [2024-06-20 16:21:21.860 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Flurl.Http, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_11.0.0.0\Flurl.Http.dll"
- [2024-06-20 16:21:21.862 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.TvMaze, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_11.0.0.0\Jellyfin.Plugin.TvMaze.dll"
- [2024-06-20 16:21:21.866 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_11.0.0.0\Polly.dll"
- [2024-06-20 16:21:21.867 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "TvMaze.Api.Client, Version=0.1.72.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_11.0.0.0\TvMaze.Api.Client.dll"
- [2024-06-20 16:21:21.868 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Vgmdb, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\VGMdb_4.0.0.0\Jellyfin.Plugin.Vgmdb.dll"
- [2024-06-20 16:21:21.885 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\BouncyCastle.Cryptography.dll"
- [2024-06-20 16:21:21.889 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Handlebars, Version=2.1.6.0, Culture=neutral, PublicKeyToken=22225d0bf33cd661" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\Handlebars.dll"
- [2024-06-20 16:21:21.891 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Webhook, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\Jellyfin.Plugin.Webhook.dll"
- [2024-06-20 16:21:21.898 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MailKit, Version=4.5.0.0, Culture=neutral, PublicKeyToken=4e064fe7c44a8f1b" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\MailKit.dll"
- [2024-06-20 16:21:21.904 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MimeKit, Version=4.5.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\MimeKit.dll"
- [2024-06-20 16:21:21.907 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MQTTnet, Version=4.3.4.1084, Culture=neutral, PublicKeyToken=fdb7629f2e364a63" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\MQTTnet.dll"
- [2024-06-20 16:21:21.908 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MQTTnet.Extensions.ManagedClient, Version=4.3.4.1084, Culture=neutral, PublicKeyToken=fdb7629f2e364a63" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\MQTTnet.Extensions.ManagedClient.dll"
- [2024-06-20 16:21:21.964 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-06-20 16:21:21.966 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
- [2024-06-20 16:21:21.966 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-06-20 16:21:21.968 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["192.168.87.3", "192.168.86.3", "127.0.0.1"]
- [2024-06-20 16:21:21.969 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
- [2024-06-20 16:21:21.970 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
- [2024-06-20 16:21:21.970 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
- [2024-06-20 16:21:22.455 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("12"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
- ""SELECT COUNT(*) FROM \"sqlite_master\" WHERE \"name\" = '__EFMigrationsHistory' AND \"type\" = 'table';"
- [2024-06-20 16:21:22.476 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"MigrationId\", \"ProductVersion\"
- FROM \"__EFMigrationsHistory\"
- ORDER BY \"MigrationId\";"
- [2024-06-20 16:21:24.015 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [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\""
- [2024-06-20 16:21:24.069 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [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\""
- [2024-06-20 16:21:24.079 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [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\""
- [2024-06-20 16:21:24.085 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [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\""
- [2024-06-20 16:21:25.126 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Artwork" "1.0.0.0"
- [2024-06-20 16:21:25.128 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
- [2024-06-20 16:21:25.130 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Cover Art Archive" "8.0.0.0"
- [2024-06-20 16:21:25.131 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Discogs" "1.0.0.0"
- [2024-06-20 16:21:25.132 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Fanart" "11.0.0.0"
- [2024-06-20 16:21:25.133 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "IMVDb" "4.0.0.0"
- [2024-06-20 16:21:25.218 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Plugin: Skip button already added
- [2024-06-20 16:21:25.306 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.2.0.10"
- [2024-06-20 16:21:25.308 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OPDS Feed" "5.0.0.0"
- [2024-06-20 16:21:25.312 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Open Subtitles" "20.0.0.0"
- [2024-06-20 16:21:25.313 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Session Cleaner" "3.0.0.0"
- [2024-06-20 16:21:25.315 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "13.0.0.0"
- [2024-06-20 16:21:25.316 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb Box Sets" "11.0.0.0"
- [2024-06-20 16:21:25.317 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb Trailers" "13.0.0.0"
- [2024-06-20 16:21:25.318 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TVmaze" "11.0.0.0"
- [2024-06-20 16:21:25.319 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "VGMdb" "4.0.0.0"
- [2024-06-20 16:21:25.320 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Webhook" "14.0.0.0"
- [2024-06-20 16:21:25.321 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.6.0"
- [2024-06-20 16:21:25.322 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.6.0"
- [2024-06-20 16:21:25.323 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.6.0"
- [2024-06-20 16:21:25.329 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.6.0"
- [2024-06-20 16:21:25.330 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.6.0"
- [2024-06-20 16:21:25.370 -04:00] [INF] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: User profile is available. Using '"C:\WINDOWS\system32\config\systemprofile\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest.
- [2024-06-20 16:21:25.374 -04:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
- [2024-06-20 16:21:25.382 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue
- [2024-06-20 16:21:25.465 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Books"
- [2024-06-20 16:21:25.474 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Collections"
- [2024-06-20 16:21:25.475 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Movies"
- [2024-06-20 16:21:25.479 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Music"
- [2024-06-20 16:21:25.485 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Shows"
- [2024-06-20 16:21:26.111 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Now listening on: "http://0.0.0.0:80"
- [2024-06-20 16:21:26.111 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Now listening on: "https://0.0.0.0:443"
- [2024-06-20 16:21:26.112 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down.
- [2024-06-20 16:21:26.113 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Hosting environment: "Production"
- [2024-06-20 16:21:26.113 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Content root path: "C:\Program Files\Jellyfin\Server"
- [2024-06-20 16:21:26.120 -04:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\books"
- [2024-06-20 16:21:26.120 -04:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\music"
- [2024-06-20 16:21:26.120 -04:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\tv_shows"
- [2024-06-20 16:21:26.120 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
- [2024-06-20 16:21:26.121 -04:00] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\ProgramData\Jellyfin\Server\data\collections"
- [2024-06-20 16:21:26.121 -04:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\videos"
- [2024-06-20 16:21:26.130 -04:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Detect Intros and Credits" set to fire at 2024-06-21 00:00:00.000 -04:00, which is 07:38:33.8693650 from now.
- [2024-06-20 16:21:26.134 -04:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "TMDb Trailers" set to fire at 2024-06-21 04:00:00.000 -04:00, which is 11:38:33.8655435 from now.
- [2024-06-20 16:21:26.141 -04:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2024-06-21 02:00:00.000 -04:00, which is 09:38:33.8585100 from now.
- [2024-06-20 16:21:26.165 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
- [2024-06-20 16:21:26.172 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.172 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.172 -04:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - null null
- [2024-06-20 16:21:26.172 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - null null
- [2024-06-20 16:21:26.190 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
- [2024-06-20 16:21:26.195 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("2"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.214 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "mjpeg_qsv", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
- [2024-06-20 16:21:26.238 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "hwupload_cuda", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemap_cuda", "tonemap_opencl", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
- [2024-06-20 16:21:26.258 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 21), @p2='?' (Size = 6), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 80), @p7='?' (Size = 5), @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;"
- [2024-06-20 16:21:26.278 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - 503 null "text/html" 107.4449ms
- [2024-06-20 16:21:26.278 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 107.4408ms
- [2024-06-20 16:21:26.279 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - 503 null "text/html" 108.5257ms
- [2024-06-20 16:21:26.279 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 108.5265ms
- [2024-06-20 16:21:26.281 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.289 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 8.2408ms
- [2024-06-20 16:21:26.290 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.292 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 2.0384ms
- [2024-06-20 16:21:26.293 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.296 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 2.7763ms
- [2024-06-20 16:21:26.297 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.299 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 2.2023ms
- [2024-06-20 16:21:26.300 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.302 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 2.174ms
- [2024-06-20 16:21:26.303 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.305 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 2.1513ms
- [2024-06-20 16:21:26.306 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.308 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 2.2802ms
- [2024-06-20 16:21:26.309 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.311 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 2.4247ms
- [2024-06-20 16:21:26.312 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.313 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.314 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 2.5896ms
- [2024-06-20 16:21:26.315 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.319 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 3.4888ms
- [2024-06-20 16:21:26.319 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.320 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.323 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 3.6583ms
- [2024-06-20 16:21:26.324 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 11.4744ms
- [2024-06-20 16:21:26.325 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.325 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.328 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 3.6879ms
- [2024-06-20 16:21:26.329 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.331 -04:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.333 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 3.6471ms
- [2024-06-20 16:21:26.333 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.335 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 9.9014ms
- [2024-06-20 16:21:26.336 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.337 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 3.1572ms
- [2024-06-20 16:21:26.337 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.340 -04:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.342 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 4.9691ms
- [2024-06-20 16:21:26.343 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.344 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 8.3328ms
- [2024-06-20 16:21:26.345 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.347 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 3.277ms
- [2024-06-20 16:21:26.347 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.350 -04:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.352 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 4.8676ms
- [2024-06-20 16:21:26.353 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.354 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 8.8201ms
- [2024-06-20 16:21:26.354 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.355 -04:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
- [2024-06-20 16:21:26.356 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 3.4736ms
- [2024-06-20 16:21:26.357 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.359 -04:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.362 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 5.1766ms
- [2024-06-20 16:21:26.363 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.364 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 9.4391ms
- [2024-06-20 16:21:26.365 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.367 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 3.7417ms
- [2024-06-20 16:21:26.368 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.370 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.373 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 5.203ms
- [2024-06-20 16:21:26.373 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.374 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 9.6844ms
- [2024-06-20 16:21:26.375 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.377 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 3.5247ms
- [2024-06-20 16:21:26.378 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.378 -04:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
- [2024-06-20 16:21:26.380 -04:00] [INF] [14] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.382 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 4.3095ms
- [2024-06-20 16:21:26.383 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.384 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 9.3769ms
- [2024-06-20 16:21:26.385 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.387 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 4.1985ms
- [2024-06-20 16:21:26.388 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.390 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.393 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 4.7791ms
- [2024-06-20 16:21:26.394 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.394 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 9.031ms
- [2024-06-20 16:21:26.395 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.397 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 3.7422ms
- [2024-06-20 16:21:26.398 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:26.400 -04:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.401 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl"]
- [2024-06-20 16:21:26.403 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 503 null "text/html" 4.6736ms
- [2024-06-20 16:21:26.405 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 9.4045ms
- [2024-06-20 16:21:26.405 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.411 -04:00] [INF] [14] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.413 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 7.2575ms
- [2024-06-20 16:21:26.414 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.416 -04:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.418 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 3.9513ms
- [2024-06-20 16:21:26.419 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.421 -04:00] [INF] [14] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.422 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 3.7078ms
- [2024-06-20 16:21:26.423 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.426 -04:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.427 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 4.3582ms
- [2024-06-20 16:21:26.428 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.431 -04:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.432 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 3.7139ms
- [2024-06-20 16:21:26.433 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.436 -04:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.437 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 4.5758ms
- [2024-06-20 16:21:26.438 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.441 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.442 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 3.8754ms
- [2024-06-20 16:21:26.443 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.446 -04:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.447 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 3.9616ms
- [2024-06-20 16:21:26.448 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.451 -04:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.452 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 4.0845ms
- [2024-06-20 16:21:26.453 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.455 -04:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.456 -04:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 3.8296ms
- [2024-06-20 16:21:26.457 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.460 -04:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.461 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 503 null "text/html" 3.8669ms
- [2024-06-20 16:21:26.510 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg"
- [2024-06-20 16:21:26.511 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "b6e141f242bd457c860c9c0fc15fed91"
- [2024-06-20 16:21:26.512 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
- [2024-06-20 16:21:26.513 -04:00] [INF] [1] Main: Startup complete 0:00:04.8892404
- [2024-06-20 16:21:26.577 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:26.579 -04:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:26.581 -04:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:21:26.587 -04:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:21:26.593 -04:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-06-20 16:21:26.610 -04:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 20.3515ms
- [2024-06-20 16:21:26.611 -04:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:21:26.611 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 200 null "application/json; charset=utf-8" 34.1193ms
- [2024-06-20 16:21:27.295 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - null null
- [2024-06-20 16:21:27.298 -04:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:27.299 -04:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:21:27.301 -04:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-06-20 16:21:27.305 -04:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-06-20 16:21:27.310 -04:00] [INF] [17] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 8.4067ms
- [2024-06-20 16:21:27.311 -04:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:21:27.312 -04:00] [INF] [17] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - 200 null "application/json; charset=utf-8" 16.3053ms
- [2024-06-20 16:21:28.286 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - null null
- [2024-06-20 16:21:28.288 -04:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-06-20 16:21:28.290 -04:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
- [2024-06-20 16:21:28.292 -04:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
- [2024-06-20 16:21:28.294 -04:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 2.8626ms
- [2024-06-20 16:21:28.295 -04:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-06-20 16:21:28.295 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 9.7195ms
- [2024-06-20 16:21:29.157 -04:00] [INF] [10] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/files/plugin/manifest.json"
- [2024-06-20 16:21:29.158 -04:00] [INF] [10] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/files/plugin/manifest.json"
- [2024-06-20 16:21:29.237 -04:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:21:29.356 -04:00] [INF] [30] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 196.329ms - 200
- [2024-06-20 16:21:29.358 -04:00] [INF] [30] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 201.1468ms - 200
- [2024-06-20 16:21:29.371 -04:00] [INF] [33] Emby.Server.Implementations.ScheduledTasks.TaskManager: "TMDb Trailers" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:21:29.390 -04:00] [INF] [33] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-fanart.png"
- [2024-06-20 16:21:29.391 -04:00] [INF] [33] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-fanart.png"
- [2024-06-20 16:21:29.401 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/""" - null null
- [2024-06-20 16:21:29.405 -04:00] [INF] [30] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/index.html" was not modified
- [2024-06-20 16:21:29.406 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/""" - 304 null "text/html" 4.6456ms
- [2024-06-20 16:21:29.448 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/configurationpage""?name=skip-intro-button.js" - null null
- [2024-06-20 16:21:29.450 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetDashboardConfigurationPage (Jellyfin.Api)"'
- [2024-06-20 16:21:29.452 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetDashboardConfigurationPage\", controller = \"Dashboard\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetDashboardConfigurationPage(System.String)" on controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api").
- [2024-06-20 16:21:29.459 -04:00] [INF] [30] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 67.3382ms - 200
- [2024-06-20 16:21:29.460 -04:00] [INF] [30] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 69.6243ms - 200
- [2024-06-20 16:21:29.460 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor: Executing "FileStreamResult", sending file with download name '""' ...
- [2024-06-20 16:21:29.464 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DashboardController.GetDashboardConfigurationPage (Jellyfin.Api)" in 10.9475ms
- [2024-06-20 16:21:29.465 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetDashboardConfigurationPage (Jellyfin.Api)"'
- [2024-06-20 16:21:29.466 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/configurationpage""?name=skip-intro-button.js" - 200 11152 "application/javascript" 18.0337ms
- [2024-06-20 16:21:29.519 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
- [2024-06-20 16:21:29.520 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
- [2024-06-20 16:21:29.547 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info/Public""" - null null
- [2024-06-20 16:21:29.549 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:21:29.550 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetPublicSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.PublicSystemInfo] GetPublicSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-06-20 16:21:29.552 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
- [2024-06-20 16:21:29.554 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 2.2298ms
- [2024-06-20 16:21:29.555 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:21:29.555 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info/Public""" - 200 null "application/json; charset=utf-8" 7.7611ms
- [2024-06-20 16:21:29.586 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 65.581ms - 200
- [2024-06-20 16:21:29.587 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 68.2474ms - 200
- [2024-06-20 16:21:29.589 -04:00] [INF] [44] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-coverartarchive.png"
- [2024-06-20 16:21:29.590 -04:00] [INF] [44] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-coverartarchive.png"
- [2024-06-20 16:21:29.653 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 61.6183ms - 200
- [2024-06-20 16:21:29.654 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 64.156ms - 200
- [2024-06-20 16:21:29.656 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png"
- [2024-06-20 16:21:29.657 -04:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png"
- [2024-06-20 16:21:29.686 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - null null
- [2024-06-20 16:21:29.687 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:21:29.687 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetPublicSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.PublicSystemInfo] GetPublicSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-06-20 16:21:29.689 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
- [2024-06-20 16:21:29.690 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 1.8294ms
- [2024-06-20 16:21:29.691 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:21:29.692 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/system/info/public""" - 200 null "application/json; charset=utf-8" 6.3188ms
- [2024-06-20 16:21:29.693 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - null null
- [2024-06-20 16:21:29.695 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:29.697 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:21:29.697 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-06-20 16:21:29.699 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-06-20 16:21:29.699 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 1.1008ms
- [2024-06-20 16:21:29.700 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:21:29.701 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - 200 null "application/json; charset=utf-8" 8.0893ms
- [2024-06-20 16:21:29.715 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "POST" "https"://"movies.jamie.house""""/Sessions/Capabilities/Full""" - "application/json" 567
- [2024-06-20 16:21:29.716 -04:00] [INF] [44] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/Users/99f284cfab7240f890ca5f74cfeec558""" - null null
- [2024-06-20 16:21:29.716 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/DisplayPreferences/usersettings""?userId=99f284cfab7240f890ca5f74cfeec558&client=emby" - null null
- [2024-06-20 16:21:29.717 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:29.718 -04:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "https"://"movies.jamie.house""""/socket""?api_key=d29f91b2d8d347ce8824a59fa3db9e5c&deviceId=SmVsbHlmaW5NZWRpYVBsYXllciAxLjExLjAgKHdpbmRvd3MteDg2XzY0IDEwKXwxNzE3Nzc1NDg1NDUz" - null null
- [2024-06-20 16:21:29.720 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
- [2024-06-20 16:21:29.721 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 63.9583ms - 200
- [2024-06-20 16:21:29.722 -04:00] [INF] [33] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
- [2024-06-20 16:21:29.723 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 67.1238ms - 200
- [2024-06-20 16:21:29.724 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:29.724 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:29.724 -04:00] [INF] [30] 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").
- [2024-06-20 16:21:29.725 -04:00] [INF] [31] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvmaze.png"
- [2024-06-20 16:21:29.725 -04:00] [INF] [14] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("2"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:29.726 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
- [2024-06-20 16:21:29.728 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:29.728 -04:00] [INF] [31] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvmaze.png"
- [2024-06-20 16:21:29.730 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetDisplayPreferences\", controller = \"DisplayPreferences\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.DisplayPreferencesDto] GetDisplayPreferences(System.String, System.Nullable`1[System.Guid], System.String)" on controller "Jellyfin.Api.Controllers.DisplayPreferencesController" ("Jellyfin.Api").
- [2024-06-20 16:21:29.731 -04:00] [INF] [33] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" request
- [2024-06-20 16:21:29.732 -04:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
- [2024-06-20 16:21:29.734 -04:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetUserById\", controller = \"User\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.UserDto] GetUserById(System.Guid)" on controller "Jellyfin.Api.Controllers.UserController" ("Jellyfin.Api").
- [2024-06-20 16:21:29.736 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/Sessions""?ControllableByUserId=99f284cfab7240f890ca5f74cfeec558" - null null
- [2024-06-20 16:21:29.737 -04:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:29.737 -04:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.UserDto"'.
- [2024-06-20 16:21:29.739 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
- [2024-06-20 16:21:29.740 -04:00] [INF] [19] 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").
- [2024-06-20 16:21:29.742 -04:00] [INF] [19] 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.6.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-06-20 16:21:29.751 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("3"ms) [Parameters=["@__query_AccessToken_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT COUNT(*)
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0"
- [2024-06-20 16:21:29.751 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("4"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__client_1='?' (Size = 4), @__itemId_2='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"t\".\"Id\", \"t\".\"ChromecastVersion\", \"t\".\"Client\", \"t\".\"DashboardTheme\", \"t\".\"EnableNextVideoInfoOverlay\", \"t\".\"IndexBy\", \"t\".\"ItemId\", \"t\".\"ScrollDirection\", \"t\".\"ShowBackdrop\", \"t\".\"ShowSidebar\", \"t\".\"SkipBackwardLength\", \"t\".\"SkipForwardLength\", \"t\".\"TvHome\", \"t\".\"UserId\", \"h\".\"Id\", \"h\".\"DisplayPreferencesId\", \"h\".\"Order\", \"h\".\"Type\"
- FROM (
- SELECT \"d\".\"Id\", \"d\".\"ChromecastVersion\", \"d\".\"Client\", \"d\".\"DashboardTheme\", \"d\".\"EnableNextVideoInfoOverlay\", \"d\".\"IndexBy\", \"d\".\"ItemId\", \"d\".\"ScrollDirection\", \"d\".\"ShowBackdrop\", \"d\".\"ShowSidebar\", \"d\".\"SkipBackwardLength\", \"d\".\"SkipForwardLength\", \"d\".\"TvHome\", \"d\".\"UserId\"
- FROM \"DisplayPreferences\" AS \"d\"
- WHERE \"d\".\"UserId\" = @__userId_0 AND \"d\".\"Client\" = @__client_1 AND \"d\".\"ItemId\" = @__itemId_2
- LIMIT 1
- ) AS \"t\"
- LEFT JOIN \"HomeSection\" AS \"h\" ON \"t\".\"Id\" = \"h\".\"DisplayPreferencesId\"
- ORDER BY \"t\".\"Id\""
- [2024-06-20 16:21:29.756 -04:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)" in 20.7673ms
- [2024-06-20 16:21:29.756 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_AccessToken_0='?' (Size = 32), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0
- ORDER BY \"d\".\"Id\"
- LIMIT @__p_1"
- [2024-06-20 16:21:29.757 -04:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
- [2024-06-20 16:21:29.758 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__deviceId_0='?' (Size = 80)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
- FROM \"DeviceOptions\" AS \"d\"
- WHERE \"d\".\"DeviceId\" = @__deviceId_0
- LIMIT 1"
- [2024-06-20 16:21:29.758 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__deviceId_0='?' (Size = 80)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
- FROM \"DeviceOptions\" AS \"d\"
- WHERE \"d\".\"DeviceId\" = @__deviceId_0
- LIMIT 1"
- [2024-06-20 16:21:29.758 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/Users/99f284cfab7240f890ca5f74cfeec558""" - 200 null "application/json; charset=utf-8" 42.5462ms
- [2024-06-20 16:21:29.770 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"i\".\"Id\", \"i\".\"Client\", \"i\".\"IndexBy\", \"i\".\"ItemId\", \"i\".\"RememberIndexing\", \"i\".\"RememberSorting\", \"i\".\"SortBy\", \"i\".\"SortOrder\", \"i\".\"UserId\", \"i\".\"ViewType\"
- FROM \"ItemDisplayPreferences\" AS \"i\"
- WHERE \"i\".\"UserId\" = @__userId_0 AND \"i\".\"ItemId\" = @__itemId_1 AND \"i\".\"Client\" = @__client_2
- LIMIT 1"
- [2024-06-20 16:21:29.781 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"c\".\"Id\", \"c\".\"Client\", \"c\".\"ItemId\", \"c\".\"Key\", \"c\".\"UserId\", \"c\".\"Value\"
- FROM \"CustomItemDisplayPreferences\" AS \"c\"
- WHERE \"c\".\"UserId\" = @__userId_0 AND \"c\".\"ItemId\" = @__itemId_1 AND \"c\".\"Client\" = @__client_2"
- [2024-06-20 16:21:29.782 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 37), @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\";"
- [2024-06-20 16:21:29.794 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)" in 53.0512ms
- [2024-06-20 16:21:29.795 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
- [2024-06-20 16:21:29.796 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/Sessions""?ControllableByUserId=99f284cfab7240f890ca5f74cfeec558" - 200 null "application/json; charset=utf-8" 60.2276ms
- [2024-06-20 16:21:29.800 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.DisplayPreferencesDto"'.
- [2024-06-20 16:21:29.804 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 73.0832ms - 200
- [2024-06-20 16:21:29.805 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 80.2617ms - 200
- [2024-06-20 16:21:29.805 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)" in 73.3463ms
- [2024-06-20 16:21:29.807 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
- [2024-06-20 16:21:29.807 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-webhook.png"
- [2024-06-20 16:21:29.808 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/DisplayPreferences/usersettings""?userId=99f284cfab7240f890ca5f74cfeec558&client=emby" - 200 null "application/json; charset=utf-8" 91.8257ms
- [2024-06-20 16:21:29.809 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-webhook.png"
- [2024-06-20 16:21:29.818 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.820 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.822 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.823 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.825 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.825 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/Branding/Css""" - null null
- [2024-06-20 16:21:29.826 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.828 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
- [2024-06-20 16:21:29.829 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.830 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetBrandingCss\", controller = \"Branding\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.String] GetBrandingCss()" on controller "Jellyfin.Api.Controllers.BrandingController" ("Jellyfin.Api").
- [2024-06-20 16:21:29.831 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.833 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.834 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.835 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.String"'.
- [2024-06-20 16:21:29.835 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.836 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)" in 4.1908ms
- [2024-06-20 16:21:29.837 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.837 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
- [2024-06-20 16:21:29.838 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.839 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/Branding/Css""" - 200 null "text/css; charset=utf-8" 13.4203ms
- [2024-06-20 16:21:29.840 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.843 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.844 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.845 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.846 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.847 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.848 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.849 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.851 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.852 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.853 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.855 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.856 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.857 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.859 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.860 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.861 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.862 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.863 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (Size = 147)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.864 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (Size = 73)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.866 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.867 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.868 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (Size = 295)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.870 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
- WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
- RETURNING 1;"
- [2024-06-20 16:21:29.874 -04:00] [INF] [44] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 63.8118ms - 200
- [2024-06-20 16:21:29.875 -04:00] [INF] [44] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 68.2924ms - 200
- [2024-06-20 16:21:29.878 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p29='?' (DbType = Guid), @p0='?' (Size = 3), @p1='?' (Size = 67), @p2='?' (Size = 8), @p3='?' (DbType = Boolean), @p4='?' (DbType = Boolean), @p5='?' (DbType = Boolean), @p6='?' (DbType = Boolean), @p7='?' (DbType = Boolean), @p8='?' (DbType = Boolean), @p9='?' (DbType = Boolean), @p10='?' (DbType = Int64), @p11='?' (DbType = Int32), @p12='?' (DbType = DateTime), @p13='?' (DbType = DateTime), @p14='?' (DbType = Int32), @p15='?' (DbType = Int32), @p16='?' (DbType = Int32), @p17='?' (DbType = Boolean), @p18='?' (Size = 194), @p19='?' (Size = 66), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = Int32), @p24='?' (DbType = UInt32), @p30='?' (DbType = UInt32), @p25='?' (Size = 3), @p26='?' (DbType = Int32), @p27='?' (DbType = Int32), @p28='?' (Size = 16)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Users\" SET \"AudioLanguagePreference\" = @p0, \"AuthenticationProviderId\" = @p1, \"CastReceiverId\" = @p2, \"DisplayCollectionsView\" = @p3, \"DisplayMissingEpisodes\" = @p4, \"EnableAutoLogin\" = @p5, \"EnableLocalPassword\" = @p6, \"EnableNextEpisodeAutoPlay\" = @p7, \"EnableUserPreferenceAccess\" = @p8, \"HidePlayedInLatest\" = @p9, \"InternalId\" = @p10, \"InvalidLoginAttemptCount\" = @p11, \"LastActivityDate\" = @p12, \"LastLoginDate\" = @p13, \"LoginAttemptsBeforeLockout\" = @p14, \"MaxActiveSessions\" = @p15, \"MaxParentalAgeRating\" = @p16, \"MustUpdatePassword\" = @p17, \"Password\" = @p18, \"PasswordResetProviderId\" = @p19, \"PlayDefaultAudioTrack\" = @p20, \"RememberAudioSelections\" = @p21, \"RememberSubtitleSelections\" = @p22, \"RemoteClientBitrateLimit\" = @p23, \"RowVersion\" = @p24, \"SubtitleLanguagePreference\" = @p25, \"SubtitleMode\" = @p26, \"SyncPlayAccess\" = @p27, \"Username\" = @p28
- WHERE \"Id\" = @p29 AND \"RowVersion\" = @p30
- RETURNING 1;"
- [2024-06-20 16:21:29.906 -04:00] [INF] [33] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opds.png"
- [2024-06-20 16:21:29.906 -04:00] [INF] [33] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opds.png"
- [2024-06-20 16:21:29.931 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - null null
- [2024-06-20 16:21:29.933 -04:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - null null
- [2024-06-20 16:21:29.933 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-06-20 16:21:29.933 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/ConfigurationPages""?enableInMainMenu=true" - null null
- [2024-06-20 16:21:29.934 -04:00] [INF] [14] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("152"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 37), @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\";"
- [2024-06-20 16:21:29.936 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:29.936 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
- [2024-06-20 16:21:29.938 -04:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:29.940 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:21:29.941 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
- [2024-06-20 16:21:29.942 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-06-20 16:21:29.942 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-06-20 16:21:29.943 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 2.4601ms
- [2024-06-20 16:21:29.943 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-06-20 16:21:29.945 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-06-20 16:21:29.946 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetConfigurationPages\", controller = \"Dashboard\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[Jellyfin.Api.Models.ConfigurationPageInfo]] GetConfigurationPages(System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api").
- [2024-06-20 16:21:29.946 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-06-20 16:21:29.947 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)" in 219.4577ms
- [2024-06-20 16:21:29.948 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 3.0271ms
- [2024-06-20 16:21:29.950 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 18.5416ms
- [2024-06-20 16:21:29.951 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
- [2024-06-20 16:21:29.951 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:21:29.953 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.List`1[[Jellyfin.Api.Models.ConfigurationPageInfo, Jellyfin.Api, Version=12.0.0.0, Culture=neutral, PublicKeyToken=null]]"'.
- [2024-06-20 16:21:29.954 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "POST" "https"://"movies.jamie.house""""/Sessions/Capabilities/Full""" - 204 null null 238.6468ms
- [2024-06-20 16:21:29.954 -04:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - 200 null "application/json; charset=utf-8" 21.5028ms
- [2024-06-20 16:21:29.956 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)" in 7.3652ms
- [2024-06-20 16:21:29.959 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
- [2024-06-20 16:21:29.960 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/ConfigurationPages""?enableInMainMenu=true" - 200 null "application/json; charset=utf-8" 26.4897ms
- [2024-06-20 16:21:29.970 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 62.8771ms - 200
- [2024-06-20 16:21:29.971 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 65.1031ms - 200
- [2024-06-20 16:21:29.976 -04:00] [INF] [30] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-vgmdb.png"
- [2024-06-20 16:21:29.977 -04:00] [INF] [30] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-vgmdb.png"
- [2024-06-20 16:21:29.990 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:29.992 -04:00] [INF] [31] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:29.994 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:21:29.994 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:21:29.996 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-06-20 16:21:29.998 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 2.7019ms
- [2024-06-20 16:21:29.999 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:21:30.000 -04:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 200 null "application/json; charset=utf-8" 9.207ms
- [2024-06-20 16:21:30.041 -04:00] [INF] [33] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 63.2521ms - 200
- [2024-06-20 16:21:30.042 -04:00] [INF] [33] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 66.0416ms - 200
- [2024-06-20 16:21:30.078 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-discogs.png"
- [2024-06-20 16:21:30.079 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-discogs.png"
- [2024-06-20 16:21:30.148 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 68.5961ms - 200
- [2024-06-20 16:21:30.149 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 70.8657ms - 200
- [2024-06-20 16:21:30.152 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://raw.githubusercontent.com/crobibero/jellyfin-plugin-tmdb-trailers/master/manifest.json"
- [2024-06-20 16:21:30.153 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://raw.githubusercontent.com/crobibero/jellyfin-plugin-tmdb-trailers/master/manifest.json"
- [2024-06-20 16:21:30.222 -04:00] [INF] [30] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 68.6197ms - 200
- [2024-06-20 16:21:30.223 -04:00] [INF] [30] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 70.8404ms - 200
- [2024-06-20 16:21:30.225 -04:00] [INF] [30] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://raw.githubusercontent.com/crobibero/jellyfin-plugin-tmdb-trailers/master/Jellyfin.Plugin.Tmdb.Trailers/Images/jellyfin-plugin-tmdb.png"
- [2024-06-20 16:21:30.226 -04:00] [INF] [30] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://raw.githubusercontent.com/crobibero/jellyfin-plugin-tmdb-trailers/master/Jellyfin.Plugin.Tmdb.Trailers/Images/jellyfin-plugin-tmdb.png"
- [2024-06-20 16:21:30.279 -04:00] [INF] [30] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 52.2939ms - 200
- [2024-06-20 16:21:30.280 -04:00] [INF] [30] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 54.8095ms - 200
- [2024-06-20 16:21:30.286 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://raw.githubusercontent.com/jumoog/intro-skipper/master/manifest.json"
- [2024-06-20 16:21:30.286 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://raw.githubusercontent.com/jumoog/intro-skipper/master/manifest.json"
- [2024-06-20 16:21:30.353 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 65.7665ms - 200
- [2024-06-20 16:21:30.354 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 67.9687ms - 200
- [2024-06-20 16:21:30.355 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://raw.githubusercontent.com/jumoog/intro-skipper/master/images/logo.png"
- [2024-06-20 16:21:30.355 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://raw.githubusercontent.com/jumoog/intro-skipper/master/images/logo.png"
- [2024-06-20 16:21:30.422 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 65.9532ms - 200
- [2024-06-20 16:21:30.423 -04:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 68.5696ms - 200
- [2024-06-20 16:21:30.427 -04:00] [INF] [30] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 1 seconds
- [2024-06-20 16:21:31.646 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/serviceworker.js""" - null null
- [2024-06-20 16:21:31.648 -04:00] [INF] [30] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/serviceworker.js" was not modified
- [2024-06-20 16:21:31.648 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/web/serviceworker.js""" - 304 null "text/javascript" 2.2122ms
- [2024-06-20 16:21:35.551 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "POST" "https"://"movies.jamie.house""""/ScheduledTasks/Running/ec2f221fd8e7706b3d3afd2c4591b4d7""" - null 0
- [2024-06-20 16:21:35.553 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:35.555 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
- [2024-06-20 16:21:35.556 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"StartTask\", controller = \"ScheduledTasks\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StartTask(System.String)" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:21:35.557 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-06-20 16:21:35.558 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)" in 1.3081ms
- [2024-06-20 16:21:35.559 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
- [2024-06-20 16:21:35.560 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "POST" "https"://"movies.jamie.house""""/ScheduledTasks/Running/ec2f221fd8e7706b3d3afd2c4591b4d7""" - 204 null null 8.422ms
- [2024-06-20 16:21:35.561 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:35.563 -04:00] [INF] [31] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:35.564 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:21:35.565 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:21:35.566 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-06-20 16:21:35.567 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.3835ms
- [2024-06-20 16:21:35.568 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:21:35.569 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 200 null "application/json; charset=utf-8" 7.9235ms
- [2024-06-20 16:21:35.722 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Endpoint""" - null null
- [2024-06-20 16:21:35.723 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:35.725 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
- [2024-06-20 16:21:35.726 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetEndpointInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Net.EndPointInfo] GetEndpointInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-06-20 16:21:35.728 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Net.EndPointInfo"'.
- [2024-06-20 16:21:35.729 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)" in 1.3656ms
- [2024-06-20 16:21:35.730 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
- [2024-06-20 16:21:35.730 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Endpoint""" - 200 null "application/json; charset=utf-8" 8.8576ms
- [2024-06-20 16:21:35.732 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/Playback/BitrateTest""?Size=500000" - null null
- [2024-06-20 16:21:35.734 -04:00] [INF] [31] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:35.735 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-06-20 16:21:35.736 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetBitrateTestBytes\", controller = \"MediaInfo\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetBitrateTestBytes(Int32)" on controller "Jellyfin.Api.Controllers.MediaInfoController" ("Jellyfin.Api").
- [2024-06-20 16:21:35.738 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
- [2024-06-20 16:21:35.744 -04:00] [INF] [44] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 6.1526ms
- [2024-06-20 16:21:35.744 -04:00] [INF] [44] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-06-20 16:21:35.745 -04:00] [INF] [44] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/Playback/BitrateTest""?Size=500000" - 200 524288 "application/octet-stream" 13.1683ms
- [2024-06-20 16:21:35.747 -04:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/Playback/BitrateTest""?Size=1000000" - null null
- [2024-06-20 16:21:35.749 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:35.751 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-06-20 16:21:35.751 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetBitrateTestBytes\", controller = \"MediaInfo\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetBitrateTestBytes(Int32)" on controller "Jellyfin.Api.Controllers.MediaInfoController" ("Jellyfin.Api").
- [2024-06-20 16:21:35.754 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
- [2024-06-20 16:21:35.758 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 4.9476ms
- [2024-06-20 16:21:35.758 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-06-20 16:21:35.759 -04:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/Playback/BitrateTest""?Size=1000000" - 200 1048576 "application/octet-stream" 11.8388ms
- [2024-06-20 16:21:35.761 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/Playback/BitrateTest""?Size=3000000" - null null
- [2024-06-20 16:21:35.763 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:35.764 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-06-20 16:21:35.765 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetBitrateTestBytes\", controller = \"MediaInfo\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetBitrateTestBytes(Int32)" on controller "Jellyfin.Api.Controllers.MediaInfoController" ("Jellyfin.Api").
- [2024-06-20 16:21:35.768 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
- [2024-06-20 16:21:35.779 -04:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)" in 13.6683ms
- [2024-06-20 16:21:35.780 -04:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
- [2024-06-20 16:21:35.781 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/Playback/BitrateTest""?Size=3000000" - 200 4194304 "application/octet-stream" 20.0224ms
- [2024-06-20 16:21:40.802 -04:00] [ERR] [31] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
- System.IO.IOException: The process cannot access the file 'C:\ProgramData\Jellyfin\Server\cache\transcodes\fc44f4ad-b24e-4f13-961d-3b14f7c6bbaf.concat' because it is being used by another process.
- at System.IO.FileSystem.DeleteFile(String fullPath)
- at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
- at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
- [2024-06-20 16:21:40.804 -04:00] [INF] [31] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Audio Normalization" Failed after 0 minute(s) and 5 seconds
- [2024-06-20 16:21:42.575 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "POST" "https"://"movies.jamie.house""""/ScheduledTasks/Running/ec2f221fd8e7706b3d3afd2c4591b4d7""" - null 0
- [2024-06-20 16:21:42.577 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:42.579 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
- [2024-06-20 16:21:42.579 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"StartTask\", controller = \"ScheduledTasks\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StartTask(System.String)" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:21:42.581 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-06-20 16:21:42.581 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)" in 0.8587ms
- [2024-06-20 16:21:42.582 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
- [2024-06-20 16:21:42.583 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "POST" "https"://"movies.jamie.house""""/ScheduledTasks/Running/ec2f221fd8e7706b3d3afd2c4591b4d7""" - 204 null null 7.398ms
- [2024-06-20 16:21:42.587 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:42.588 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:42.590 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:21:42.590 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:21:42.591 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-06-20 16:21:42.593 -04:00] [INF] [44] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.1438ms
- [2024-06-20 16:21:42.593 -04:00] [INF] [44] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:21:42.594 -04:00] [INF] [44] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 200 null "application/json; charset=utf-8" 7.473ms
- [2024-06-20 16:21:47.744 -04:00] [ERR] [44] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
- System.IO.IOException: The process cannot access the file 'C:\ProgramData\Jellyfin\Server\cache\transcodes\7345b403-4dd5-4435-bd40-828a947df6d6.concat' because it is being used by another process.
- at System.IO.FileSystem.DeleteFile(String fullPath)
- at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
- at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
- [2024-06-20 16:21:47.745 -04:00] [INF] [44] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Audio Normalization" Failed after 0 minute(s) and 5 seconds
- [2024-06-20 16:21:48.479 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "POST" "https"://"movies.jamie.house""""/ScheduledTasks/Running/ec2f221fd8e7706b3d3afd2c4591b4d7""" - null 0
- [2024-06-20 16:21:48.480 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:48.482 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
- [2024-06-20 16:21:48.482 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"StartTask\", controller = \"ScheduledTasks\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StartTask(System.String)" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:21:48.483 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-06-20 16:21:48.484 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)" in 0.8796ms
- [2024-06-20 16:21:48.485 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
- [2024-06-20 16:21:48.485 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "POST" "https"://"movies.jamie.house""""/ScheduledTasks/Running/ec2f221fd8e7706b3d3afd2c4591b4d7""" - 204 null null 6.7615ms
- [2024-06-20 16:21:48.489 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:21:48.491 -04:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:21:48.492 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:21:48.493 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:21:48.494 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-06-20 16:21:48.495 -04:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.0839ms
- [2024-06-20 16:21:48.496 -04:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:21:48.497 -04:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 200 null "application/json; charset=utf-8" 7.3329ms
- [2024-06-20 16:21:53.708 -04:00] [ERR] [30] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
- System.IO.IOException: The process cannot access the file 'C:\ProgramData\Jellyfin\Server\cache\transcodes\131b2c7b-6656-42db-826d-5b9ff92537c4.concat' because it is being used by another process.
- at System.IO.FileSystem.DeleteFile(String fullPath)
- at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
- at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
- [2024-06-20 16:21:53.710 -04:00] [INF] [30] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Audio Normalization" Failed after 0 minute(s) and 5 seconds
- [2024-06-20 16:22:26.143 -04:00] [INF] [44] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:22:45.194 -04:00] [INF] [43] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - null null
- [2024-06-20 16:22:45.195 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - null null
- [2024-06-20 16:22:45.196 -04:00] [INF] [43] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-06-20 16:22:45.198 -04:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:22:45.198 -04:00] [INF] [43] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
- [2024-06-20 16:22:45.199 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:22:45.200 -04:00] [INF] [43] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
- [2024-06-20 16:22:45.201 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-06-20 16:22:45.201 -04:00] [INF] [43] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 1.4251ms
- [2024-06-20 16:22:45.202 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-06-20 16:22:45.203 -04:00] [INF] [43] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-06-20 16:22:45.204 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 1.4525ms
- [2024-06-20 16:22:45.204 -04:00] [INF] [43] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 9.7578ms
- [2024-06-20 16:22:45.205 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:22:45.207 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - 200 null "application/json; charset=utf-8" 11.7537ms
- [2024-06-20 16:22:46.283 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "POST" "https"://"movies.jamie.house""""/ScheduledTasks/Running/ec2f221fd8e7706b3d3afd2c4591b4d7""" - null 0
- [2024-06-20 16:22:46.285 -04:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:22:46.286 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
- [2024-06-20 16:22:46.287 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"StartTask\", controller = \"ScheduledTasks\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult StartTask(System.String)" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:22:46.288 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
- [2024-06-20 16:22:46.288 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)" in 0.8315ms
- [2024-06-20 16:22:46.289 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
- [2024-06-20 16:22:46.290 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "POST" "https"://"movies.jamie.house""""/ScheduledTasks/Running/ec2f221fd8e7706b3d3afd2c4591b4d7""" - 204 null null 6.7586ms
- [2024-06-20 16:22:46.292 -04:00] [INF] [44] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - null null
- [2024-06-20 16:22:46.293 -04:00] [INF] [44] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:22:46.294 -04:00] [INF] [44] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:22:46.295 -04:00] [INF] [44] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
- [2024-06-20 16:22:46.296 -04:00] [INF] [44] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
- [2024-06-20 16:22:46.297 -04:00] [INF] [44] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.116ms
- [2024-06-20 16:22:46.298 -04:00] [INF] [44] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
- [2024-06-20 16:22:46.299 -04:00] [INF] [44] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/ScheduledTasks""?isHidden=false" - 200 null "application/json; charset=utf-8" 7.1146ms
- [2024-06-20 16:22:51.435 -04:00] [ERR] [30] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
- System.IO.IOException: The process cannot access the file 'C:\ProgramData\Jellyfin\Server\cache\transcodes\fa956596-1067-40b5-ba98-ea67d7c83895.concat' because it is being used by another process.
- at System.IO.FileSystem.DeleteFile(String fullPath)
- at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
- at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
- [2024-06-20 16:22:51.436 -04:00] [INF] [30] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Audio Normalization" Failed after 0 minute(s) and 5 seconds
- [2024-06-20 16:22:54.624 -04:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - null null
- [2024-06-20 16:22:54.624 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - null null
- [2024-06-20 16:22:54.626 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-06-20 16:22:54.627 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:22:54.628 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
- [2024-06-20 16:22:54.629 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:22:54.629 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
- [2024-06-20 16:22:54.630 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-06-20 16:22:54.631 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 1.4079ms
- [2024-06-20 16:22:54.632 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-06-20 16:22:54.633 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-06-20 16:22:54.633 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 1.4659ms
- [2024-06-20 16:22:54.634 -04:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 10.303ms
- [2024-06-20 16:22:54.635 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:22:54.637 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - 200 null "application/json; charset=utf-8" 12.7595ms
- [2024-06-20 16:22:56.145 -04:00] [INF] [30] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:23:26.147 -04:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:23:44.631 -04:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - null null
- [2024-06-20 16:23:44.632 -04:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - null null
- [2024-06-20 16:23:44.634 -04:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-06-20 16:23:44.636 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
- ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
- FROM \"Devices\" AS \"d\"
- WHERE \"d\".\"AccessToken\" = @__token_0
- LIMIT 1"
- [2024-06-20 16:23:44.637 -04:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
- [2024-06-20 16:23:44.639 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:23:44.640 -04:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
- [2024-06-20 16:23:44.642 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
- [2024-06-20 16:23:44.644 -04:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 3.6083ms
- [2024-06-20 16:23:44.645 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
- [2024-06-20 16:23:44.646 -04:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
- [2024-06-20 16:23:44.648 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 2.5776ms
- [2024-06-20 16:23:44.649 -04:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 17.5644ms
- [2024-06-20 16:23:44.650 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
- [2024-06-20 16:23:44.652 -04:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/2" "GET" "https"://"movies.jamie.house""""/System/Info""" - 200 null "application/json; charset=utf-8" 20.4051ms
- [2024-06-20 16:23:50.523 -04:00] [INF] [39] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
- [2024-06-20 16:23:50.525 -04:00] [INF] [39] Microsoft.Hosting.Lifetime: Application is shutting down...
- [2024-06-20 16:36:37.228 -04:00] [INF] [1] Main: Jellyfin version: "10.9.6"
- [2024-06-20 16:36:37.238 -04:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
- [2024-06-20 16:36:37.240 -04:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--service", "--datadir", "C:\ProgramData\Jellyfin\Server"]
- [2024-06-20 16:36:37.241 -04:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.22631"
- [2024-06-20 16:36:37.242 -04:00] [INF] [1] Main: Architecture: X64
- [2024-06-20 16:36:37.243 -04:00] [INF] [1] Main: 64-Bit Process: True
- [2024-06-20 16:36:37.243 -04:00] [INF] [1] Main: User Interactive: False
- [2024-06-20 16:36:37.244 -04:00] [INF] [1] Main: Processor count: 32
- [2024-06-20 16:36:37.244 -04:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
- [2024-06-20 16:36:37.245 -04:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log"
- [2024-06-20 16:36:37.245 -04:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config"
- [2024-06-20 16:36:37.246 -04:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache"
- [2024-06-20 16:36:37.247 -04:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
- [2024-06-20 16:36:37.247 -04:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
- [2024-06-20 16:36:37.306 -04:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
- [2024-06-20 16:36:37.343 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
- [2024-06-20 16:36:37.348 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Artwork, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Artwork_1.0.0.0\Jellyfin.Plugin.Artwork.dll"
- [2024-06-20 16:36:37.351 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Bookshelf_11.0.0.0\Jellyfin.Plugin.Bookshelf.dll"
- [2024-06-20 16:36:37.353 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.CoverArtArchive, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Cover Art Archive_8.0.0.0\Jellyfin.Plugin.CoverArtArchive.dll"
- [2024-06-20 16:36:37.354 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MetaBrainz.Common.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=be12cbb629c03021" from "C:\ProgramData\Jellyfin\Server\plugins\Cover Art Archive_8.0.0.0\MetaBrainz.Common.Json.dll"
- [2024-06-20 16:36:37.355 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MetaBrainz.MusicBrainz.CoverArt, Version=6.0.0.0, Culture=neutral, PublicKeyToken=be12cbb629c03021" from "C:\ProgramData\Jellyfin\Server\plugins\Cover Art Archive_8.0.0.0\MetaBrainz.MusicBrainz.CoverArt.dll"
- [2024-06-20 16:36:37.356 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Discogs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Discogs_1.0.0.0\Jellyfin.Plugin.Discogs.dll"
- [2024-06-20 16:36:37.358 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Fanart, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Fanart_11.0.0.0\Jellyfin.Plugin.Fanart.dll"
- [2024-06-20 16:36:37.360 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.IMVDb, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\IMVDb_4.0.0.0\Jellyfin.Plugin.IMVDb.dll"
- [2024-06-20 16:36:37.361 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ConfusedPolarBear.Plugin.IntroSkipper, Version=0.2.0.10, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Intro Skipper_0.2.0.10\ConfusedPolarBear.Plugin.IntroSkipper.dll"
- [2024-06-20 16:36:37.363 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Opds, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\OPDS_5.0.0.0\Jellyfin.Plugin.Opds.dll"
- [2024-06-20 16:36:37.364 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.OpenSubtitles, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Open Subtitles_20.0.0.0\Jellyfin.Plugin.OpenSubtitles.dll"
- [2024-06-20 16:36:37.365 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SessionCleaner, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Session Cleaner_3.0.0.0\Jellyfin.Plugin.SessionCleaner.dll"
- [2024-06-20 16:36:37.368 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_13.0.0.0\Jellyfin.Plugin.Tvdb.dll"
- [2024-06-20 16:36:37.372 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Tvdb.Sdk, Version=4.7.9.1, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_13.0.0.0\Tvdb.Sdk.dll"
- [2024-06-20 16:36:37.374 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.TMDbBoxSets, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Box Sets_11.0.0.0\Jellyfin.Plugin.TMDbBoxSets.dll"
- [2024-06-20 16:36:37.385 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "AngleSharp, Version=1.1.2.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\AngleSharp.dll"
- [2024-06-20 16:36:37.388 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "CliWrap, Version=3.6.6.0, Culture=neutral, PublicKeyToken=1c4a4fc2d6886e5a" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\CliWrap.dll"
- [2024-06-20 16:36:37.389 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tmdb.Trailers, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\Jellyfin.Plugin.Tmdb.Trailers.dll"
- [2024-06-20 16:36:37.394 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "TMDbLib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\TMDbLib.dll"
- [2024-06-20 16:36:37.395 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "YoutubeExplode.Converter, Version=6.3.14.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\YoutubeExplode.Converter.dll"
- [2024-06-20 16:36:37.398 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "YoutubeExplode, Version=6.3.14.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_13.0.0.0\YoutubeExplode.dll"
- [2024-06-20 16:36:37.400 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Flurl, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_11.0.0.0\Flurl.dll"
- [2024-06-20 16:36:37.402 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Flurl.Http, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_11.0.0.0\Flurl.Http.dll"
- [2024-06-20 16:36:37.403 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.TvMaze, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_11.0.0.0\Jellyfin.Plugin.TvMaze.dll"
- [2024-06-20 16:36:37.408 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_11.0.0.0\Polly.dll"
- [2024-06-20 16:36:37.409 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "TvMaze.Api.Client, Version=0.1.72.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_11.0.0.0\TvMaze.Api.Client.dll"
- [2024-06-20 16:36:37.410 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Vgmdb, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\VGMdb_4.0.0.0\Jellyfin.Plugin.Vgmdb.dll"
- [2024-06-20 16:36:37.426 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\BouncyCastle.Cryptography.dll"
- [2024-06-20 16:36:37.431 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Handlebars, Version=2.1.6.0, Culture=neutral, PublicKeyToken=22225d0bf33cd661" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\Handlebars.dll"
- [2024-06-20 16:36:37.433 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Webhook, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\Jellyfin.Plugin.Webhook.dll"
- [2024-06-20 16:36:37.441 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MailKit, Version=4.5.0.0, Culture=neutral, PublicKeyToken=4e064fe7c44a8f1b" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\MailKit.dll"
- [2024-06-20 16:36:37.446 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MimeKit, Version=4.5.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\MimeKit.dll"
- [2024-06-20 16:36:37.450 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MQTTnet, Version=4.3.4.1084, Culture=neutral, PublicKeyToken=fdb7629f2e364a63" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\MQTTnet.dll"
- [2024-06-20 16:36:37.451 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "MQTTnet.Extensions.ManagedClient, Version=4.3.4.1084, Culture=neutral, PublicKeyToken=fdb7629f2e364a63" from "C:\ProgramData\Jellyfin\Server\plugins\Webhook_14.0.0.0\MQTTnet.Extensions.ManagedClient.dll"
- [2024-06-20 16:36:37.508 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-06-20 16:36:37.509 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
- [2024-06-20 16:36:37.510 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-06-20 16:36:37.511 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["192.168.87.3", "192.168.86.3", "127.0.0.1"]
- [2024-06-20 16:36:37.512 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
- [2024-06-20 16:36:37.513 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
- [2024-06-20 16:36:37.514 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
- [2024-06-20 16:36:40.528 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Artwork" "1.0.0.0"
- [2024-06-20 16:36:40.530 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
- [2024-06-20 16:36:40.531 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Cover Art Archive" "8.0.0.0"
- [2024-06-20 16:36:40.533 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Discogs" "1.0.0.0"
- [2024-06-20 16:36:40.534 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Fanart" "11.0.0.0"
- [2024-06-20 16:36:40.535 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "IMVDb" "4.0.0.0"
- [2024-06-20 16:36:40.623 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Plugin: Skip button already added
- [2024-06-20 16:36:40.716 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.2.0.10"
- [2024-06-20 16:36:40.718 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OPDS Feed" "5.0.0.0"
- [2024-06-20 16:36:40.722 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Open Subtitles" "20.0.0.0"
- [2024-06-20 16:36:40.723 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Session Cleaner" "3.0.0.0"
- [2024-06-20 16:36:40.724 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "13.0.0.0"
- [2024-06-20 16:36:40.725 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb Box Sets" "11.0.0.0"
- [2024-06-20 16:36:40.727 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb Trailers" "13.0.0.0"
- [2024-06-20 16:36:40.728 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TVmaze" "11.0.0.0"
- [2024-06-20 16:36:40.729 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "VGMdb" "4.0.0.0"
- [2024-06-20 16:36:40.731 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Webhook" "14.0.0.0"
- [2024-06-20 16:36:40.732 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.6.0"
- [2024-06-20 16:36:40.733 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.6.0"
- [2024-06-20 16:36:40.733 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.6.0"
- [2024-06-20 16:36:40.740 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.6.0"
- [2024-06-20 16:36:40.741 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.6.0"
- [2024-06-20 16:36:40.789 -04:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
- [2024-06-20 16:36:40.795 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue
- [2024-06-20 16:36:40.877 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Books"
- [2024-06-20 16:36:40.886 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Collections"
- [2024-06-20 16:36:40.889 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Movies"
- [2024-06-20 16:36:40.893 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Music"
- [2024-06-20 16:36:40.899 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Shows"
- [2024-06-20 16:36:41.575 -04:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\books"
- [2024-06-20 16:36:41.575 -04:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\music"
- [2024-06-20 16:36:41.575 -04:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\tv_shows"
- [2024-06-20 16:36:41.576 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
- [2024-06-20 16:36:41.576 -04:00] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\ProgramData\Jellyfin\Server\data\collections"
- [2024-06-20 16:36:41.576 -04:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\videos"
- [2024-06-20 16:36:41.586 -04:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Detect Intros and Credits" set to fire at 2024-06-21 00:00:00.000 -04:00, which is 07:23:18.4134429 from now.
- [2024-06-20 16:36:41.590 -04:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "TMDb Trailers" set to fire at 2024-06-21 04:00:00.000 -04:00, which is 11:23:18.4097772 from now.
- [2024-06-20 16:36:41.597 -04:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2024-06-21 02:00:00.000 -04:00, which is 09:23:18.4026797 from now.
- [2024-06-20 16:36:41.620 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
- [2024-06-20 16:36:41.648 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
- [2024-06-20 16:36:41.672 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "mjpeg_qsv", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
- [2024-06-20 16:36:41.696 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "hwupload_cuda", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemap_cuda", "tonemap_opencl", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
- [2024-06-20 16:36:41.800 -04:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
- [2024-06-20 16:36:41.829 -04:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
- [2024-06-20 16:36:41.852 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl"]
- [2024-06-20 16:36:41.996 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg"
- [2024-06-20 16:36:41.997 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "b6e141f242bd457c860c9c0fc15fed91"
- [2024-06-20 16:36:41.998 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
- [2024-06-20 16:36:41.999 -04:00] [INF] [1] Main: Startup complete 0:00:04.8439275
- [2024-06-20 16:36:44.703 -04:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:36:44.905 -04:00] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: "TMDb Trailers" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:36:45.783 -04:00] [INF] [24] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 1 seconds
- [2024-06-20 16:37:17.260 -04:00] [INF] [33] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" request
- [2024-06-20 16:37:22.268 -04:00] [INF] [16] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" closed
- [2024-06-20 16:37:22.546 -04:00] [INF] [42] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" request
- [2024-06-20 16:37:27.712 -04:00] [INF] [17] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for "\\192.168.86.3\tv_shows\The Office [imdbid-tt0386676]\S06\The Office_S06E09_Double Date.mp4" [ID: c29bf920-54a7-4245-7ac8-ec03f64ed58b]
- [2024-06-20 16:37:27.719 -04:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: "ffmpeg -loglevel error -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -hwaccel_flags +unsafe_output -threads 1 -noautorotate -i file:\"\\192.168.86.3\tv_shows\The Office [imdbid-tt0386676]\S06\The Office_S06E09_Double Date.mp4\" -noautoscale -an -sn -vf \"fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=w=320:h=180:format=yuv420p,hwdownload,format=yuv420p\" -threads 1 -c:v mjpeg -qscale:v 4 -f image2 \"C:\ProgramData\Jellyfin\Server\cache\temp\eb101a308cd7441c8e34078610781c6b\%08d.jpg\""
- [2024-06-20 16:37:41.603 -04:00] [INF] [32] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:38:11.617 -04:00] [INF] [33] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:38:13.315 -04:00] [INF] [33] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for "\\192.168.86.3\tv_shows\The Office [imdbid-tt0386676]\S06\The Office_S06E09_Double Date.mp4"
- [2024-06-20 16:38:13.331 -04:00] [INF] [33] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for "\\192.168.86.3\tv_shows\The X-Files\s01\e08.mkv" [ID: 507485b4-7db7-7e38-42b8-2e1edce43253]
- [2024-06-20 16:38:13.333 -04:00] [INF] [33] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: "ffmpeg -loglevel error -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -hwaccel_flags +unsafe_output -threads 1 -noautorotate -i file:\"\\192.168.86.3\tv_shows\The X-Files\s01\e08.mkv\" -noautoscale -an -sn -vf \"fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=w=320:h=180:format=yuv420p,hwdownload,format=yuv420p\" -threads 1 -c:v mjpeg -qscale:v 4 -f image2 \"C:\ProgramData\Jellyfin\Server\cache\temp\0d0eda22b0374351b93d87cb36f32729\%08d.jpg\""
- [2024-06-20 16:38:41.632 -04:00] [INF] [29] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:38:58.409 -04:00] [INF] [43] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for "\\192.168.86.3\tv_shows\The X-Files\s01\e08.mkv"
- [2024-06-20 16:38:58.445 -04:00] [INF] [43] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for "\\192.168.86.3\tv_shows\Night Court\S09\Night Court_S09E22_The 1992 Boat Show.mp4" [ID: 6811a662-faea-302a-ecfe-44b74f8848c4]
- [2024-06-20 16:38:58.447 -04:00] [INF] [43] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: "ffmpeg -loglevel error -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -hwaccel_flags +unsafe_output -threads 1 -noautorotate -i file:\"\\192.168.86.3\tv_shows\Night Court\S09\Night Court_S09E22_The 1992 Boat Show.mp4\" -noautoscale -an -sn -vf \"fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=w=320:h=240:format=yuv420p,hwdownload,format=yuv420p\" -threads 1 -c:v mjpeg -qscale:v 4 -f image2 \"C:\ProgramData\Jellyfin\Server\cache\temp\52809a8061f54276879bd5d439f94f82\%08d.jpg\""
- [2024-06-20 16:39:11.640 -04:00] [INF] [29] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:39:16.814 -04:00] [INF] [33] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for "\\192.168.86.3\tv_shows\Night Court\S09\Night Court_S09E22_The 1992 Boat Show.mp4"
- [2024-06-20 16:39:16.840 -04:00] [INF] [33] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for "\\192.168.86.3\tv_shows\Scrubs\S09\Scrubs_S09E13_Our Thanks.mp4" [ID: 4fc584af-649e-24a0-9b95-f659c76b1da4]
- [2024-06-20 16:39:16.841 -04:00] [INF] [33] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: "ffmpeg -loglevel error -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -hwaccel_flags +unsafe_output -threads 1 -noautorotate -i file:\"\\192.168.86.3\tv_shows\Scrubs\S09\Scrubs_S09E13_Our Thanks.mp4\" -noautoscale -an -sn -vf \"fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=w=320:h=180:format=yuv420p,hwdownload,format=yuv420p\" -threads 1 -c:v mjpeg -qscale:v 4 -f image2 \"C:\ProgramData\Jellyfin\Server\cache\temp\54ad534890b64ca6bd38630f203f59c1\%08d.jpg\""
- [2024-06-20 16:39:41.645 -04:00] [INF] [27] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:40:01.046 -04:00] [INF] [43] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for "\\192.168.86.3\tv_shows\Scrubs\S09\Scrubs_S09E13_Our Thanks.mp4"
- [2024-06-20 16:40:01.061 -04:00] [INF] [43] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for "\\192.168.86.3\tv_shows\Cheers\S09\Cheers_S09E05_Ma Always Liked You Best.mp4" [ID: 07453fda-d371-8cd3-8498-274ea93b52b1]
- [2024-06-20 16:40:01.062 -04:00] [INF] [43] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: "ffmpeg -loglevel error -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -hwaccel_flags +unsafe_output -threads 1 -noautorotate -i file:\"\\192.168.86.3\tv_shows\Cheers\S09\Cheers_S09E05_Ma Always Liked You Best.mp4\" -noautoscale -an -sn -vf \"fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=w=320:h=180:format=yuv420p,hwdownload,format=yuv420p\" -threads 1 -c:v mjpeg -qscale:v 4 -f image2 \"C:\ProgramData\Jellyfin\Server\cache\temp\22b80fccf5b8414cac643f88089ba5e3\%08d.jpg\""
- [2024-06-20 16:40:11.656 -04:00] [INF] [43] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:40:41.657 -04:00] [INF] [29] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:40:44.579 -04:00] [INF] [43] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for "\\192.168.86.3\tv_shows\Cheers\S09\Cheers_S09E05_Ma Always Liked You Best.mp4"
- [2024-06-20 16:40:44.595 -04:00] [INF] [43] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for "\\192.168.86.3\tv_shows\True Blood [imdbid-tt0844441]\Season 06\True Blood_S06E08_Dead Meat.mp4" [ID: 6c75dbf0-3223-b148-95af-6dc4f0bdeedd]
- [2024-06-20 16:40:44.596 -04:00] [INF] [43] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: "ffmpeg -loglevel error -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -hwaccel_flags +unsafe_output -threads 1 -noautorotate -i file:\"\\192.168.86.3\tv_shows\True Blood [imdbid-tt0844441]\Season 06\True Blood_S06E08_Dead Meat.mp4\" -noautoscale -an -sn -vf \"fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=w=320:h=180:format=yuv420p,hwdownload,format=yuv420p\" -threads 1 -c:v mjpeg -qscale:v 4 -f image2 \"C:\ProgramData\Jellyfin\Server\cache\temp\fd511851d64b40dbbfc7041e356f9ef2\%08d.jpg\""
- [2024-06-20 16:41:11.672 -04:00] [INF] [29] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:41:39.413 -04:00] [INF] [38] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for "\\192.168.86.3\tv_shows\True Blood [imdbid-tt0844441]\Season 06\True Blood_S06E08_Dead Meat.mp4"
- [2024-06-20 16:41:39.442 -04:00] [INF] [38] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for "\\192.168.86.3\tv_shows\Supernatural\S08\Supernatural_S08E17_Goodbye Stranger.mp4" [ID: 49fdfaa4-024a-faff-a8ef-fb433200d27a]
- [2024-06-20 16:41:39.444 -04:00] [INF] [38] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: "ffmpeg -loglevel error -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -hwaccel_flags +unsafe_output -threads 1 -noautorotate -i file:\"\\192.168.86.3\tv_shows\Supernatural\S08\Supernatural_S08E17_Goodbye Stranger.mp4\" -noautoscale -an -sn -vf \"fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=w=320:h=180:format=yuv420p,hwdownload,format=yuv420p\" -threads 1 -c:v mjpeg -qscale:v 4 -f image2 \"C:\ProgramData\Jellyfin\Server\cache\temp\ba545f399ce445dbae1501157d8fd4b8\%08d.jpg\""
- [2024-06-20 16:41:41.684 -04:00] [INF] [25] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:41:52.561 -04:00] [DBG] [38] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.86.3" received message: InboundWebSocketMessage`1 { Data: null, MessageType: KeepAlive, ServerId: null }
- [2024-06-20 16:41:56.051 -04:00] [DBG] [33] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
- [2024-06-20 16:41:56.052 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
- [2024-06-20 16:41:56.053 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
- [2024-06-20 16:41:56.053 -04:00] [DBG] [38] Jellyfin.Networking.Manager.NetworkManager: Trying to get bind address for source "192.168.86.3" - External: False
- [2024-06-20 16:41:56.054 -04:00] [DBG] [38] Jellyfin.Networking.Manager.NetworkManager: "192.168.86.3": No matching bind address override found
- [2024-06-20 16:41:56.055 -04:00] [DBG] [38] Jellyfin.Networking.Manager.NetworkManager: "192.168.86.3": Internal request received, matching internal bind address found: "192.168.86.3"
- [2024-06-20 16:41:57.975 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
- [2024-06-20 16:41:57.976 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
- [2024-06-20 16:41:57.978 -04:00] [INF] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: Attempting to cancel Scheduled Task "Generate Trickplay Images"
- [2024-06-20 16:41:57.981 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
- [2024-06-20 16:41:57.981 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
- [2024-06-20 16:41:58.561 -04:00] [DBG] [38] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 1 WebSockets.
- [2024-06-20 16:41:59.461 -04:00] [INF] [38] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Stopping trickplay extraction.
- [2024-06-20 16:42:00.471 -04:00] [INF] [38] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Killing ffmpeg process
- [2024-06-20 16:42:00.472 -04:00] [ERR] [38] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: ffmpeg image extraction failed for "ffmpeg -loglevel error -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -hwaccel_flags +unsafe_output -threads 1 -noautorotate -i file:\"\\192.168.86.3\tv_shows\Supernatural\S08\Supernatural_S08E17_Goodbye Stranger.mp4\" -noautoscale -an -sn -vf \"fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=w=320:h=180:format=yuv420p,hwdownload,format=yuv420p\" -threads 1 -c:v mjpeg -qscale:v 4 -f image2 \"C:\ProgramData\Jellyfin\Server\cache\temp\ba545f399ce445dbae1501157d8fd4b8\%08d.jpg\""
- [2024-06-20 16:42:00.473 -04:00] [ERR] [38] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Error creating trickplay images.
- MediaBrowser.Common.FfmpegException: ffmpeg image extraction failed for ffmpeg -loglevel error -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -hwaccel_flags +unsafe_output -threads 1 -noautorotate -i file:"\\192.168.86.3\tv_shows\Supernatural\S08\Supernatural_S08E17_Goodbye Stranger.mp4" -noautoscale -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=w=320:h=180:format=yuv420p,hwdownload,format=yuv420p" -threads 1 -c:v mjpeg -qscale:v 4 -f image2 "C:\ProgramData\Jellyfin\Server\cache\temp\ba545f399ce445dbae1501157d8fd4b8\%08d.jpg"
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.ExtractVideoImagesOnIntervalInternal(String inputArg, String filterParam, String vidEncoder, Nullable`1 outputThreads, Nullable`1 qualityScale, Nullable`1 priority, CancellationToken cancellationToken)
- at Jellyfin.Server.Implementations.Trickplay.TrickplayManager.RefreshTrickplayDataInternal(Video video, Boolean replace, Int32 width, TrickplayOptions options, CancellationToken cancellationToken)
- [2024-06-20 16:42:00.477 -04:00] [INF] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Generate Trickplay Images" Cancelled after 4 minute(s) and 41 seconds
- [2024-06-20 16:42:01.485 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
- [2024-06-20 16:42:01.486 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
- [2024-06-20 16:42:01.487 -04:00] [DBG] [29] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Audio Normalization"
- [2024-06-20 16:42:01.489 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
- [2024-06-20 16:42:01.489 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
- [2024-06-20 16:42:01.517 -04:00] [DBG] [29] Emby.Server.Implementations.Data.SqliteItemRepository: "GetItemList" query time (slow): 10.0199ms. Query: "select type,data,EndDate,ChannelId,CommunityRating,CustomRating,IndexNumber,IsLocked,PreferredMetadataLanguage,PreferredMetadataCountryCode,Width,Height,DateLastRefreshed,Name,Path,PremiereDate,Overview,ParentIndexNumber,ProductionYear,OfficialRating,ForcedSortName,RunTimeTicks,Size,DateCreated,DateModified,guid,Genres,ParentId,Audio,IsInMixedFolder,DateLastSaved,LockedFields,Studios,Tags,OriginalTitle,PrimaryVersionId,DateLastMediaAdded,Album,LUFS,NormalizationGain,CriticRating,IsVirtualItem,SeriesName,PresentationUniqueKey,InheritedParentalRatingValue,ExternalSeriesId,Tagline,ProviderIds,Images,ProductionLocations,ExtraIds,TotalBitrate,ExtraType,Artists,AlbumArtists,ExternalId,SeriesPresentationUniqueKey,OwnerId from TypedBaseItems A where type=@type AND Guid in (select itemId from AncestorIds where AncestorId=@AncestorId)"
- [2024-06-20 16:42:01.523 -04:00] [DBG] [25] Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask: Starting ffmpeg with arguments: "-hide_banner -f concat -safe 0 -i \"C:\ProgramData\Jellyfin\Server\cache\transcodes\23170b12-7be8-44fe-8e3b-82bbb665ce46.concat\" -af ebur128=framelog=verbose -f null -"
- [2024-06-20 16:42:07.184 -04:00] [ERR] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
- System.IO.IOException: The process cannot access the file 'C:\ProgramData\Jellyfin\Server\cache\transcodes\23170b12-7be8-44fe-8e3b-82bbb665ce46.concat' because it is being used by another process.
- at System.IO.FileSystem.DeleteFile(String fullPath)
- at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
- at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
- [2024-06-20 16:42:07.186 -04:00] [INF] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Audio Normalization" Failed after 0 minute(s) and 5 seconds
- [2024-06-20 16:42:10.561 -04:00] [DBG] [27] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 1 WebSockets.
- [2024-06-20 16:42:11.692 -04:00] [DBG] [27] Emby.Server.Implementations.ScheduledTasks.TaskManager: "IntervalTrigger" fired for task: "Webhook Item Added Notifier"
- [2024-06-20 16:42:11.693 -04:00] [DBG] [27] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "ItemAddedScheduledTask"
- [2024-06-20 16:42:11.694 -04:00] [DBG] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Webhook Item Added Notifier"
- [2024-06-20 16:42:11.694 -04:00] [DBG] [38] Jellyfin.Plugin.Webhook.Notifiers.ItemAddedNotifier.ItemAddedManager: ProcessItemsAsync
- [2024-06-20 16:42:11.695 -04:00] [INF] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
- [2024-06-20 16:42:14.801 -04:00] [INF] [43] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
- [2024-06-20 16:42:14.804 -04:00] [DBG] [43] Emby.Server.Implementations.Session.SessionManager: Disposing session controller asynchronously "WebSocketController"
- [2024-06-20 16:42:14.805 -04:00] [DBG] [38] Emby.Server.Implementations.Session.SessionWebSocketListener: WebSocket "Emby.Server.Implementations.HttpServer.WebSocketConnection" is closed.
- [2024-06-20 16:42:14.806 -04:00] [INF] [38] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" closed
- [2024-06-20 16:42:14.808 -04:00] [INF] [29] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
- [2024-06-20 16:42:14.811 -04:00] [DBG] [26] Jellyfin.Networking.AutoDiscoveryHost: Broadcast socket operation cancelled
- [2024-06-20 16:42:14.813 -04:00] [INF] [26] Main: Running query planner optimizations in the database... This might take a while
- [2024-06-20 16:42:14.821 -04:00] [DBG] [29] Jellyfin.Api.WebSocketListeners.ScheduledTasksWebSocketListener: WS "192.168.86.3" stop transmitting to "ScheduledTasksWebSocketListener"
- [2024-06-20 16:42:14.826 -04:00] [INF] [25] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "\\192.168.86.3\videos"
- [2024-06-20 16:42:14.834 -04:00] [INF] [25] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "\\192.168.86.3\tv_shows"
- [2024-06-20 16:42:14.850 -04:00] [INF] [25] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "\\192.168.86.3\books"
- [2024-06-20 16:42:14.865 -04:00] [INF] [25] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "C:\ProgramData\Jellyfin\Server\data\collections"
- [2024-06-20 16:42:14.866 -04:00] [INF] [25] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "\\192.168.86.3\music"
- [2024-06-20 16:42:14.884 -04:00] [INF] [26] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
- [2024-06-20 16:42:14.885 -04:00] [INF] [26] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
- [2024-06-20 16:42:14.886 -04:00] [INF] [26] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
- [2024-06-20 16:42:14.886 -04:00] [INF] [26] Emby.Server.Implementations.ApplicationHost: Disposing "CoverArtArchiveImageProvider"
- [2024-06-20 16:42:14.887 -04:00] [INF] [26] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
- Entries found in the .concat files:
- file '\\192.168.86.3\music\Skillet\2009 - Awake\01 - Skillet - Awake - Hero.mp3'
- file '\\192.168.86.3\music\Skillet\2009 - Awake\02 - Skillet - Awake - Monster.mp3'
- file '\\192.168.86.3\music\Skillet\2009 - Awake\03 - Skillet - Awake - Don'\''t Wake Me.mp3'
- file '\\192.168.86.3\music\Skillet\2009 - Awake\04 - Skillet - Awake - Awake and Alive.mp3'
- file '\\192.168.86.3\music\Skillet\2009 - Awake\05 - Skillet - Awake - One Day Too Late.mp3'
- file '\\192.168.86.3\music\Skillet\2009 - Awake\06 - Skillet - Awake - It'\''s Not Me It'\''s You.mp3'
- file '\\192.168.86.3\music\Skillet\2009 - Awake\07 - Skillet - Awake - Should'\''ve When You Could'\''ve.mp3'
- file '\\192.168.86.3\music\Skillet\2009 - Awake\08 - Skillet - Awake - Believe.mp3'
- file '\\192.168.86.3\music\Skillet\2009 - Awake\09 - Skillet - Awake - Forgiven.mp3'
- file '\\192.168.86.3\music\Skillet\2009 - Awake\10 - Skillet - Awake - Sometimes.mp3'
- file '\\192.168.86.3\music\Skillet\2009 - Awake\11 - Skillet - Awake - Never Surrender.mp3'
- file '\\192.168.86.3\music\Skillet\2009 - Awake\12 - Skillet - Awake - Lucy.mp3'
- file '\\192.168.86.3\music\Skillet\2009 - Awake\13 - Skillet - Awake - Dead Inside.mp3'
- file '\\192.168.86.3\music\Skillet\2009 - Awake\14 - Skillet - Awake - Would It Matter.mp3'
- file '\\192.168.86.3\music\Skillet\2009 - Awake\15 - Skillet - Awake - Monster (Radio Edit).mp3'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement