Advertisement
jchapz30

Jellyfin Audio Normalization Scheduled Task Errors

Jun 20th, 2024 (edited)
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 340.43 KB | None | 0 0
  1. 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.
  2.  
  3. [2024-06-20 16:16:56.600 -04:00] [FTL] [1] : Failed to create/read logger configuration
  4. System.ArgumentException: A source source must be provided. (Parameter 'source')
  5. at Serilog.Configuration.LoggerMinimumLevelConfiguration.Override(String source, LoggingLevelSwitch levelSwitch)
  6. at Serilog.Settings.Configuration.ConfigurationReader.<>c__DisplayClass11_1.<ApplyMinimumLevel>b__3(LoggerMinimumLevelConfiguration configuration, LoggingLevelSwitch levelSwitch)
  7. at Serilog.Settings.Configuration.ConfigurationReader.<>c__DisplayClass11_0.<ApplyMinimumLevel>g__ApplyMinimumLevelConfiguration|1(IConfigurationSection directive, Action`2 applyConfigAction)
  8. at Serilog.Settings.Configuration.ConfigurationReader.ApplyMinimumLevel(LoggerConfiguration loggerConfiguration)
  9. at Serilog.Settings.Configuration.ConfigurationReader.Configure(LoggerConfiguration loggerConfiguration)
  10. at Serilog.Configuration.LoggerSettingsConfiguration.Settings(ILoggerSettings settings)
  11. at Serilog.ConfigurationLoggerConfigurationExtensions.Configuration(LoggerSettingsConfiguration settingConfiguration, IConfiguration configuration, ConfigurationReaderOptions readerOptions)
  12. at Jellyfin.Server.Helpers.StartupHelpers.InitializeLoggingFramework(IConfiguration configuration, IApplicationPaths appPaths)
  13. [2024-06-20 16:16:56.615 -04:00] [INF] [1] Main: Jellyfin version: "10.9.6"
  14. [2024-06-20 16:16:56.618 -04:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
  15. [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"]
  16. [2024-06-20 16:16:56.622 -04:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.22631"
  17. [2024-06-20 16:16:56.622 -04:00] [INF] [1] Main: Architecture: X64
  18. [2024-06-20 16:16:56.623 -04:00] [INF] [1] Main: 64-Bit Process: True
  19. [2024-06-20 16:16:56.624 -04:00] [INF] [1] Main: User Interactive: False
  20. [2024-06-20 16:16:56.624 -04:00] [INF] [1] Main: Processor count: 32
  21. [2024-06-20 16:16:56.625 -04:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
  22. [2024-06-20 16:16:56.625 -04:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log"
  23. [2024-06-20 16:16:56.626 -04:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config"
  24. [2024-06-20 16:16:56.627 -04:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache"
  25. [2024-06-20 16:16:56.627 -04:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
  26. [2024-06-20 16:16:56.628 -04:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
  27. [2024-06-20 16:16:56.685 -04:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
  28. [2024-06-20 16:16:56.723 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  29. [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"
  30. [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"
  31. [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"
  32. [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"
  33. [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"
  34. [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"
  35. [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"
  36. [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"
  37. [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"
  38. [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"
  39. [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"
  40. [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"
  41. [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"
  42. [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"
  43. [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"
  44. [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"
  45. [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"
  46. [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"
  47. [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"
  48. [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"
  49. [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"
  50. [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"
  51. [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"
  52. [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"
  53. [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"
  54. [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"
  55. [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"
  56. [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"
  57. [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"
  58. [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"
  59. [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"
  60. [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"
  61. [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"
  62. [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"
  63. [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"]
  64. [2024-06-20 16:16:56.889 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  65. [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"]
  66. [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"]
  67. [2024-06-20 16:16:56.892 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  68. [2024-06-20 16:16:56.893 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  69. [2024-06-20 16:16:56.894 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  70. [2024-06-20 16:16:57.339 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("11"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  71. ""SELECT COUNT(*) FROM \"sqlite_master\" WHERE \"name\" = '__EFMigrationsHistory' AND \"type\" = 'table';"
  72. [2024-06-20 16:16:57.356 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  73. ""SELECT \"MigrationId\", \"ProductVersion\"
  74. FROM \"__EFMigrationsHistory\"
  75. ORDER BY \"MigrationId\";"
  76. [2024-06-20 16:16:58.752 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  77. ""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\"
  78. FROM \"Users\" AS \"u\"
  79. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  80. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  81. [2024-06-20 16:16:58.805 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  82. ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Permission_Permissions_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"u\".\"Id\", \"i\".\"Id\"
  83. FROM \"Users\" AS \"u\"
  84. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  85. INNER JOIN \"Permissions\" AS \"p\" ON \"u\".\"Id\" = \"p\".\"UserId\"
  86. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  87. [2024-06-20 16:16:58.814 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  88. ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Preference_Preferences_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"u\".\"Id\", \"i\".\"Id\"
  89. FROM \"Users\" AS \"u\"
  90. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  91. INNER JOIN \"Preferences\" AS \"p\" ON \"u\".\"Id\" = \"p\".\"UserId\"
  92. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  93. [2024-06-20 16:16:58.821 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  94. ""SELECT \"a\".\"Id\", \"a\".\"DayOfWeek\", \"a\".\"EndHour\", \"a\".\"StartHour\", \"a\".\"UserId\", \"u\".\"Id\", \"i\".\"Id\"
  95. FROM \"Users\" AS \"u\"
  96. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  97. INNER JOIN \"AccessSchedules\" AS \"a\" ON \"u\".\"Id\" = \"a\".\"UserId\"
  98. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  99. [2024-06-20 16:16:59.859 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Artwork" "1.0.0.0"
  100. [2024-06-20 16:16:59.861 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
  101. [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"
  102. [2024-06-20 16:16:59.863 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Discogs" "1.0.0.0"
  103. [2024-06-20 16:16:59.864 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Fanart" "11.0.0.0"
  104. [2024-06-20 16:16:59.865 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "IMVDb" "4.0.0.0"
  105. [2024-06-20 16:16:59.951 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Plugin: Skip button already added
  106. [2024-06-20 16:17:00.045 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.2.0.10"
  107. [2024-06-20 16:17:00.047 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OPDS Feed" "5.0.0.0"
  108. [2024-06-20 16:17:00.052 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Open Subtitles" "20.0.0.0"
  109. [2024-06-20 16:17:00.054 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Session Cleaner" "3.0.0.0"
  110. [2024-06-20 16:17:00.055 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "13.0.0.0"
  111. [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"
  112. [2024-06-20 16:17:00.057 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb Trailers" "13.0.0.0"
  113. [2024-06-20 16:17:00.059 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TVmaze" "11.0.0.0"
  114. [2024-06-20 16:17:00.060 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "VGMdb" "4.0.0.0"
  115. [2024-06-20 16:17:00.061 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Webhook" "14.0.0.0"
  116. [2024-06-20 16:17:00.062 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.6.0"
  117. [2024-06-20 16:17:00.063 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.6.0"
  118. [2024-06-20 16:17:00.064 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.6.0"
  119. [2024-06-20 16:17:00.070 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.6.0"
  120. [2024-06-20 16:17:00.070 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.6.0"
  121. [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.
  122. [2024-06-20 16:17:00.116 -04:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
  123. [2024-06-20 16:17:00.125 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue
  124. [2024-06-20 16:17:00.208 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Books"
  125. [2024-06-20 16:17:00.216 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Collections"
  126. [2024-06-20 16:17:00.218 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Movies"
  127. [2024-06-20 16:17:00.222 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Music"
  128. [2024-06-20 16:17:00.228 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Shows"
  129. [2024-06-20 16:17:00.861 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Now listening on: "http://0.0.0.0:80"
  130. [2024-06-20 16:17:00.862 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Now listening on: "https://0.0.0.0:443"
  131. [2024-06-20 16:17:00.862 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down.
  132. [2024-06-20 16:17:00.863 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Hosting environment: "Production"
  133. [2024-06-20 16:17:00.864 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Content root path: "C:\Program Files\Jellyfin\Server"
  134. [2024-06-20 16:17:00.870 -04:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\books"
  135. [2024-06-20 16:17:00.870 -04:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\music"
  136. [2024-06-20 16:17:00.871 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
  137. [2024-06-20 16:17:00.871 -04:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\tv_shows"
  138. [2024-06-20 16:17:00.871 -04:00] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\ProgramData\Jellyfin\Server\data\collections"
  139. [2024-06-20 16:17:00.871 -04:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\videos"
  140. [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.
  141. [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.
  142. [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.
  143. [2024-06-20 16:17:00.915 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
  144. [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"]
  145. [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"]
  146. [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
  147. [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"]
  148. [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
  149. [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
  150. [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
  151. [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
  152. [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
  153. [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
  154. [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
  155. [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
  156. [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
  157. [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']"
  158. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  159. FROM \"Devices\" AS \"d\"
  160. WHERE \"d\".\"AccessToken\" = @__token_0
  161. LIMIT 1"
  162. [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
  163. [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
  164. [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
  165. [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']"
  166. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  167. FROM \"Devices\" AS \"d\"
  168. WHERE \"d\".\"AccessToken\" = @__token_0
  169. LIMIT 1"
  170. [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
  171. [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
  172. [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']"
  173. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  174. FROM \"Devices\" AS \"d\"
  175. WHERE \"d\".\"AccessToken\" = @__token_0
  176. LIMIT 1"
  177. [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
  178. [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
  179. [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']"
  180. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  181. FROM \"Devices\" AS \"d\"
  182. WHERE \"d\".\"AccessToken\" = @__token_0
  183. LIMIT 1"
  184. [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
  185. [2024-06-20 16:17:01.135 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl"]
  186. [2024-06-20 16:17:01.235 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg"
  187. [2024-06-20 16:17:01.236 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "b6e141f242bd457c860c9c0fc15fed91"
  188. [2024-06-20 16:17:01.237 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
  189. [2024-06-20 16:17:01.237 -04:00] [INF] [1] Main: Startup complete 0:00:04.6968043
  190. [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"
  191. [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"
  192. [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
  193. [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
  194. [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
  195. [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"
  196. [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"
  197. [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
  198. [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
  199. [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
  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
  201. [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
  202. [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
  203. [2024-06-20 16:17:04.219 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  204. [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']"
  205. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  206. FROM \"Devices\" AS \"d\"
  207. WHERE \"d\".\"AccessToken\" = @__token_0
  208. LIMIT 1"
  209. [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"
  210. [2024-06-20 16:17:04.223 -04:00] [INF] [25] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  211. [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"
  212. [2024-06-20 16:17:04.224 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  213. [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").
  214. [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']"
  215. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  216. FROM \"Devices\" AS \"d\"
  217. WHERE \"d\".\"AccessToken\" = @__token_0
  218. LIMIT 1"
  219. [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").
  220. [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']"
  221. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  222. FROM \"Devices\" AS \"d\"
  223. WHERE \"d\".\"AccessToken\" = @__token_0
  224. LIMIT 1"
  225. [2024-06-20 16:17:04.230 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
  226. [2024-06-20 16:17:04.231 -04:00] [INF] [25] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" request
  227. [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"'.
  228. [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
  229. [2024-06-20 16:17:04.235 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  230. [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
  231. [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
  232. [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
  233. [2024-06-20 16:17:04.239 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  234. [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
  235. [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']"
  236. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  237. FROM \"Devices\" AS \"d\"
  238. WHERE \"d\".\"AccessToken\" = @__token_0
  239. LIMIT 1"
  240. [2024-06-20 16:17:04.246 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
  241. [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']"
  242. ""SELECT COUNT(*)
  243. FROM \"Devices\" AS \"d\"
  244. WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0"
  245. [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").
  246. [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']"
  247. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  248. FROM \"Devices\" AS \"d\"
  249. WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0
  250. ORDER BY \"d\".\"Id\"
  251. LIMIT @__p_1"
  252. [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]]"'.
  253. [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']"
  254. ""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
  255. FROM \"DeviceOptions\" AS \"d\"
  256. WHERE \"d\".\"DeviceId\" = @__deviceId_0
  257. LIMIT 1"
  258. [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
  259. [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
  260. [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"
  261. [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"
  262. [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']"
  263. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  264. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  265. RETURNING \"Id\";"
  266. [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
  267. [2024-06-20 16:17:04.316 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
  268. [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
  269. [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
  270. [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
  271. [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']"
  272. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  273. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  274. RETURNING 1;"
  275. [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"
  276. [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"
  277. [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']"
  278. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  279. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  280. RETURNING 1;"
  281. [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']"
  282. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  283. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  284. RETURNING 1;"
  285. [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']"
  286. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  287. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  288. RETURNING 1;"
  289. [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']"
  290. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  291. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  292. RETURNING 1;"
  293. [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']"
  294. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  295. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  296. RETURNING 1;"
  297. [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']"
  298. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  299. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  300. RETURNING 1;"
  301. [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']"
  302. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  303. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  304. RETURNING 1;"
  305. [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']"
  306. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  307. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  308. RETURNING 1;"
  309. [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']"
  310. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  311. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  312. RETURNING 1;"
  313. [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']"
  314. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  315. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  316. RETURNING 1;"
  317. [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']"
  318. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  319. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  320. RETURNING 1;"
  321. [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']"
  322. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  323. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  324. RETURNING 1;"
  325. [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']"
  326. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  327. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  328. RETURNING 1;"
  329. [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']"
  330. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  331. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  332. RETURNING 1;"
  333. [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']"
  334. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  335. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  336. RETURNING 1;"
  337. [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']"
  338. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  339. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  340. RETURNING 1;"
  341. [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']"
  342. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  343. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  344. RETURNING 1;"
  345. [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']"
  346. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  347. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  348. RETURNING 1;"
  349. [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']"
  350. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  351. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  352. RETURNING 1;"
  353. [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']"
  354. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  355. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  356. RETURNING 1;"
  357. [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']"
  358. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  359. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  360. RETURNING 1;"
  361. [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']"
  362. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  363. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  364. RETURNING 1;"
  365. [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']"
  366. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  367. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  368. RETURNING 1;"
  369. [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']"
  370. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  371. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  372. RETURNING 1;"
  373. [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']"
  374. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  375. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  376. RETURNING 1;"
  377. [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']"
  378. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  379. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  380. RETURNING 1;"
  381. [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']"
  382. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  383. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  384. RETURNING 1;"
  385. [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']"
  386. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  387. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  388. RETURNING 1;"
  389. [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']"
  390. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  391. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  392. RETURNING 1;"
  393. [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']"
  394. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  395. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  396. RETURNING 1;"
  397. [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']"
  398. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  399. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  400. RETURNING 1;"
  401. [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']"
  402. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  403. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  404. RETURNING 1;"
  405. [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']"
  406. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  407. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  408. RETURNING 1;"
  409. [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']"
  410. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  411. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  412. RETURNING 1;"
  413. [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']"
  414. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  415. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  416. RETURNING 1;"
  417. [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']"
  418. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  419. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  420. RETURNING 1;"
  421. [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']"
  422. ""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
  423. WHERE \"Id\" = @p29 AND \"RowVersion\" = @p30
  424. RETURNING 1;"
  425. [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
  426. [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
  427. [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"
  428. [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"
  429. [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
  430. [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
  431. [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"
  432. [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"
  433. [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
  434. [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
  435. [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"
  436. [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"
  437. [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
  438. [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
  439. [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"
  440. [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"
  441. [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
  442. [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
  443. [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"
  444. [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"
  445. [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
  446. [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
  447. [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"
  448. [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"
  449. [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
  450. [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
  451. [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"
  452. [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"
  453. [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
  454. [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
  455. [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"
  456. [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"
  457. [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
  458. [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
  459. [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"
  460. [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"
  461. [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
  462. [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
  463. [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
  464. [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
  465. [2024-06-20 16:17:05.992 -04:00] [INF] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/index.html" was not modified
  466. [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
  467. [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']"
  468. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  469. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  470. RETURNING \"Id\";"
  471. [2024-06-20 16:17:06.004 -04:00] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" closed
  472. [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
  473. [2024-06-20 16:17:06.007 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetDashboardConfigurationPage (Jellyfin.Api)"'
  474. [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
  475. [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").
  476. [2024-06-20 16:17:06.016 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor: Executing "FileStreamResult", sending file with download name '""' ...
  477. [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
  478. [2024-06-20 16:17:06.020 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetDashboardConfigurationPage (Jellyfin.Api)"'
  479. [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
  480. [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
  481. [2024-06-20 16:17:06.077 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  482. [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").
  483. [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"'.
  484. [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
  485. [2024-06-20 16:17:06.086 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  486. [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
  487. [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
  488. [2024-06-20 16:17:06.228 -04:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  489. [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").
  490. [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"'.
  491. [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
  492. [2024-06-20 16:17:06.232 -04:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  493. [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
  494. [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
  495. [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']"
  496. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  497. FROM \"Devices\" AS \"d\"
  498. WHERE \"d\".\"AccessToken\" = @__token_0
  499. LIMIT 1"
  500. [2024-06-20 16:17:06.239 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  501. [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").
  502. [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"'.
  503. [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
  504. [2024-06-20 16:17:06.242 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  505. [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
  506. [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
  507. [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
  508. [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
  509. [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']"
  510. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  511. FROM \"Devices\" AS \"d\"
  512. WHERE \"d\".\"AccessToken\" = @__token_0
  513. LIMIT 1"
  514. [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']"
  515. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  516. FROM \"Devices\" AS \"d\"
  517. WHERE \"d\".\"AccessToken\" = @__token_0
  518. LIMIT 1"
  519. [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
  520. [2024-06-20 16:17:06.252 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
  521. [2024-06-20 16:17:06.252 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
  522. [2024-06-20 16:17:06.254 -04:00] [INF] [27] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  523. [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']"
  524. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  525. FROM \"Devices\" AS \"d\"
  526. WHERE \"d\".\"AccessToken\" = @__token_0
  527. LIMIT 1"
  528. [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").
  529. [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").
  530. [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']"
  531. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  532. FROM \"Devices\" AS \"d\"
  533. WHERE \"d\".\"AccessToken\" = @__token_0
  534. LIMIT 1"
  535. [2024-06-20 16:17:06.259 -04:00] [INF] [27] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" request
  536. [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']"
  537. ""SELECT COUNT(*)
  538. FROM \"Devices\" AS \"d\"
  539. WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0"
  540. [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"'.
  541. [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']"
  542. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  543. FROM \"Devices\" AS \"d\"
  544. WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0
  545. ORDER BY \"d\".\"Id\"
  546. LIMIT @__p_1"
  547. [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
  548. [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']"
  549. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  550. FROM \"Devices\" AS \"d\"
  551. WHERE \"d\".\"AccessToken\" = @__token_0
  552. LIMIT 1"
  553. [2024-06-20 16:17:06.266 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
  554. [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").
  555. [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']"
  556. ""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
  557. FROM \"DeviceOptions\" AS \"d\"
  558. WHERE \"d\".\"DeviceId\" = @__deviceId_0
  559. LIMIT 1"
  560. [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']"
  561. ""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
  562. FROM \"DeviceOptions\" AS \"d\"
  563. WHERE \"d\".\"DeviceId\" = @__deviceId_0
  564. LIMIT 1"
  565. [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]]"'.
  566. [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
  567. [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']"
  568. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  569. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  570. RETURNING \"Id\";"
  571. [2024-06-20 16:17:06.272 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
  572. [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
  573. [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']"
  574. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  575. FROM \"Devices\" AS \"d\"
  576. WHERE \"d\".\"AccessToken\" = @__token_0
  577. LIMIT 1"
  578. [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
  579. [2024-06-20 16:17:06.277 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  580. [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
  581. [2024-06-20 16:17:06.278 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
  582. [2024-06-20 16:17:06.278 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
  583. [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
  584. [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']"
  585. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  586. FROM \"Devices\" AS \"d\"
  587. WHERE \"d\".\"AccessToken\" = @__token_0
  588. LIMIT 1"
  589. [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
  590. [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").
  591. [2024-06-20 16:17:06.283 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
  592. [2024-06-20 16:17:06.285 -04:00] [INF] [42] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
  593. [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
  594. [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").
  595. [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"'.
  596. [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
  597. [2024-06-20 16:17:06.292 -04:00] [INF] [42] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
  598. [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
  599. [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']"
  600. ""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\"
  601. FROM (
  602. 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\"
  603. FROM \"DisplayPreferences\" AS \"d\"
  604. WHERE \"d\".\"UserId\" = @__userId_0 AND \"d\".\"Client\" = @__client_1 AND \"d\".\"ItemId\" = @__itemId_2
  605. LIMIT 1
  606. ) AS \"t\"
  607. LEFT JOIN \"HomeSection\" AS \"h\" ON \"t\".\"Id\" = \"h\".\"DisplayPreferencesId\"
  608. ORDER BY \"t\".\"Id\""
  609. [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']"
  610. ""SELECT \"i\".\"Id\", \"i\".\"Client\", \"i\".\"IndexBy\", \"i\".\"ItemId\", \"i\".\"RememberIndexing\", \"i\".\"RememberSorting\", \"i\".\"SortBy\", \"i\".\"SortOrder\", \"i\".\"UserId\", \"i\".\"ViewType\"
  611. FROM \"ItemDisplayPreferences\" AS \"i\"
  612. WHERE \"i\".\"UserId\" = @__userId_0 AND \"i\".\"ItemId\" = @__itemId_1 AND \"i\".\"Client\" = @__client_2
  613. LIMIT 1"
  614. [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']"
  615. ""SELECT \"c\".\"Id\", \"c\".\"Client\", \"c\".\"ItemId\", \"c\".\"Key\", \"c\".\"UserId\", \"c\".\"Value\"
  616. FROM \"CustomItemDisplayPreferences\" AS \"c\"
  617. WHERE \"c\".\"UserId\" = @__userId_0 AND \"c\".\"ItemId\" = @__itemId_1 AND \"c\".\"Client\" = @__client_2"
  618. [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"'.
  619. [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
  620. [2024-06-20 16:17:06.352 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
  621. [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
  622. [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
  623. [2024-06-20 16:17:06.377 -04:00] [INF] [42] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
  624. [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").
  625. [2024-06-20 16:17:06.383 -04:00] [INF] [42] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.String"'.
  626. [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
  627. [2024-06-20 16:17:06.385 -04:00] [INF] [42] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
  628. [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
  629. [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']"
  630. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  631. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  632. RETURNING \"Id\";"
  633. [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
  634. [2024-06-20 16:17:06.506 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  635. [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
  636. [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").
  637. [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
  638. [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']"
  639. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  640. FROM \"Devices\" AS \"d\"
  641. WHERE \"d\".\"AccessToken\" = @__token_0
  642. LIMIT 1"
  643. [2024-06-20 16:17:06.510 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
  644. [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']"
  645. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  646. FROM \"Devices\" AS \"d\"
  647. WHERE \"d\".\"AccessToken\" = @__token_0
  648. LIMIT 1"
  649. [2024-06-20 16:17:06.512 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  650. [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
  651. [2024-06-20 16:17:06.514 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
  652. [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").
  653. [2024-06-20 16:17:06.515 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  654. [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").
  655. [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"'.
  656. [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
  657. [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
  658. [2024-06-20 16:17:06.523 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  659. [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
  660. [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]]"'.
  661. [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
  662. [2024-06-20 16:17:06.528 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
  663. [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
  664. [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
  665. [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']"
  666. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  667. FROM \"Devices\" AS \"d\"
  668. WHERE \"d\".\"AccessToken\" = @__token_0
  669. LIMIT 1"
  670. [2024-06-20 16:17:06.571 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  671. [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").
  672. [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"'.
  673. [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
  674. [2024-06-20 16:17:06.586 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  675. [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
  676. [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
  677. [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']"
  678. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  679. FROM \"Devices\" AS \"d\"
  680. WHERE \"d\".\"AccessToken\" = @__token_0
  681. LIMIT 1"
  682. [2024-06-20 16:17:08.464 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
  683. [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").
  684. [2024-06-20 16:17:08.466 -04:00] [INF] [29] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  685. [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
  686. [2024-06-20 16:17:08.468 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
  687. [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
  688. [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
  689. [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']"
  690. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  691. FROM \"Devices\" AS \"d\"
  692. WHERE \"d\".\"AccessToken\" = @__token_0
  693. LIMIT 1"
  694. [2024-06-20 16:17:08.474 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  695. [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").
  696. [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"'.
  697. [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
  698. [2024-06-20 16:17:08.478 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  699. [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
  700. [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
  701. [2024-06-20 16:17:08.508 -04:00] [INF] [29] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/serviceworker.js" was not modified
  702. [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
  703. [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
  704. [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']"
  705. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  706. FROM \"Devices\" AS \"d\"
  707. WHERE \"d\".\"AccessToken\" = @__token_0
  708. LIMIT 1"
  709. [2024-06-20 16:17:12.262 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
  710. [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").
  711. [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"'.
  712. [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
  713. [2024-06-20 16:17:12.266 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
  714. [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
  715. [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
  716. [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']"
  717. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  718. FROM \"Devices\" AS \"d\"
  719. WHERE \"d\".\"AccessToken\" = @__token_0
  720. LIMIT 1"
  721. [2024-06-20 16:17:12.272 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  722. [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").
  723. [2024-06-20 16:17:12.275 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  724. [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
  725. [2024-06-20 16:17:12.280 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  726. [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
  727. [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
  728. [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']"
  729. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  730. FROM \"Devices\" AS \"d\"
  731. WHERE \"d\".\"AccessToken\" = @__token_0
  732. LIMIT 1"
  733. [2024-06-20 16:17:12.286 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  734. [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").
  735. [2024-06-20 16:17:12.288 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  736. [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
  737. [2024-06-20 16:17:12.293 -04:00] [INF] [42] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  738. [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
  739. [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
  740. [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']"
  741. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  742. FROM \"Devices\" AS \"d\"
  743. WHERE \"d\".\"AccessToken\" = @__token_0
  744. LIMIT 1"
  745. [2024-06-20 16:17:12.299 -04:00] [INF] [42] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  746. [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").
  747. [2024-06-20 16:17:12.302 -04:00] [INF] [42] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  748. [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
  749. [2024-06-20 16:17:12.315 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  750. [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
  751. [2024-06-20 16:17:14.213 -04:00] [ERR] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
  752. 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.
  753. at System.IO.FileSystem.DeleteFile(String fullPath)
  754. at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
  755. at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
  756. [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
  757. [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
  758. [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']"
  759. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  760. FROM \"Devices\" AS \"d\"
  761. WHERE \"d\".\"AccessToken\" = @__token_0
  762. LIMIT 1"
  763. [2024-06-20 16:17:15.585 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
  764. [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").
  765. [2024-06-20 16:17:15.587 -04:00] [INF] [27] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  766. [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
  767. [2024-06-20 16:17:15.589 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
  768. [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
  769. [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
  770. [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']"
  771. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  772. FROM \"Devices\" AS \"d\"
  773. WHERE \"d\".\"AccessToken\" = @__token_0
  774. LIMIT 1"
  775. [2024-06-20 16:17:15.594 -04:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  776. [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").
  777. [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"'.
  778. [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
  779. [2024-06-20 16:17:15.598 -04:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  780. [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
  781. [2024-06-20 16:17:20.692 -04:00] [ERR] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
  782. 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.
  783. at System.IO.FileSystem.DeleteFile(String fullPath)
  784. at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
  785. at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
  786. [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
  787. [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
  788. [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']"
  789. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  790. FROM \"Devices\" AS \"d\"
  791. WHERE \"d\".\"AccessToken\" = @__token_0
  792. LIMIT 1"
  793. [2024-06-20 16:17:22.018 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
  794. [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").
  795. [2024-06-20 16:17:22.020 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  796. [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
  797. [2024-06-20 16:17:22.021 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
  798. [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
  799. [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
  800. [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']"
  801. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  802. FROM \"Devices\" AS \"d\"
  803. WHERE \"d\".\"AccessToken\" = @__token_0
  804. LIMIT 1"
  805. [2024-06-20 16:17:22.027 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  806. [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").
  807. [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"'.
  808. [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
  809. [2024-06-20 16:17:22.031 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  810. [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
  811. [2024-06-20 16:17:27.138 -04:00] [ERR] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
  812. 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.
  813. at System.IO.FileSystem.DeleteFile(String fullPath)
  814. at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
  815. at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
  816. [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
  817. [2024-06-20 16:17:31.558 -04:00] [INF] [41] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
  818. [2024-06-20 16:17:31.562 -04:00] [INF] [41] Microsoft.Hosting.Lifetime: Application is shutting down...
  819. [2024-06-20 16:17:31.562 -04:00] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" closed
  820. [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
  821. [2024-06-20 16:17:31.567 -04:00] [INF] [30] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
  822. [2024-06-20 16:17:31.571 -04:00] [INF] [8] Main: Running query planner optimizations in the database... This might take a while
  823. [2024-06-20 16:17:31.575 -04:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  824. ""PRAGMA optimize"
  825. [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"
  826. [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"
  827. [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"
  828. [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"
  829. [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"
  830. [2024-06-20 16:17:31.648 -04:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
  831. [2024-06-20 16:17:31.649 -04:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
  832. [2024-06-20 16:17:31.650 -04:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
  833. [2024-06-20 16:17:31.650 -04:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing "CoverArtArchiveImageProvider"
  834. [2024-06-20 16:17:31.651 -04:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
  835. [2024-06-20 16:21:21.680 -04:00] [FTL] [1] : Failed to create/read logger configuration
  836. System.ArgumentException: A source source must be provided. (Parameter 'source')
  837. at Serilog.Configuration.LoggerMinimumLevelConfiguration.Override(String source, LoggingLevelSwitch levelSwitch)
  838. at Serilog.Settings.Configuration.ConfigurationReader.<>c__DisplayClass11_1.<ApplyMinimumLevel>b__3(LoggerMinimumLevelConfiguration configuration, LoggingLevelSwitch levelSwitch)
  839. at Serilog.Settings.Configuration.ConfigurationReader.<>c__DisplayClass11_0.<ApplyMinimumLevel>g__ApplyMinimumLevelConfiguration|1(IConfigurationSection directive, Action`2 applyConfigAction)
  840. at Serilog.Settings.Configuration.ConfigurationReader.ApplyMinimumLevel(LoggerConfiguration loggerConfiguration)
  841. at Serilog.Settings.Configuration.ConfigurationReader.Configure(LoggerConfiguration loggerConfiguration)
  842. at Serilog.Configuration.LoggerSettingsConfiguration.Settings(ILoggerSettings settings)
  843. at Serilog.ConfigurationLoggerConfigurationExtensions.Configuration(LoggerSettingsConfiguration settingConfiguration, IConfiguration configuration, ConfigurationReaderOptions readerOptions)
  844. at Jellyfin.Server.Helpers.StartupHelpers.InitializeLoggingFramework(IConfiguration configuration, IApplicationPaths appPaths)
  845. [2024-06-20 16:21:21.694 -04:00] [INF] [1] Main: Jellyfin version: "10.9.6"
  846. [2024-06-20 16:21:21.697 -04:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
  847. [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"]
  848. [2024-06-20 16:21:21.700 -04:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.22631"
  849. [2024-06-20 16:21:21.701 -04:00] [INF] [1] Main: Architecture: X64
  850. [2024-06-20 16:21:21.702 -04:00] [INF] [1] Main: 64-Bit Process: True
  851. [2024-06-20 16:21:21.702 -04:00] [INF] [1] Main: User Interactive: False
  852. [2024-06-20 16:21:21.703 -04:00] [INF] [1] Main: Processor count: 32
  853. [2024-06-20 16:21:21.704 -04:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
  854. [2024-06-20 16:21:21.704 -04:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log"
  855. [2024-06-20 16:21:21.705 -04:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config"
  856. [2024-06-20 16:21:21.705 -04:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache"
  857. [2024-06-20 16:21:21.706 -04:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
  858. [2024-06-20 16:21:21.706 -04:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
  859. [2024-06-20 16:21:21.764 -04:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
  860. [2024-06-20 16:21:21.801 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  861. [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"
  862. [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"
  863. [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"
  864. [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"
  865. [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"
  866. [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"
  867. [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"
  868. [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"
  869. [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"
  870. [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"
  871. [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"
  872. [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"
  873. [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"
  874. [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"
  875. [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"
  876. [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"
  877. [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"
  878. [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"
  879. [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"
  880. [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"
  881. [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"
  882. [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"
  883. [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"
  884. [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"
  885. [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"
  886. [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"
  887. [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"
  888. [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"
  889. [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"
  890. [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"
  891. [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"
  892. [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"
  893. [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"
  894. [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"
  895. [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"]
  896. [2024-06-20 16:21:21.966 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  897. [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"]
  898. [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"]
  899. [2024-06-20 16:21:21.969 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  900. [2024-06-20 16:21:21.970 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  901. [2024-06-20 16:21:21.970 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  902. [2024-06-20 16:21:22.455 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("12"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  903. ""SELECT COUNT(*) FROM \"sqlite_master\" WHERE \"name\" = '__EFMigrationsHistory' AND \"type\" = 'table';"
  904. [2024-06-20 16:21:22.476 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  905. ""SELECT \"MigrationId\", \"ProductVersion\"
  906. FROM \"__EFMigrationsHistory\"
  907. ORDER BY \"MigrationId\";"
  908. [2024-06-20 16:21:24.015 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  909. ""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\"
  910. FROM \"Users\" AS \"u\"
  911. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  912. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  913. [2024-06-20 16:21:24.069 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  914. ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Permission_Permissions_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"u\".\"Id\", \"i\".\"Id\"
  915. FROM \"Users\" AS \"u\"
  916. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  917. INNER JOIN \"Permissions\" AS \"p\" ON \"u\".\"Id\" = \"p\".\"UserId\"
  918. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  919. [2024-06-20 16:21:24.079 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  920. ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Preference_Preferences_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"u\".\"Id\", \"i\".\"Id\"
  921. FROM \"Users\" AS \"u\"
  922. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  923. INNER JOIN \"Preferences\" AS \"p\" ON \"u\".\"Id\" = \"p\".\"UserId\"
  924. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  925. [2024-06-20 16:21:24.085 -04:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  926. ""SELECT \"a\".\"Id\", \"a\".\"DayOfWeek\", \"a\".\"EndHour\", \"a\".\"StartHour\", \"a\".\"UserId\", \"u\".\"Id\", \"i\".\"Id\"
  927. FROM \"Users\" AS \"u\"
  928. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  929. INNER JOIN \"AccessSchedules\" AS \"a\" ON \"u\".\"Id\" = \"a\".\"UserId\"
  930. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  931. [2024-06-20 16:21:25.126 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Artwork" "1.0.0.0"
  932. [2024-06-20 16:21:25.128 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
  933. [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"
  934. [2024-06-20 16:21:25.131 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Discogs" "1.0.0.0"
  935. [2024-06-20 16:21:25.132 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Fanart" "11.0.0.0"
  936. [2024-06-20 16:21:25.133 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "IMVDb" "4.0.0.0"
  937. [2024-06-20 16:21:25.218 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Plugin: Skip button already added
  938. [2024-06-20 16:21:25.306 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.2.0.10"
  939. [2024-06-20 16:21:25.308 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OPDS Feed" "5.0.0.0"
  940. [2024-06-20 16:21:25.312 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Open Subtitles" "20.0.0.0"
  941. [2024-06-20 16:21:25.313 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Session Cleaner" "3.0.0.0"
  942. [2024-06-20 16:21:25.315 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "13.0.0.0"
  943. [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"
  944. [2024-06-20 16:21:25.317 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb Trailers" "13.0.0.0"
  945. [2024-06-20 16:21:25.318 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TVmaze" "11.0.0.0"
  946. [2024-06-20 16:21:25.319 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "VGMdb" "4.0.0.0"
  947. [2024-06-20 16:21:25.320 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Webhook" "14.0.0.0"
  948. [2024-06-20 16:21:25.321 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.6.0"
  949. [2024-06-20 16:21:25.322 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.6.0"
  950. [2024-06-20 16:21:25.323 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.6.0"
  951. [2024-06-20 16:21:25.329 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.6.0"
  952. [2024-06-20 16:21:25.330 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.6.0"
  953. [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.
  954. [2024-06-20 16:21:25.374 -04:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
  955. [2024-06-20 16:21:25.382 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue
  956. [2024-06-20 16:21:25.465 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Books"
  957. [2024-06-20 16:21:25.474 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Collections"
  958. [2024-06-20 16:21:25.475 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Movies"
  959. [2024-06-20 16:21:25.479 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Music"
  960. [2024-06-20 16:21:25.485 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Shows"
  961. [2024-06-20 16:21:26.111 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Now listening on: "http://0.0.0.0:80"
  962. [2024-06-20 16:21:26.111 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Now listening on: "https://0.0.0.0:443"
  963. [2024-06-20 16:21:26.112 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down.
  964. [2024-06-20 16:21:26.113 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Hosting environment: "Production"
  965. [2024-06-20 16:21:26.113 -04:00] [INF] [1] Microsoft.Hosting.Lifetime: Content root path: "C:\Program Files\Jellyfin\Server"
  966. [2024-06-20 16:21:26.120 -04:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\books"
  967. [2024-06-20 16:21:26.120 -04:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\music"
  968. [2024-06-20 16:21:26.120 -04:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\tv_shows"
  969. [2024-06-20 16:21:26.120 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
  970. [2024-06-20 16:21:26.121 -04:00] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\ProgramData\Jellyfin\Server\data\collections"
  971. [2024-06-20 16:21:26.121 -04:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\videos"
  972. [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.
  973. [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.
  974. [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.
  975. [2024-06-20 16:21:26.165 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
  976. [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
  977. [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
  978. [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
  979. [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
  980. [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"]
  981. [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']"
  982. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  983. FROM \"Devices\" AS \"d\"
  984. WHERE \"d\".\"AccessToken\" = @__token_0
  985. LIMIT 1"
  986. [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"]
  987. [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"]
  988. [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']"
  989. ""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9
  990. WHERE \"Id\" = @p10
  991. RETURNING 1;"
  992. [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
  993. [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
  994. [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
  995. [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
  996. [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
  997. [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
  998. [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
  999. [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
  1000. [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
  1001. [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
  1002. [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
  1003. [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
  1004. [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
  1005. [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
  1006. [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
  1007. [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
  1008. [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
  1009. [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
  1010. [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
  1011. [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
  1012. [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
  1013. [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
  1014. [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
  1015. [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
  1016. [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
  1017. [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']"
  1018. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1019. FROM \"Devices\" AS \"d\"
  1020. WHERE \"d\".\"AccessToken\" = @__token_0
  1021. LIMIT 1"
  1022. [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
  1023. [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
  1024. [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
  1025. [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
  1026. [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
  1027. [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
  1028. [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
  1029. [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']"
  1030. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1031. FROM \"Devices\" AS \"d\"
  1032. WHERE \"d\".\"AccessToken\" = @__token_0
  1033. LIMIT 1"
  1034. [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
  1035. [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
  1036. [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
  1037. [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
  1038. [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
  1039. [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
  1040. [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']"
  1041. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1042. FROM \"Devices\" AS \"d\"
  1043. WHERE \"d\".\"AccessToken\" = @__token_0
  1044. LIMIT 1"
  1045. [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
  1046. [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
  1047. [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
  1048. [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
  1049. [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
  1050. [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
  1051. [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']"
  1052. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1053. FROM \"Devices\" AS \"d\"
  1054. WHERE \"d\".\"AccessToken\" = @__token_0
  1055. LIMIT 1"
  1056. [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
  1057. [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
  1058. [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
  1059. [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
  1060. [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
  1061. [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
  1062. [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
  1063. [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']"
  1064. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1065. FROM \"Devices\" AS \"d\"
  1066. WHERE \"d\".\"AccessToken\" = @__token_0
  1067. LIMIT 1"
  1068. [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
  1069. [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
  1070. [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
  1071. [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
  1072. [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
  1073. [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
  1074. [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']"
  1075. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1076. FROM \"Devices\" AS \"d\"
  1077. WHERE \"d\".\"AccessToken\" = @__token_0
  1078. LIMIT 1"
  1079. [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
  1080. [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
  1081. [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
  1082. [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
  1083. [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
  1084. [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
  1085. [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
  1086. [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']"
  1087. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1088. FROM \"Devices\" AS \"d\"
  1089. WHERE \"d\".\"AccessToken\" = @__token_0
  1090. LIMIT 1"
  1091. [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
  1092. [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
  1093. [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
  1094. [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
  1095. [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
  1096. [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
  1097. [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']"
  1098. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1099. FROM \"Devices\" AS \"d\"
  1100. WHERE \"d\".\"AccessToken\" = @__token_0
  1101. LIMIT 1"
  1102. [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
  1103. [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
  1104. [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
  1105. [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
  1106. [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
  1107. [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
  1108. [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']"
  1109. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1110. FROM \"Devices\" AS \"d\"
  1111. WHERE \"d\".\"AccessToken\" = @__token_0
  1112. LIMIT 1"
  1113. [2024-06-20 16:21:26.401 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl"]
  1114. [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
  1115. [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
  1116. [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
  1117. [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']"
  1118. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1119. FROM \"Devices\" AS \"d\"
  1120. WHERE \"d\".\"AccessToken\" = @__token_0
  1121. LIMIT 1"
  1122. [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
  1123. [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
  1124. [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']"
  1125. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1126. FROM \"Devices\" AS \"d\"
  1127. WHERE \"d\".\"AccessToken\" = @__token_0
  1128. LIMIT 1"
  1129. [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
  1130. [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
  1131. [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']"
  1132. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1133. FROM \"Devices\" AS \"d\"
  1134. WHERE \"d\".\"AccessToken\" = @__token_0
  1135. LIMIT 1"
  1136. [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
  1137. [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
  1138. [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']"
  1139. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1140. FROM \"Devices\" AS \"d\"
  1141. WHERE \"d\".\"AccessToken\" = @__token_0
  1142. LIMIT 1"
  1143. [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
  1144. [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
  1145. [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']"
  1146. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1147. FROM \"Devices\" AS \"d\"
  1148. WHERE \"d\".\"AccessToken\" = @__token_0
  1149. LIMIT 1"
  1150. [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
  1151. [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
  1152. [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']"
  1153. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1154. FROM \"Devices\" AS \"d\"
  1155. WHERE \"d\".\"AccessToken\" = @__token_0
  1156. LIMIT 1"
  1157. [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
  1158. [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
  1159. [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']"
  1160. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1161. FROM \"Devices\" AS \"d\"
  1162. WHERE \"d\".\"AccessToken\" = @__token_0
  1163. LIMIT 1"
  1164. [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
  1165. [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
  1166. [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']"
  1167. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1168. FROM \"Devices\" AS \"d\"
  1169. WHERE \"d\".\"AccessToken\" = @__token_0
  1170. LIMIT 1"
  1171. [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
  1172. [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
  1173. [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']"
  1174. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1175. FROM \"Devices\" AS \"d\"
  1176. WHERE \"d\".\"AccessToken\" = @__token_0
  1177. LIMIT 1"
  1178. [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
  1179. [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
  1180. [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']"
  1181. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1182. FROM \"Devices\" AS \"d\"
  1183. WHERE \"d\".\"AccessToken\" = @__token_0
  1184. LIMIT 1"
  1185. [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
  1186. [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
  1187. [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']"
  1188. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1189. FROM \"Devices\" AS \"d\"
  1190. WHERE \"d\".\"AccessToken\" = @__token_0
  1191. LIMIT 1"
  1192. [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
  1193. [2024-06-20 16:21:26.510 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg"
  1194. [2024-06-20 16:21:26.511 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "b6e141f242bd457c860c9c0fc15fed91"
  1195. [2024-06-20 16:21:26.512 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
  1196. [2024-06-20 16:21:26.513 -04:00] [INF] [1] Main: Startup complete 0:00:04.8892404
  1197. [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
  1198. [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']"
  1199. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1200. FROM \"Devices\" AS \"d\"
  1201. WHERE \"d\".\"AccessToken\" = @__token_0
  1202. LIMIT 1"
  1203. [2024-06-20 16:21:26.581 -04:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1204. [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").
  1205. [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"'.
  1206. [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
  1207. [2024-06-20 16:21:26.611 -04:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1208. [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
  1209. [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
  1210. [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']"
  1211. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1212. FROM \"Devices\" AS \"d\"
  1213. WHERE \"d\".\"AccessToken\" = @__token_0
  1214. LIMIT 1"
  1215. [2024-06-20 16:21:27.299 -04:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  1216. [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").
  1217. [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"'.
  1218. [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
  1219. [2024-06-20 16:21:27.311 -04:00] [INF] [17] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  1220. [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
  1221. [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
  1222. [2024-06-20 16:21:28.288 -04:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  1223. [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").
  1224. [2024-06-20 16:21:28.292 -04:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
  1225. [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
  1226. [2024-06-20 16:21:28.295 -04:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  1227. [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
  1228. [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"
  1229. [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"
  1230. [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
  1231. [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
  1232. [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
  1233. [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
  1234. [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"
  1235. [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"
  1236. [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
  1237. [2024-06-20 16:21:29.405 -04:00] [INF] [30] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/index.html" was not modified
  1238. [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
  1239. [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
  1240. [2024-06-20 16:21:29.450 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetDashboardConfigurationPage (Jellyfin.Api)"'
  1241. [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").
  1242. [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
  1243. [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
  1244. [2024-06-20 16:21:29.460 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor: Executing "FileStreamResult", sending file with download name '""' ...
  1245. [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
  1246. [2024-06-20 16:21:29.465 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetDashboardConfigurationPage (Jellyfin.Api)"'
  1247. [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
  1248. [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"
  1249. [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"
  1250. [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
  1251. [2024-06-20 16:21:29.549 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  1252. [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").
  1253. [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"'.
  1254. [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
  1255. [2024-06-20 16:21:29.555 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  1256. [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
  1257. [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
  1258. [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
  1259. [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"
  1260. [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"
  1261. [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
  1262. [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
  1263. [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"
  1264. [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"
  1265. [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
  1266. [2024-06-20 16:21:29.687 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  1267. [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").
  1268. [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"'.
  1269. [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
  1270. [2024-06-20 16:21:29.691 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
  1271. [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
  1272. [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
  1273. [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']"
  1274. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1275. FROM \"Devices\" AS \"d\"
  1276. WHERE \"d\".\"AccessToken\" = @__token_0
  1277. LIMIT 1"
  1278. [2024-06-20 16:21:29.697 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  1279. [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").
  1280. [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"'.
  1281. [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
  1282. [2024-06-20 16:21:29.700 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  1283. [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
  1284. [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
  1285. [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
  1286. [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
  1287. [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']"
  1288. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1289. FROM \"Devices\" AS \"d\"
  1290. WHERE \"d\".\"AccessToken\" = @__token_0
  1291. LIMIT 1"
  1292. [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
  1293. [2024-06-20 16:21:29.720 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
  1294. [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
  1295. [2024-06-20 16:21:29.722 -04:00] [INF] [33] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  1296. [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
  1297. [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']"
  1298. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1299. FROM \"Devices\" AS \"d\"
  1300. WHERE \"d\".\"AccessToken\" = @__token_0
  1301. LIMIT 1"
  1302. [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']"
  1303. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1304. FROM \"Devices\" AS \"d\"
  1305. WHERE \"d\".\"AccessToken\" = @__token_0
  1306. LIMIT 1"
  1307. [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").
  1308. [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"
  1309. [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']"
  1310. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1311. FROM \"Devices\" AS \"d\"
  1312. WHERE \"d\".\"AccessToken\" = @__token_0
  1313. LIMIT 1"
  1314. [2024-06-20 16:21:29.726 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
  1315. [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']"
  1316. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1317. FROM \"Devices\" AS \"d\"
  1318. WHERE \"d\".\"AccessToken\" = @__token_0
  1319. LIMIT 1"
  1320. [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"
  1321. [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").
  1322. [2024-06-20 16:21:29.731 -04:00] [INF] [33] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" request
  1323. [2024-06-20 16:21:29.732 -04:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
  1324. [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").
  1325. [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
  1326. [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']"
  1327. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1328. FROM \"Devices\" AS \"d\"
  1329. WHERE \"d\".\"AccessToken\" = @__token_0
  1330. LIMIT 1"
  1331. [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"'.
  1332. [2024-06-20 16:21:29.739 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
  1333. [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").
  1334. [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]]"'.
  1335. [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']"
  1336. ""SELECT COUNT(*)
  1337. FROM \"Devices\" AS \"d\"
  1338. WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0"
  1339. [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']"
  1340. ""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\"
  1341. FROM (
  1342. 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\"
  1343. FROM \"DisplayPreferences\" AS \"d\"
  1344. WHERE \"d\".\"UserId\" = @__userId_0 AND \"d\".\"Client\" = @__client_1 AND \"d\".\"ItemId\" = @__itemId_2
  1345. LIMIT 1
  1346. ) AS \"t\"
  1347. LEFT JOIN \"HomeSection\" AS \"h\" ON \"t\".\"Id\" = \"h\".\"DisplayPreferencesId\"
  1348. ORDER BY \"t\".\"Id\""
  1349. [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
  1350. [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']"
  1351. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1352. FROM \"Devices\" AS \"d\"
  1353. WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0
  1354. ORDER BY \"d\".\"Id\"
  1355. LIMIT @__p_1"
  1356. [2024-06-20 16:21:29.757 -04:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
  1357. [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']"
  1358. ""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
  1359. FROM \"DeviceOptions\" AS \"d\"
  1360. WHERE \"d\".\"DeviceId\" = @__deviceId_0
  1361. LIMIT 1"
  1362. [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']"
  1363. ""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
  1364. FROM \"DeviceOptions\" AS \"d\"
  1365. WHERE \"d\".\"DeviceId\" = @__deviceId_0
  1366. LIMIT 1"
  1367. [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
  1368. [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']"
  1369. ""SELECT \"i\".\"Id\", \"i\".\"Client\", \"i\".\"IndexBy\", \"i\".\"ItemId\", \"i\".\"RememberIndexing\", \"i\".\"RememberSorting\", \"i\".\"SortBy\", \"i\".\"SortOrder\", \"i\".\"UserId\", \"i\".\"ViewType\"
  1370. FROM \"ItemDisplayPreferences\" AS \"i\"
  1371. WHERE \"i\".\"UserId\" = @__userId_0 AND \"i\".\"ItemId\" = @__itemId_1 AND \"i\".\"Client\" = @__client_2
  1372. LIMIT 1"
  1373. [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']"
  1374. ""SELECT \"c\".\"Id\", \"c\".\"Client\", \"c\".\"ItemId\", \"c\".\"Key\", \"c\".\"UserId\", \"c\".\"Value\"
  1375. FROM \"CustomItemDisplayPreferences\" AS \"c\"
  1376. WHERE \"c\".\"UserId\" = @__userId_0 AND \"c\".\"ItemId\" = @__itemId_1 AND \"c\".\"Client\" = @__client_2"
  1377. [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']"
  1378. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  1379. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  1380. RETURNING \"Id\";"
  1381. [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
  1382. [2024-06-20 16:21:29.795 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
  1383. [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
  1384. [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"'.
  1385. [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
  1386. [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
  1387. [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
  1388. [2024-06-20 16:21:29.807 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
  1389. [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"
  1390. [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
  1391. [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"
  1392. [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']"
  1393. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1394. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1395. RETURNING 1;"
  1396. [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']"
  1397. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1398. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1399. RETURNING 1;"
  1400. [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']"
  1401. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1402. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1403. RETURNING 1;"
  1404. [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']"
  1405. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1406. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1407. RETURNING 1;"
  1408. [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']"
  1409. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1410. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1411. RETURNING 1;"
  1412. [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
  1413. [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']"
  1414. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1415. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1416. RETURNING 1;"
  1417. [2024-06-20 16:21:29.828 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
  1418. [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']"
  1419. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1420. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1421. RETURNING 1;"
  1422. [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").
  1423. [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']"
  1424. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1425. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1426. RETURNING 1;"
  1427. [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']"
  1428. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1429. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1430. RETURNING 1;"
  1431. [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']"
  1432. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1433. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1434. RETURNING 1;"
  1435. [2024-06-20 16:21:29.835 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.String"'.
  1436. [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']"
  1437. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1438. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1439. RETURNING 1;"
  1440. [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
  1441. [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']"
  1442. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1443. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1444. RETURNING 1;"
  1445. [2024-06-20 16:21:29.837 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
  1446. [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']"
  1447. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1448. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1449. RETURNING 1;"
  1450. [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
  1451. [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']"
  1452. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1453. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1454. RETURNING 1;"
  1455. [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']"
  1456. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1457. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1458. RETURNING 1;"
  1459. [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']"
  1460. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1461. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1462. RETURNING 1;"
  1463. [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']"
  1464. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1465. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1466. RETURNING 1;"
  1467. [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']"
  1468. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1469. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1470. RETURNING 1;"
  1471. [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']"
  1472. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1473. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1474. RETURNING 1;"
  1475. [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']"
  1476. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1477. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1478. RETURNING 1;"
  1479. [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']"
  1480. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1481. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1482. RETURNING 1;"
  1483. [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']"
  1484. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1485. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1486. RETURNING 1;"
  1487. [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']"
  1488. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1489. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1490. RETURNING 1;"
  1491. [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']"
  1492. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1493. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1494. RETURNING 1;"
  1495. [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']"
  1496. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1497. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1498. RETURNING 1;"
  1499. [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']"
  1500. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1501. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1502. RETURNING 1;"
  1503. [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']"
  1504. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1505. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1506. RETURNING 1;"
  1507. [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']"
  1508. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1509. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1510. RETURNING 1;"
  1511. [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']"
  1512. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1513. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1514. RETURNING 1;"
  1515. [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']"
  1516. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1517. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1518. RETURNING 1;"
  1519. [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']"
  1520. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1521. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1522. RETURNING 1;"
  1523. [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']"
  1524. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1525. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1526. RETURNING 1;"
  1527. [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']"
  1528. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1529. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1530. RETURNING 1;"
  1531. [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']"
  1532. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1533. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1534. RETURNING 1;"
  1535. [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']"
  1536. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1537. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1538. RETURNING 1;"
  1539. [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']"
  1540. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1541. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1542. RETURNING 1;"
  1543. [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']"
  1544. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1545. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1546. RETURNING 1;"
  1547. [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
  1548. [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
  1549. [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']"
  1550. ""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
  1551. WHERE \"Id\" = @p29 AND \"RowVersion\" = @p30
  1552. RETURNING 1;"
  1553. [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"
  1554. [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"
  1555. [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
  1556. [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
  1557. [2024-06-20 16:21:29.933 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  1558. [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
  1559. [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']"
  1560. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  1561. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  1562. RETURNING \"Id\";"
  1563. [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']"
  1564. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1565. FROM \"Devices\" AS \"d\"
  1566. WHERE \"d\".\"AccessToken\" = @__token_0
  1567. LIMIT 1"
  1568. [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").
  1569. [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']"
  1570. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1571. FROM \"Devices\" AS \"d\"
  1572. WHERE \"d\".\"AccessToken\" = @__token_0
  1573. LIMIT 1"
  1574. [2024-06-20 16:21:29.940 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  1575. [2024-06-20 16:21:29.941 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
  1576. [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").
  1577. [2024-06-20 16:21:29.942 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
  1578. [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
  1579. [2024-06-20 16:21:29.943 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  1580. [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"'.
  1581. [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").
  1582. [2024-06-20 16:21:29.946 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  1583. [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
  1584. [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
  1585. [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
  1586. [2024-06-20 16:21:29.951 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
  1587. [2024-06-20 16:21:29.951 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  1588. [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]]"'.
  1589. [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
  1590. [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
  1591. [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
  1592. [2024-06-20 16:21:29.959 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
  1593. [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
  1594. [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
  1595. [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
  1596. [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"
  1597. [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"
  1598. [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
  1599. [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']"
  1600. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1601. FROM \"Devices\" AS \"d\"
  1602. WHERE \"d\".\"AccessToken\" = @__token_0
  1603. LIMIT 1"
  1604. [2024-06-20 16:21:29.994 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1605. [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").
  1606. [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"'.
  1607. [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
  1608. [2024-06-20 16:21:29.999 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1609. [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
  1610. [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
  1611. [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
  1612. [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"
  1613. [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"
  1614. [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
  1615. [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
  1616. [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"
  1617. [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"
  1618. [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
  1619. [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
  1620. [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"
  1621. [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"
  1622. [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
  1623. [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
  1624. [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"
  1625. [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"
  1626. [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
  1627. [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
  1628. [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"
  1629. [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"
  1630. [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
  1631. [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
  1632. [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
  1633. [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
  1634. [2024-06-20 16:21:31.648 -04:00] [INF] [30] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/serviceworker.js" was not modified
  1635. [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
  1636. [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
  1637. [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']"
  1638. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1639. FROM \"Devices\" AS \"d\"
  1640. WHERE \"d\".\"AccessToken\" = @__token_0
  1641. LIMIT 1"
  1642. [2024-06-20 16:21:35.555 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
  1643. [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").
  1644. [2024-06-20 16:21:35.557 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  1645. [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
  1646. [2024-06-20 16:21:35.559 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
  1647. [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
  1648. [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
  1649. [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']"
  1650. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1651. FROM \"Devices\" AS \"d\"
  1652. WHERE \"d\".\"AccessToken\" = @__token_0
  1653. LIMIT 1"
  1654. [2024-06-20 16:21:35.564 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1655. [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").
  1656. [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"'.
  1657. [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
  1658. [2024-06-20 16:21:35.568 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1659. [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
  1660. [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
  1661. [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']"
  1662. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1663. FROM \"Devices\" AS \"d\"
  1664. WHERE \"d\".\"AccessToken\" = @__token_0
  1665. LIMIT 1"
  1666. [2024-06-20 16:21:35.725 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
  1667. [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").
  1668. [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"'.
  1669. [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
  1670. [2024-06-20 16:21:35.730 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
  1671. [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
  1672. [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
  1673. [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']"
  1674. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1675. FROM \"Devices\" AS \"d\"
  1676. WHERE \"d\".\"AccessToken\" = @__token_0
  1677. LIMIT 1"
  1678. [2024-06-20 16:21:35.735 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  1679. [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").
  1680. [2024-06-20 16:21:35.738 -04:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  1681. [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
  1682. [2024-06-20 16:21:35.744 -04:00] [INF] [44] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  1683. [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
  1684. [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
  1685. [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']"
  1686. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1687. FROM \"Devices\" AS \"d\"
  1688. WHERE \"d\".\"AccessToken\" = @__token_0
  1689. LIMIT 1"
  1690. [2024-06-20 16:21:35.751 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  1691. [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").
  1692. [2024-06-20 16:21:35.754 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  1693. [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
  1694. [2024-06-20 16:21:35.758 -04:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  1695. [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
  1696. [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
  1697. [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']"
  1698. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1699. FROM \"Devices\" AS \"d\"
  1700. WHERE \"d\".\"AccessToken\" = @__token_0
  1701. LIMIT 1"
  1702. [2024-06-20 16:21:35.764 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  1703. [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").
  1704. [2024-06-20 16:21:35.768 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  1705. [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
  1706. [2024-06-20 16:21:35.780 -04:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetBitrateTestBytes (Jellyfin.Api)"'
  1707. [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
  1708. [2024-06-20 16:21:40.802 -04:00] [ERR] [31] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
  1709. 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.
  1710. at System.IO.FileSystem.DeleteFile(String fullPath)
  1711. at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
  1712. at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
  1713. [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
  1714. [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
  1715. [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']"
  1716. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1717. FROM \"Devices\" AS \"d\"
  1718. WHERE \"d\".\"AccessToken\" = @__token_0
  1719. LIMIT 1"
  1720. [2024-06-20 16:21:42.579 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
  1721. [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").
  1722. [2024-06-20 16:21:42.581 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  1723. [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
  1724. [2024-06-20 16:21:42.582 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
  1725. [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
  1726. [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
  1727. [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']"
  1728. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1729. FROM \"Devices\" AS \"d\"
  1730. WHERE \"d\".\"AccessToken\" = @__token_0
  1731. LIMIT 1"
  1732. [2024-06-20 16:21:42.590 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1733. [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").
  1734. [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"'.
  1735. [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
  1736. [2024-06-20 16:21:42.593 -04:00] [INF] [44] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1737. [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
  1738. [2024-06-20 16:21:47.744 -04:00] [ERR] [44] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
  1739. 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.
  1740. at System.IO.FileSystem.DeleteFile(String fullPath)
  1741. at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
  1742. at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
  1743. [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
  1744. [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
  1745. [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']"
  1746. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1747. FROM \"Devices\" AS \"d\"
  1748. WHERE \"d\".\"AccessToken\" = @__token_0
  1749. LIMIT 1"
  1750. [2024-06-20 16:21:48.482 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
  1751. [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").
  1752. [2024-06-20 16:21:48.483 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  1753. [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
  1754. [2024-06-20 16:21:48.485 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
  1755. [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
  1756. [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
  1757. [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']"
  1758. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1759. FROM \"Devices\" AS \"d\"
  1760. WHERE \"d\".\"AccessToken\" = @__token_0
  1761. LIMIT 1"
  1762. [2024-06-20 16:21:48.492 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1763. [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").
  1764. [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"'.
  1765. [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
  1766. [2024-06-20 16:21:48.496 -04:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1767. [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
  1768. [2024-06-20 16:21:53.708 -04:00] [ERR] [30] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
  1769. 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.
  1770. at System.IO.FileSystem.DeleteFile(String fullPath)
  1771. at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
  1772. at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
  1773. [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
  1774. [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
  1775. [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
  1776. [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
  1777. [2024-06-20 16:22:45.196 -04:00] [INF] [43] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  1778. [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']"
  1779. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1780. FROM \"Devices\" AS \"d\"
  1781. WHERE \"d\".\"AccessToken\" = @__token_0
  1782. LIMIT 1"
  1783. [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").
  1784. [2024-06-20 16:22:45.199 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  1785. [2024-06-20 16:22:45.200 -04:00] [INF] [43] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
  1786. [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").
  1787. [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
  1788. [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"'.
  1789. [2024-06-20 16:22:45.203 -04:00] [INF] [43] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  1790. [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
  1791. [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
  1792. [2024-06-20 16:22:45.205 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  1793. [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
  1794. [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
  1795. [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']"
  1796. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1797. FROM \"Devices\" AS \"d\"
  1798. WHERE \"d\".\"AccessToken\" = @__token_0
  1799. LIMIT 1"
  1800. [2024-06-20 16:22:46.286 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
  1801. [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").
  1802. [2024-06-20 16:22:46.288 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  1803. [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
  1804. [2024-06-20 16:22:46.289 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
  1805. [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
  1806. [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
  1807. [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']"
  1808. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1809. FROM \"Devices\" AS \"d\"
  1810. WHERE \"d\".\"AccessToken\" = @__token_0
  1811. LIMIT 1"
  1812. [2024-06-20 16:22:46.294 -04:00] [INF] [44] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1813. [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").
  1814. [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"'.
  1815. [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
  1816. [2024-06-20 16:22:46.298 -04:00] [INF] [44] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
  1817. [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
  1818. [2024-06-20 16:22:51.435 -04:00] [ERR] [30] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
  1819. 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.
  1820. at System.IO.FileSystem.DeleteFile(String fullPath)
  1821. at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
  1822. at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
  1823. [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
  1824. [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
  1825. [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
  1826. [2024-06-20 16:22:54.626 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  1827. [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']"
  1828. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1829. FROM \"Devices\" AS \"d\"
  1830. WHERE \"d\".\"AccessToken\" = @__token_0
  1831. LIMIT 1"
  1832. [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").
  1833. [2024-06-20 16:22:54.629 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  1834. [2024-06-20 16:22:54.629 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
  1835. [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").
  1836. [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
  1837. [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"'.
  1838. [2024-06-20 16:22:54.633 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  1839. [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
  1840. [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
  1841. [2024-06-20 16:22:54.635 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  1842. [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
  1843. [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
  1844. [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
  1845. [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
  1846. [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
  1847. [2024-06-20 16:23:44.634 -04:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  1848. [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']"
  1849. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1850. FROM \"Devices\" AS \"d\"
  1851. WHERE \"d\".\"AccessToken\" = @__token_0
  1852. LIMIT 1"
  1853. [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").
  1854. [2024-06-20 16:23:44.639 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  1855. [2024-06-20 16:23:44.640 -04:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
  1856. [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").
  1857. [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
  1858. [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"'.
  1859. [2024-06-20 16:23:44.646 -04:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  1860. [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
  1861. [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
  1862. [2024-06-20 16:23:44.650 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  1863. [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
  1864. [2024-06-20 16:23:50.523 -04:00] [INF] [39] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
  1865. [2024-06-20 16:23:50.525 -04:00] [INF] [39] Microsoft.Hosting.Lifetime: Application is shutting down...
  1866. [2024-06-20 16:36:37.228 -04:00] [INF] [1] Main: Jellyfin version: "10.9.6"
  1867. [2024-06-20 16:36:37.238 -04:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
  1868. [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"]
  1869. [2024-06-20 16:36:37.241 -04:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.22631"
  1870. [2024-06-20 16:36:37.242 -04:00] [INF] [1] Main: Architecture: X64
  1871. [2024-06-20 16:36:37.243 -04:00] [INF] [1] Main: 64-Bit Process: True
  1872. [2024-06-20 16:36:37.243 -04:00] [INF] [1] Main: User Interactive: False
  1873. [2024-06-20 16:36:37.244 -04:00] [INF] [1] Main: Processor count: 32
  1874. [2024-06-20 16:36:37.244 -04:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
  1875. [2024-06-20 16:36:37.245 -04:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log"
  1876. [2024-06-20 16:36:37.245 -04:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config"
  1877. [2024-06-20 16:36:37.246 -04:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache"
  1878. [2024-06-20 16:36:37.247 -04:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
  1879. [2024-06-20 16:36:37.247 -04:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
  1880. [2024-06-20 16:36:37.306 -04:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
  1881. [2024-06-20 16:36:37.343 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  1882. [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"
  1883. [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"
  1884. [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"
  1885. [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"
  1886. [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"
  1887. [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"
  1888. [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"
  1889. [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"
  1890. [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"
  1891. [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"
  1892. [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"
  1893. [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"
  1894. [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"
  1895. [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"
  1896. [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"
  1897. [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"
  1898. [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"
  1899. [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"
  1900. [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"
  1901. [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"
  1902. [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"
  1903. [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"
  1904. [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"
  1905. [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"
  1906. [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"
  1907. [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"
  1908. [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"
  1909. [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"
  1910. [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"
  1911. [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"
  1912. [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"
  1913. [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"
  1914. [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"
  1915. [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"
  1916. [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"]
  1917. [2024-06-20 16:36:37.509 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  1918. [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"]
  1919. [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"]
  1920. [2024-06-20 16:36:37.512 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  1921. [2024-06-20 16:36:37.513 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  1922. [2024-06-20 16:36:37.514 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  1923. [2024-06-20 16:36:40.528 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Artwork" "1.0.0.0"
  1924. [2024-06-20 16:36:40.530 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
  1925. [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"
  1926. [2024-06-20 16:36:40.533 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Discogs" "1.0.0.0"
  1927. [2024-06-20 16:36:40.534 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Fanart" "11.0.0.0"
  1928. [2024-06-20 16:36:40.535 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "IMVDb" "4.0.0.0"
  1929. [2024-06-20 16:36:40.623 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Plugin: Skip button already added
  1930. [2024-06-20 16:36:40.716 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.2.0.10"
  1931. [2024-06-20 16:36:40.718 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OPDS Feed" "5.0.0.0"
  1932. [2024-06-20 16:36:40.722 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Open Subtitles" "20.0.0.0"
  1933. [2024-06-20 16:36:40.723 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Session Cleaner" "3.0.0.0"
  1934. [2024-06-20 16:36:40.724 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "13.0.0.0"
  1935. [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"
  1936. [2024-06-20 16:36:40.727 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb Trailers" "13.0.0.0"
  1937. [2024-06-20 16:36:40.728 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TVmaze" "11.0.0.0"
  1938. [2024-06-20 16:36:40.729 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "VGMdb" "4.0.0.0"
  1939. [2024-06-20 16:36:40.731 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Webhook" "14.0.0.0"
  1940. [2024-06-20 16:36:40.732 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.6.0"
  1941. [2024-06-20 16:36:40.733 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.6.0"
  1942. [2024-06-20 16:36:40.733 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.6.0"
  1943. [2024-06-20 16:36:40.740 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.6.0"
  1944. [2024-06-20 16:36:40.741 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.6.0"
  1945. [2024-06-20 16:36:40.789 -04:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
  1946. [2024-06-20 16:36:40.795 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue
  1947. [2024-06-20 16:36:40.877 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Books"
  1948. [2024-06-20 16:36:40.886 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Collections"
  1949. [2024-06-20 16:36:40.889 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Movies"
  1950. [2024-06-20 16:36:40.893 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Music"
  1951. [2024-06-20 16:36:40.899 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Shows"
  1952. [2024-06-20 16:36:41.575 -04:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\books"
  1953. [2024-06-20 16:36:41.575 -04:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\music"
  1954. [2024-06-20 16:36:41.575 -04:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\tv_shows"
  1955. [2024-06-20 16:36:41.576 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
  1956. [2024-06-20 16:36:41.576 -04:00] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\ProgramData\Jellyfin\Server\data\collections"
  1957. [2024-06-20 16:36:41.576 -04:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "\\192.168.86.3\videos"
  1958. [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.
  1959. [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.
  1960. [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.
  1961. [2024-06-20 16:36:41.620 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
  1962. [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"]
  1963. [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"]
  1964. [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"]
  1965. [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
  1966. [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
  1967. [2024-06-20 16:36:41.852 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl"]
  1968. [2024-06-20 16:36:41.996 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg"
  1969. [2024-06-20 16:36:41.997 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "b6e141f242bd457c860c9c0fc15fed91"
  1970. [2024-06-20 16:36:41.998 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
  1971. [2024-06-20 16:36:41.999 -04:00] [INF] [1] Main: Startup complete 0:00:04.8439275
  1972. [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
  1973. [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
  1974. [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
  1975. [2024-06-20 16:37:17.260 -04:00] [INF] [33] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" request
  1976. [2024-06-20 16:37:22.268 -04:00] [INF] [16] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" closed
  1977. [2024-06-20 16:37:22.546 -04:00] [INF] [42] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" request
  1978. [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]
  1979. [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\""
  1980. [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
  1981. [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
  1982. [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"
  1983. [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]
  1984. [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\""
  1985. [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
  1986. [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"
  1987. [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]
  1988. [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\""
  1989. [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
  1990. [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"
  1991. [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]
  1992. [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\""
  1993. [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
  1994. [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"
  1995. [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]
  1996. [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\""
  1997. [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
  1998. [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
  1999. [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"
  2000. [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]
  2001. [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\""
  2002. [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
  2003. [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"
  2004. [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]
  2005. [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\""
  2006. [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
  2007. [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 }
  2008. [2024-06-20 16:41:56.051 -04:00] [DBG] [33] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
  2009. [2024-06-20 16:41:56.052 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
  2010. [2024-06-20 16:41:56.053 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
  2011. [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
  2012. [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
  2013. [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"
  2014. [2024-06-20 16:41:57.975 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
  2015. [2024-06-20 16:41:57.976 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
  2016. [2024-06-20 16:41:57.978 -04:00] [INF] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: Attempting to cancel Scheduled Task "Generate Trickplay Images"
  2017. [2024-06-20 16:41:57.981 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
  2018. [2024-06-20 16:41:57.981 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
  2019. [2024-06-20 16:41:58.561 -04:00] [DBG] [38] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 1 WebSockets.
  2020. [2024-06-20 16:41:59.461 -04:00] [INF] [38] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Stopping trickplay extraction.
  2021. [2024-06-20 16:42:00.471 -04:00] [INF] [38] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Killing ffmpeg process
  2022. [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\""
  2023. [2024-06-20 16:42:00.473 -04:00] [ERR] [38] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Error creating trickplay images.
  2024. 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"
  2025. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.ExtractVideoImagesOnIntervalInternal(String inputArg, String filterParam, String vidEncoder, Nullable`1 outputThreads, Nullable`1 qualityScale, Nullable`1 priority, CancellationToken cancellationToken)
  2026. at Jellyfin.Server.Implementations.Trickplay.TrickplayManager.RefreshTrickplayDataInternal(Video video, Boolean replace, Int32 width, TrickplayOptions options, CancellationToken cancellationToken)
  2027. [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
  2028. [2024-06-20 16:42:01.485 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
  2029. [2024-06-20 16:42:01.486 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
  2030. [2024-06-20 16:42:01.487 -04:00] [DBG] [29] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Audio Normalization"
  2031. [2024-06-20 16:42:01.489 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
  2032. [2024-06-20 16:42:01.489 -04:00] [DBG] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
  2033. [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)"
  2034. [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 -"
  2035. [2024-06-20 16:42:07.184 -04:00] [ERR] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
  2036. 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.
  2037. at System.IO.FileSystem.DeleteFile(String fullPath)
  2038. at Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
  2039. at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
  2040. [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
  2041. [2024-06-20 16:42:10.561 -04:00] [DBG] [27] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 1 WebSockets.
  2042. [2024-06-20 16:42:11.692 -04:00] [DBG] [27] Emby.Server.Implementations.ScheduledTasks.TaskManager: "IntervalTrigger" fired for task: "Webhook Item Added Notifier"
  2043. [2024-06-20 16:42:11.693 -04:00] [DBG] [27] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "ItemAddedScheduledTask"
  2044. [2024-06-20 16:42:11.694 -04:00] [DBG] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Webhook Item Added Notifier"
  2045. [2024-06-20 16:42:11.694 -04:00] [DBG] [38] Jellyfin.Plugin.Webhook.Notifiers.ItemAddedNotifier.ItemAddedManager: ProcessItemsAsync
  2046. [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
  2047. [2024-06-20 16:42:14.801 -04:00] [INF] [43] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
  2048. [2024-06-20 16:42:14.804 -04:00] [DBG] [43] Emby.Server.Implementations.Session.SessionManager: Disposing session controller asynchronously "WebSocketController"
  2049. [2024-06-20 16:42:14.805 -04:00] [DBG] [38] Emby.Server.Implementations.Session.SessionWebSocketListener: WebSocket "Emby.Server.Implementations.HttpServer.WebSocketConnection" is closed.
  2050. [2024-06-20 16:42:14.806 -04:00] [INF] [38] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.86.3" closed
  2051. [2024-06-20 16:42:14.808 -04:00] [INF] [29] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
  2052. [2024-06-20 16:42:14.811 -04:00] [DBG] [26] Jellyfin.Networking.AutoDiscoveryHost: Broadcast socket operation cancelled
  2053. [2024-06-20 16:42:14.813 -04:00] [INF] [26] Main: Running query planner optimizations in the database... This might take a while
  2054. [2024-06-20 16:42:14.821 -04:00] [DBG] [29] Jellyfin.Api.WebSocketListeners.ScheduledTasksWebSocketListener: WS "192.168.86.3" stop transmitting to "ScheduledTasksWebSocketListener"
  2055. [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"
  2056. [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"
  2057. [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"
  2058. [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"
  2059. [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"
  2060. [2024-06-20 16:42:14.884 -04:00] [INF] [26] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
  2061. [2024-06-20 16:42:14.885 -04:00] [INF] [26] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
  2062. [2024-06-20 16:42:14.886 -04:00] [INF] [26] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
  2063. [2024-06-20 16:42:14.886 -04:00] [INF] [26] Emby.Server.Implementations.ApplicationHost: Disposing "CoverArtArchiveImageProvider"
  2064. [2024-06-20 16:42:14.887 -04:00] [INF] [26] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
  2065.  
  2066.  
  2067. Entries found in the .concat files:
  2068.  
  2069. file '\\192.168.86.3\music\Skillet\2009 - Awake\01 - Skillet - Awake - Hero.mp3'
  2070. file '\\192.168.86.3\music\Skillet\2009 - Awake\02 - Skillet - Awake - Monster.mp3'
  2071. file '\\192.168.86.3\music\Skillet\2009 - Awake\03 - Skillet - Awake - Don'\''t Wake Me.mp3'
  2072. file '\\192.168.86.3\music\Skillet\2009 - Awake\04 - Skillet - Awake - Awake and Alive.mp3'
  2073. file '\\192.168.86.3\music\Skillet\2009 - Awake\05 - Skillet - Awake - One Day Too Late.mp3'
  2074. file '\\192.168.86.3\music\Skillet\2009 - Awake\06 - Skillet - Awake - It'\''s Not Me It'\''s You.mp3'
  2075. file '\\192.168.86.3\music\Skillet\2009 - Awake\07 - Skillet - Awake - Should'\''ve When You Could'\''ve.mp3'
  2076. file '\\192.168.86.3\music\Skillet\2009 - Awake\08 - Skillet - Awake - Believe.mp3'
  2077. file '\\192.168.86.3\music\Skillet\2009 - Awake\09 - Skillet - Awake - Forgiven.mp3'
  2078. file '\\192.168.86.3\music\Skillet\2009 - Awake\10 - Skillet - Awake - Sometimes.mp3'
  2079. file '\\192.168.86.3\music\Skillet\2009 - Awake\11 - Skillet - Awake - Never Surrender.mp3'
  2080. file '\\192.168.86.3\music\Skillet\2009 - Awake\12 - Skillet - Awake - Lucy.mp3'
  2081. file '\\192.168.86.3\music\Skillet\2009 - Awake\13 - Skillet - Awake - Dead Inside.mp3'
  2082. file '\\192.168.86.3\music\Skillet\2009 - Awake\14 - Skillet - Awake - Would It Matter.mp3'
  2083. file '\\192.168.86.3\music\Skillet\2009 - Awake\15 - Skillet - Awake - Monster (Radio Edit).mp3'
Tags: jellyfin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement