-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.env
More file actions
32 lines (25 loc) · 764 Bytes
/
sample.env
File metadata and controls
32 lines (25 loc) · 764 Bytes
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
27
28
29
30
31
32
# mpd server to monitor
MPD_FRIENDLY_NAME=my-mpd-player
MPD_HOST=mpd.local
MPD_PORT=6600
# for subsonic configuration:
# either specify SUBSONIC_PARAMETERS_FILE or the individual parameters
# separate file for subsonic configuration
SUBSONIC_PARAMETERS_FILE=.subsonic.env
# individual parameters for subsonic configuration, alternative to SUBSONIC_PARAMETERS_FILE
SUBSONIC_BASE_URL=https://yourserver.yourdomain.com
SUBSONIC_PORT=443
SUBSONIC_USER=username
SUBSONIC_PASSWORD=password
# legacy authentication is needed for lms
#SUBSONIC_LEGACYAUTH=false
# scrobbler parameters
MIN_COVERAGE=50
SLEEP_TIME=1000
VERBOSE=0
# optional
#MAX_SUBSONIC_SERVERS=10
#MAX_MPD_INSTANCES=10
# optional
#MPD_CLIENT_TIMEOUT_SEC=0.05
#ITERATION_DURATION_THRESHOLD_PERCENT=50