diff --git a/content/en/docs/usage/configuration/options.md b/content/en/docs/usage/configuration/options.md index 0aad7a74..13a4feda 100644 --- a/content/en/docs/usage/configuration/options.md +++ b/content/en/docs/usage/configuration/options.md @@ -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` |