1- # Music system you use (jellyfin, mpd or subsonic)
1+ # Music system you use (jellyfin, mpd, plex or subsonic)
22EXPLO_SYSTEM = subsonic
3- # Address of music system (required for subsonic, jellyfin )
3+ # Address of music system (required for jellyfin, plex and subsonic )
44SYSTEM_URL = http://127.0.0.1:4533
5- # User which has admin access to the music server (required for subsonic)
5+ # User which has admin access to the music server (required for subsonic and plex )
66SYSTEM_USERNAME =
7- # Password for the user (required for subsonic)
7+ # Password for the user (required for subsonic and plex )
88SYSTEM_PASSWORD =
99# API Key from music server (required for jellyfin)
1010API_KEY =
1111# Directory where to download tracks (required)
1212# PS! It's recommended to make a separate directory (under the music library) for Explo
13- DOWNLOAD_DIR = /path/to/music/folder/
13+ DOWNLOAD_DIR = /path/to/music/folder/explo
1414# Directory where to make m3u playlist files (required for mpd)
1515PLAYLIST_DIR = /path/to/m3u/playlist/folder
1616# Username for ListenBrain recommendations (required)
@@ -24,7 +24,7 @@ YOUTUBE_API_KEY=
2424# FFMPEG_PATH=
2525# Assign a custom path to yt-dlp
2626# YTDLP_PATH=
27- # Library in Jellyfin to use (optional, leave empty to create a new library based on DOWNLOAD_DIR)
27+ # Library in Jellyfin/Plex to use (optional, leave empty to create a new library based on DOWNLOAD_DIR)
2828# LIBRARY_NAME=
2929# Define a custom filename sepatator for special characters
3030# FILENAME_SEPARATOR=
0 commit comments