Skip to content

Commit 2c85e7e

Browse files
committed
document Plex support
1 parent 291fb45 commit 2c85e7e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sample.env

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Music system you use (jellyfin, mpd or subsonic)
1+
# Music system you use (jellyfin, mpd, plex or subsonic)
22
EXPLO_SYSTEM=subsonic
3-
# Address of music system (required for subsonic, jellyfin)
3+
# Address of music system (required for jellyfin, plex and subsonic)
44
SYSTEM_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)
66
SYSTEM_USERNAME=
7-
# Password for the user (required for subsonic)
7+
# Password for the user (required for subsonic and plex)
88
SYSTEM_PASSWORD=
99
# API Key from music server (required for 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
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)
1515
PLAYLIST_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

Comments
 (0)