Skip to content

Commit

Permalink
Add backup options
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Dec 21, 2024
1 parent 76e6a65 commit 05f17f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/docs/Usage/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ make it all uppercase. Ex: `ND_LOGLEVEL=debug`. See below for all available opti
| AutoImportPlaylists | `ND_AUTOIMPORTPLAYLISTS` | Enable/disable `.m3u` playlist auto-import | `true` |
| DefaultPlaylistPublicVisibility | `ND_DEFAULTPLAYLISTPUBLICVISIBILITY` | Set imported playlists as public by default | `false` |
| ArtistArtPriority[\*][artistcoverart] | `ND_ARTISTARTPRIORITY` | Configure the order to look for artist images. | `artist.*, album/artist.*, external` |
| Backup.Path | `ND_BACKUP_PATH` | Path to store backups. Set to `""` to disable backups | `""` (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` |
| CoverJpegQuality | `ND_COVERJPEGQUALITY` | Set JPEG quality percentage for resized cover art images | `75` |
| DefaultDownsamplingFormat | `ND_DEFAULTDOWNSAMPLINGFORMAT` | Format to transcode to when client requests downsampling (specify maxBitrate without a format) | `opus` |
Expand Down

0 comments on commit 05f17f5

Please sign in to comment.