2024-12-10, 06:20 PM
(This post was last modified: 2024-12-10, 06:47 PM by XmnwildX12. Edited 1 time in total.)
That is where all my new media flows in, sometimes I archive some on external drives after the fact. The user directory didn't seem to be a problem prior to v 10.10.x but I could try pointing new media to a non User directory and see if that works.
Edit:
Looks like the same issue when moved out of the User folder as well
Edit:
Looks like the same issue when moved out of the User folder as well
Code:
[2024-12-10 12:41:51.221 -06:00] [INF] [94] Emby.Server.Implementations.IO.LibraryMonitor: "Movies" ("C:\Media\Movies") will be refreshed.
[2024-12-10 12:41:51.263 -06:00] [INF] [97] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"C:\Media\Movies\Sugarcane (2024)\Sugarcane (2024) WEBDL-1080p Proper.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-12-10 12:41:51.652 -06:00] [ERR] [95] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider"
MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null.
at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)