[2025-03-22 03:12:00.569 -07:00] [INF] [1] Main: Jellyfin version: "10.10.6" [2025-03-22 03:12:00.585 -07:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"] [2025-03-22 03:12:00.587 -07:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"] [2025-03-22 03:12:00.588 -07:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.26100" [2025-03-22 03:12:00.588 -07:00] [INF] [1] Main: Architecture: X64 [2025-03-22 03:12:00.589 -07:00] [INF] [1] Main: 64-Bit Process: True [2025-03-22 03:12:00.590 -07:00] [INF] [1] Main: User Interactive: True [2025-03-22 03:12:00.590 -07:00] [INF] [1] Main: Processor count: 12 [2025-03-22 03:12:00.591 -07:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server" [2025-03-22 03:12:00.591 -07:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log" [2025-03-22 03:12:00.592 -07:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config" [2025-03-22 03:12:00.592 -07:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-03-22 03:12:00.593 -07:00] [INF] [1] Main: Temp directory path: "C:\Users\Administrator\AppData\Local\Temp\jellyfin" [2025-03-22 03:12:00.594 -07:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web" [2025-03-22 03:12:00.595 -07:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\" [2025-03-22 03:12:00.685 -07:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-03-22 03:12:00.713 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies [2025-03-22 03:12:00.784 -07: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"] [2025-03-22 03:12:00.786 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] [2025-03-22 03:12:00.786 -07: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"] [2025-03-22 03:12:00.788 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["10.2.0.2", "100.95.58.68", "192.168.1.64", "127.0.0.1"] [2025-03-22 03:12:00.789 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] [2025-03-22 03:12:00.790 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" [2025-03-22 03:12:00.791 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] [2025-03-22 03:12:03.107 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.6.0" [2025-03-22 03:12:03.110 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.6.0" [2025-03-22 03:12:03.111 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.6.0" [2025-03-22 03:12:03.124 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.6.0" [2025-03-22 03:12:03.126 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.6.0" [2025-03-22 03:12:03.190 -07:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" [2025-03-22 03:12:03.337 -07:00] [ERR] [1] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to "0.0.0.0":7359 System.Net.Sockets.SocketException (10048): Only one usage of each socket address (protocol/network address/port) is normally permitted.   at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, Boolean disconnectOnFailure, String callerName)   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)   at System.Net.Sockets.Socket.Bind(EndPoint localEP)   at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken) [2025-03-22 03:12:03.364 -07:00] [INF] [1] Jellyfin.Networking.PortForwardingHost: Starting NAT discovery [2025-03-22 03:12:03.712 -07:00] [ERR] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Only one usage of each socket address (protocol/network address/port) is normally permitted. ---> System.Net.Sockets.SocketException (10048): Only one usage of each socket address (protocol/network address/port) is normally permitted.   at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, Boolean disconnectOnFailure, String callerName)   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)   at System.Net.Sockets.Socket.Bind(EndPoint localEP)   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()   --- End of inner exception stack trace ---   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<g__OnBind|0>d.MoveNext() --- End of stack trace from previous location ---   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)   --- End of inner exception stack trace ---   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)   at Microsoft.Extensions.Hosting.Internal.Host.b__15_1(IHostedService service, CancellationToken token)   at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)   at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)   at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig) [2025-03-22 03:12:03.717 -07:00] [ERR] [1] Main: Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again [2025-03-22 03:12:03.718 -07:00] [FTL] [1] Main: Error while starting server System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Only one usage of each socket address (protocol/network address/port) is normally permitted. ---> System.Net.Sockets.SocketException (10048): Only one usage of each socket address (protocol/network address/port) is normally permitted.   at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, Boolean disconnectOnFailure, String callerName)   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)   at System.Net.Sockets.Socket.Bind(EndPoint localEP)   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()   --- End of inner exception stack trace ---   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<g__OnBind|0>d.MoveNext() --- End of stack trace from previous location ---   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)   --- End of inner exception stack trace ---   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)   at Microsoft.Extensions.Hosting.Internal.Host.b__15_1(IHostedService service, CancellationToken token)   at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)   at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)   at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig) [2025-03-22 03:12:03.721 -07:00] [INF] [1] Main: Running query planner optimizations in the database... This might take a while [2025-03-22 03:12:03.749 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" [2025-03-22 03:12:03.750 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" [2025-03-22 03:12:03.751 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" [2025-03-22 03:12:03.752 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" [2025-03-22 03:12:15.611 -07:00] [INF] [1] Main: Jellyfin version: "10.10.6" [2025-03-22 03:12:15.627 -07:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"] [2025-03-22 03:12:15.630 -07:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"] [2025-03-22 03:12:15.631 -07:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.26100" [2025-03-22 03:12:15.631 -07:00] [INF] [1] Main: Architecture: X64 [2025-03-22 03:12:15.633 -07:00] [INF] [1] Main: 64-Bit Process: True [2025-03-22 03:12:15.633 -07:00] [INF] [1] Main: User Interactive: True [2025-03-22 03:12:15.634 -07:00] [INF] [1] Main: Processor count: 12 [2025-03-22 03:12:15.635 -07:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server" [2025-03-22 03:12:15.635 -07:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log" [2025-03-22 03:12:15.635 -07:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config" [2025-03-22 03:12:15.636 -07:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-03-22 03:12:15.637 -07:00] [INF] [1] Main: Temp directory path: "C:\Users\Administrator\AppData\Local\Temp\jellyfin" [2025-03-22 03:12:15.637 -07:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web" [2025-03-22 03:12:15.638 -07:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\" [2025-03-22 03:12:15.722 -07:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-03-22 03:12:15.751 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies [2025-03-22 03:12:15.823 -07: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"] [2025-03-22 03:12:15.826 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] [2025-03-22 03:12:15.827 -07: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"] [2025-03-22 03:12:15.829 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["10.2.0.2", "100.95.58.68", "192.168.1.64", "127.0.0.1"] [2025-03-22 03:12:15.830 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] [2025-03-22 03:12:15.831 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" [2025-03-22 03:12:15.832 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] [2025-03-22 03:12:18.125 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.6.0" [2025-03-22 03:12:18.127 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.6.0" [2025-03-22 03:12:18.129 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.6.0" [2025-03-22 03:12:18.142 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.6.0" [2025-03-22 03:12:18.144 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.6.0" [2025-03-22 03:12:18.210 -07:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" [2025-03-22 03:12:18.356 -07:00] [ERR] [1] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to "0.0.0.0":7359 System.Net.Sockets.SocketException (10048): Only one usage of each socket address (protocol/network address/port) is normally permitted.   at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, Boolean disconnectOnFailure, String callerName)   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)   at System.Net.Sockets.Socket.Bind(EndPoint localEP)   at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken) [2025-03-22 03:12:18.365 -07:00] [INF] [1] Jellyfin.Networking.PortForwardingHost: Starting NAT discovery [2025-03-22 03:12:18.723 -07:00] [ERR] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Only one usage of each socket address (protocol/network address/port) is normally permitted. ---> System.Net.Sockets.SocketException (10048): Only one usage of each socket address (protocol/network address/port) is normally permitted.   at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, Boolean disconnectOnFailure, String callerName)   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)   at System.Net.Sockets.Socket.Bind(EndPoint localEP)   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()   --- End of inner exception stack trace ---   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<g__OnBind|0>d.MoveNext() --- End of stack trace from previous location ---   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)   --- End of inner exception stack trace ---   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)   at Microsoft.Extensions.Hosting.Internal.Host.b__15_1(IHostedService service, CancellationToken token)   at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)   at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)   at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig) [2025-03-22 03:12:18.728 -07:00] [ERR] [1] Main: Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again [2025-03-22 03:12:18.729 -07:00] [FTL] [1] Main: Error while starting server System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Only one usage of each socket address (protocol/network address/port) is normally permitted. ---> System.Net.Sockets.SocketException (10048): Only one usage of each socket address (protocol/network address/port) is normally permitted.   at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, Boolean disconnectOnFailure, String callerName)   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)   at System.Net.Sockets.Socket.Bind(EndPoint localEP)   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()   --- End of inner exception stack trace ---   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<g__OnBind|0>d.MoveNext() --- End of stack trace from previous location ---   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)   --- End of inner exception stack trace ---   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)   at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)   at Microsoft.Extensions.Hosting.Internal.Host.b__15_1(IHostedService service, CancellationToken token)   at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)   at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)   at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig) [2025-03-22 03:12:18.732 -07:00] [INF] [1] Main: Running query planner optimizations in the database... This might take a while [2025-03-22 03:12:18.743 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" [2025-03-22 03:12:18.754 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" [2025-03-22 03:12:18.755 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" [2025-03-22 03:12:18.756 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" [2025-03-22 08:47:08.837 -07:00] [INF] [1] Main: Jellyfin version: "10.10.6" [2025-03-22 08:47:08.933 -07:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"] [2025-03-22 08:47:09.050 -07:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"] [2025-03-22 08:47:09.183 -07:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.26100" [2025-03-22 08:47:09.246 -07:00] [INF] [1] Main: Architecture: X64 [2025-03-22 08:47:09.255 -07:00] [INF] [1] Main: 64-Bit Process: True [2025-03-22 08:47:09.257 -07:00] [INF] [1] Main: User Interactive: True [2025-03-22 08:47:09.264 -07:00] [INF] [1] Main: Processor count: 12 [2025-03-22 08:47:09.323 -07:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server" [2025-03-22 08:47:09.385 -07:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log" [2025-03-22 08:47:09.448 -07:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config" [2025-03-22 08:47:09.523 -07:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-03-22 08:47:09.579 -07:00] [INF] [1] Main: Temp directory path: "C:\Users\Administrator\AppData\Local\Temp\jellyfin" [2025-03-22 08:47:09.643 -07:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web" [2025-03-22 08:47:09.706 -07:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\" [2025-03-22 08:47:09.931 -07:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-03-22 08:47:10.048 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies [2025-03-22 08:47:10.225 -07: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"] [2025-03-22 08:47:10.231 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] [2025-03-22 08:47:10.232 -07: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"] [2025-03-22 08:47:10.234 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["10.2.0.2", "100.95.58.68", "192.168.1.64", "127.0.0.1"] [2025-03-22 08:47:10.237 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] [2025-03-22 08:47:10.238 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" [2025-03-22 08:47:10.238 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] [2025-03-22 08:47:14.648 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.6.0" [2025-03-22 08:47:14.672 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.6.0" [2025-03-22 08:47:14.675 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.6.0" [2025-03-22 08:47:14.704 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.6.0" [2025-03-22 08:47:14.705 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.6.0" [2025-03-22 08:47:14.804 -07:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" [2025-03-22 08:47:15.152 -07:00] [INF] [1] Jellyfin.Networking.PortForwardingHost: Starting NAT discovery [2025-03-22 08:47:15.967 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks [2025-03-22 08:47:15.969 -07:00] [INF] [6] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "Z:\Media\Movies" [2025-03-22 08:47:15.969 -07:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "Z:\Media\TV Shows" [2025-03-22 08:47:16.038 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2025-03-23 03:00:00.000 -07:00, which is 18:12:43.9621909 from now. [2025-03-22 08:47:16.168 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2025-03-23 02:00:00.000 -07:00, which is 17:12:43.8316076 from now. [2025-03-22 08:47:16.260 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2" [2025-03-22 08:47:16.369 -07: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", "ac4", "dca", "flac", "mp3", "truehd"] [2025-03-22 08:47:16.782 -07: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", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] [2025-03-22 08:47:16.896 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "deinterlace_qsv", "hwupload_cuda", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemapx", "tonemap_cuda", "tonemap_opencl", "transpose_cuda", "transpose_opencl", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] [2025-03-22 08:47:17.311 -07:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available [2025-03-22 08:47:17.406 -07:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available [2025-03-22 08:47:17.544 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl", "d3d12va"] [2025-03-22 08:47:19.022 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg" [2025-03-22 08:47:19.066 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "6c341834ce934a099c88538560ab6a55" [2025-03-22 08:47:19.137 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete [2025-03-22 08:47:19.192 -07:00] [INF] [6] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds [2025-03-22 08:47:19.212 -07:00] [INF] [1] Main: Startup complete 0:00:10.5741293 [2025-03-22 08:47:19.227 -07:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds [2025-03-22 08:47:19.822 -07:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 0 seconds [2025-03-22 08:47:21.856 -07:00] [INF] [14] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" request [2025-03-22 08:48:57.474 -07:00] [INF] [3] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request [2025-03-22 08:51:07.899 -07:00] [INF] [26] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration [2025-03-22 08:51:07.901 -07:00] [INF] [26] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-03-22 08:51:07.903 -07:00] [INF] [25] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery [2025-03-22 08:51:07.905 -07:00] [INF] [25] Jellyfin.Networking.PortForwardingHost: Starting NAT discovery [2025-03-22 09:02:04.346 -07:00] [INF] [30] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration [2025-03-22 09:02:04.437 -07:00] [INF] [30] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-03-22 09:02:09.220 -07:00] [INF] [30] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" closed [2025-03-22 09:02:10.154 -07:00] [INF] [34] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" request [2025-03-22 09:06:33.738 -07:00] [INF] [15] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "72.143.223.200" request [2025-03-22 09:07:04.186 -07:00] [INF] [26] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "72.143.223.200" closed [2025-03-22 09:07:04.579 -07:00] [INF] [14] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "72.143.223.200" request [2025-03-22 09:07:05.246 -07:00] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "72.143.223.200" request [2025-03-22 09:07:06.025 -07:00] [WRN] [14] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "72.143.223.200" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake." [2025-03-22 09:07:06.409 -07:00] [INF] [14] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "72.143.223.200" closed [2025-03-22 09:07:06.609 -07:00] [WRN] [14] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "72.143.223.200" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake." [2025-03-22 09:07:06.613 -07:00] [INF] [14] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "72.143.223.200" closed [2025-03-22 09:07:07.491 -07:00] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "72.143.223.200" request [2025-03-22 09:07:07.886 -07:00] [WRN] [14] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "72.143.223.200" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake." [2025-03-22 09:07:08.370 -07:00] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "72.143.223.200" request [2025-03-22 09:07:08.646 -07:00] [INF] [14] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "72.143.223.200" closed [2025-03-22 09:07:09.021 -07:00] [WRN] [14] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "72.143.223.200" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake." [2025-03-22 09:07:09.036 -07:00] [INF] [14] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "72.143.223.200" closed [2025-03-22 09:11:15.008 -07:00] [INF] [21] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" closed [2025-03-22 09:11:15.753 -07:00] [INF] [18] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" closed [2025-03-22 09:11:19.920 -07:00] [INF] [18] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" request [2025-03-22 09:11:22.427 -07:00] [INF] [30] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" closed [2025-03-22 09:17:59.220 -07:00] [INF] [39] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "stream" has succeeded. [2025-03-22 09:17:59.491 -07:00] [INF] [39] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "stream": 0/0 [2025-03-22 09:18:00.216 -07:00] [INF] [39] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user 607e1d06-e702-4b04-9531-85e925530d2a [2025-03-22 09:18:00.614 -07:00] [INF] [38] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.119.164.166" request [2025-03-22 09:18:30.490 -07:00] [WRN] [31] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.119.164.166" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake." [2025-03-22 09:18:30.773 -07:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.119.164.166" closed [2025-03-22 09:23:10.925 -07:00] [INF] [49] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "104.232.37.115" request [2025-03-22 09:26:17.025 -07:00] [INF] [47] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "104.232.37.115" closed [2025-03-22 10:17:48.740 -07:00] [INF] [1] Main: Jellyfin version: "10.10.6" [2025-03-22 10:17:48.755 -07:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"] [2025-03-22 10:17:48.758 -07:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"] [2025-03-22 10:17:48.759 -07:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.26100" [2025-03-22 10:17:48.760 -07:00] [INF] [1] Main: Architecture: X64 [2025-03-22 10:17:48.760 -07:00] [INF] [1] Main: 64-Bit Process: True [2025-03-22 10:17:48.761 -07:00] [INF] [1] Main: User Interactive: True [2025-03-22 10:17:48.761 -07:00] [INF] [1] Main: Processor count: 12 [2025-03-22 10:17:48.762 -07:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server" [2025-03-22 10:17:48.763 -07:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log" [2025-03-22 10:17:48.763 -07:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config" [2025-03-22 10:17:48.764 -07:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-03-22 10:17:48.765 -07:00] [INF] [1] Main: Temp directory path: "C:\Users\Administrator\AppData\Local\Temp\jellyfin" [2025-03-22 10:17:48.766 -07:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web" [2025-03-22 10:17:48.766 -07:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\" [2025-03-22 10:17:48.855 -07:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-03-22 10:17:48.888 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies [2025-03-22 10:17:48.962 -07: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"] [2025-03-22 10:17:48.963 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] [2025-03-22 10:17:48.963 -07: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"] [2025-03-22 10:17:48.965 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["10.2.0.2", "100.95.58.68", "192.168.1.64", "127.0.0.1"] [2025-03-22 10:17:48.966 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] [2025-03-22 10:17:48.967 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" [2025-03-22 10:17:48.967 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] [2025-03-22 10:17:51.478 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.6.0" [2025-03-22 10:17:51.480 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.6.0" [2025-03-22 10:17:51.481 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.6.0" [2025-03-22 10:17:51.494 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.6.0" [2025-03-22 10:17:51.496 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.6.0" [2025-03-22 10:17:51.562 -07:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" [2025-03-22 10:17:51.714 -07:00] [INF] [1] Jellyfin.Networking.PortForwardingHost: Starting NAT discovery [2025-03-22 10:17:52.078 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks [2025-03-22 10:17:52.078 -07:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "Z:\Media\Movies" [2025-03-22 10:17:52.078 -07:00] [INF] [16] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "Z:\Media\TV Shows" [2025-03-22 10:17:52.086 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2025-03-23 03:00:00.000 -07:00, which is 16:42:07.9134183 from now. [2025-03-22 10:17:52.095 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2025-03-23 02:00:00.000 -07:00, which is 15:42:07.9049679 from now. [2025-03-22 10:17:52.149 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2" [2025-03-22 10:17:52.192 -07: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", "ac4", "dca", "flac", "mp3", "truehd"] [2025-03-22 10:17:52.223 -07: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", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] [2025-03-22 10:17:52.248 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "deinterlace_qsv", "hwupload_cuda", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemapx", "tonemap_cuda", "tonemap_opencl", "transpose_cuda", "transpose_opencl", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] [2025-03-22 10:17:52.341 -07:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available [2025-03-22 10:17:52.358 -07:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available [2025-03-22 10:17:52.393 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl", "d3d12va"] [2025-03-22 10:17:53.278 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg" [2025-03-22 10:17:53.279 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "6c341834ce934a099c88538560ab6a55" [2025-03-22 10:17:53.280 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete [2025-03-22 10:17:53.280 -07:00] [INF] [1] Main: Startup complete 0:00:04.6460697 [2025-03-22 10:17:53.487 -07:00] [INF] [15] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" request [2025-03-22 10:17:55.107 -07:00] [INF] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds [2025-03-22 10:17:55.232 -07:00] [INF] [21] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds [2025-03-22 10:17:55.625 -07:00] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 0 seconds [2025-03-22 10:18:00.079 -07:00] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" closed [2025-03-22 10:18:50.268 -07:00] [INF] [1] Main: Jellyfin version: "10.10.6" [2025-03-22 10:18:50.284 -07:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"] [2025-03-22 10:18:50.287 -07:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"] [2025-03-22 10:18:50.288 -07:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.26100" [2025-03-22 10:18:50.289 -07:00] [INF] [1] Main: Architecture: X64 [2025-03-22 10:18:50.289 -07:00] [INF] [1] Main: 64-Bit Process: True [2025-03-22 10:18:50.290 -07:00] [INF] [1] Main: User Interactive: True [2025-03-22 10:18:50.290 -07:00] [INF] [1] Main: Processor count: 12 [2025-03-22 10:18:50.291 -07:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server" [2025-03-22 10:18:50.292 -07:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log" [2025-03-22 10:18:50.292 -07:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config" [2025-03-22 10:18:50.293 -07:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-03-22 10:18:50.293 -07:00] [INF] [1] Main: Temp directory path: "C:\Users\Administrator\AppData\Local\Temp\jellyfin" [2025-03-22 10:18:50.294 -07:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web" [2025-03-22 10:18:50.295 -07:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\" [2025-03-22 10:18:50.381 -07:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-03-22 10:18:50.411 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies [2025-03-22 10:18:50.482 -07: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"] [2025-03-22 10:18:50.484 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] [2025-03-22 10:18:50.485 -07: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"] [2025-03-22 10:18:50.487 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["10.2.0.2", "169.254.83.107", "192.168.1.64", "127.0.0.1"] [2025-03-22 10:18:50.488 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] [2025-03-22 10:18:50.489 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" [2025-03-22 10:18:50.490 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] [2025-03-22 10:18:53.790 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.6.0" [2025-03-22 10:18:53.793 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.6.0" [2025-03-22 10:18:53.794 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.6.0" [2025-03-22 10:18:53.813 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.6.0" [2025-03-22 10:18:53.815 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.6.0" [2025-03-22 10:18:53.916 -07:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" [2025-03-22 10:18:54.140 -07:00] [INF] [1] Jellyfin.Networking.PortForwardingHost: Starting NAT discovery [2025-03-22 10:18:54.725 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks [2025-03-22 10:18:54.725 -07:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "Z:\Media\TV Shows" [2025-03-22 10:18:54.725 -07:00] [INF] [6] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "Z:\Media\Movies" [2025-03-22 10:18:54.738 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2025-03-23 03:00:00.000 -07:00, which is 16:41:05.2614283 from now. [2025-03-22 10:18:54.754 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2025-03-23 02:00:00.000 -07:00, which is 15:41:05.2458732 from now. [2025-03-22 10:18:54.829 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2" [2025-03-22 10:18:54.886 -07: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", "ac4", "dca", "flac", "mp3", "truehd"] [2025-03-22 10:18:54.929 -07: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", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] [2025-03-22 10:18:54.978 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "deinterlace_qsv", "hwupload_cuda", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemapx", "tonemap_cuda", "tonemap_opencl", "transpose_cuda", "transpose_opencl", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] [2025-03-22 10:18:55.107 -07:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available [2025-03-22 10:18:55.133 -07:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available [2025-03-22 10:18:55.179 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl", "d3d12va"] [2025-03-22 10:18:56.081 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg" [2025-03-22 10:18:56.082 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "6c341834ce934a099c88538560ab6a55" [2025-03-22 10:18:56.083 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete [2025-03-22 10:18:56.083 -07:00] [INF] [1] Main: Startup complete 0:00:05.924179 [2025-03-22 10:18:57.776 -07:00] [INF] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds [2025-03-22 10:18:58.207 -07:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 0 seconds [2025-03-22 10:18:58.722 -07:00] [INF] [19] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" request [2025-03-22 10:19:01.716 -07:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 3 seconds [2025-03-22 10:19:04.022 -07:00] [INF] [12] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" closed [2025-03-22 10:20:22.645 -07:00] [INF] [16] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.119.164.164" request [2025-03-22 10:20:28.490 -07:00] [INF] [16] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "stream". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True [2025-03-22 10:20:29.809 -07:00] [INF] [22] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request [2025-03-22 10:20:29.819 -07:00] [INF] [22] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "ffmpeg" "-analyzeduration 200M -probesize 1G -fflags +genpts -f matroska  -i file:\"Z:\Media\TV Shows\Animaniacs\Season 01\Animaniacs - 1x01 - De-Zanitized - SD DVD.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -start_at_zero -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type fmp4 -hls_fmp4_init_filename \"C:\ProgramData\Jellyfin\Server\cache\transcodes\f3487770c40d6c004b481c4d940dbf17-1.mp4\" -start_number 0 -hls_segment_filename \"C:\ProgramData\Jellyfin\Server\cache\transcodes\f3487770c40d6c004b481c4d940dbf17%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"C:\ProgramData\Jellyfin\Server\cache\transcodes\f3487770c40d6c004b481c4d940dbf17.m3u8\"" [2025-03-22 10:20:44.535 -07:00] [INF] [23] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0 [2025-03-22 10:26:42.527 -07:00] [INF] [6] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "C:\ProgramData\Jellyfin\Server\cache\transcodes\f3487770c40d6c004b481c4d940dbf17.m3u8" [2025-03-22 10:26:44.729 -07:00] [INF] [6] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.6" playing "De-Zanitized". Stopped at "346232" ms [2025-03-22 10:26:49.755 -07:00] [INF] [14] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" request [2025-03-22 10:26:58.034 -07:00] [INF] [30] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" closed [2025-03-22 10:27:30.934 -07:00] [INF] [3] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "stream". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True [2025-03-22 10:27:33.306 -07:00] [INF] [9] MediaBrowser.MediaEncoding.Subtitles.SubtitleEncoder: "ffmpeg" "-i file:\"Z:\Media\TV Shows\The Oblongs\01 Misfit Love.mp4\" -copyts -map 0:2 -an -vn -c:s srt \"C:\ProgramData\Jellyfin\Server\data\subtitles\3\3584669e-c9d0-40ac-c40f-1a63c8f388a7.srt\"" [2025-03-22 10:27:33.683 -07:00] [INF] [9] MediaBrowser.MediaEncoding.Subtitles.SubtitleEncoder: ffmpeg subtitle extraction completed for "file:\"Z:\Media\TV Shows\The Oblongs\01 Misfit Love.mp4\"" to "C:\ProgramData\Jellyfin\Server\data\subtitles\3\3584669e-c9d0-40ac-c40f-1a63c8f388a7.srt" [2025-03-22 10:28:53.386 -07:00] [WRN] [19] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.119.164.164" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake." [2025-03-22 10:28:53.810 -07:00] [INF] [19] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.119.164.164" closed [2025-03-22 10:40:23.880 -07:00] [INF] [41] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "198.145.226.19" request [2025-03-22 10:40:34.424 -07:00] [INF] [38] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "stream". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True [2025-03-22 10:40:34.980 -07:00] [INF] [42] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request [2025-03-22 10:40:34.981 -07:00] [INF] [42] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "ffmpeg" "-analyzeduration 200M -probesize 1G -fflags +genpts -f matroska  -i file:\"Z:\Media\TV Shows\Aqua Teen Hunger Force\Specials\Aqua Teen Hunger Force Colon Movie Film for Theaters (2007)\S00E03 - Aqua Teen Hunger Force Colon Movie Film for Theaters.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -tag:v:0 hvc1 -bsf:v hevc_mp4toannexb -start_at_zero -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type fmp4 -hls_fmp4_init_filename \"C:\ProgramData\Jellyfin\Server\cache\transcodes\ff2c14a75a97a525401ff399b2d186b9-1.mp4\" -start_number 0 -hls_segment_filename \"C:\ProgramData\Jellyfin\Server\cache\transcodes\ff2c14a75a97a525401ff399b2d186b9%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"C:\ProgramData\Jellyfin\Server\cache\transcodes\ff2c14a75a97a525401ff399b2d186b9.m3u8\"" [2025-03-22 10:40:44.175 -07:00] [INF] [40] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0 [2025-03-22 10:43:26.350 -07:00] [INF] [9] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" request [2025-03-22 10:43:38.267 -07:00] [INF] [19] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" closed [2025-03-22 10:51:59.861 -07:00] [INF] [53] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "C:\ProgramData\Jellyfin\Server\cache\transcodes\ff2c14a75a97a525401ff399b2d186b9.m3u8" [2025-03-22 10:52:01.527 -07:00] [INF] [3] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "stream". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True [2025-03-22 10:52:01.537 -07:00] [INF] [53] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.6" playing "Spacecataz". Stopped at "677181" ms [2025-03-22 10:52:01.964 -07:00] [INF] [51] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request [2025-03-22 10:52:01.965 -07:00] [INF] [51] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "ffmpeg" "-analyzeduration 200M -probesize 1G -fflags +genpts -f matroska  -i file:\"Z:\Media\TV Shows\Aqua Teen Hunger Force\Specials\Aqua Teen Hunger Force Colon Movie Film for Theaters (2007)\S00E03 - Aqua Teen Hunger Force Colon Movie Film for Theaters.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -tag:v:0 hvc1 -bsf:v hevc_mp4toannexb -start_at_zero -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type fmp4 -hls_fmp4_init_filename \"C:\ProgramData\Jellyfin\Server\cache\transcodes\550399d34e0f092c0d7c39a2be631bd7-1.mp4\" -start_number 0 -hls_segment_filename \"C:\ProgramData\Jellyfin\Server\cache\transcodes\550399d34e0f092c0d7c39a2be631bd7%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"C:\ProgramData\Jellyfin\Server\cache\transcodes\550399d34e0f092c0d7c39a2be631bd7.m3u8\"" [2025-03-22 10:52:04.982 -07:00] [INF] [51] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0 [2025-03-22 10:52:16.515 -07:00] [INF] [53] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "C:\ProgramData\Jellyfin\Server\cache\transcodes\550399d34e0f092c0d7c39a2be631bd7.m3u8" [2025-03-22 10:52:18.200 -07:00] [INF] [51] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.6" playing "Spacecataz". Stopped at "820015" ms [2025-03-22 10:52:22.065 -07:00] [INF] [49] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "198.145.226.19" closed [2025-03-22 10:52:22.595 -07:00] [INF] [51] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "198.145.226.19" request [2025-03-22 10:53:24.968 -07:00] [INF] [51] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "198.145.226.19" closed [2025-03-22 10:53:40.924 -07:00] [INF] [34] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "198.145.226.19" request [2025-03-22 10:53:52.043 -07:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "198.145.226.19" request [2025-03-22 10:53:53.597 -07:00] [INF] [33] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "198.145.226.19" closed [2025-03-22 10:53:53.986 -07:00] [INF] [53] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "198.145.226.19" closed [2025-03-22 10:53:55.689 -07:00] [INF] [33] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "198.145.226.19" request [2025-03-22 10:54:00.617 -07:00] [INF] [33] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "198.145.226.19" closed [2025-03-22 11:37:57.245 -07:00] [INF] [130] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" request [2025-03-22 11:38:14.996 -07:00] [INF] [137] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" closed [2025-03-22 11:38:23.101 -07:00] [INF] [137] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" request [2025-03-22 11:38:28.944 -07:00] [INF] [128] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" closed [2025-03-22 11:38:49.076 -07:00] [INF] [127] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "stream" has succeeded. [2025-03-22 11:38:49.077 -07:00] [INF] [127] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "stream": 0/0 [2025-03-22 11:38:49.079 -07:00] [INF] [127] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user 607e1d06-e702-4b04-9531-85e925530d2a [2025-03-22 11:38:49.108 -07:00] [INF] [127] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" request [2025-03-22 11:39:04.959 -07:00] [INF] [121] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" closed [2025-03-22 11:47:21.236 -07:00] [INF] [90] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" request [2025-03-22 11:47:44.391 -07:00] [INF] [122] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request [2025-03-22 11:47:46.199 -07:00] [INF] [134] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "149.22.81.32" closed [2025-03-22 11:48:16.024 -07:00] [INF] [88] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "Administrator". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True [2025-03-22 11:48:16.341 -07:00] [INF] [133] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request [2025-03-22 11:48:16.350 -07:00] [INF] [133] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -init_hw_device cuda=cu:0 -filter_hw_device cu -i file:\"Z:\Media\TV Shows\Rick and Morty\Season 1\Rick and Morty - S01E01 - Pilot (4K Upscale x265 10bit EAC3 5.1 chowderskitche, CG1989).mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_nvenc -preset p1 -b:v 21633643 -maxrate 21633643 -bufsize 43267286 -profile:v:0 high -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(3840\,2160*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(3840/a\,2160))/2)*2,format=yuv420p\" -codec:a:0 libfdk_aac -ac 2 -ab 256000 -af \"volume=2\" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"C:\ProgramData\Jellyfin\Server\cache\transcodes\f7554114a5afa79cb437241a9301c49c-1.mp4\" -start_number 0 -hls_segment_filename \"C:\ProgramData\Jellyfin\Server\cache\transcodes\f7554114a5afa79cb437241a9301c49c%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"C:\ProgramData\Jellyfin\Server\cache\transcodes\f7554114a5afa79cb437241a9301c49c.m3u8\"" [2025-03-22 11:48:20.572 -07:00] [INF] [122] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "C:\ProgramData\Jellyfin\Server\cache\transcodes\f7554114a5afa79cb437241a9301c49c.m3u8" [2025-03-22 11:48:21.065 -07:00] [INF] [122] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0 [2025-03-22 11:48:21.066 -07:00] [INF] [122] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "C:\ProgramData\Jellyfin\Server\cache\transcodes\f7554114a5afa79cb437241a9301c49c.m3u8" [2025-03-22 11:48:22.581 -07:00] [INF] [132] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.6" playing "Pilot". Stopped at "1195" ms [2025-03-22 11:48:38.944 -07:00] [WRN] [134] Microsoft.EntityFrameworkCore.Query: Compiling a query which loads related collections for more than one collection navigation, either via 'Include' or through projection, but no 'QuerySplittingBehavior' has been configured. By default, Entity Framework will use 'QuerySplittingBehavior.SingleQuery', which can potentially result in slow query performance. See https://go.microsoft.com/fwlink/?linkid=2134277 for more information. To identify the query that's triggering this warning call 'ConfigureWarnings(w => w.Throw(RelationalEventId.MultipleCollectionIncludeWarning))'. [2025-03-22 11:49:00.979 -07:00] [INF] [122] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" closed [2025-03-22 11:49:01.438 -07:00] [INF] [132] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request [2025-03-22 11:50:21.673 -07:00] [INF] [8] Jellyfin.Api.Controllers.ItemLookupController: Setting provider id's to item f174a15b-82ce-5b77-31fc-230d2b8c19c9-"Adventures in Time": [("Tmdb": "15260")] [2025-03-22 11:50:21.677 -07:00] [ERR] [8] MediaBrowser.Controller.Entities.BaseItem: Error refreshing owned items for "Z:\Media\TV Shows\Adventure Time" System.IO.DirectoryNotFoundException: Could not find a part of the path 'Z:\Media\TV Shows\Adventure Time'.   at System.IO.Enumeration.FileSystemEnumerator`1.Init()   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)   at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)   at System.IO.DirectoryInfo.EnumerateFileSystemInfos(String searchPattern, EnumerationOptions enumerationOptions)   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)   at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem)   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)   at MediaBrowser.Controller.Entities.BaseItem.GetFileSystemChildren(IDirectoryService directoryService)   at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken) [2025-03-22 11:50:21.702 -07:00] [ERR] [8] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find a part of the path 'Z:\Media\TV Shows\Adventure Time\folder.jpg'". URL "POST" "/Items/RemoteSearch/Apply/f174a15b82ce5b7731fc230d2b8c19c9". [2025-03-22 11:50:37.685 -07:00] [ERR] [91] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file 'Z:\Media\TV Shows\Adventure Time\backdrop.jpg'". URL "GET" "/Items/f174a15b82ce5b7731fc230d2b8c19c9/Images/Backdrop". [2025-03-22 11:51:12.283 -07:00] [INF] [130] Emby.Server.Implementations.IO.LibraryMonitor: "TV Shows" ("Z:\Media\TV Shows") will be refreshed. [2025-03-22 11:51:12.727 -07:00] [INF] [125] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Series", Name: "Adventures in Time", Path: "Z:\Media\TV Shows\Adventure Time", Id: f174a15b-82ce-5b77-31fc-230d2b8c19c9 [2025-03-22 11:51:24.846 -07:00] [INF] [125] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season "Season Unknown" entry for "Adventures in Time" [2025-03-22 11:51:27.125 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E01 - Adventure Time (Pilot) (480p TVRip x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:28.382 -07:00] [INF] [3] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for "Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E01 - Adventure Time (Pilot) (480p TVRip x265 ImE).mkv" [ID: 29e0c701-3f6b-0e2a-5d8e-7b94f5857dee] [2025-03-22 11:51:28.386 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: "ffmpeg -loglevel error -threads 1 -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E01 - Adventure Time (Pilot) (480p TVRip x265 ImE).mkv\" -an -sn -vf \"fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*(a*sar))\,320)/2)*2:trunc(ow/(a*sar)/2)*2,format=yuv420p\" -threads 1 -c:v mjpeg -qscale:v 4 -fps_mode passthrough -f image2 \"C:\Users\Administrator\AppData\Local\Temp\jellyfin\90781e7e87654c49ae8588715b6adb5d\%08d.jpg\"" [2025-03-22 11:51:28.411 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E02 - The Wand (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:28.583 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E03 - How an Idea Becomes Adventure Time (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:28.771 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E04 - All's Well That Rats Swell (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:28.945 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E05 - Have You Seen the Muffin Mess (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:29.112 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E06 - Sow, Do You Like Them Apples (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:29.283 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E07 - The Gift, that Reaps Giving (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:29.472 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E08 - Good Jubies The Making of Bad Jubies (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:29.667 -07:00] [INF] [88] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E09 - Frog Seasons Spring (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:29.948 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E10 - Frog Seasons Summer (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:30.151 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E11 - Frog Seasons Autumn (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:30.352 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E12 - Frog Seasons Winter (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:30.528 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E13 - Frog Seasons Spring (Again) (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:30.705 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E14 - Diamonds and Lemons (1080p WEB-DL x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:30.898 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E01 - Slumber Party Panic (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:31.011 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E02 - Trouble in Lumpy Space (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:31.143 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E03 - Prisoners of Love (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:31.429 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E04 - Tree Trunks (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:31.539 -07:00] [INF] [88] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E05 - The Enchiridion! (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:31.660 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E06 - The Jiggler (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:31.795 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E07 - Ricardio the Heart Guy (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:32.008 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E08 - Business Time (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:32.156 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E09 - My Two Favorite People (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:32.270 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E10 - Memories of Boom Boom Mountain (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:32.380 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E11 - Wizard (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:32.507 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E12 - Evicted! (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:32.697 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E13 - City of Thieves (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:32.879 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E14 - The Witch's Garden (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:32.986 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E15 - What is Life (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:33.096 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E16 - Ocean of Fear (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:33.206 -07:00] [INF] [88] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E17 - When Wedding Bells Thaw (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:33.368 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E18 - Dungeon (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:33.566 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E19 - The Duke (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:33.752 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E20 - Freak City (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:33.927 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E21 - Donny (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:34.036 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E22 - Henchman (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:34.260 -07:00] [INF] [88] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E23 - Rainy Day Daydream (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:34.407 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E24 - What Have You Done (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:34.612 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E25 - His Hero (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:34.710 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 01\Adventure Time (2008) - S01E26 - Gut Grinder (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:34.837 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E01 - It Came from the Nightosphere (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:35.067 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E02 - The Eyes (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:35.242 -07:00] [INF] [88] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E03 - Loyalty to the King (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:35.431 -07:00] [INF] [88] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E04 - Blood Under the Skin (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:35.626 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E05 - Storytelling (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:35.897 -07:00] [INF] [88] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E06 - Slow Love (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:36.088 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E07 - Power Animal (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:36.283 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E08 - Crystals Have Power (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:36.492 -07:00] [INF] [88] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E09 - The Other Tarts (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:36.736 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E10 - To Cut a Woman's Hair (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:36.926 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E11 - The Chamber of Frozen Blades (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:37.206 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E12 - Her Parents (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:37.390 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E13 - The Pods (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:37.630 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E14 - The Silent King (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:37.821 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E15 - The Real You (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:38.009 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E16 - Guardians of Sunshine (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:38.221 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E17 - Death in Bloom (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:38.425 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E18 - Susan Strong (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:38.626 -07:00] [INF] [98] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E19 - Mystery Train (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:38.823 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E20 - Go With Me (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:39.012 -07:00] [INF] [88] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E21 - Belly of the Beast (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:39.250 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E22 - The Limit (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:39.440 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E23 - Video Makers (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:39.640 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E24 - Mortal Folly (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:39.816 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E25 - Mortal Recoil (2) (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:40.019 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 02\Adventure Time (2008) - S02E26 - Heat Signature (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:40.206 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 03\Adventure Time (2008) - S03E01 - Conquest of Cuteness (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:40.460 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 03\Adventure Time (2008) - S03E02 - Morituri te Salutamus (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:40.671 -07:00] [INF] [88] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 03\Adventure Time (2008) - S03E03 - Memory of a Memory (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:40.851 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 03\Adventure Time (2008) - S03E04 - Hitman (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:41.153 -07:00] [INF] [88] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 03\Adventure Time (2008) - S03E05 - Too Young (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:41.336 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 03\Adventure Time (2008) - S03E06 - The Monster (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:41.542 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 03\Adventure Time (2008) - S03E07 - Still (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:41.741 -07:00] [INF] [88] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 03\Adventure Time (2008) - S03E08 - Wizard Battle (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:41.926 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 03\Adventure Time (2008) - S03E09 - Fionna and Cake (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:42.129 -07:00] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 03\Adventure Time (2008) - S03E10 - What Was Missing (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:42.350 -07:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 03\Adventure Time (2008) - S03E11 - Apple Thief (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:42.545 -07:00] [INF] [88] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 03\Adventure Time (2008) - S03E12 - The Creeps (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2025-03-22 11:51:42.725 -07:00] [INF] [88] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for "Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 00\Adventure Time (2008) - S00E01 - Adventure Time (Pilot) (480p TVRip x265 ImE).mkv" [2025-03-22 11:51:42.730 -07:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"Z:\Media\TV Shows\Adventure Time with Finn & Jake\Season 03\Adventure Time (2008) - S03E13 - From Bad to Worse (1080p BluRay x265 ImE).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"