-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.dev
26 lines (22 loc) · 824 Bytes
/
.env.dev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TIMEZONE=Europe/Vienna
LOG_LEVEL=INFO
DRY_RUN=true
# Preferred extensions are ranking files higher in the eval process.
PREFERRED_EXTENSIONS=mp3 flac
# Files with these extensions will be removed from the music directory.
UNSUPPORTED_EXTENSIONS=m4p mp4 mp2
# Beets configuration directory.
BEETSDIR=./config/beets
# Beets library base path.
BEETS_BASE_PATH=/music
# Point to the configuration dir for Navidrome.
# This directory should contain the navidrome.db
ND_DIR=./navidrome
# Base path of the music library in the Navidrome database.
# If you run Navidrom with Docker, it's the path inside the container.
ND_BASE_PATH=/music/library
# Local directory where the music files are stored.
# This is used by Beets and Navidrome.
MUSIC_DIR=./music
# Folder to access logs and other processing data
DATA_DIR=./data