@@ -26,12 +26,12 @@ LIBRARY_NAME=
2626
2727# Directory to store downloaded tracks. It's recommended to make a separate directory (under the music library) for Explo
2828# PS! This is only needed when running the binary version
29- # DOWNLOAD_DIR=/path/to/musiclibrary/explo
29+ # DOWNLOAD_DIR=/path/to/musiclibrary/explo/
3030# Comma-separated list (no spaces) of download services, in priority order (default: youtube)
3131# DOWNLOAD_SERVICES=youtube
3232
3333# Directory for writing .m3u playlists (required only for MPD)
34- # PLAYLIST_DIR=/path/to/playlist/folder
34+ # PLAYLIST_DIR=/path/to/playlist/folder/
3535
3636# === YouTube Configuration ===
3737
@@ -44,11 +44,16 @@ YOUTUBE_API_KEY=
4444# Comma-separated (without spaces) keywords to exclude from YouTube results (default: live,remix,instrumental,extended)
4545# FILTER_LIST=live,remix,instrumental,extended
4646
47- # === Slskd Configuration (Experimental) ===
47+ # === Slskd Configuration ===
4848
49- # Soulseek via slskd (requires running instance)
49+ # Slskd instance address (requires running instance)
5050# SLSKD_URL=
51+ # Slskd API key
5152# SLSKD_API_KEY=
53+ # Number of times to check search status before skipping the track (default: 5)
54+ # SLSKD_RETRY=5
55+ # Number of download attempts for a track (default: 3)
56+ # SLSKD_DL_ATTEMPTS=3
5257# Comma-separated (without spaces) file extensions to download from (default: flac,mp3)
5358# EXTENSIONS=flac,mp3
5459# Minimal Bit Depth (default: 8)
0 commit comments