From 8fd776737fb6835f674a6666fe0f9de48bf7c3f8 Mon Sep 17 00:00:00 2001 From: Deluan Date: Sun, 23 Aug 2026 14:41:26 -0400 Subject: [PATCH] docs: document EnableNaturalSorting Adds the option introduced in navidrome/navidrome#6015. The description notes that it can slow down large libraries and links to the PR, which carries the before/after numbers. --- content/en/docs/usage/configuration/options.md | 1 + 1 file changed, 1 insertion(+) 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` |