Skip to content

Commit 9aa70c3

Browse files
committed
document changes
1 parent b26e2ce commit 9aa70c3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

sample.env

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Music system you use (jellyfin, mpd, plex or subsonic)
1+
# Music system you use (emby, jellyfin, mpd, plex or subsonic)
22
EXPLO_SYSTEM=subsonic
3-
# Address of music system (required for jellyfin, plex and subsonic)
3+
# Address of music system (required for emby, jellyfin, plex and subsonic)
44
SYSTEM_URL=http://127.0.0.1:4533
55
# User which has admin access to the music server (required for subsonic and plex)
66
SYSTEM_USERNAME=
77
# Password for the user (required for subsonic and plex)
88
SYSTEM_PASSWORD=
9-
# API Key from music server (required for jellyfin)
9+
# API Key from music server (required for emby, jellyfin)
1010
API_KEY=
1111
# Directory where to download tracks (required)
1212
# PS! It's recommended to make a separate directory (under the music library) for Explo
@@ -27,6 +27,7 @@ YOUTUBE_API_KEY=
2727
# Keywords to ignore on videos downloaded by youtube (separated by only commas)
2828
# FILTER_LIST="live,remix,instrumental"
2929
# Library in Jellyfin/Plex to use (optional, leave empty to create a new library based on DOWNLOAD_DIR)
30+
# PS! When defining a pre-made library make sure that it doesn't overwrite file metadata.
3031
# LIBRARY_NAME=
3132
# Define a custom filename sepatator for special characters
3233
# FILENAME_SEPARATOR=
@@ -35,11 +36,11 @@ YOUTUBE_API_KEY=
3536
# 'playlist' to get tracks from Weekly Exploration playlist, anything else gets it from API (not the best recommendations). 'test' will download 1 song
3637
# LISTENBRAINZ_DISCOVERY=playlist
3738
# Time to sleep (in minutes) between scanning and querying tracks from your system (If using Subsonic, Jellyfin)
38-
# SLEEP=1
39+
# SLEEP=2
3940
# Whether to provide additional info for debugging
4041
# DEBUG=false
4142

4243
## Metadata (formatting details, structure, etc.)
4344

4445
# 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)
45-
# SINGLE_ARTIST=false
46+
# SINGLE_ARTIST=true

0 commit comments

Comments
 (0)