Skip to content

Commit

Permalink
Add PreferSortTags
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan authored and caiocotts committed Jan 21, 2024
1 parent dc9d913 commit 256cf8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/docs/Usage/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ make it all uppercase. Ex: `ND_LOGLEVEL=debug`. See below for all available opti
| Jukebox.Devices | `ND_JUKEBOX_DEVICES` | List of devices that can be used by the Jukebox. Click [here][jukebox-config] for details | _Empty_ (auto detect) |
| Jukebox.Default | `ND_JUKEBOX_DEFAULT` | Device to use for Jukebox mode, if there are multiple Jukebox.Devices entries. Click [here][jukebox-config] for details | _Empty_ (auto detect) |
| LastFM.Enabled | `ND_LASTFM_ENABLED` | Set this to `false` to completely disable Last.fm integration | `true` |
| LastFM.ApiKey[\*][lastfm-integration] | `ND_LASTFM_APIKEY` | Last.fm API Key | _Empty_ |
| LastFM.ApiKey[\*][lastfm-integration] | `ND_LASTFM_APIKEY` | Last.fm API Key | _Empty_ |
| LastFM.Secret[\*][lastfm-integration] | `ND_LASTFM_SECRET` | Last.fm API Secret | _Empty_ |
| LastFM.Language | `ND_LASTFM_LANGUAGE` | [Two letter-code for language][language-codes] to be used to retrieve biographies from Last.fm | `"en"` |
| ListenBrainz.BaseURL | `ND_LISTENBRAINZ_BASEURL` | Set this to override the default ListenBrainz base URL (useful with self-hosted solutions like Maloja[\*][maloja] | `https://api.listenbrainz.org/1/` |
Expand All @@ -162,6 +162,7 @@ make it all uppercase. Ex: `ND_LOGLEVEL=debug`. See below for all available opti
| MPVPath | `ND_MPVPATH` | Path to `mpv` executable. Used for [Jukebox mode][jukebox-mode] | _Empty_ (search in PATH) |
| PasswordEncryptionKey[\*][encrypt-passwords] | `ND_PASSWORDENCRYPTIONKEY` | Passphrase used to encrypt passwords in the DB. Click [here][encrypt-passwords] for details | - |
| PlaylistsPath | `ND_PLAYLISTSPATH` | Where to search for and import playlists from. Can be a list of folders/globs (separated by `:` (or `;` on Windows). Paths **MUST** be relative to `MusicFolder` | `".:**/**"` (meaning `MusicFolder` and all its subfolders) |
| PreferSortTags | `ND_PREFERSORTTAGS` | Use Sort_* tags to sort columns in the UI. | `false` |
| Prometheus.Enabled | `ND_PROMETHEUS_ENABLED` | Enable extra endpoint with [Prometheus](https://prometheus.io/docs/introduction/overview/) metrics. | `false` |
| Prometheus.MetricsPath | `ND_PROMETHEUS_METRICSPATH` | Custom path for Prometheus metrics. Useful for blocking unauthorized metrics requests. | `"/metrics"` |
| RecentlyAddedByModTime | `ND_RECENTLYADDEDBYMODTIME` | Uses music files' modification time when sorting by "Recently Added". Otherwise use import time | `false` |
Expand Down

0 comments on commit 256cf8f

Please sign in to comment.