mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add configuration for scan fanout concurrency
This commit is contained in:
parent
f2a6ac3946
commit
1506521a78
3 changed files with 10 additions and 2 deletions
|
@ -772,7 +772,7 @@
|
|||
"LabelOriginalTitle": "Original title",
|
||||
"LabelOverview": "Overview",
|
||||
"LabelParallelImageEncodingLimit": "Parallel image encoding limit",
|
||||
"LabelParallelImageEncodingLimitHelp": "Maximum amount of image encodings that are allowed to run in parallel. Setting this to 0 will choose a limit based on your system specs.",
|
||||
"LabelParallelImageEncodingLimitHelp": "Maximum number of image encodings that are allowed to run in parallel. Setting this to 0 will choose a limit based on your systems core count.",
|
||||
"LabelParentalRating": "Parental rating",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelPassword": "Password",
|
||||
|
@ -959,6 +959,8 @@
|
|||
"LeaveBlankToNotSetAPassword": "You can leave this field blank to set no password.",
|
||||
"Letterer": "Letterer",
|
||||
"LibraryAccessHelp": "Select the libraries to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
"LibraryScanFanoutConcurrency": "Parallel library scan tasks limit",
|
||||
"LibraryScanFanoutConcurrencyHelp": "Maximum number of parallel tasks during library scans. Setting this to 0 will choose a limit based on your systems core count. WARNING: Setting this number too high may cause issues with network file systems; if you encounter problems lower this number.",
|
||||
"LimitSupportedVideoResolution": "Limit maximum supported video resolution",
|
||||
"LimitSupportedVideoResolutionHelp": "Use 'Maximum Allowed Video Transcoding Resolution' as maximum supported video resolution.",
|
||||
"List": "List",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue