Skip to content
Draft
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 @@ -189,6 +189,7 @@ make it all uppercase. Ex: `ND_LOGLEVEL=debug`. See below for all available opti
| EnableLogRedacting | `ND_ENABLELOGREDACTING` | Whether or not sensitive information (like tokens and passwords) should be redacted (hidden) in the logs | `true` |
| EnableM3UExternalAlbumArt | `ND_ENABLEM3UEXTERNALALBUMART` | Allow HTTP/HTTPS URLs in M3U `#EXTALBUMARTURL` directives for playlist artwork. Local file paths are always accepted regardless of this setting | `false` |
| EnableMediaFileCoverArt[\*][mediafilecoverart] | `ND_ENABLEMEDIAFILECOVERART` | If set to false, it will return the album CoverArt when a song CoverArt is requested | `true` |
| EnableNaturalSorting | `ND_ENABLENATURALSORTING` | Sort names containing numbers in human order (`Foo 2` before `Foo 10`). Off by default because it can slow down large libraries, see [#6015](https://github.com/navidrome/navidrome/pull/6015) | `false` |
| EnableNowPlaying | `ND_ENABLENOWPLAYING` | Enable/disable the Now Playing feature that tracks what songs users are currently listening to. When disabled, the "Now Playing" functionality and admin panel will be unavailable | `true` |
| EnableReplayGain | `ND_ENABLEREPLAYGAIN` | Enable ReplayGain options in the UI | `true` |
| EnableScrobbleHistory | `ND_ENABLESCROBBLEHISTORY` | Enable/disable scrobble history | `true` |
Expand Down
Loading