Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:21:10.451 +00:00] [INF] "Scan Media Library" Completed after 0 minute(s) and 23 seconds
- [2024-07-05 02:21:10.577 +00:00] [INF] Watching directory "/media/myfiles/Videos/Movies"
- [2024-07-05 02:21:10.580 +00:00] [INF] Watching directory "/media/myfiles/Videos/Shows"
- [2024-07-05 02:21:33.334 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Disney 's Aladdin.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:21:33.335 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:21:33.780 +00:00] [INF] User policy for "Link". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2024-07-05 02:21:34.059 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-07-05 02:21:34.062 +00:00] [ERR] Error processing request. URL "GET" "/videos/37ed0aee-93de-8ec6-aadf-a3fbcc398b0c/live.m3u8".
- System.ArgumentNullException: Value cannot be null. (Parameter '_mediaEncoder.EncoderPath')
- at System.ArgumentNullException.Throw(String paramName)
- at System.ArgumentNullException.ThrowIfNull(Object argument, String paramName)
- at System.ArgumentException.ThrowNullOrEmptyException(String argument, String paramName)
- at System.ArgumentException.ThrowIfNullOrEmpty(String argument, String paramName)
- at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
- at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest)
- at lambda_method1780(Closure, Object)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
- at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
- at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
- at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
- at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
- at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
- [2024-07-05 02:21:34.191 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Disney 's Aladdin.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:21:34.191 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:21:34.549 +00:00] [INF] User policy for "Link". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2024-07-05 02:21:34.582 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-07-05 02:21:34.584 +00:00] [ERR] Error processing request. URL "GET" "/videos/37ed0aee-93de-8ec6-aadf-a3fbcc398b0c/live.m3u8".
- System.ArgumentNullException: Value cannot be null. (Parameter '_mediaEncoder.EncoderPath')
- at System.ArgumentNullException.Throw(String paramName)
- at System.ArgumentNullException.ThrowIfNull(Object argument, String paramName)
- at System.ArgumentException.ThrowNullOrEmptyException(String argument, String paramName)
- at System.ArgumentException.ThrowIfNullOrEmpty(String argument, String paramName)
- at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
- at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest)
- at lambda_method1780(Closure, Object)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
- at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
- at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
- at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
- at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
- at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
- [2024-07-05 02:21:34.602 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Disney 's Aladdin.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:21:34.602 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:21:34.970 +00:00] [INF] User policy for "Link". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2024-07-05 02:21:35.013 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-07-05 02:21:35.021 +00:00] [ERR] Error processing request. URL "GET" "/videos/37ed0aee-93de-8ec6-aadf-a3fbcc398b0c/live.m3u8".
- System.ArgumentNullException: Value cannot be null. (Parameter '_mediaEncoder.EncoderPath')
- at System.ArgumentNullException.Throw(String paramName)
- at System.ArgumentNullException.ThrowIfNull(Object argument, String paramName)
- at System.ArgumentException.ThrowNullOrEmptyException(String argument, String paramName)
- at System.ArgumentException.ThrowIfNullOrEmpty(String argument, String paramName)
- at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
- at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest)
- at lambda_method1780(Closure, Object)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
- at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
- at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
- at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
- at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
- at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
- [2024-07-05 02:21:35.048 +00:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.9.7" playing "Aladdin". Stopped at "0" ms
- [2024-07-05 02:23:31.520 +00:00] [INF] "Movies" ("/media/myfiles/Videos/Movies") will be refreshed.
- [2024-07-05 02:23:31.588 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Leslie Nielsen - Spy Hard [1996] (Eng-Xvid).avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:31.589 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/The Wizard of Oz.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:31.589 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/A Million Ways to Die in the West.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:31.590 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Nick.and.Norahs.Infinite.Playlist.REPACK.DVDRip.XviD.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:31.589 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:31.590 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:31.590 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:31.592 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:32.939 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Movies/Leslie Nielsen - Spy Hard [1996] (Eng-Xvid).avi".
- [2024-07-05 02:23:32.944 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/GRANDMAS_BOY-(2006)-Unrated-WideScreen-DvDRip-DivX-AC3-Eng-BuRnT-.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:32.945 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:33.116 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/50 First Dates.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:33.116 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:33.239 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Wing Commander.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:33.240 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:33.367 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Dragons/Legend of the Boneknapper Dragon - Dragon Movie 1/Legend.of.the.Boneknapper.Dragon.BluRay.1080p.x264.7.1.HQ.Judas.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:33.368 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:33.374 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Dragons/How To Train Your Dragon/How.To.Train.Your.Dragon.2010.720.BrRip.x264.YIFY.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:33.374 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:33.386 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Harry Potter Complete Collection/Order.Of.The.Phoenix.2007.1080p.BluRay.x264.DTS-ETRG/Order.Of.The.Phoenix.2007.1080p.BluRay.x264.DTS-ETRG.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:33.387 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:33.391 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Harry Potter Complete Collection/Deathly.Hallows.Part.1.2010.1080p.BluRay.x264.DTS-ETRG/Deathly.Hallows.Part.1.2010.1080p.BluRay.x264.DTS-ETRG.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:33.392 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:33.397 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Harry Potter Complete Collection/Sorcerer's.Stone.2001.Extended.1080p.BluRay.x264.DTS-ETRG/Sorcerer's.Stone.2001.Extended.1080p.BluRay.x264.DTS-ETRG.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:33.398 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:33.402 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Harry Potter Complete Collection/Prisoner.Of.Azkaban.2004.1080p.BluRay.x264.DTS-ETRG/Prisoner.Of.Azkaban.2004.1080p.BluRay.x264.DTS-ETRG.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:33.403 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:33.858 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Harry Potter Complete Collection/Half.Blood.Prince.2009.1080p.BluRay.x264.DTS-ETRG/Half.Blood.Prince.2009.1080p.BluRay.x264.DTS-ETRG.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:33.858 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:33.949 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Harry Potter Complete Collection/Chamber.Of.Secrets.2002.Extended.1080p.BluRay.x264.DTS-ETRG/Chamber.Of.Secrets.2002.Extended.1080p.BluRay.x264.DTS-ETRG.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:33.950 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:33.971 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Harry Potter Complete Collection/Deathly.Hallows.Part.2.2011.1080p.BluRay.x264.DTS-ETRG/Deathly.Hallows.Part.2.2011.1080p.BluRay.x264.DTS-ETRG.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:33.972 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:34.008 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Movies/Harry Potter Complete Collection/Goblet.Of.Fire.2005.1080p.BluRay.x264.DTS-ETRG/Goblet.Of.Fire.2005.1080p.BluRay.x264.DTS-ETRG.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:34.009 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:36.538 +00:00] [INF] "Shows" ("/media/myfiles/Videos/Shows") will be refreshed.
- [2024-07-05 02:23:37.194 +00:00] [INF] Creating Season "Season Unknown" entry for "The Twelve Kingdoms"
- [2024-07-05 02:23:37.214 +00:00] [INF] Removing virtual season null in series "The Twelve Kingdoms"
- [2024-07-05 02:23:37.215 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: 8a80d07f-b376-953a-3d4e-d60dc5ffee60
- [2024-07-05 02:23:37.228 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 35 - A Great Distance in the Wind, The Sky at Dawn, Chapter Twelve.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:37.229 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:37.385 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 35 - A Great Distance in the Wind, The Sky at Dawn, Chapter Twelve.mkv".
- [2024-07-05 02:23:37.402 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 01 - Shadow of the Moon, The Sea of Shadow, Chapter One.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:37.402 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:37.467 +00:00] [INF] Creating Season "Season Unknown" entry for "South Park"
- [2024-07-05 02:23:37.476 +00:00] [INF] Removing virtual season null in series "South Park"
- [2024-07-05 02:23:37.476 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: 685fd57a-2998-48d3-c4ac-b17cc72cff0c
- [2024-07-05 02:23:37.479 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/South Park/South Park S10E08 - Make Love, Not Warcraft.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:37.480 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:37.503 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 14 - Shadow of the Moon, The Sea of Shadow, lnterlude.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:37.503 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:37.558 +00:00] [INF] Creating Season "Season 10" entry for "South Park"
- [2024-07-05 02:23:37.595 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 06 - Shadow of the Moon, The Sea of Shadow, Chapter Six.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:37.595 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:37.701 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 09 - Shadow of the Moon, The Sea of Shadow, Chapter Nine.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:37.702 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:37.825 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 31 - A Great Distance in the Wind, The Sky at Dawn, Interlude.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:37.826 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:37.918 +00:00] [INF] Creating Season "Season Unknown" entry for "TRIGUN"
- [2024-07-05 02:23:37.924 +00:00] [INF] Removing virtual season null in series "TRIGUN"
- [2024-07-05 02:23:37.924 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: 9e953903-ba5e-acdd-249b-dd705a6dc437
- [2024-07-05 02:23:37.929 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 03.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:37.930 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:37.931 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 03.ogm".
- [2024-07-05 02:23:37.940 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 17.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:37.940 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:37.941 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 17.ogm".
- [2024-07-05 02:23:37.953 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 14.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:37.953 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:37.955 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 14.ogm".
- [2024-07-05 02:23:37.966 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 13.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:37.967 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:37.969 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 13.ogm".
- [2024-07-05 02:23:37.980 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 18.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:37.981 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:37.983 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 18.ogm".
- [2024-07-05 02:23:37.987 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 31 - A Great Distance in the Wind, The Sky at Dawn, Interlude.mkv".
- [2024-07-05 02:23:37.993 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 21.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:37.994 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:37.995 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 21.ogm".
- [2024-07-05 02:23:38.005 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 26.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.005 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.007 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 26.ogm".
- [2024-07-05 02:23:38.022 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 08.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.023 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.025 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 40 - In the Moonlight.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.026 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 08.ogm".
- [2024-07-05 02:23:38.026 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.037 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 22.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.038 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.039 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 22.ogm".
- [2024-07-05 02:23:38.065 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 16.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.065 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.067 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 16.ogm".
- [2024-07-05 02:23:38.089 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 26 - Let`s Go, Comrades!.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.089 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 05.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.089 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.089 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.090 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 26 - Let`s Go, Comrades!.mkv".
- [2024-07-05 02:23:38.091 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 05.ogm".
- [2024-07-05 02:23:38.102 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 11 - Simon, Hands-Off.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.102 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.103 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 09.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.103 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 11 - Simon, Hands-Off.mkv".
- [2024-07-05 02:23:38.103 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.104 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 09.ogm".
- [2024-07-05 02:23:38.116 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 09 - What, Exactly, Is A Human.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.116 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.118 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 09 - What, Exactly, Is A Human.mkv".
- [2024-07-05 02:23:38.118 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 07.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.118 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.122 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 07.ogm".
- [2024-07-05 02:23:38.130 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 13 - Eat Up, Everyone.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.131 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.132 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 12.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.132 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 13 - Eat Up, Everyone.mkv".
- [2024-07-05 02:23:38.132 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.136 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 12.ogm".
- [2024-07-05 02:23:38.144 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 03 - Who Do You Think You Are, Having Two Faces.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.145 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.146 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 02.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.146 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 03 - Who Do You Think You Are, Having Two Faces.mkv".
- [2024-07-05 02:23:38.146 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.147 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 02.ogm".
- [2024-07-05 02:23:38.158 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 21 - You Must Survive.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.159 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.160 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 20.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.160 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 21 - You Must Survive.mkv".
- [2024-07-05 02:23:38.160 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.161 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 20.ogm".
- [2024-07-05 02:23:38.172 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 40 - In the Moonlight.mkv".
- [2024-07-05 02:23:38.172 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 02 - I Said I'm Gonna Pilot That Thing.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.173 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.174 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 10.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.174 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 02 - I Said I'm Gonna Pilot That Thing.mkv".
- [2024-07-05 02:23:38.174 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.175 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 10.ogm".
- [2024-07-05 02:23:38.187 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 16 - Compilation Episode.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.187 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.189 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 01.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.189 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 16 - Compilation Episode.mkv".
- [2024-07-05 02:23:38.189 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.190 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 01.ogm".
- [2024-07-05 02:23:38.194 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 22 - A Message.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.195 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.218 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 19 - We Shall Survive by Whatever We Do.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.219 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.220 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 19 - We Shall Survive by Whatever We Do.mkv".
- [2024-07-05 02:23:38.222 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 11.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.222 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.224 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 11.ogm".
- [2024-07-05 02:23:38.232 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 25 - I Accept Your Dying Wish!.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.233 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.234 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 25 - I Accept Your Dying Wish!.mkv".
- [2024-07-05 02:23:38.237 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 25.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.238 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.240 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 25.ogm".
- [2024-07-05 02:23:38.246 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 10 - Who Is This Bro.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.247 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.248 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 10 - Who Is This Bro.mkv".
- [2024-07-05 02:23:38.253 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 15.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.254 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.255 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 15.ogm".
- [2024-07-05 02:23:38.262 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 14 - Well Met, Everyone.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.262 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.264 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 14 - Well Met, Everyone.mkv".
- [2024-07-05 02:23:38.269 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 04.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.270 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.272 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 04.ogm".
- [2024-07-05 02:23:38.277 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 23 - Let`s Go, The Final Battle.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.277 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.279 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 23 - Let`s Go, The Final Battle.mkv".
- [2024-07-05 02:23:38.285 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 23.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.285 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.287 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 23.ogm".
- [2024-07-05 02:23:38.290 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 17 - You Don't Know Anything.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.290 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.291 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 17 - You Don't Know Anything.mkv".
- [2024-07-05 02:23:38.300 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 19.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.301 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.303 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 19.ogm".
- [2024-07-05 02:23:38.304 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 01 - Bust Through The Heavens With Your Drill.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.305 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.306 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 01 - Bust Through The Heavens With Your Drill.mkv".
- [2024-07-05 02:23:38.317 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 24.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.317 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.319 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 24.ogm".
- [2024-07-05 02:23:38.323 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 20 - Oh God, To How Far Will You Test Us.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.324 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.325 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 20 - Oh God, To How Far Will You Test Us.mkv".
- [2024-07-05 02:23:38.329 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Trigun/Trigun- 06.ogm\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.329 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.330 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Trigun/Trigun- 06.ogm".
- [2024-07-05 02:23:38.348 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 05 - I Don't Get It, Not One Bit.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.348 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.350 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 05 - I Don't Get It, Not One Bit.mkv".
- [2024-07-05 02:23:38.360 +00:00] [INF] Creating Season "Season 1" entry for "TRIGUN"
- [2024-07-05 02:23:38.362 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 22 - A Message.mkv".
- [2024-07-05 02:23:38.374 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 18 - Tell Me The Secrets of This World.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.374 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.376 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 18 - Tell Me The Secrets of This World.mkv".
- [2024-07-05 02:23:38.386 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 41 - The God of the Sea in the East, The Mighty Ocean in the West, Chapter One.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.386 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.398 +00:00] [ERR] UnauthorizedAccessException - Access to path "/media/myfiles/Videos/Shows/Guyver/folder.jpg" is denied. Will retry saving to "/var/lib/jellyfin/metadata/library/cc/ccce1778ff0c0181bef12e8882b60d1a/poster.jpg"
- [2024-07-05 02:23:38.400 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 07 - You're Gonna Do It.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.401 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.402 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 07 - You're Gonna Do It.mkv".
- [2024-07-05 02:23:38.419 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 24 - We Will Never Forget, This Minute and Second.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.419 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.420 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 24 - We Will Never Forget, This Minute and Second.mkv".
- [2024-07-05 02:23:38.430 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 12 - Yoko, Will You Do Me A Favor.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.431 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.432 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 12 - Yoko, Will You Do Me A Favor.mkv".
- [2024-07-05 02:23:38.442 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 06 - There Are Some Things I Just Have To See.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.442 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.443 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 06 - There Are Some Things I Just Have To See.mkv".
- [2024-07-05 02:23:38.455 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 22 - That is My Last Duty.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.456 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.457 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 22 - That is My Last Duty.mkv".
- [2024-07-05 02:23:38.462 +00:00] [ERR] UnauthorizedAccessException - Access to path "/media/myfiles/Videos/Shows/Guyver/backdrop.jpg" is denied. Will retry saving to "/var/lib/jellyfin/metadata/library/cc/ccce1778ff0c0181bef12e8882b60d1a/backdrop.jpg"
- [2024-07-05 02:23:38.468 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 04 - Having Lots of Faces Doesn't Make You Great.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.468 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.470 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 04 - Having Lots of Faces Doesn't Make You Great.mkv".
- [2024-07-05 02:23:38.483 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 27 - All The Lights In The Sky Are Stars.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.484 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.485 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 27 - All The Lights In The Sky Are Stars.mkv".
- [2024-07-05 02:23:38.501 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 15 - I Will Head Towards Tomorrow.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.501 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.503 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 15 - I Will Head Towards Tomorrow.mkv".
- [2024-07-05 02:23:38.505 +00:00] [INF] Creating Season "Season Unknown" entry for "The Guyver: Bio-Booster Armor"
- [2024-07-05 02:23:38.512 +00:00] [INF] Removing virtual season null in series "The Guyver: Bio-Booster Armor"
- [2024-07-05 02:23:38.513 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: 51f84589-7d4f-a3b9-91ce-434443356cbd
- [2024-07-05 02:23:38.516 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 08 - Later, Buddy.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.517 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.518 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 010.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.518 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Gurren Lagann Ep. 08 - Later, Buddy.mkv".
- [2024-07-05 02:23:38.519 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.541 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Clean Intro & Endings/Gurren Lagann - Clean Ending #2.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.541 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.542 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Clean Intro & Endings/Gurren Lagann - Clean Ending #2.avi".
- [2024-07-05 02:23:38.548 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Clean Intro & Endings/Gurren Lagann - Clean Intro #3.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.549 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.550 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Clean Intro & Endings/Gurren Lagann - Clean Intro #3.avi".
- [2024-07-05 02:23:38.556 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Clean Intro & Endings/Gurren Lagann - Clean Ending.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.556 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.558 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Clean Intro & Endings/Gurren Lagann - Clean Ending.avi".
- [2024-07-05 02:23:38.564 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Clean Intro & Endings/Gurren Lagann - Clean Intro #2.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.564 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.565 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Clean Intro & Endings/Gurren Lagann - Clean Intro #2.avi".
- [2024-07-05 02:23:38.571 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Clean Intro & Endings/Gurren Lagann - Clean Ending #3.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.572 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.573 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Clean Intro & Endings/Gurren Lagann - Clean Ending #3.avi".
- [2024-07-05 02:23:38.579 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Clean Intro & Endings/Gurren Lagann Ep. 16 - Clean Ending.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.580 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.581 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Clean Intro & Endings/Gurren Lagann Ep. 16 - Clean Ending.avi".
- [2024-07-05 02:23:38.596 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gurren Lagann/Clean Intro & Endings/Gurren Lagann - Clean Intro.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.596 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.598 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gurren Lagann/Clean Intro & Endings/Gurren Lagann - Clean Intro.avi".
- [2024-07-05 02:23:38.677 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 41 - The God of the Sea in the East, The Mighty Ocean in the West, Chapter One.mkv".
- [2024-07-05 02:23:38.687 +00:00] [INF] Creating Season "Season 1" entry for "Gurren Lagann"
- [2024-07-05 02:23:38.696 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 34 - A Great Distance in the Wind, The Sky at Dawn, Chapter Eleven.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.697 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:38.897 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Guyver/Guyver Episode 010.avi".
- [2024-07-05 02:23:38.905 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 003.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:38.905 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.012 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 34 - A Great Distance in the Wind, The Sky at Dawn, Chapter Eleven.mkv".
- [2024-07-05 02:23:39.023 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 11 - Shadow of the Moon, The Sea of Shadow, Chapter Eleven.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.023 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.078 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Guyver/Guyver Episode 003.avi".
- [2024-07-05 02:23:39.090 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 007.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.091 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.209 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 30 - A Great Distance in the Wind, The Sky at Dawn, Chapter Eight.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.210 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.302 +00:00] [INF] Creating Season "Season Unknown" entry for "Scrapped Princess"
- [2024-07-05 02:23:39.309 +00:00] [INF] Removing virtual season null in series "Scrapped Princess"
- [2024-07-05 02:23:39.309 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: 3b1f42e6-9940-0832-05c0-190efd1c95ce
- [2024-07-05 02:23:39.317 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep08_(FF875113).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.317 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.351 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 30 - A Great Distance in the Wind, The Sky at Dawn, Chapter Eight.mkv".
- [2024-07-05 02:23:39.368 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 02 - Shadow of the Moon, The Sea of Shadow, Chapter Two.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.369 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.466 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep15_(818DCF97).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.467 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.504 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 15 - The Sea of Wind, The Shore of the Maze, Chapter One.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.504 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.551 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep04_(15C9C037).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.552 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.633 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 15 - The Sea of Wind, The Shore of the Maze, Chapter One.mkv".
- [2024-07-05 02:23:39.655 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 42 - The God of the Sea in the East, The Mighty Ocean in the West, Chapter Two.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.656 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep12_(4A76DEB3).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.655 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.657 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.701 +00:00] [INF] Creating Season "Season Unknown" entry for "Gilligan's Island"
- [2024-07-05 02:23:39.706 +00:00] [INF] Removing virtual season null in series "Gilligan's Island"
- [2024-07-05 02:23:39.706 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: e4f7908a-fcbd-f370-735d-1d1da6348a13
- [2024-07-05 02:23:39.801 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep19_(06356863).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.802 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.816 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 42 - The God of the Sea in the East, The Mighty Ocean in the West, Chapter Two.mkv".
- [2024-07-05 02:23:39.821 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 15 So Sorry, My Island Now.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.822 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.836 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 33 - A Great Distance in the Wind, The Sky at Dawn, Chapter Ten.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.837 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.876 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep20_(F916DD0F).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.876 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.882 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 9 The Big Gold Strike.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.883 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.944 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep17_(DC982958).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:39.944 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:39.964 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 33 - A Great Distance in the Wind, The Sky at Dawn, Chapter Ten.mkv".
- [2024-07-05 02:23:40.004 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 19 - The Sea of Wind, The Shore of the Maze, Chapter Five.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.005 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.019 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep10_(5D77C235).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.020 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.031 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 5 Wrongway Feldman.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.032 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.084 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep06_(1A95DEB5).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.084 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.093 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 4 Goodnight Sweet Skipper.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.094 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.144 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 19 - The Sea of Wind, The Shore of the Maze, Chapter Five.mkv".
- [2024-07-05 02:23:40.169 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 07 - Shadow of the Moon, The Sea of Shadow, Chapter Seven.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.170 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.170 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 6 President Gilligan.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.171 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.173 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep05_(8E19EA91).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.174 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.249 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep14_(4B193727).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.250 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.284 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 27 - A Great Distance in the Wind, The Sky at Dawn, Chapter Five.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.285 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.314 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 8 Goodbye Island.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.315 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.324 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep23_(90E07C52).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.325 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.396 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 12 Birds Gotta Fly, Fish Gotta Talk.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.396 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.413 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep18_(3914B0C4).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.414 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.437 +00:00] [ERR] UnauthorizedAccessException - Access to path "/media/myfiles/Videos/Shows/Guyver/Guyver Episode 007-thumb.jpg" is denied. Will retry saving to "/var/lib/jellyfin/metadata/library/d9/d94dd8d19b7546e0c4a8366034505135/poster.jpg"
- [2024-07-05 02:23:40.449 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 004.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.449 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.457 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 11 Angel On the Island.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.458 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.485 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep09_(85FFB765).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.485 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.509 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 27 - A Great Distance in the Wind, The Sky at Dawn, Chapter Five.mkv".
- [2024-07-05 02:23:40.512 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 10 Waiting for Watubi.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.512 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.531 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 44 - The God of the Sea in the East, The Mighty Ocean in the West, Final Chapter.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.531 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.551 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep16_(9C978515).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.551 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.570 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 7 Sound of Quacking.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.571 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.629 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 13 3 Million Dollars More or Less.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.629 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.630 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep22_(5563FD5C).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.631 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.689 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 19 Gilligan Meets the Jungle Boy.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.689 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.722 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 44 - The God of the Sea in the East, The Mighty Ocean in the West, Final Chapter.mkv".
- [2024-07-05 02:23:40.731 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep21_(54927C35).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.731 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.740 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 43 - The God of the Sea in the East, The Mighty Ocean in the West, Chapter Three.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.740 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.749 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 14 Water, Water Everywhere.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.749 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.768 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Guyver/Guyver Episode 004.avi".
- [2024-07-05 02:23:40.786 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 017.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.787 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.811 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 18 X Marks the Spot.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.812 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.813 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep02_(C86375C3).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.814 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.871 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 1 Two On a Raft.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.872 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.894 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep13_(2AFCB67B).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.895 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.917 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Guyver/Guyver Episode 017.avi".
- [2024-07-05 02:23:40.920 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 43 - The God of the Sea in the East, The Mighty Ocean in the West, Chapter Three.mkv".
- [2024-07-05 02:23:40.930 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 006.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.934 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.936 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 16 Plant You Now, Dig You Later.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.936 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.943 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 28 - A Great Distance in the Wind, The Sky at Dawn, Chapter Six.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.944 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.965 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep03_(5D627C24).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.966 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:40.992 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 2 Home Sweet Hut.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:40.992 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.060 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 3 Voodoo Something to Me.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.061 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.065 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep24_(AD9393B2).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.066 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.089 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 28 - A Great Distance in the Wind, The Sky at Dawn, Chapter Six.mkv".
- [2024-07-05 02:23:41.103 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 05 - Shadow of the Moon, The Sea of Shadow, Chapter Five.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.104 +00:00] [ERR] UnauthorizedAccessException - Access to path "/media/myfiles/Videos/Shows/Guyver/Guyver Episode 006-thumb.jpg" is denied. Will retry saving to "/var/lib/jellyfin/metadata/library/d8/d8c9c0f2bf872875015f9b451c03b0f2/poster.jpg"
- [2024-07-05 02:23:41.104 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.121 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 009.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.121 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.122 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 17 Little Island, Big Gun.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.122 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.139 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep11_(0A3C66D3).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.139 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.192 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 0 Lost Pilot.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.193 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.215 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 36 - A Great Distance in the Wind, The Sky at Dawn, Chapter Thirteen.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.216 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.227 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep07_(E79F11BB).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.228 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.269 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Guyver/Guyver Episode 009.avi".
- [2024-07-05 02:23:41.277 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 011.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.277 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.327 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Scrapped Princess/[Exiled-Destiny]_Scrapped_Princess_Ep01_(41DD7BCD).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.328 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.415 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Gilligans Island/Season 1/Episode 0 Lost Pilot.mkv".
- [2024-07-05 02:23:41.437 +00:00] [INF] Creating Season "Season 1" entry for "Scrapped Princess"
- [2024-07-05 02:23:41.447 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 36 - A Great Distance in the Wind, The Sky at Dawn, Chapter Thirteen.mkv".
- [2024-07-05 02:23:41.469 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 32 - A Great Distance in the Wind, The Sky at Dawn, Chapter Nine.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.469 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.552 +00:00] [ERR] UnauthorizedAccessException - Access to path "/media/myfiles/Videos/Shows/Guyver/Guyver Episode 011-thumb.jpg" is denied. Will retry saving to "/var/lib/jellyfin/metadata/library/d0/d0c262d3023351740769ef012fbb0398/poster.jpg"
- [2024-07-05 02:23:41.564 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 014.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.564 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.681 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E12.The.Flight.Stuff.Ask.Heirheads.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.681 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.686 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E19.Cast.Out.Part.1.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.686 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.690 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E05.Race.to.Fireworm.Island.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.691 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.695 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E13.Free.Scauldy.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.695 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.697 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Guyver/Guyver Episode 014.avi".
- [2024-07-05 02:23:41.700 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E14.Frozen.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.701 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.706 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E06.Fright.of.Passage.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.706 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.710 +00:00] [INF] Creating Season "Season Unknown" entry for "Black Lagoon"
- [2024-07-05 02:23:41.711 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E09.Zippleback.Down.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.711 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.716 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E20.Cast.Out.Part.2.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.716 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.718 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 015.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.718 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.721 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E07.Worst.in.Show.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.721 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.725 +00:00] [INF] Removing virtual season null in series "Black Lagoon"
- [2024-07-05 02:23:41.725 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: dd828556-cc32-b761-9a9b-af299ef081bc
- [2024-07-05 02:23:41.726 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E04.Tunnel.Vision.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.726 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.731 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E18.Bing.Bam.Boom.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.731 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.733 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Black Lagoon/[Exiled-Destiny]_Black_Lagoon_Ep14_(11EB56A6).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.733 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.738 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E03.The.Night.and.the.Fury.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.738 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.742 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E15.A.Tale.of.Two.Dragons.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.743 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.747 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E11.A.View.to.a.Skrill.Part.2.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.747 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.751 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E08.Appetite.for.Destruction.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.751 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.755 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E16.The.Eel.Effect.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.756 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.760 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E10.A.View.to.a.Skrill.Part.1.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.760 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.764 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E17.Smoke.Gets.in.Your.Eyes.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.765 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.769 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E01.Live.and.Let.Fly.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.769 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.771 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 32 - A Great Distance in the Wind, The Sky at Dawn, Chapter Nine.mkv".
- [2024-07-05 02:23:41.774 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Dragons Defenders of Berk Season 2/Dragons.Defenders.of.Berk.S02E02.The.Iron.Gronkle.720p.WEB-DL.x264.AAC.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.776 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.792 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 29 - A Great Distance in the Wind, The Sky at Dawn, Chapter Seven.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.792 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.843 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Black Lagoon/[Exiled-Destiny]_Black_Lagoon_Ep16_(3007880E).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.843 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:41.926 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Guyver/Guyver Episode 015.avi".
- [2024-07-05 02:23:41.933 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 008.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:41.934 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.042 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Black Lagoon/[Exiled-Destiny]_Black_Lagoon_Ep06_(E757FA94).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.043 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.053 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 29 - A Great Distance in the Wind, The Sky at Dawn, Chapter Seven.mkv".
- [2024-07-05 02:23:42.072 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 12 - Shadow of the Moon, The Sea of Shadow, Chapter Twelve.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.073 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.117 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Black Lagoon/[Exiled-Destiny]_Black_Lagoon_Ep20_(7F0F56B1).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.117 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.167 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 23 - A Great Distance in the Wind, The Sky at Dawn, Chapter One.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.168 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.256 +00:00] [ERR] UnauthorizedAccessException - Access to path "/media/myfiles/Videos/Shows/Guyver/Guyver Episode 008-thumb.jpg" is denied. Will retry saving to "/var/lib/jellyfin/metadata/library/71/712a04488b96c245d28804c4e761a119/poster.jpg"
- [2024-07-05 02:23:42.258 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Black Lagoon/[Exiled-Destiny]_Black_Lagoon_Ep19_(64194D77).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.259 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.268 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 016.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.269 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.425 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 23 - A Great Distance in the Wind, The Sky at Dawn, Chapter One.mkv".
- [2024-07-05 02:23:42.431 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Guyver/Guyver Episode 016.avi".
- [2024-07-05 02:23:42.457 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 24 - A Great Distance in the Wind, The Sky at Dawn, Chapter Two.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.457 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 012.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.458 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.458 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.501 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Black Lagoon/[Exiled-Destiny]_Black_Lagoon_Ep04_(35CDCB01).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.502 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.570 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Black Lagoon/[Exiled-Destiny]_Black_Lagoon_Ep18_(33DFA829).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.570 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.589 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Guyver/Guyver Episode 012.avi".
- [2024-07-05 02:23:42.598 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 005.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.599 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.664 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Black Lagoon/[Exiled-Destiny]_Black_Lagoon_Ep11_(D38DA053).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.665 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.673 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 24 - A Great Distance in the Wind, The Sky at Dawn, Chapter Two.mkv".
- [2024-07-05 02:23:42.715 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 08 - Shadow of the Moon, The Sea of Shadow, Chapter Eight.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.715 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.733 +00:00] [INF] Creating Season "Season Unknown" entry for "My-Hime"
- [2024-07-05 02:23:42.738 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Black Lagoon/[Exiled-Destiny]_Black_Lagoon_Ep03_(EA99CE23).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.738 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.741 +00:00] [INF] Removing virtual season null in series "My-Hime"
- [2024-07-05 02:23:42.741 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: fca97f17-13f5-1a0b-5e02-ce0cce121154
- [2024-07-05 02:23:42.748 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/My-HiME/[Exiled-Destiny]_My-HiME_Ep19_[R2_Video]_(A6BEA2B2).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.749 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.793 +00:00] [ERR] UnauthorizedAccessException - Access to path "/media/myfiles/Videos/Shows/Guyver/Guyver Episode 005-thumb.jpg" is denied. Will retry saving to "/var/lib/jellyfin/metadata/library/c0/c0c3597f0748e59edda3463cda76b146/poster.jpg"
- [2024-07-05 02:23:42.799 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Black Lagoon/[Exiled-Destiny]_Black_Lagoon_Ep21_(B82CA757).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.800 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.808 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 002.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.808 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.911 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 26 - A Great Distance in the Wind, The Sky at Dawn, Chapter Four.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.912 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.927 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Black Lagoon/[Exiled-Destiny]_Black_Lagoon_Ep01_(2E6E4EB7).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.928 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.948 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/My-HiME/[Exiled-Destiny]_My-HiME_Ep21_[R2_Video]_(7A297F64).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.948 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:42.961 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/Guyver/Guyver Episode 002.avi".
- [2024-07-05 02:23:42.981 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Guyver/Guyver Episode 001.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:42.982 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:43.024 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Black Lagoon/[Exiled-Destiny]_Black_Lagoon_Ep13_(6AB9DDF9).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:43.024 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:43.112 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 26 - A Great Distance in the Wind, The Sky at Dawn, Chapter Four.mkv".
- [2024-07-05 02:23:43.141 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/My-HiME/[Exiled-Destiny]_My-HiME_Ep10_[R2_Video]_(FF054803).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:43.142 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:43.145 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 18 - The Sea of Wind, The Shore of the Maze, Chapter Four.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:43.146 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:43.266 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Black Lagoon/[Exiled-Destiny]_Black_Lagoon_Ep10_(D8C40F0B).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:43.266 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:43.335 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/Black Lagoon/[Exiled-Destiny]_Black_Lagoon_Ep17_(2BEFA326).mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:43.336 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2024-07-05 02:23:43.344 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 18 - The Sea of Wind, The Shore of the Maze, Chapter Four.mkv".
- [2024-07-05 02:23:43.362 +00:00] [INF] Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/myfiles/Videos/Shows/My-HiME/[Exiled-Destiny]_My-HiME_Ep10_[R2_Video]_(FF054803).mkv".
- [2024-07-05 02:23:43.365 +00:00] [INF] Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/myfiles/Videos/Shows/The Twelve Kingdoms/[AHQ] The Twelve Kingdoms - 37 - A Great Distance in the Wind, The Sky at Dawn, Chapter Fourteen.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-07-05 02:23:43.366 +00:00] [ERR] Error in "Probe Provider"
- System.InvalidOperationException: Cannot start process because a file name has not been provided.
- at System.Diagnostics.Process.Start()
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
- at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
Advertisement
Add Comment
Please, Sign In to add comment