Windows 10 ffmpeg continue running while downloading and without watching videos

Issue #879 wontfix
Former user created an issue

It seem like servioo starts ffmpeg to retrive some info for all the files in the collections. If it does once is ok. The problem may be in the fact that I'm downloading this file, so servioo senses some changes in the directory folder and try to retrieve the info for the file again and again and againg. So the test is, watch how servioo call ffmpeg while downloading a file in the directory shared for collection

2015-08-08 10:40:21,147 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: G:\Download\Eagle Eye (2008).ita.eng.multisub.MIRCrew\Eagle Eye (2008).ita.eng.multisub.MIRCrew.avi 2015-08-08 10:40:21,147 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin..\lib\ffmpeg.exe -i G:\Download\Eagle Eye (2008).ita.eng.multisub.MIRCrew\Eagle Eye (2008).ita.eng.multisub.MIRCrew.avi 2015-08-08 10:40:21,218 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve thumbnail for file: G:\Download\Eagle Eye (2008).ita.eng.multisub.MIRCrew\Eagle Eye (2008).ita.eng.multisub.MIRCrew.avi 2015-08-08 10:40:21,218 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin..\lib\ffmpeg.exe -threads auto -ss 120 -i G:\Download\Eagle Eye (2008).ita.eng.multisub.MIRCrew\Eagle Eye (2008).ita.eng.multisub.MIRCrew.avi -an -frames:v 1 -f image2 pipe:

Comments (3)

  1. Petr Nejedly repo owner

    This is expected. there is no way to know when the file is actually complete, especially on remote drives and certain OSes.

    Serviio will check if the filesize is changed of it the file is locked, but if both say OK, Serviio tries to get the file metadata.

    In your case you can either download to another folder or disable automatic file detection.

  2. Log in to comment