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
2 changes: 1 addition & 1 deletion content/en/docs/usage/configuration/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ make it all uppercase. Ex: `ND_LOGLEVEL=debug`. See below for all available opti
| Backup.Path | `ND_BACKUP_PATH` | Path to store backups. Set to `""` to disable backups. Click [here][backup] for details | `""` (disabled) |
| Backup.Schedule | `ND_BACKUP_SCHEDULE` | Schedule for automatic backups. Use [Cron syntax](https://en.wikipedia.org/wiki/Cron#CRON_expression) | `""` (disabled) |
| Backup.Count | `ND_BACKUP_COUNT` | Number of backups to keep | `0` (disabled) |
| CoverArtPriority[\*][albumcoverart] | `ND_COVERARTPRIORITY` | Configure the order to look for cover art images. Use special `embedded` value to get embedded images from the audio files | `cover.*, folder.*, front.*, embedded, external` |
| CoverArtPriority[\*][albumcoverart] | `ND_COVERARTPRIORITY` | Configure the order to look for cover art images. Use special `embedded` value to get embedded images from the audio files | `"cover.*, folder.*, front.*, embedded, external"` |
| CoverJpegQuality | `ND_COVERJPEGQUALITY` | Set JPEG quality percentage for resized cover art images | `75` |
| Deezer.Enabled[\*][deezer-integration] | `ND_DEEZER_ENABLED` | Set this to `false` to completely disable Deezer integration for artist images | `true` |
| Deezer.Language | `ND_DEEZER_LANGUAGE` | Language to be used by Deezer integration | `"en"` |
Expand Down