mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Create and configure image cache
This commit is contained in:
parent
d308e7ca46
commit
1bc68c20fc
7 changed files with 54 additions and 11 deletions
|
@ -26,6 +26,7 @@ type nd struct {
|
|||
IndexGroups string `default:"A B C D E F G H I J K L M N O P Q R S T U V W X-Z(XYZ) [Unknown]([)"`
|
||||
|
||||
TranscodingCacheSize string `default:"100MB"` // in MB
|
||||
ImageCacheSize string `default:"100MB"` // in MB
|
||||
ProbeCommand string `default:"ffmpeg -i %s -f ffmetadata"`
|
||||
|
||||
// DevFlags. These are used to enable/disable debugging and incomplete features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue