You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sample.env
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff 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)
2
2
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)
4
4
SYSTEM_URL=http://127.0.0.1:4533
5
5
# User which has admin access to the music server (required for subsonic and plex)
6
6
SYSTEM_USERNAME=
7
7
# Password for the user (required for subsonic and plex)
8
8
SYSTEM_PASSWORD=
9
-
# API Key from music server (required for jellyfin)
9
+
# API Key from music server (required for emby, jellyfin)
10
10
API_KEY=
11
11
# Directory where to download tracks (required)
12
12
# PS! It's recommended to make a separate directory (under the music library) for Explo
@@ -27,6 +27,7 @@ YOUTUBE_API_KEY=
27
27
# Keywords to ignore on videos downloaded by youtube (separated by only commas)
28
28
# FILTER_LIST="live,remix,instrumental"
29
29
# 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.
30
31
# LIBRARY_NAME=
31
32
# Define a custom filename sepatator for special characters
32
33
# FILENAME_SEPARATOR=
@@ -35,11 +36,11 @@ YOUTUBE_API_KEY=
35
36
# 'playlist' to get tracks from Weekly Exploration playlist, anything else gets it from API (not the best recommendations). 'test' will download 1 song
36
37
# LISTENBRAINZ_DISCOVERY=playlist
37
38
# Time to sleep (in minutes) between scanning and querying tracks from your system (If using Subsonic, Jellyfin)
38
-
# SLEEP=1
39
+
# SLEEP=2
39
40
# Whether to provide additional info for debugging
40
41
# DEBUG=false
41
42
42
43
## Metadata (formatting details, structure, etc.)
43
44
44
45
# 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)
0 commit comments