mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-01 11:20:59 +03:00
max-depth for library scan/refresh #566
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 @platinum55 on GitHub (Apr 4, 2019).
Is your feature request related to a problem? Please describe.
on my remote storage, each chdir() is expensive and takes around 12 seconds. When refreshing the library, jellyfin enters each directory and needs hours for this, even if only one folder is new.
Describe the solution you'd like
a max-deph feature for scanning would be great, like in the "find" binary for linux:
Describe alternatives you've considered
An alternative could be the possibility to add single folders into existing libraries, to prevent to scanning process for all folders
@jellyfin-bot commented on GitHub (Jul 29, 2019):
We are moving all feature and enhancement requests to our new Fider platform here. This new platform lets people vote on and better manage such requests.
This request now lives here.