mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Too many ffprobe instances on big library scan #7172
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Weegley on GitHub (Jul 20, 2025).
This issue respects the following points:
Description of the bug
When scanning library with big amount of files Jellyfin launches more than thousand of ffprobe instances + ffmpeg
here is tasklist output:
Each of them reads files which, especially on external HDD leads to HDD 100% busy and unresponsive
Reproduction steps
Just launch "update metadata" with "find missing metadata"
What is the current bug behavior?
More than thousand ffprobe + some ffmpeg instances:
Each of them reads files which, especially on external HDD leads to HDD 100% busy and unresponsive and eventually hangs
What is the expected correct behavior?
limit instances to some adequate number
Jellyfin Server version
10.10.0+
Specify the build version
10.10.7
Environment
Jellyfin logs
Log is full of errors as below:
Additional information
External USB HDD just can't sustain such load
@crobibero commented on GitHub (Jul 20, 2025):
This is already fixed for 10.11