Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/en/docs/usage/configuration/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ make it all uppercase. Ex: `ND_LOGLEVEL=debug`. See below for all available opti
| DiscArtPriority[\*][disccoverart] | `ND_DISCARTPRIORITY` | Configure the priority order for disc-level cover art sources in multi-disc albums. Uses the same pattern format as `CoverArtPriority`. The special keyword `discsubtitle` matches image files whose filenames equal the disc's subtitle | `"disc*.*, cd*.*, cover.*, folder.*, front.*, discsubtitle, embedded"` |
| EnableArtworkPrecache | `ND_ENABLEARTWORKPRECACHE` | Enable image pre-caching of new added music | `true` |
| EnableArtworkUpload | `ND_ENABLEARTWORKUPLOAD` | Enable artwork upload functionality for playlists, artists, and internet radios via the web UI. Accepted formats: JPEG, PNG, WebP, GIF (max 10 MB). When disabled, only admins can upload artwork | `true` |
| MaxImageUploadSize | `ND_MAXIMAGEUPLOADSIZE` | Maximum allowed image upload size in for artwork uploads | `10MB` |
| EnableCoverAnimation | `ND_ENABLECOVERANIMATION` | Controls whether the player in the UI will animate the album cover (rotation) | `true` |
| EnableDownloads | `ND_ENABLEDOWNLOADS` | Enable the option in the UI to download music/albums/artists/playlists from the server | `true` |
| EnableExternalServices | `ND_ENABLEEXTERNALSERVICES` | Set this to `false` to completely disable ALL external integrations, including the [anonymous data collection][insights] and the nice login background images | `true` |
Expand Down