-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.env
43 lines (39 loc) · 1.84 KB
/
sample.env
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
33
34
35
36
37
38
39
40
41
42
43
# Music system you use (jellyfin, mpd or subsonic)
EXPLO_SYSTEM=subsonic
# Address of music system (required for subsonic, jellyfin)
SYSTEM_URL=http://127.0.0.1:4533
# User which has admin access to the music server (required for subsonic)
SYSTEM_USERNAME=
# Password for the user (required for subsonic)
SYSTEM_PASSWORD=
# API Key from music server (required for jellyfin)
API_KEY=
# Directory where to download tracks (required)
# PS! It's recommended to make a separate directory (under the music library) for Explo
DOWNLOAD_DIR=/path/to/music/folder/
# Directory where to make m3u playlist files (required for mpd)
PLAYLIST_DIR=/path/to/m3u/playlist/folder
# Username for ListenBrain recommendations (required)
LISTENBRAINZ_USER=
# Youtube Data API key (required)
YOUTUBE_API_KEY=
## Misc:
# Assign custom path to the ffmpeg binary
# FFMPEG_PATH=
# Assign a custom path to yt-dlp
# YTDLP_PATH=
# Library in Jellyfin to use (optional, leave empty to create a new library based on DOWNLOAD_DIR)
# LIBRARY_NAME=
# Define a custom filename sepatator for special characters
# FILENAME_SEPARATOR=
# true to keep pervious weeks discoveries, only set to false if the parent folder only contains discovered songs (deletes every file in folder)
# PERSIST=true
# 'playlist' to get tracks from Weekly Exploration playlist, anything else gets it from API (not the best recommendations). 'test' will download 1 song
# LISTENBRAINZ_DISCOVERY=playlist
# Time to sleep (in minutes) between scanning and querying tracks from your system (If using Subsonic, Jellyfin)
# SLEEP=1
# Whether to provide additional info for debugging
# DEBUG=false
## Metadata (formatting details, structure, etc.)
# true keeps only the main artist in the artist field; all featured artists go to the title (helps with keeping library clean, might limit ListenBrainz for recognizing the song)
# SINGLE_ARTIST=false