Link-N64

Jellyfin Log Part 2

Jul 5th, 2024 (edited)
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 354.48 KB | None | 0 0
  1. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2. [2024-07-05 02:21:10.451 +00:00] [INF] "Scan Media Library" Completed after 0 minute(s) and 23 seconds
  3. [2024-07-05 02:21:10.577 +00:00] [INF] Watching directory "/media/myfiles/Videos/Movies"
  4. [2024-07-05 02:21:10.580 +00:00] [INF] Watching directory "/media/myfiles/Videos/Shows"
  5. [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"
  6. [2024-07-05 02:21:33.335 +00:00] [ERR] Error in "Probe Provider"
  7. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  8. at System.Diagnostics.Process.Start()
  9. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  10. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  11. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  12. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  13. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  14. [2024-07-05 02:21:33.780 +00:00] [INF] User policy for "Link". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  15. [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
  16. [2024-07-05 02:21:34.062 +00:00] [ERR] Error processing request. URL "GET" "/videos/37ed0aee-93de-8ec6-aadf-a3fbcc398b0c/live.m3u8".
  17. System.ArgumentNullException: Value cannot be null. (Parameter '_mediaEncoder.EncoderPath')
  18. at System.ArgumentNullException.Throw(String paramName)
  19. at System.ArgumentNullException.ThrowIfNull(Object argument, String paramName)
  20. at System.ArgumentException.ThrowNullOrEmptyException(String argument, String paramName)
  21. at System.ArgumentException.ThrowIfNullOrEmpty(String argument, String paramName)
  22. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  23. 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)
  24. at lambda_method1780(Closure, Object)
  25. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  26. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  27. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  28. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  29. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  30. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  31. --- End of stack trace from previous location ---
  32. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  33. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  34. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  35. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  36. --- End of stack trace from previous location ---
  37. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  38. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  39. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  40. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  41. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  42. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  43. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  44. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  45. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  46. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  47. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  48. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  49. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  50. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  51. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  52. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  53. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  54. [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"
  55. [2024-07-05 02:21:34.191 +00:00] [ERR] Error in "Probe Provider"
  56. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  57. at System.Diagnostics.Process.Start()
  58. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  59. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  60. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  61. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  62. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  63. [2024-07-05 02:21:34.549 +00:00] [INF] User policy for "Link". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  64. [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
  65. [2024-07-05 02:21:34.584 +00:00] [ERR] Error processing request. URL "GET" "/videos/37ed0aee-93de-8ec6-aadf-a3fbcc398b0c/live.m3u8".
  66. System.ArgumentNullException: Value cannot be null. (Parameter '_mediaEncoder.EncoderPath')
  67. at System.ArgumentNullException.Throw(String paramName)
  68. at System.ArgumentNullException.ThrowIfNull(Object argument, String paramName)
  69. at System.ArgumentException.ThrowNullOrEmptyException(String argument, String paramName)
  70. at System.ArgumentException.ThrowIfNullOrEmpty(String argument, String paramName)
  71. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  72. 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)
  73. at lambda_method1780(Closure, Object)
  74. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  75. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  76. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  77. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  78. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  79. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  80. --- End of stack trace from previous location ---
  81. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  82. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  83. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  84. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  85. --- End of stack trace from previous location ---
  86. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  87. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  88. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  89. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  90. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  91. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  92. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  93. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  94. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  95. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  96. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  97. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  98. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  99. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  100. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  101. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  102. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  103. [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"
  104. [2024-07-05 02:21:34.602 +00:00] [ERR] Error in "Probe Provider"
  105. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  106. at System.Diagnostics.Process.Start()
  107. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  108. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  109. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  110. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  111. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  112. [2024-07-05 02:21:34.970 +00:00] [INF] User policy for "Link". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  113. [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
  114. [2024-07-05 02:21:35.021 +00:00] [ERR] Error processing request. URL "GET" "/videos/37ed0aee-93de-8ec6-aadf-a3fbcc398b0c/live.m3u8".
  115. System.ArgumentNullException: Value cannot be null. (Parameter '_mediaEncoder.EncoderPath')
  116. at System.ArgumentNullException.Throw(String paramName)
  117. at System.ArgumentNullException.ThrowIfNull(Object argument, String paramName)
  118. at System.ArgumentException.ThrowNullOrEmptyException(String argument, String paramName)
  119. at System.ArgumentException.ThrowIfNullOrEmpty(String argument, String paramName)
  120. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  121. 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)
  122. at lambda_method1780(Closure, Object)
  123. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  124. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  125. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  126. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  127. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  128. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  129. --- End of stack trace from previous location ---
  130. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  131. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  132. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  133. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  134. --- End of stack trace from previous location ---
  135. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  136. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  137. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  138. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  139. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  140. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  141. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  142. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  143. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  144. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  145. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  146. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  147. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  148. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  149. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  150. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  151. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  152. [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
  153. [2024-07-05 02:23:31.520 +00:00] [INF] "Movies" ("/media/myfiles/Videos/Movies") will be refreshed.
  154. [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"
  155. [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"
  156. [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"
  157. [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"
  158. [2024-07-05 02:23:31.589 +00:00] [ERR] Error in "Probe Provider"
  159. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  160. at System.Diagnostics.Process.Start()
  161. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  162. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  163. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  164. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  165. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  166. [2024-07-05 02:23:31.590 +00:00] [ERR] Error in "Probe Provider"
  167. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  168. at System.Diagnostics.Process.Start()
  169. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  170. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  171. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  172. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  173. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  174. [2024-07-05 02:23:31.590 +00:00] [ERR] Error in "Probe Provider"
  175. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  176. at System.Diagnostics.Process.Start()
  177. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  178. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  179. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  180. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  181. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  182. [2024-07-05 02:23:31.592 +00:00] [ERR] Error in "Probe Provider"
  183. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  184. at System.Diagnostics.Process.Start()
  185. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  186. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  187. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  188. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  189. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  190. [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".
  191. [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"
  192. [2024-07-05 02:23:32.945 +00:00] [ERR] Error in "Probe Provider"
  193. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  194. at System.Diagnostics.Process.Start()
  195. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  196. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  197. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  198. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  199. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  200. [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"
  201. [2024-07-05 02:23:33.116 +00:00] [ERR] Error in "Probe Provider"
  202. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  203. at System.Diagnostics.Process.Start()
  204. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  205. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  206. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  207. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  208. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  209. [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"
  210. [2024-07-05 02:23:33.240 +00:00] [ERR] Error in "Probe Provider"
  211. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  212. at System.Diagnostics.Process.Start()
  213. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  214. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  215. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  216. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  217. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  218. [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"
  219. [2024-07-05 02:23:33.368 +00:00] [ERR] Error in "Probe Provider"
  220. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  221. at System.Diagnostics.Process.Start()
  222. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  223. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  224. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  225. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  226. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  227. [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"
  228. [2024-07-05 02:23:33.374 +00:00] [ERR] Error in "Probe Provider"
  229. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  230. at System.Diagnostics.Process.Start()
  231. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  232. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  233. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  234. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  235. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  236. [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"
  237. [2024-07-05 02:23:33.387 +00:00] [ERR] Error in "Probe Provider"
  238. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  239. at System.Diagnostics.Process.Start()
  240. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  241. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  242. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  243. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  244. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  245. [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"
  246. [2024-07-05 02:23:33.392 +00:00] [ERR] Error in "Probe Provider"
  247. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  248. at System.Diagnostics.Process.Start()
  249. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  250. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  251. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  252. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  253. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  254. [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"
  255. [2024-07-05 02:23:33.398 +00:00] [ERR] Error in "Probe Provider"
  256. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  257. at System.Diagnostics.Process.Start()
  258. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  259. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  260. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  261. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  262. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  263. [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"
  264. [2024-07-05 02:23:33.403 +00:00] [ERR] Error in "Probe Provider"
  265. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  266. at System.Diagnostics.Process.Start()
  267. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  268. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  269. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  270. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  271. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  272. [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"
  273. [2024-07-05 02:23:33.858 +00:00] [ERR] Error in "Probe Provider"
  274. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  275. at System.Diagnostics.Process.Start()
  276. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  277. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  278. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  279. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  280. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  281. [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"
  282. [2024-07-05 02:23:33.950 +00:00] [ERR] Error in "Probe Provider"
  283. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  284. at System.Diagnostics.Process.Start()
  285. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  286. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  287. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  288. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  289. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  290. [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"
  291. [2024-07-05 02:23:33.972 +00:00] [ERR] Error in "Probe Provider"
  292. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  293. at System.Diagnostics.Process.Start()
  294. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  295. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  296. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  297. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  298. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  299. [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"
  300. [2024-07-05 02:23:34.009 +00:00] [ERR] Error in "Probe Provider"
  301. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  302. at System.Diagnostics.Process.Start()
  303. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  304. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  305. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  306. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  307. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  308. [2024-07-05 02:23:36.538 +00:00] [INF] "Shows" ("/media/myfiles/Videos/Shows") will be refreshed.
  309. [2024-07-05 02:23:37.194 +00:00] [INF] Creating Season "Season Unknown" entry for "The Twelve Kingdoms"
  310. [2024-07-05 02:23:37.214 +00:00] [INF] Removing virtual season null in series "The Twelve Kingdoms"
  311. [2024-07-05 02:23:37.215 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: 8a80d07f-b376-953a-3d4e-d60dc5ffee60
  312. [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"
  313. [2024-07-05 02:23:37.229 +00:00] [ERR] Error in "Probe Provider"
  314. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  315. at System.Diagnostics.Process.Start()
  316. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  317. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  318. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  319. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  320. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  321. [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".
  322. [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"
  323. [2024-07-05 02:23:37.402 +00:00] [ERR] Error in "Probe Provider"
  324. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  325. at System.Diagnostics.Process.Start()
  326. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  327. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  328. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  329. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  330. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  331. [2024-07-05 02:23:37.467 +00:00] [INF] Creating Season "Season Unknown" entry for "South Park"
  332. [2024-07-05 02:23:37.476 +00:00] [INF] Removing virtual season null in series "South Park"
  333. [2024-07-05 02:23:37.476 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: 685fd57a-2998-48d3-c4ac-b17cc72cff0c
  334. [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"
  335. [2024-07-05 02:23:37.480 +00:00] [ERR] Error in "Probe Provider"
  336. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  337. at System.Diagnostics.Process.Start()
  338. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  339. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  340. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  341. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  342. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  343. [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"
  344. [2024-07-05 02:23:37.503 +00:00] [ERR] Error in "Probe Provider"
  345. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  346. at System.Diagnostics.Process.Start()
  347. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  348. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  349. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  350. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  351. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  352. [2024-07-05 02:23:37.558 +00:00] [INF] Creating Season "Season 10" entry for "South Park"
  353. [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"
  354. [2024-07-05 02:23:37.595 +00:00] [ERR] Error in "Probe Provider"
  355. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  356. at System.Diagnostics.Process.Start()
  357. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  358. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  359. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  360. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  361. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  362. [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"
  363. [2024-07-05 02:23:37.702 +00:00] [ERR] Error in "Probe Provider"
  364. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  365. at System.Diagnostics.Process.Start()
  366. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  367. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  368. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  369. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  370. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  371. [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"
  372. [2024-07-05 02:23:37.826 +00:00] [ERR] Error in "Probe Provider"
  373. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  374. at System.Diagnostics.Process.Start()
  375. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  376. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  377. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  378. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  379. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  380. [2024-07-05 02:23:37.918 +00:00] [INF] Creating Season "Season Unknown" entry for "TRIGUN"
  381. [2024-07-05 02:23:37.924 +00:00] [INF] Removing virtual season null in series "TRIGUN"
  382. [2024-07-05 02:23:37.924 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: 9e953903-ba5e-acdd-249b-dd705a6dc437
  383. [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"
  384. [2024-07-05 02:23:37.930 +00:00] [ERR] Error in "Probe Provider"
  385. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  386. at System.Diagnostics.Process.Start()
  387. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  388. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  389. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  390. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  391. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  392. [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".
  393. [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"
  394. [2024-07-05 02:23:37.940 +00:00] [ERR] Error in "Probe Provider"
  395. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  396. at System.Diagnostics.Process.Start()
  397. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  398. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  399. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  400. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  401. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  402. [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".
  403. [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"
  404. [2024-07-05 02:23:37.953 +00:00] [ERR] Error in "Probe Provider"
  405. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  406. at System.Diagnostics.Process.Start()
  407. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  408. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  409. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  410. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  411. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  412. [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".
  413. [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"
  414. [2024-07-05 02:23:37.967 +00:00] [ERR] Error in "Probe Provider"
  415. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  416. at System.Diagnostics.Process.Start()
  417. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  418. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  419. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  420. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  421. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  422. [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".
  423. [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"
  424. [2024-07-05 02:23:37.981 +00:00] [ERR] Error in "Probe Provider"
  425. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  426. at System.Diagnostics.Process.Start()
  427. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  428. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  429. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  430. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  431. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  432. [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".
  433. [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".
  434. [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"
  435. [2024-07-05 02:23:37.994 +00:00] [ERR] Error in "Probe Provider"
  436. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  437. at System.Diagnostics.Process.Start()
  438. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  439. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  440. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  441. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  442. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  443. [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".
  444. [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"
  445. [2024-07-05 02:23:38.005 +00:00] [ERR] Error in "Probe Provider"
  446. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  447. at System.Diagnostics.Process.Start()
  448. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  449. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  450. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  451. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  452. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  453. [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".
  454. [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"
  455. [2024-07-05 02:23:38.023 +00:00] [ERR] Error in "Probe Provider"
  456. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  457. at System.Diagnostics.Process.Start()
  458. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  459. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  460. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  461. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  462. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  463. [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"
  464. [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".
  465. [2024-07-05 02:23:38.026 +00:00] [ERR] Error in "Probe Provider"
  466. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  467. at System.Diagnostics.Process.Start()
  468. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  469. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  470. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  471. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  472. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  473. [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"
  474. [2024-07-05 02:23:38.038 +00:00] [ERR] Error in "Probe Provider"
  475. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  476. at System.Diagnostics.Process.Start()
  477. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  478. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  479. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  480. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  481. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  482. [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".
  483. [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"
  484. [2024-07-05 02:23:38.065 +00:00] [ERR] Error in "Probe Provider"
  485. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  486. at System.Diagnostics.Process.Start()
  487. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  488. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  489. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  490. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  491. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  492. [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".
  493. [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"
  494. [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"
  495. [2024-07-05 02:23:38.089 +00:00] [ERR] Error in "Probe Provider"
  496. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  497. at System.Diagnostics.Process.Start()
  498. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  499. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  500. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  501. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  502. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  503. [2024-07-05 02:23:38.089 +00:00] [ERR] Error in "Probe Provider"
  504. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  505. at System.Diagnostics.Process.Start()
  506. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  507. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  508. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  509. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  510. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  511. [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".
  512. [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".
  513. [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"
  514. [2024-07-05 02:23:38.102 +00:00] [ERR] Error in "Probe Provider"
  515. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  516. at System.Diagnostics.Process.Start()
  517. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  518. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  519. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  520. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  521. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  522. [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"
  523. [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".
  524. [2024-07-05 02:23:38.103 +00:00] [ERR] Error in "Probe Provider"
  525. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  526. at System.Diagnostics.Process.Start()
  527. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  528. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  529. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  530. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  531. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  532. [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".
  533. [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"
  534. [2024-07-05 02:23:38.116 +00:00] [ERR] Error in "Probe Provider"
  535. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  536. at System.Diagnostics.Process.Start()
  537. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  538. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  539. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  540. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  541. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  542. [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".
  543. [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"
  544. [2024-07-05 02:23:38.118 +00:00] [ERR] Error in "Probe Provider"
  545. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  546. at System.Diagnostics.Process.Start()
  547. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  548. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  549. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  550. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  551. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  552. [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".
  553. [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"
  554. [2024-07-05 02:23:38.131 +00:00] [ERR] Error in "Probe Provider"
  555. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  556. at System.Diagnostics.Process.Start()
  557. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  558. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  559. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  560. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  561. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  562. [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"
  563. [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".
  564. [2024-07-05 02:23:38.132 +00:00] [ERR] Error in "Probe Provider"
  565. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  566. at System.Diagnostics.Process.Start()
  567. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  568. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  569. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  570. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  571. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  572. [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".
  573. [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"
  574. [2024-07-05 02:23:38.145 +00:00] [ERR] Error in "Probe Provider"
  575. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  576. at System.Diagnostics.Process.Start()
  577. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  578. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  579. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  580. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  581. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  582. [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"
  583. [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".
  584. [2024-07-05 02:23:38.146 +00:00] [ERR] Error in "Probe Provider"
  585. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  586. at System.Diagnostics.Process.Start()
  587. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  588. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  589. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  590. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  591. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  592. [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".
  593. [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"
  594. [2024-07-05 02:23:38.159 +00:00] [ERR] Error in "Probe Provider"
  595. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  596. at System.Diagnostics.Process.Start()
  597. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  598. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  599. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  600. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  601. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  602. [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"
  603. [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".
  604. [2024-07-05 02:23:38.160 +00:00] [ERR] Error in "Probe Provider"
  605. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  606. at System.Diagnostics.Process.Start()
  607. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  608. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  609. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  610. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  611. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  612. [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".
  613. [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".
  614. [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"
  615. [2024-07-05 02:23:38.173 +00:00] [ERR] Error in "Probe Provider"
  616. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  617. at System.Diagnostics.Process.Start()
  618. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  619. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  620. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  621. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  622. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  623. [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"
  624. [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".
  625. [2024-07-05 02:23:38.174 +00:00] [ERR] Error in "Probe Provider"
  626. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  627. at System.Diagnostics.Process.Start()
  628. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  629. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  630. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  631. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  632. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  633. [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".
  634. [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"
  635. [2024-07-05 02:23:38.187 +00:00] [ERR] Error in "Probe Provider"
  636. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  637. at System.Diagnostics.Process.Start()
  638. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  639. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  640. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  641. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  642. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  643. [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"
  644. [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".
  645. [2024-07-05 02:23:38.189 +00:00] [ERR] Error in "Probe Provider"
  646. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  647. at System.Diagnostics.Process.Start()
  648. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  649. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  650. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  651. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  652. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  653. [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".
  654. [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"
  655. [2024-07-05 02:23:38.195 +00:00] [ERR] Error in "Probe Provider"
  656. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  657. at System.Diagnostics.Process.Start()
  658. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  659. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  660. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  661. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  662. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  663. [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"
  664. [2024-07-05 02:23:38.219 +00:00] [ERR] Error in "Probe Provider"
  665. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  666. at System.Diagnostics.Process.Start()
  667. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  668. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  669. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  670. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  671. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  672. [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".
  673. [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"
  674. [2024-07-05 02:23:38.222 +00:00] [ERR] Error in "Probe Provider"
  675. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  676. at System.Diagnostics.Process.Start()
  677. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  678. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  679. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  680. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  681. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  682. [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".
  683. [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"
  684. [2024-07-05 02:23:38.233 +00:00] [ERR] Error in "Probe Provider"
  685. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  686. at System.Diagnostics.Process.Start()
  687. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  688. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  689. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  690. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  691. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  692. [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".
  693. [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"
  694. [2024-07-05 02:23:38.238 +00:00] [ERR] Error in "Probe Provider"
  695. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  696. at System.Diagnostics.Process.Start()
  697. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  698. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  699. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  700. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  701. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  702. [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".
  703. [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"
  704. [2024-07-05 02:23:38.247 +00:00] [ERR] Error in "Probe Provider"
  705. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  706. at System.Diagnostics.Process.Start()
  707. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  708. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  709. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  710. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  711. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  712. [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".
  713. [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"
  714. [2024-07-05 02:23:38.254 +00:00] [ERR] Error in "Probe Provider"
  715. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  716. at System.Diagnostics.Process.Start()
  717. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  718. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  719. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  720. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  721. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  722. [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".
  723. [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"
  724. [2024-07-05 02:23:38.262 +00:00] [ERR] Error in "Probe Provider"
  725. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  726. at System.Diagnostics.Process.Start()
  727. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  728. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  729. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  730. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  731. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  732. [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".
  733. [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"
  734. [2024-07-05 02:23:38.270 +00:00] [ERR] Error in "Probe Provider"
  735. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  736. at System.Diagnostics.Process.Start()
  737. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  738. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  739. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  740. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  741. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  742. [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".
  743. [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"
  744. [2024-07-05 02:23:38.277 +00:00] [ERR] Error in "Probe Provider"
  745. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  746. at System.Diagnostics.Process.Start()
  747. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  748. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  749. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  750. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  751. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  752. [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".
  753. [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"
  754. [2024-07-05 02:23:38.285 +00:00] [ERR] Error in "Probe Provider"
  755. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  756. at System.Diagnostics.Process.Start()
  757. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  758. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  759. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  760. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  761. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  762. [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".
  763. [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"
  764. [2024-07-05 02:23:38.290 +00:00] [ERR] Error in "Probe Provider"
  765. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  766. at System.Diagnostics.Process.Start()
  767. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  768. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  769. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  770. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  771. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  772. [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".
  773. [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"
  774. [2024-07-05 02:23:38.301 +00:00] [ERR] Error in "Probe Provider"
  775. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  776. at System.Diagnostics.Process.Start()
  777. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  778. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  779. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  780. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  781. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  782. [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".
  783. [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"
  784. [2024-07-05 02:23:38.305 +00:00] [ERR] Error in "Probe Provider"
  785. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  786. at System.Diagnostics.Process.Start()
  787. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  788. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  789. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  790. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  791. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  792. [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".
  793. [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"
  794. [2024-07-05 02:23:38.317 +00:00] [ERR] Error in "Probe Provider"
  795. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  796. at System.Diagnostics.Process.Start()
  797. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  798. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  799. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  800. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  801. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  802. [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".
  803. [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"
  804. [2024-07-05 02:23:38.324 +00:00] [ERR] Error in "Probe Provider"
  805. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  806. at System.Diagnostics.Process.Start()
  807. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  808. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  809. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  810. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  811. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  812. [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".
  813. [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"
  814. [2024-07-05 02:23:38.329 +00:00] [ERR] Error in "Probe Provider"
  815. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  816. at System.Diagnostics.Process.Start()
  817. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  818. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  819. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  820. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  821. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  822. [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".
  823. [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"
  824. [2024-07-05 02:23:38.348 +00:00] [ERR] Error in "Probe Provider"
  825. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  826. at System.Diagnostics.Process.Start()
  827. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  828. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  829. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  830. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  831. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  832. [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".
  833. [2024-07-05 02:23:38.360 +00:00] [INF] Creating Season "Season 1" entry for "TRIGUN"
  834. [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".
  835. [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"
  836. [2024-07-05 02:23:38.374 +00:00] [ERR] Error in "Probe Provider"
  837. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  838. at System.Diagnostics.Process.Start()
  839. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  840. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  841. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  842. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  843. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  844. [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".
  845. [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"
  846. [2024-07-05 02:23:38.386 +00:00] [ERR] Error in "Probe Provider"
  847. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  848. at System.Diagnostics.Process.Start()
  849. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  850. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  851. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  852. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  853. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  854. [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"
  855. [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"
  856. [2024-07-05 02:23:38.401 +00:00] [ERR] Error in "Probe Provider"
  857. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  858. at System.Diagnostics.Process.Start()
  859. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  860. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  861. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  862. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  863. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  864. [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".
  865. [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"
  866. [2024-07-05 02:23:38.419 +00:00] [ERR] Error in "Probe Provider"
  867. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  868. at System.Diagnostics.Process.Start()
  869. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  870. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  871. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  872. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  873. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  874. [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".
  875. [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"
  876. [2024-07-05 02:23:38.431 +00:00] [ERR] Error in "Probe Provider"
  877. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  878. at System.Diagnostics.Process.Start()
  879. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  880. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  881. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  882. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  883. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  884. [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".
  885. [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"
  886. [2024-07-05 02:23:38.442 +00:00] [ERR] Error in "Probe Provider"
  887. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  888. at System.Diagnostics.Process.Start()
  889. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  890. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  891. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  892. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  893. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  894. [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".
  895. [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"
  896. [2024-07-05 02:23:38.456 +00:00] [ERR] Error in "Probe Provider"
  897. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  898. at System.Diagnostics.Process.Start()
  899. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  900. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  901. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  902. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  903. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  904. [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".
  905. [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"
  906. [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"
  907. [2024-07-05 02:23:38.468 +00:00] [ERR] Error in "Probe Provider"
  908. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  909. at System.Diagnostics.Process.Start()
  910. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  911. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  912. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  913. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  914. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  915. [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".
  916. [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"
  917. [2024-07-05 02:23:38.484 +00:00] [ERR] Error in "Probe Provider"
  918. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  919. at System.Diagnostics.Process.Start()
  920. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  921. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  922. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  923. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  924. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  925. [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".
  926. [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"
  927. [2024-07-05 02:23:38.501 +00:00] [ERR] Error in "Probe Provider"
  928. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  929. at System.Diagnostics.Process.Start()
  930. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  931. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  932. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  933. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  934. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  935. [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".
  936. [2024-07-05 02:23:38.505 +00:00] [INF] Creating Season "Season Unknown" entry for "The Guyver: Bio-Booster Armor"
  937. [2024-07-05 02:23:38.512 +00:00] [INF] Removing virtual season null in series "The Guyver: Bio-Booster Armor"
  938. [2024-07-05 02:23:38.513 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: 51f84589-7d4f-a3b9-91ce-434443356cbd
  939. [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"
  940. [2024-07-05 02:23:38.517 +00:00] [ERR] Error in "Probe Provider"
  941. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  942. at System.Diagnostics.Process.Start()
  943. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  944. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  945. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  946. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  947. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  948. [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"
  949. [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".
  950. [2024-07-05 02:23:38.519 +00:00] [ERR] Error in "Probe Provider"
  951. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  952. at System.Diagnostics.Process.Start()
  953. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  954. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  955. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  956. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  957. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  958. [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"
  959. [2024-07-05 02:23:38.541 +00:00] [ERR] Error in "Probe Provider"
  960. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  961. at System.Diagnostics.Process.Start()
  962. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  963. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  964. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  965. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  966. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  967. [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".
  968. [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"
  969. [2024-07-05 02:23:38.549 +00:00] [ERR] Error in "Probe Provider"
  970. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  971. at System.Diagnostics.Process.Start()
  972. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  973. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  974. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  975. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  976. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  977. [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".
  978. [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"
  979. [2024-07-05 02:23:38.556 +00:00] [ERR] Error in "Probe Provider"
  980. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  981. at System.Diagnostics.Process.Start()
  982. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  983. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  984. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  985. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  986. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  987. [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".
  988. [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"
  989. [2024-07-05 02:23:38.564 +00:00] [ERR] Error in "Probe Provider"
  990. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  991. at System.Diagnostics.Process.Start()
  992. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  993. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  994. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  995. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  996. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  997. [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".
  998. [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"
  999. [2024-07-05 02:23:38.572 +00:00] [ERR] Error in "Probe Provider"
  1000. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1001. at System.Diagnostics.Process.Start()
  1002. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1003. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1004. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1005. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1006. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1007. [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".
  1008. [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"
  1009. [2024-07-05 02:23:38.580 +00:00] [ERR] Error in "Probe Provider"
  1010. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1011. at System.Diagnostics.Process.Start()
  1012. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1013. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1014. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1015. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1016. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1017. [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".
  1018. [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"
  1019. [2024-07-05 02:23:38.596 +00:00] [ERR] Error in "Probe Provider"
  1020. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1021. at System.Diagnostics.Process.Start()
  1022. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1023. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1024. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1025. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1026. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1027. [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".
  1028. [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".
  1029. [2024-07-05 02:23:38.687 +00:00] [INF] Creating Season "Season 1" entry for "Gurren Lagann"
  1030. [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"
  1031. [2024-07-05 02:23:38.697 +00:00] [ERR] Error in "Probe Provider"
  1032. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1033. at System.Diagnostics.Process.Start()
  1034. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1035. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1036. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1037. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1038. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1039. [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".
  1040. [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"
  1041. [2024-07-05 02:23:38.905 +00:00] [ERR] Error in "Probe Provider"
  1042. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1043. at System.Diagnostics.Process.Start()
  1044. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1045. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1046. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1047. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1048. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1049. [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".
  1050. [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"
  1051. [2024-07-05 02:23:39.023 +00:00] [ERR] Error in "Probe Provider"
  1052. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1053. at System.Diagnostics.Process.Start()
  1054. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1055. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1056. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1057. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1058. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1059. [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".
  1060. [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"
  1061. [2024-07-05 02:23:39.091 +00:00] [ERR] Error in "Probe Provider"
  1062. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1063. at System.Diagnostics.Process.Start()
  1064. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1065. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1066. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1067. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1068. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1069. [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"
  1070. [2024-07-05 02:23:39.210 +00:00] [ERR] Error in "Probe Provider"
  1071. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1072. at System.Diagnostics.Process.Start()
  1073. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1074. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1075. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1076. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1077. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1078. [2024-07-05 02:23:39.302 +00:00] [INF] Creating Season "Season Unknown" entry for "Scrapped Princess"
  1079. [2024-07-05 02:23:39.309 +00:00] [INF] Removing virtual season null in series "Scrapped Princess"
  1080. [2024-07-05 02:23:39.309 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: 3b1f42e6-9940-0832-05c0-190efd1c95ce
  1081. [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"
  1082. [2024-07-05 02:23:39.317 +00:00] [ERR] Error in "Probe Provider"
  1083. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1084. at System.Diagnostics.Process.Start()
  1085. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1086. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1087. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1088. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1089. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1090. [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".
  1091. [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"
  1092. [2024-07-05 02:23:39.369 +00:00] [ERR] Error in "Probe Provider"
  1093. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1094. at System.Diagnostics.Process.Start()
  1095. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1096. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1097. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1098. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1099. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1100. [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"
  1101. [2024-07-05 02:23:39.467 +00:00] [ERR] Error in "Probe Provider"
  1102. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1103. at System.Diagnostics.Process.Start()
  1104. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1105. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1106. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1107. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1108. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1109. [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"
  1110. [2024-07-05 02:23:39.504 +00:00] [ERR] Error in "Probe Provider"
  1111. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1112. at System.Diagnostics.Process.Start()
  1113. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1114. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1115. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1116. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1117. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1118. [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"
  1119. [2024-07-05 02:23:39.552 +00:00] [ERR] Error in "Probe Provider"
  1120. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1121. at System.Diagnostics.Process.Start()
  1122. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1123. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1124. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1125. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1126. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1127. [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".
  1128. [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"
  1129. [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"
  1130. [2024-07-05 02:23:39.655 +00:00] [ERR] Error in "Probe Provider"
  1131. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1132. at System.Diagnostics.Process.Start()
  1133. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1134. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1135. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1136. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1137. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1138. [2024-07-05 02:23:39.657 +00:00] [ERR] Error in "Probe Provider"
  1139. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1140. at System.Diagnostics.Process.Start()
  1141. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1142. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1143. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1144. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1145. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1146. [2024-07-05 02:23:39.701 +00:00] [INF] Creating Season "Season Unknown" entry for "Gilligan's Island"
  1147. [2024-07-05 02:23:39.706 +00:00] [INF] Removing virtual season null in series "Gilligan's Island"
  1148. [2024-07-05 02:23:39.706 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: e4f7908a-fcbd-f370-735d-1d1da6348a13
  1149. [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"
  1150. [2024-07-05 02:23:39.802 +00:00] [ERR] Error in "Probe Provider"
  1151. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1152. at System.Diagnostics.Process.Start()
  1153. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1154. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1155. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1156. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1157. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1158. [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".
  1159. [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"
  1160. [2024-07-05 02:23:39.822 +00:00] [ERR] Error in "Probe Provider"
  1161. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1162. at System.Diagnostics.Process.Start()
  1163. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1164. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1165. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1166. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1167. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1168. [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"
  1169. [2024-07-05 02:23:39.837 +00:00] [ERR] Error in "Probe Provider"
  1170. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1171. at System.Diagnostics.Process.Start()
  1172. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1173. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1174. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1175. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1176. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1177. [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"
  1178. [2024-07-05 02:23:39.876 +00:00] [ERR] Error in "Probe Provider"
  1179. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1180. at System.Diagnostics.Process.Start()
  1181. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1182. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1183. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1184. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1185. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1186. [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"
  1187. [2024-07-05 02:23:39.883 +00:00] [ERR] Error in "Probe Provider"
  1188. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1189. at System.Diagnostics.Process.Start()
  1190. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1191. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1192. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1193. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1194. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1195. [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"
  1196. [2024-07-05 02:23:39.944 +00:00] [ERR] Error in "Probe Provider"
  1197. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1198. at System.Diagnostics.Process.Start()
  1199. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1200. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1201. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1202. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1203. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1204. [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".
  1205. [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"
  1206. [2024-07-05 02:23:40.005 +00:00] [ERR] Error in "Probe Provider"
  1207. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1208. at System.Diagnostics.Process.Start()
  1209. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1210. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1211. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1212. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1213. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1214. [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"
  1215. [2024-07-05 02:23:40.020 +00:00] [ERR] Error in "Probe Provider"
  1216. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1217. at System.Diagnostics.Process.Start()
  1218. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1219. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1220. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1221. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1222. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1223. [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"
  1224. [2024-07-05 02:23:40.032 +00:00] [ERR] Error in "Probe Provider"
  1225. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1226. at System.Diagnostics.Process.Start()
  1227. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1228. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1229. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1230. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1231. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1232. [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"
  1233. [2024-07-05 02:23:40.084 +00:00] [ERR] Error in "Probe Provider"
  1234. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1235. at System.Diagnostics.Process.Start()
  1236. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1237. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1238. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1239. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1240. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1241. [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"
  1242. [2024-07-05 02:23:40.094 +00:00] [ERR] Error in "Probe Provider"
  1243. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1244. at System.Diagnostics.Process.Start()
  1245. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1246. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1247. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1248. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1249. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1250. [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".
  1251. [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"
  1252. [2024-07-05 02:23:40.170 +00:00] [ERR] Error in "Probe Provider"
  1253. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1254. at System.Diagnostics.Process.Start()
  1255. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1256. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1257. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1258. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1259. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1260. [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"
  1261. [2024-07-05 02:23:40.171 +00:00] [ERR] Error in "Probe Provider"
  1262. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1263. at System.Diagnostics.Process.Start()
  1264. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1265. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1266. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1267. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1268. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1269. [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"
  1270. [2024-07-05 02:23:40.174 +00:00] [ERR] Error in "Probe Provider"
  1271. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1272. at System.Diagnostics.Process.Start()
  1273. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1274. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1275. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1276. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1277. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1278. [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"
  1279. [2024-07-05 02:23:40.250 +00:00] [ERR] Error in "Probe Provider"
  1280. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1281. at System.Diagnostics.Process.Start()
  1282. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1283. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1284. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1285. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1286. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1287. [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"
  1288. [2024-07-05 02:23:40.285 +00:00] [ERR] Error in "Probe Provider"
  1289. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1290. at System.Diagnostics.Process.Start()
  1291. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1292. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1293. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1294. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1295. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1296. [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"
  1297. [2024-07-05 02:23:40.315 +00:00] [ERR] Error in "Probe Provider"
  1298. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1299. at System.Diagnostics.Process.Start()
  1300. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1301. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1302. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1303. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1304. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1305. [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"
  1306. [2024-07-05 02:23:40.325 +00:00] [ERR] Error in "Probe Provider"
  1307. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1308. at System.Diagnostics.Process.Start()
  1309. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1310. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1311. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1312. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1313. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1314. [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"
  1315. [2024-07-05 02:23:40.396 +00:00] [ERR] Error in "Probe Provider"
  1316. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1317. at System.Diagnostics.Process.Start()
  1318. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1319. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1320. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1321. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1322. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1323. [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"
  1324. [2024-07-05 02:23:40.414 +00:00] [ERR] Error in "Probe Provider"
  1325. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1326. at System.Diagnostics.Process.Start()
  1327. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1328. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1329. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1330. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1331. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1332. [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"
  1333. [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"
  1334. [2024-07-05 02:23:40.449 +00:00] [ERR] Error in "Probe Provider"
  1335. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1336. at System.Diagnostics.Process.Start()
  1337. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1338. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1339. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1340. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1341. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1342. [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"
  1343. [2024-07-05 02:23:40.458 +00:00] [ERR] Error in "Probe Provider"
  1344. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1345. at System.Diagnostics.Process.Start()
  1346. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1347. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1348. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1349. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1350. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1351. [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"
  1352. [2024-07-05 02:23:40.485 +00:00] [ERR] Error in "Probe Provider"
  1353. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1354. at System.Diagnostics.Process.Start()
  1355. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1356. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1357. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1358. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1359. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1360. [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".
  1361. [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"
  1362. [2024-07-05 02:23:40.512 +00:00] [ERR] Error in "Probe Provider"
  1363. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1364. at System.Diagnostics.Process.Start()
  1365. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1366. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1367. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1368. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1369. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1370. [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"
  1371. [2024-07-05 02:23:40.531 +00:00] [ERR] Error in "Probe Provider"
  1372. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1373. at System.Diagnostics.Process.Start()
  1374. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1375. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1376. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1377. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1378. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1379. [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"
  1380. [2024-07-05 02:23:40.551 +00:00] [ERR] Error in "Probe Provider"
  1381. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1382. at System.Diagnostics.Process.Start()
  1383. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1384. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1385. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1386. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1387. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1388. [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"
  1389. [2024-07-05 02:23:40.571 +00:00] [ERR] Error in "Probe Provider"
  1390. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1391. at System.Diagnostics.Process.Start()
  1392. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1393. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1394. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1395. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1396. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1397. [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"
  1398. [2024-07-05 02:23:40.629 +00:00] [ERR] Error in "Probe Provider"
  1399. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1400. at System.Diagnostics.Process.Start()
  1401. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1402. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1403. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1404. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1405. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1406. [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"
  1407. [2024-07-05 02:23:40.631 +00:00] [ERR] Error in "Probe Provider"
  1408. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1409. at System.Diagnostics.Process.Start()
  1410. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1411. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1412. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1413. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1414. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1415. [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"
  1416. [2024-07-05 02:23:40.689 +00:00] [ERR] Error in "Probe Provider"
  1417. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1418. at System.Diagnostics.Process.Start()
  1419. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1420. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1421. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1422. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1423. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1424. [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".
  1425. [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"
  1426. [2024-07-05 02:23:40.731 +00:00] [ERR] Error in "Probe Provider"
  1427. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1428. at System.Diagnostics.Process.Start()
  1429. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1430. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1431. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1432. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1433. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1434. [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"
  1435. [2024-07-05 02:23:40.740 +00:00] [ERR] Error in "Probe Provider"
  1436. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1437. at System.Diagnostics.Process.Start()
  1438. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1439. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1440. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1441. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1442. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1443. [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"
  1444. [2024-07-05 02:23:40.749 +00:00] [ERR] Error in "Probe Provider"
  1445. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1446. at System.Diagnostics.Process.Start()
  1447. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1448. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1449. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1450. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1451. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1452. [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".
  1453. [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"
  1454. [2024-07-05 02:23:40.787 +00:00] [ERR] Error in "Probe Provider"
  1455. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1456. at System.Diagnostics.Process.Start()
  1457. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1458. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1459. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1460. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1461. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1462. [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"
  1463. [2024-07-05 02:23:40.812 +00:00] [ERR] Error in "Probe Provider"
  1464. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1465. at System.Diagnostics.Process.Start()
  1466. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1467. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1468. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1469. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1470. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1471. [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"
  1472. [2024-07-05 02:23:40.814 +00:00] [ERR] Error in "Probe Provider"
  1473. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1474. at System.Diagnostics.Process.Start()
  1475. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1476. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1477. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1478. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1479. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1480. [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"
  1481. [2024-07-05 02:23:40.872 +00:00] [ERR] Error in "Probe Provider"
  1482. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1483. at System.Diagnostics.Process.Start()
  1484. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1485. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1486. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1487. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1488. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1489. [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"
  1490. [2024-07-05 02:23:40.895 +00:00] [ERR] Error in "Probe Provider"
  1491. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1492. at System.Diagnostics.Process.Start()
  1493. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1494. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1495. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1496. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1497. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1498. [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".
  1499. [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".
  1500. [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"
  1501. [2024-07-05 02:23:40.934 +00:00] [ERR] Error in "Probe Provider"
  1502. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1503. at System.Diagnostics.Process.Start()
  1504. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1505. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1506. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1507. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1508. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1509. [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"
  1510. [2024-07-05 02:23:40.936 +00:00] [ERR] Error in "Probe Provider"
  1511. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1512. at System.Diagnostics.Process.Start()
  1513. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1514. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1515. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1516. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1517. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1518. [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"
  1519. [2024-07-05 02:23:40.944 +00:00] [ERR] Error in "Probe Provider"
  1520. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1521. at System.Diagnostics.Process.Start()
  1522. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1523. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1524. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1525. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1526. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1527. [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"
  1528. [2024-07-05 02:23:40.966 +00:00] [ERR] Error in "Probe Provider"
  1529. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1530. at System.Diagnostics.Process.Start()
  1531. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1532. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1533. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1534. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1535. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1536. [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"
  1537. [2024-07-05 02:23:40.992 +00:00] [ERR] Error in "Probe Provider"
  1538. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1539. at System.Diagnostics.Process.Start()
  1540. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1541. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1542. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1543. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1544. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1545. [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"
  1546. [2024-07-05 02:23:41.061 +00:00] [ERR] Error in "Probe Provider"
  1547. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1548. at System.Diagnostics.Process.Start()
  1549. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1550. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1551. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1552. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1553. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1554. [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"
  1555. [2024-07-05 02:23:41.066 +00:00] [ERR] Error in "Probe Provider"
  1556. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1557. at System.Diagnostics.Process.Start()
  1558. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1559. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1560. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1561. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1562. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1563. [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".
  1564. [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"
  1565. [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"
  1566. [2024-07-05 02:23:41.104 +00:00] [ERR] Error in "Probe Provider"
  1567. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1568. at System.Diagnostics.Process.Start()
  1569. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1570. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1571. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1572. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1573. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1574. [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"
  1575. [2024-07-05 02:23:41.121 +00:00] [ERR] Error in "Probe Provider"
  1576. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1577. at System.Diagnostics.Process.Start()
  1578. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1579. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1580. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1581. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1582. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1583. [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"
  1584. [2024-07-05 02:23:41.122 +00:00] [ERR] Error in "Probe Provider"
  1585. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1586. at System.Diagnostics.Process.Start()
  1587. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1588. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1589. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1590. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1591. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1592. [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"
  1593. [2024-07-05 02:23:41.139 +00:00] [ERR] Error in "Probe Provider"
  1594. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1595. at System.Diagnostics.Process.Start()
  1596. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1597. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1598. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1599. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1600. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1601. [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"
  1602. [2024-07-05 02:23:41.193 +00:00] [ERR] Error in "Probe Provider"
  1603. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1604. at System.Diagnostics.Process.Start()
  1605. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1606. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1607. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1608. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1609. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1610. [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"
  1611. [2024-07-05 02:23:41.216 +00:00] [ERR] Error in "Probe Provider"
  1612. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1613. at System.Diagnostics.Process.Start()
  1614. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1615. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1616. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1617. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1618. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1619. [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"
  1620. [2024-07-05 02:23:41.228 +00:00] [ERR] Error in "Probe Provider"
  1621. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1622. at System.Diagnostics.Process.Start()
  1623. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1624. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1625. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1626. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1627. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1628. [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".
  1629. [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"
  1630. [2024-07-05 02:23:41.277 +00:00] [ERR] Error in "Probe Provider"
  1631. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1632. at System.Diagnostics.Process.Start()
  1633. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1634. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1635. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1636. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1637. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1638. [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"
  1639. [2024-07-05 02:23:41.328 +00:00] [ERR] Error in "Probe Provider"
  1640. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1641. at System.Diagnostics.Process.Start()
  1642. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1643. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1644. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1645. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1646. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1647. [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".
  1648. [2024-07-05 02:23:41.437 +00:00] [INF] Creating Season "Season 1" entry for "Scrapped Princess"
  1649. [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".
  1650. [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"
  1651. [2024-07-05 02:23:41.469 +00:00] [ERR] Error in "Probe Provider"
  1652. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1653. at System.Diagnostics.Process.Start()
  1654. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1655. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1656. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1657. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1658. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1659. [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"
  1660. [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"
  1661. [2024-07-05 02:23:41.564 +00:00] [ERR] Error in "Probe Provider"
  1662. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1663. at System.Diagnostics.Process.Start()
  1664. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1665. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1666. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1667. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1668. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1669. [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"
  1670. [2024-07-05 02:23:41.681 +00:00] [ERR] Error in "Probe Provider"
  1671. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1672. at System.Diagnostics.Process.Start()
  1673. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1674. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1675. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1676. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1677. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1678. [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"
  1679. [2024-07-05 02:23:41.686 +00:00] [ERR] Error in "Probe Provider"
  1680. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1681. at System.Diagnostics.Process.Start()
  1682. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1683. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1684. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1685. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1686. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1687. [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"
  1688. [2024-07-05 02:23:41.691 +00:00] [ERR] Error in "Probe Provider"
  1689. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1690. at System.Diagnostics.Process.Start()
  1691. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1692. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1693. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1694. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1695. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1696. [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"
  1697. [2024-07-05 02:23:41.695 +00:00] [ERR] Error in "Probe Provider"
  1698. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1699. at System.Diagnostics.Process.Start()
  1700. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1701. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1702. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1703. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1704. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1705. [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".
  1706. [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"
  1707. [2024-07-05 02:23:41.701 +00:00] [ERR] Error in "Probe Provider"
  1708. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1709. at System.Diagnostics.Process.Start()
  1710. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1711. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1712. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1713. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1714. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1715. [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"
  1716. [2024-07-05 02:23:41.706 +00:00] [ERR] Error in "Probe Provider"
  1717. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1718. at System.Diagnostics.Process.Start()
  1719. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1720. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1721. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1722. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1723. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1724. [2024-07-05 02:23:41.710 +00:00] [INF] Creating Season "Season Unknown" entry for "Black Lagoon"
  1725. [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"
  1726. [2024-07-05 02:23:41.711 +00:00] [ERR] Error in "Probe Provider"
  1727. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1728. at System.Diagnostics.Process.Start()
  1729. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1730. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1731. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1732. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1733. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1734. [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"
  1735. [2024-07-05 02:23:41.716 +00:00] [ERR] Error in "Probe Provider"
  1736. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1737. at System.Diagnostics.Process.Start()
  1738. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1739. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1740. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1741. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1742. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1743. [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"
  1744. [2024-07-05 02:23:41.718 +00:00] [ERR] Error in "Probe Provider"
  1745. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1746. at System.Diagnostics.Process.Start()
  1747. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1748. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1749. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1750. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1751. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1752. [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"
  1753. [2024-07-05 02:23:41.721 +00:00] [ERR] Error in "Probe Provider"
  1754. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1755. at System.Diagnostics.Process.Start()
  1756. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1757. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1758. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1759. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1760. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1761. [2024-07-05 02:23:41.725 +00:00] [INF] Removing virtual season null in series "Black Lagoon"
  1762. [2024-07-05 02:23:41.725 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: dd828556-cc32-b761-9a9b-af299ef081bc
  1763. [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"
  1764. [2024-07-05 02:23:41.726 +00:00] [ERR] Error in "Probe Provider"
  1765. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1766. at System.Diagnostics.Process.Start()
  1767. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1768. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1769. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1770. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1771. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1772. [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"
  1773. [2024-07-05 02:23:41.731 +00:00] [ERR] Error in "Probe Provider"
  1774. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1775. at System.Diagnostics.Process.Start()
  1776. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1777. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1778. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1779. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1780. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1781. [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"
  1782. [2024-07-05 02:23:41.733 +00:00] [ERR] Error in "Probe Provider"
  1783. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1784. at System.Diagnostics.Process.Start()
  1785. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1786. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1787. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1788. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1789. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1790. [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"
  1791. [2024-07-05 02:23:41.738 +00:00] [ERR] Error in "Probe Provider"
  1792. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1793. at System.Diagnostics.Process.Start()
  1794. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1795. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1796. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1797. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1798. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1799. [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"
  1800. [2024-07-05 02:23:41.743 +00:00] [ERR] Error in "Probe Provider"
  1801. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1802. at System.Diagnostics.Process.Start()
  1803. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1804. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1805. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1806. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1807. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1808. [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"
  1809. [2024-07-05 02:23:41.747 +00:00] [ERR] Error in "Probe Provider"
  1810. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1811. at System.Diagnostics.Process.Start()
  1812. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1813. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1814. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1815. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1816. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1817. [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"
  1818. [2024-07-05 02:23:41.751 +00:00] [ERR] Error in "Probe Provider"
  1819. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1820. at System.Diagnostics.Process.Start()
  1821. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1822. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1823. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1824. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1825. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1826. [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"
  1827. [2024-07-05 02:23:41.756 +00:00] [ERR] Error in "Probe Provider"
  1828. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1829. at System.Diagnostics.Process.Start()
  1830. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1831. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1832. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1833. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1834. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1835. [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"
  1836. [2024-07-05 02:23:41.760 +00:00] [ERR] Error in "Probe Provider"
  1837. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1838. at System.Diagnostics.Process.Start()
  1839. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1840. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1841. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1842. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1843. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1844. [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"
  1845. [2024-07-05 02:23:41.765 +00:00] [ERR] Error in "Probe Provider"
  1846. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1847. at System.Diagnostics.Process.Start()
  1848. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1849. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1850. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1851. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1852. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1853. [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"
  1854. [2024-07-05 02:23:41.769 +00:00] [ERR] Error in "Probe Provider"
  1855. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1856. at System.Diagnostics.Process.Start()
  1857. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1858. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1859. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1860. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1861. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1862. [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".
  1863. [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"
  1864. [2024-07-05 02:23:41.776 +00:00] [ERR] Error in "Probe Provider"
  1865. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1866. at System.Diagnostics.Process.Start()
  1867. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1868. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1869. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1870. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1871. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1872. [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"
  1873. [2024-07-05 02:23:41.792 +00:00] [ERR] Error in "Probe Provider"
  1874. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1875. at System.Diagnostics.Process.Start()
  1876. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1877. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1878. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1879. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1880. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1881. [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"
  1882. [2024-07-05 02:23:41.843 +00:00] [ERR] Error in "Probe Provider"
  1883. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1884. at System.Diagnostics.Process.Start()
  1885. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1886. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1887. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1888. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1889. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1890. [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".
  1891. [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"
  1892. [2024-07-05 02:23:41.934 +00:00] [ERR] Error in "Probe Provider"
  1893. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1894. at System.Diagnostics.Process.Start()
  1895. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1896. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1897. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1898. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1899. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1900. [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"
  1901. [2024-07-05 02:23:42.043 +00:00] [ERR] Error in "Probe Provider"
  1902. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1903. at System.Diagnostics.Process.Start()
  1904. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1905. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1906. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1907. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1908. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1909. [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".
  1910. [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"
  1911. [2024-07-05 02:23:42.073 +00:00] [ERR] Error in "Probe Provider"
  1912. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1913. at System.Diagnostics.Process.Start()
  1914. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1915. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1916. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1917. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1918. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1919. [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"
  1920. [2024-07-05 02:23:42.117 +00:00] [ERR] Error in "Probe Provider"
  1921. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1922. at System.Diagnostics.Process.Start()
  1923. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1924. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1925. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1926. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1927. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1928. [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"
  1929. [2024-07-05 02:23:42.168 +00:00] [ERR] Error in "Probe Provider"
  1930. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1931. at System.Diagnostics.Process.Start()
  1932. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1933. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1934. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1935. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1936. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1937. [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"
  1938. [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"
  1939. [2024-07-05 02:23:42.259 +00:00] [ERR] Error in "Probe Provider"
  1940. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1941. at System.Diagnostics.Process.Start()
  1942. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1943. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1944. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1945. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1946. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1947. [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"
  1948. [2024-07-05 02:23:42.269 +00:00] [ERR] Error in "Probe Provider"
  1949. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1950. at System.Diagnostics.Process.Start()
  1951. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1952. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1953. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1954. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1955. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1956. [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".
  1957. [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".
  1958. [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"
  1959. [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"
  1960. [2024-07-05 02:23:42.458 +00:00] [ERR] Error in "Probe Provider"
  1961. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1962. at System.Diagnostics.Process.Start()
  1963. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1964. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1965. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1966. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1967. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1968. [2024-07-05 02:23:42.458 +00:00] [ERR] Error in "Probe Provider"
  1969. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1970. at System.Diagnostics.Process.Start()
  1971. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1972. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1973. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1974. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1975. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1976. [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"
  1977. [2024-07-05 02:23:42.502 +00:00] [ERR] Error in "Probe Provider"
  1978. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1979. at System.Diagnostics.Process.Start()
  1980. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1981. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1982. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1983. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1984. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1985. [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"
  1986. [2024-07-05 02:23:42.570 +00:00] [ERR] Error in "Probe Provider"
  1987. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1988. at System.Diagnostics.Process.Start()
  1989. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  1990. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1991. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  1992. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  1993. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  1994. [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".
  1995. [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"
  1996. [2024-07-05 02:23:42.599 +00:00] [ERR] Error in "Probe Provider"
  1997. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  1998. at System.Diagnostics.Process.Start()
  1999. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2000. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2001. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2002. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2003. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2004. [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"
  2005. [2024-07-05 02:23:42.665 +00:00] [ERR] Error in "Probe Provider"
  2006. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2007. at System.Diagnostics.Process.Start()
  2008. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2009. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2010. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2011. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2012. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2013. [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".
  2014. [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"
  2015. [2024-07-05 02:23:42.715 +00:00] [ERR] Error in "Probe Provider"
  2016. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2017. at System.Diagnostics.Process.Start()
  2018. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2019. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2020. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2021. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2022. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2023. [2024-07-05 02:23:42.733 +00:00] [INF] Creating Season "Season Unknown" entry for "My-Hime"
  2024. [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"
  2025. [2024-07-05 02:23:42.738 +00:00] [ERR] Error in "Probe Provider"
  2026. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2027. at System.Diagnostics.Process.Start()
  2028. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2029. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2030. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2031. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2032. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2033. [2024-07-05 02:23:42.741 +00:00] [INF] Removing virtual season null in series "My-Hime"
  2034. [2024-07-05 02:23:42.741 +00:00] [INF] Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: fca97f17-13f5-1a0b-5e02-ce0cce121154
  2035. [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"
  2036. [2024-07-05 02:23:42.749 +00:00] [ERR] Error in "Probe Provider"
  2037. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2038. at System.Diagnostics.Process.Start()
  2039. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2040. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2041. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2042. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2043. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2044. [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"
  2045. [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"
  2046. [2024-07-05 02:23:42.800 +00:00] [ERR] Error in "Probe Provider"
  2047. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2048. at System.Diagnostics.Process.Start()
  2049. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2050. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2051. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2052. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2053. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2054. [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"
  2055. [2024-07-05 02:23:42.808 +00:00] [ERR] Error in "Probe Provider"
  2056. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2057. at System.Diagnostics.Process.Start()
  2058. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2059. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2060. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2061. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2062. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2063. [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"
  2064. [2024-07-05 02:23:42.912 +00:00] [ERR] Error in "Probe Provider"
  2065. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2066. at System.Diagnostics.Process.Start()
  2067. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2068. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2069. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2070. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2071. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2072. [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"
  2073. [2024-07-05 02:23:42.928 +00:00] [ERR] Error in "Probe Provider"
  2074. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2075. at System.Diagnostics.Process.Start()
  2076. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2077. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2078. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2079. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2080. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2081. [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"
  2082. [2024-07-05 02:23:42.948 +00:00] [ERR] Error in "Probe Provider"
  2083. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2084. at System.Diagnostics.Process.Start()
  2085. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2086. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2087. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2088. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2089. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2090. [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".
  2091. [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"
  2092. [2024-07-05 02:23:42.982 +00:00] [ERR] Error in "Probe Provider"
  2093. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2094. at System.Diagnostics.Process.Start()
  2095. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2096. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2097. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2098. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2099. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2100. [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"
  2101. [2024-07-05 02:23:43.024 +00:00] [ERR] Error in "Probe Provider"
  2102. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2103. at System.Diagnostics.Process.Start()
  2104. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2105. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2106. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2107. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2108. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2109. [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".
  2110. [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"
  2111. [2024-07-05 02:23:43.142 +00:00] [ERR] Error in "Probe Provider"
  2112. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2113. at System.Diagnostics.Process.Start()
  2114. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2115. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2116. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2117. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2118. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2119. [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"
  2120. [2024-07-05 02:23:43.146 +00:00] [ERR] Error in "Probe Provider"
  2121. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2122. at System.Diagnostics.Process.Start()
  2123. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2124. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2125. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2126. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2127. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2128. [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"
  2129. [2024-07-05 02:23:43.266 +00:00] [ERR] Error in "Probe Provider"
  2130. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2131. at System.Diagnostics.Process.Start()
  2132. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2133. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2134. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2135. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2136. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2137. [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"
  2138. [2024-07-05 02:23:43.336 +00:00] [ERR] Error in "Probe Provider"
  2139. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2140. at System.Diagnostics.Process.Start()
  2141. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2142. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2143. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2144. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2145. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2146. [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".
  2147. [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".
  2148. [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"
  2149. [2024-07-05 02:23:43.366 +00:00] [ERR] Error in "Probe Provider"
  2150. System.InvalidOperationException: Cannot start process because a file name has not been provided.
  2151. at System.Diagnostics.Process.Start()
  2152. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
  2153. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2154. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
  2155. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  2156. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  2157.  
Advertisement
Add Comment
Please, Sign In to add comment