Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin "Malfunctioned" in Jellyfin 10.8.1 #17

Open
Nicryc opened this issue Oct 18, 2022 · 0 comments
Open

Plugin "Malfunctioned" in Jellyfin 10.8.1 #17

Nicryc opened this issue Oct 18, 2022 · 0 comments

Comments

@Nicryc
Copy link

Nicryc commented Oct 18, 2022

Steps to reproduce

  1. Build with command dotnet publish --configuration Release --output bin
  2. Move file from the jellyfin-plugin-artwork-master\bin folder into C:\ProgramData\Jellyfin\Server\plugins\Jellyfin Artwork Plugin
  3. Restart Jellyfin
  4. Plugin state is "Malfunctioned"

Logs

See Jellyfin server logs
[2022-10-18 23:15:58.935 +02:00] [INF] [1] Main: Jellyfin version: "10.8.1"
[2022-10-18 23:15:58.959 +02:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
[2022-10-18 23:15:58.963 +02:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"]
[2022-10-18 23:15:58.966 +02:00] [INF] [1] Main: Operating system: "Windows"
[2022-10-18 23:15:58.968 +02:00] [INF] [1] Main: Architecture: X64
[2022-10-18 23:15:58.970 +02:00] [INF] [1] Main: 64-Bit Process: True
[2022-10-18 23:15:58.971 +02:00] [INF] [1] Main: User Interactive: True
[2022-10-18 23:15:58.973 +02:00] [INF] [1] Main: Processor count: 8
[2022-10-18 23:15:58.975 +02:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
[2022-10-18 23:15:58.976 +02:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
[2022-10-18 23:15:58.977 +02:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
[2022-10-18 23:15:59.118 +02:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
[2022-10-18 23:15:59.161 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2022-10-18 23:15:59.185 +02:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "C:\ProgramData\Jellyfin\Server\plugins\Jellyfin Artwork Plugin\Emby.Naming.dll". Disabling plugin.
System.IO.FileLoadException: Could not load file or assembly 'Emby.Naming, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'.
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
[2022-10-18 23:15:59.220 +02:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "C:\ProgramData\Jellyfin\Server\plugins\Jellyfin Artwork Plugin\Jellyfin.Data.dll". Disabling plugin.
System.IO.FileLoadException: Could not load file or assembly 'Jellyfin.Data, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'.
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
[2022-10-18 23:15:59.225 +02:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "C:\ProgramData\Jellyfin\Server\plugins\Jellyfin Artwork Plugin\Jellyfin.Extensions.dll". Disabling plugin.
System.IO.FileLoadException: Could not load file or assembly 'Jellyfin.Extensions, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'.
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
[2022-10-18 23:15:59.236 +02:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "C:\ProgramData\Jellyfin\Server\plugins\Jellyfin Artwork Plugin\Jellyfin.Plugin.Artwork.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin.
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load file or assembly 'MediaBrowser.Common, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'. Could not find or load a specific file. (0x80131621)
Could not load file or assembly 'MediaBrowser.Common, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'. Could not find or load a specific file. (0x80131621)
Could not load file or assembly 'MediaBrowser.Controller, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'. Could not find or load a specific file. (0x80131621)
Could not load file or assembly 'MediaBrowser.Model, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'. Could not find or load a specific file. (0x80131621)
Could not load file or assembly 'MediaBrowser.Model, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'. Could not find or load a specific file. (0x80131621)
Could not load file or assembly 'MediaBrowser.Model, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'. Could not find or load a specific file. (0x80131621)
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.Assembly.GetTypes()
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
System.IO.FileLoadException: Could not load file or assembly 'MediaBrowser.Common, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'. Could not find or load a specific file. (0x80131621)
File name: 'MediaBrowser.Common, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'
 ---> System.IO.FileLoadException: Could not load file or assembly 'MediaBrowser.Common, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'.
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at System.Reflection.Assembly.LoadFromResolveHandler(Object sender, ResolveEventArgs args)
   at System.Runtime.Loader.AssemblyLoadContext.InvokeResolveEvent(ResolveEventHandler eventHandler, RuntimeAssembly assembly, String name)
   at System.Runtime.Loader.AssemblyLoadContext.OnAssemblyResolve(RuntimeAssembly assembly, String assemblyFullName)
System.IO.FileLoadException: Could not load file or assembly 'MediaBrowser.Common, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'. Could not find or load a specific file. (0x80131621)
File name: 'MediaBrowser.Common, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'
 ---> System.IO.FileLoadException: Could not load file or assembly 'MediaBrowser.Common, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'.
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at System.Reflection.Assembly.LoadFromResolveHandler(Object sender, ResolveEventArgs args)
   at System.Runtime.Loader.AssemblyLoadContext.InvokeResolveEvent(ResolveEventHandler eventHandler, RuntimeAssembly assembly, String name)
   at System.Runtime.Loader.AssemblyLoadContext.OnAssemblyResolve(RuntimeAssembly assembly, String assemblyFullName)
System.IO.FileLoadException: Could not load file or assembly 'MediaBrowser.Controller, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'. Could not find or load a specific file. (0x80131621)
File name: 'MediaBrowser.Controller, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'
 ---> System.IO.FileLoadException: Could not load file or assembly 'MediaBrowser.Controller, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'.
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at System.Reflection.Assembly.LoadFromResolveHandler(Object sender, ResolveEventArgs args)
   at System.Runtime.Loader.AssemblyLoadContext.InvokeResolveEvent(ResolveEventHandler eventHandler, RuntimeAssembly assembly, String name)
   at System.Runtime.Loader.AssemblyLoadContext.OnAssemblyResolve(RuntimeAssembly assembly, String assemblyFullName)
System.IO.FileLoadException: Could not load file or assembly 'MediaBrowser.Model, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'. Could not find or load a specific file. (0x80131621)
File name: 'MediaBrowser.Model, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'
 ---> System.IO.FileLoadException: Could not load file or assembly 'MediaBrowser.Model, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'.
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at System.Reflection.Assembly.LoadFromResolveHandler(Object sender, ResolveEventArgs args)
   at System.Runtime.Loader.AssemblyLoadContext.InvokeResolveEvent(ResolveEventHandler eventHandler, RuntimeAssembly assembly, String name)
   at System.Runtime.Loader.AssemblyLoadContext.OnAssemblyResolve(RuntimeAssembly assembly, String assemblyFullName)
System.IO.FileLoadException: Could not load file or assembly 'MediaBrowser.Model, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'. Could not find or load a specific file. (0x80131621)
File name: 'MediaBrowser.Model, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'
 ---> System.IO.FileLoadException: Could not load file or assembly 'MediaBrowser.Model, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'.
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at System.Reflection.Assembly.LoadFromResolveHandler(Object sender, ResolveEventArgs args)
   at System.Runtime.Loader.AssemblyLoadContext.InvokeResolveEvent(ResolveEventHandler eventHandler, RuntimeAssembly assembly, String name)
   at System.Runtime.Loader.AssemblyLoadContext.OnAssemblyResolve(RuntimeAssembly assembly, String assemblyFullName)
System.IO.FileLoadException: Could not load file or assembly 'MediaBrowser.Model, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'. Could not find or load a specific file. (0x80131621)
File name: 'MediaBrowser.Model, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'
 ---> System.IO.FileLoadException: Could not load file or assembly 'MediaBrowser.Model, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'.
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at System.Reflection.Assembly.LoadFromResolveHandler(Object sender, ResolveEventArgs args)
   at System.Runtime.Loader.AssemblyLoadContext.InvokeResolveEvent(ResolveEventHandler eventHandler, RuntimeAssembly assembly, String name)
   at System.Runtime.Loader.AssemblyLoadContext.OnAssemblyResolve(RuntimeAssembly assembly, String assemblyFullName)
[2022-10-18 23:15:59.274 +02:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "C:\ProgramData\Jellyfin\Server\plugins\Jellyfin Artwork Plugin\MediaBrowser.Common.dll". Disabling plugin.
System.IO.FileLoadException: Could not load file or assembly 'MediaBrowser.Common, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'.
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
[2022-10-18 23:15:59.279 +02:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "C:\ProgramData\Jellyfin\Server\plugins\Jellyfin Artwork Plugin\MediaBrowser.Controller.dll". Disabling plugin.
System.IO.FileLoadException: Could not load file or assembly 'MediaBrowser.Controller, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'.
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
[2022-10-18 23:15:59.283 +02:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "C:\ProgramData\Jellyfin\Server\plugins\Jellyfin Artwork Plugin\MediaBrowser.Model.dll". Disabling plugin.
System.IO.FileLoadException: Could not load file or assembly 'MediaBrowser.Model, Version=10.8.4.0, Culture=neutral, PublicKeyToken=null'.
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
[2022-10-18 23:15:59.288 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Microsoft.Extensions.Logging.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" from "C:\ProgramData\Jellyfin\Server\plugins\Jellyfin Artwork Plugin\Microsoft.Extensions.Logging.Abstractions.dll"
[2022-10-18 23:15:59.303 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" from "C:\ProgramData\Jellyfin\Server\plugins\Jellyfin Artwork Plugin\System.Text.Json.dll"
[2022-10-18 23:15:59.308 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.OpenSubtitles, Version=18.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Open Subtitles_18.0.0.0\Jellyfin.Plugin.OpenSubtitles.dll"
[2022-10-18 23:15:59.311 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.ThemeSongs, Version=10.8.0.1, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Theme Songs_10.8.0.1\Jellyfin.Plugin.ThemeSongs.dll"
[2022-10-18 23:15:59.319 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_8.0.0.0\Jellyfin.Plugin.Tvdb.dll"
[2022-10-18 23:15:59.323 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "TvDbSharper, Version=3.2.2.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_8.0.0.0\TvDbSharper.dll"
[2022-10-18 23:15:59.325 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.TMDbBoxSets, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Box Sets_10.0.0.0\Jellyfin.Plugin.TMDbBoxSets.dll"
[2022-10-18 23:15:59.361 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "AngleSharp, Version=0.16.1.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_10.0.0.0\AngleSharp.dll"
[2022-10-18 23:15:59.365 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "CliWrap, Version=3.4.2.0, Culture=neutral, PublicKeyToken=1c4a4fc2d6886e5a" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_10.0.0.0\CliWrap.dll"
[2022-10-18 23:15:59.370 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tmdb.Trailers, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_10.0.0.0\Jellyfin.Plugin.Tmdb.Trailers.dll"
[2022-10-18 23:15:59.382 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "TMDbLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_10.0.0.0\TMDbLib.dll"
[2022-10-18 23:15:59.385 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "YoutubeExplode.Converter, Version=6.1.2.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_10.0.0.0\YoutubeExplode.Converter.dll"
[2022-10-18 23:15:59.391 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "YoutubeExplode, Version=6.1.2.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_10.0.0.0\YoutubeExplode.dll"
[2022-10-18 23:15:59.599 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2022-10-18 23:15:59.601 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : "[]"
[2022-10-18 23:15:59.603 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2022-10-18 23:15:59.606 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: "[]"
[2022-10-18 23:15:59.608 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: "[]"
[2022-10-18 23:16:02.101 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Open Subtitles" "18.0.0.0"
[2022-10-18 23:16:02.104 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Theme Songs" "10.8.0.1"
[2022-10-18 23:16:02.106 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "8.0.0.0"
[2022-10-18 23:16:02.109 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb Box Sets" "10.0.0.0"
[2022-10-18 23:16:02.112 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb Trailers" "10.0.0.0"
[2022-10-18 23:16:02.114 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.8.1.0"
[2022-10-18 23:16:02.115 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.8.1.0"
[2022-10-18 23:16:02.117 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.8.1.0"
[2022-10-18 23:16:02.119 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.8.1.0"
[2022-10-18 23:16:02.120 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.8.1.0"
[2022-10-18 23:16:02.181 +02:00] [INF] [1] Main: Kestrel listening on "Any IP4 Address"
[2022-10-18 23:16:02.473 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2022-10-18 23:16:02.494 +02:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "TMDb Trailers" set to fire at 2022-10-19 04:00:00.000 +02:00, which is 04:43:57.5060199 from now.
[2022-10-18 23:16:02.505 +02:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extraire les images de chapitre" set to fire at 2022-10-19 02:00:00.000 +02:00, which is 02:43:57.4942643 from now.
[2022-10-18 23:16:02.589 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "5.0.1"
[2022-10-18 23:16:02.647 +02: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", "flac", "mp3"]
[2022-10-18 23:16:02.709 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "flac", "libmp3lame", "libopus", "libvorbis", "srt"]
[2022-10-18 23:16:02.763 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemap_cuda", "tonemap_opencl", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2022-10-18 23:16:02.984 +02:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
[2022-10-18 23:16:03.028 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl"]
[2022-10-18 23:16:03.073 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "C:\Program Files\Jellyfin\Server\ffmpeg.exe"
[2022-10-18 23:16:03.076 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "4353008729d649038df57f885800f94e"
[2022-10-18 23:16:03.176 +02:00] [INF] [1] Emby.Dlna.Main.DlnaEntryPoint: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "192.168.56.1/24"
[2022-10-18 23:16:03.194 +02:00] [INF] [1] Emby.Dlna.Main.DlnaEntryPoint: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "192.168.1.44/24"
[2022-10-18 23:16:03.198 +02:00] [INF] [1] Emby.Dlna.Main.DlnaEntryPoint: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "127.0.0.1/8"
[2022-10-18 23:16:03.200 +02:00] [INF] [1] Emby.Dlna.Main.DlnaEntryPoint: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "172.31.16.1/20"
[2022-10-18 23:16:03.204 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.1199387
[2022-10-18 23:16:03.206 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2022-10-18 23:16:03.390 +02:00] [INF] [9] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "G:\Courts-métrages"
[2022-10-18 23:16:03.390 +02:00] [INF] [7] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "G:\Films"
[2022-10-18 23:16:03.390 +02:00] [INF] [19] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "H:\"
[2022-10-18 23:16:03.390 +02:00] [INF] [12] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "G:\Documentaires"
[2022-10-18 23:16:03.390 +02:00] [INF] [1] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Starting NAT discovery
[2022-10-18 23:16:03.612 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:00.4027203
[2022-10-18 23:16:03.614 +02:00] [INF] [1] Main: Startup complete 0:00:04.8509999
[2022-10-18 23:16:05.499 +02:00] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "TMDb Trailers"
[2022-10-18 23:16:05.501 +02:00] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "TmdbTrailerChannel"
[2022-10-18 23:16:05.504 +02:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "TMDb Trailers"
[2022-10-18 23:16:05.517 +02:00] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "Mettre à jour les extensions"
[2022-10-18 23:16:05.520 +02:00] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "PluginUpdateTask"
[2022-10-18 23:16:05.522 +02:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Mettre à jour les extensions"
[2022-10-18 23:16:06.205 +02:00] [INF] [34] Emby.Server.Implementations.ScheduledTasks.TaskManager: "TMDb Trailers" Completed after 0 minute(s) and 0 seconds
[2022-10-18 23:16:06.212 +02:00] [INF] [34] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
[2022-10-18 23:16:07.099 +02:00] [INF] [4] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Mettre à jour les extensions" Completed after 0 minute(s) and 1 seconds
[2022-10-18 23:16:07.101 +02:00] [INF] [4] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
[2022-10-18 23:16:08.363 +02:00] [INF] [4] Emby.Dlna.Main.DlnaEntryPoint: DLNA Session created for "[TV] TV Cuisine" - "UE32J5500"
[2022-10-18 23:16:24.842 +02:00] [INF] [10] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
[2022-10-18 23:16:25.104 +02:00] [INF] [10] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" closed
[2022-10-18 23:17:05.096 +02:00] [INF] [9] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
[2022-10-18 23:17:05.174 +02:00] [WRN] [7] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"AccessSchedule"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:17:05.177 +02:00] [WRN] [7] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ActivityLog"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:17:05.179 +02:00] [WRN] [7] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"CustomItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:17:05.181 +02:00] [WRN] [7] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:17:05.183 +02:00] [WRN] [7] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"HomeSection"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:17:05.185 +02:00] [WRN] [7] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ImageInfo"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:17:05.187 +02:00] [WRN] [7] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:17:05.189 +02:00] [WRN] [7] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Permission"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:17:05.191 +02:00] [WRN] [7] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Preference"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:17:05.193 +02:00] [WRN] [7] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ApiKey"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:17:05.194 +02:00] [WRN] [7] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Device"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:17:05.196 +02:00] [WRN] [7] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DeviceOptions"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:17:05.198 +02:00] [WRN] [7] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"User"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:17:06.337 +02:00] [WRN] [42] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Items/771c0a467470994ae05386a8b1b59b15/Images/Backdrop/0?tag=f869ea20c1f6993eb044307098d0b0a2&maxWidth=1920&quality=80" to "127.0.0.1" in 0:00:00.6146464 with Status Code 200
[2022-10-18 23:17:35.258 +02:00] [INF] [46] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
[2022-10-18 23:17:35.299 +02:00] [INF] [46] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" closed
[2022-10-18 23:19:02.345 +02:00] [INF] [1] Main: Jellyfin version: "10.8.1"
[2022-10-18 23:19:02.379 +02:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
[2022-10-18 23:19:02.388 +02:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"]
[2022-10-18 23:19:02.393 +02:00] [INF] [1] Main: Operating system: "Windows"
[2022-10-18 23:19:02.395 +02:00] [INF] [1] Main: Architecture: X64
[2022-10-18 23:19:02.397 +02:00] [INF] [1] Main: 64-Bit Process: True
[2022-10-18 23:19:02.399 +02:00] [INF] [1] Main: User Interactive: True
[2022-10-18 23:19:02.401 +02:00] [INF] [1] Main: Processor count: 8
[2022-10-18 23:19:02.402 +02:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
[2022-10-18 23:19:02.405 +02:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
[2022-10-18 23:19:02.407 +02:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
[2022-10-18 23:19:02.556 +02:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
[2022-10-18 23:19:02.599 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2022-10-18 23:19:02.609 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin "10.8.1.0" of "Jellyfin Artwork Plugin" 
[2022-10-18 23:19:02.615 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.OpenSubtitles, Version=18.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Open Subtitles_18.0.0.0\Jellyfin.Plugin.OpenSubtitles.dll"
[2022-10-18 23:19:02.617 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.ThemeSongs, Version=10.8.0.1, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Theme Songs_10.8.0.1\Jellyfin.Plugin.ThemeSongs.dll"
[2022-10-18 23:19:02.622 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_8.0.0.0\Jellyfin.Plugin.Tvdb.dll"
[2022-10-18 23:19:02.627 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "TvDbSharper, Version=3.2.2.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_8.0.0.0\TvDbSharper.dll"
[2022-10-18 23:19:02.630 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.TMDbBoxSets, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Box Sets_10.0.0.0\Jellyfin.Plugin.TMDbBoxSets.dll"
[2022-10-18 23:19:02.651 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "AngleSharp, Version=0.16.1.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_10.0.0.0\AngleSharp.dll"
[2022-10-18 23:19:02.655 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "CliWrap, Version=3.4.2.0, Culture=neutral, PublicKeyToken=1c4a4fc2d6886e5a" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_10.0.0.0\CliWrap.dll"
[2022-10-18 23:19:02.660 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tmdb.Trailers, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_10.0.0.0\Jellyfin.Plugin.Tmdb.Trailers.dll"
[2022-10-18 23:19:02.670 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "TMDbLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_10.0.0.0\TMDbLib.dll"
[2022-10-18 23:19:02.673 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "YoutubeExplode.Converter, Version=6.1.2.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_10.0.0.0\YoutubeExplode.Converter.dll"
[2022-10-18 23:19:02.678 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "YoutubeExplode, Version=6.1.2.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TMDb Trailers_10.0.0.0\YoutubeExplode.dll"
[2022-10-18 23:19:02.881 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2022-10-18 23:19:02.883 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : "[]"
[2022-10-18 23:19:02.885 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2022-10-18 23:19:02.887 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: "[]"
[2022-10-18 23:19:02.889 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: "[]"
[2022-10-18 23:19:05.575 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Open Subtitles" "18.0.0.0"
[2022-10-18 23:19:05.578 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Theme Songs" "10.8.0.1"
[2022-10-18 23:19:05.582 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "8.0.0.0"
[2022-10-18 23:19:05.585 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb Box Sets" "10.0.0.0"
[2022-10-18 23:19:05.588 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb Trailers" "10.0.0.0"
[2022-10-18 23:19:05.590 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.8.1.0"
[2022-10-18 23:19:05.593 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.8.1.0"
[2022-10-18 23:19:05.595 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.8.1.0"
[2022-10-18 23:19:05.597 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.8.1.0"
[2022-10-18 23:19:05.599 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.8.1.0"
[2022-10-18 23:19:05.680 +02:00] [INF] [1] Main: Kestrel listening on "Any IP4 Address"
[2022-10-18 23:19:05.998 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2022-10-18 23:19:06.028 +02:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "TMDb Trailers" set to fire at 2022-10-19 04:00:00.000 +02:00, which is 04:40:53.9714632 from now.
[2022-10-18 23:19:06.048 +02:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extraire les images de chapitre" set to fire at 2022-10-19 02:00:00.000 +02:00, which is 02:40:53.9518040 from now.
[2022-10-18 23:19:06.144 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "5.0.1"
[2022-10-18 23:19:06.202 +02: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", "flac", "mp3"]
[2022-10-18 23:19:06.259 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "flac", "libmp3lame", "libopus", "libvorbis", "srt"]
[2022-10-18 23:19:06.314 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemap_cuda", "tonemap_opencl", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2022-10-18 23:19:06.540 +02:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
[2022-10-18 23:19:06.587 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl"]
[2022-10-18 23:19:06.636 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "C:\Program Files\Jellyfin\Server\ffmpeg.exe"
[2022-10-18 23:19:06.638 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "4353008729d649038df57f885800f94e"
[2022-10-18 23:19:06.739 +02:00] [INF] [1] Emby.Dlna.Main.DlnaEntryPoint: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "192.168.56.1/24"
[2022-10-18 23:19:06.757 +02:00] [INF] [1] Emby.Dlna.Main.DlnaEntryPoint: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "192.168.1.44/24"
[2022-10-18 23:19:06.761 +02:00] [INF] [1] Emby.Dlna.Main.DlnaEntryPoint: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "127.0.0.1/8"
[2022-10-18 23:19:06.763 +02:00] [INF] [1] Emby.Dlna.Main.DlnaEntryPoint: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "172.31.16.1/20"
[2022-10-18 23:19:06.768 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.1221895
[2022-10-18 23:19:06.770 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2022-10-18 23:19:06.959 +02:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "H:\"
[2022-10-18 23:19:06.959 +02:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "G:\Documentaires"
[2022-10-18 23:19:06.959 +02:00] [INF] [9] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "G:\Films"
[2022-10-18 23:19:06.959 +02:00] [INF] [13] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "G:\Courts-métrages"
[2022-10-18 23:19:06.959 +02:00] [INF] [1] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Starting NAT discovery
[2022-10-18 23:19:07.188 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:00.4169905
[2022-10-18 23:19:07.191 +02:00] [INF] [1] Main: Startup complete 0:00:05.0285726
[2022-10-18 23:19:09.056 +02:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "TMDb Trailers"
[2022-10-18 23:19:09.060 +02:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "TmdbTrailerChannel"
[2022-10-18 23:19:09.063 +02:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "TMDb Trailers"
[2022-10-18 23:19:09.075 +02:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "Mettre à jour les extensions"
[2022-10-18 23:19:09.078 +02:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "PluginUpdateTask"
[2022-10-18 23:19:09.080 +02:00] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Mettre à jour les extensions"
[2022-10-18 23:19:10.122 +02:00] [INF] [22] Emby.Server.Implementations.ScheduledTasks.TaskManager: "TMDb Trailers" Completed after 0 minute(s) and 1 seconds
[2022-10-18 23:19:10.131 +02:00] [INF] [22] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
[2022-10-18 23:19:10.313 +02:00] [INF] [31] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Mettre à jour les extensions" Completed after 0 minute(s) and 1 seconds
[2022-10-18 23:19:10.319 +02:00] [INF] [31] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
[2022-10-18 23:19:11.872 +02:00] [INF] [22] Emby.Dlna.Main.DlnaEntryPoint: DLNA Session created for "[TV] TV Cuisine" - "UE32J5500"
[2022-10-18 23:19:11.891 +02:00] [INF] [20] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
[2022-10-18 23:19:12.039 +02:00] [WRN] [12] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"AccessSchedule"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:19:12.043 +02:00] [WRN] [12] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ActivityLog"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:19:12.047 +02:00] [WRN] [12] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"CustomItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:19:12.054 +02:00] [WRN] [12] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:19:12.060 +02:00] [WRN] [12] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"HomeSection"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:19:12.064 +02:00] [WRN] [12] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ImageInfo"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:19:12.069 +02:00] [WRN] [12] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:19:12.075 +02:00] [WRN] [12] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Permission"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:19:12.080 +02:00] [WRN] [12] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Preference"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:19:12.084 +02:00] [WRN] [12] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ApiKey"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:19:12.090 +02:00] [WRN] [12] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Device"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:19:12.093 +02:00] [WRN] [12] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DeviceOptions"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:19:12.096 +02:00] [WRN] [12] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"User"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-10-18 23:19:13.415 +02:00] [WRN] [42] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Items/3698a328e2ed2332d55eebd68b7553ac/Images/Backdrop/0?tag=7a112e73102f38883e445f9764a7bcab&maxWidth=1920&quality=80" to "127.0.0.1" in 0:00:00.676321 with Status Code 200
[2022-10-18 23:19:21.399 +02:00] [INF] [40] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
[2022-10-18 23:19:21.438 +02:00] [INF] [40] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" closed

Additional informations

OS: Windows 10
Jellyfin Server: 10.8.1
Jellyfin Artwork Plugin: master git version
.NET: SDK 6.0.402

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant