Skip to content

Commit 0a82dc6

Browse files
committed
add new variables to sample
1 parent 66690a1 commit 0a82dc6

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

sample.env

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ LIBRARY_NAME=
4949

5050
# YouTube Data API key (required if using youtube)
5151
YOUTUBE_API_KEY=
52+
# Custom file extension for tracks (e.g mp3) (default: opus)
53+
# TRACK_EXTENSION=opus
5254
# Custom path to ffmpeg binary (default: defined in $PATH)
5355
# FFMPEG_PATH=
5456
# Custom path to yt-dlp binary (default: defined in $PATH)
5557
# YTDLP_PATH=
56-
# Path to (optional) cookies file (default ./cookies.txt) (in docker this is set through volume mapping)
58+
# Path to (optional) cookies file (default: ./cookies.txt) (in docker this is set through volume mapping)
5759
# COOKIES_PATH=./cookies.txt
5860
# Comma-separated (without spaces) keywords to exclude from YouTube results (default: live,remix,instrumental,extended,clean,acapella)
5961
# FILTER_LIST=live,remix,instrumental,extended
@@ -90,6 +92,32 @@ YOUTUBE_API_KEY=
9092
# Set to true to merge featured artists into title (recommended), false appends them to artist field (default: true)
9193
# SINGLE_ARTIST=true
9294

95+
# === Notifications ===
96+
97+
## Discord
98+
99+
# Application's (bot) token
100+
# DISCORD_BOT_TOKEN=
101+
# Channel ID where to send notifications (supports multiple IDs, use comma (without spaces) to separate them)
102+
# DISCORD_CHANNEL_ID=
103+
104+
## HTTP
105+
106+
# HTTP URL to send POST requests to (supports multiple URLs, use comma (without spaces) to separate them)
107+
# HTTP_RECEIVER=
108+
109+
## Matrix
110+
111+
# User ID for Matrix
112+
# MATRIX_USERID=
113+
# Room ID to send notifications in
114+
# MATRIX_ROOMID=
115+
# Homeserver URL that the room is created in
116+
# MATRIX_HOMESERVER_URL
117+
# Users Access token
118+
# MATRIX_ACCESSTOKEN
119+
120+
93121
# === Misc ===
94122

95123
# Minutes to sleep between library scans (default: 2)

0 commit comments

Comments
 (0)