Network traffic peaks at full utilization for minutes after importing a new episode. This only started happening in the recent update. I have ‘Analyse video files’ off so the files should simply be moved and renamed.
From the debug logs, it looks like Sonarr is trying to analyse the files which seems to take up to 5 mins depending on the size.
What happened in the latest version to cause this issue?
Which OS?
If non-Windows, which version of mono?
How many files?
What large are the files?
What is the speed of the network? (if its to a remote location, whats the internet speed)
Sonarr has always analyzed the video files when importing from your download client (regardless of that setting), it does this to weed out sample files as there isn’t a more reliable way to detect them. We changed how those files are accessed in the recent update to eliminate issues with unicode characters in the file name.
It would help to know which kind of files. MediaInfo will spend quite some bandwidth on .avi files, but way less on .mkv.
Sonarr only reads the portions of the file that was actually requested by MediaInfo, so it should only read a fraction of each file.
I’ll see if I can whip up some code to log at Trace how much it actually fetches per file.
EDIT: After some more testing, it seems to only be MP4 files that are creating excess network traffic and it is happening while the mediainfo is scanning the files. MKVs seem to be fine.