Skip to content

Commit 7e17746

Browse files
committed
edit sample.env
1 parent f0a25d1 commit 7e17746

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

sample.env

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ SYSTEM_PASSWORD=
2121
API_KEY=
2222
# Name of the music library in your system (emby, jellyfin, plex)
2323
LIBRARY_NAME=
24+
# Mark playlist as public (subsonic)
25+
# PUBLIC_PLAYLIST=false
2426

2527
# === Downloader Configuration ===
2628

@@ -54,6 +56,8 @@ YOUTUBE_API_KEY=
5456
# SLSKD_API_KEY=
5557
# Whether to move downloads under the DOWNLOAD_DIR or not (default: false)
5658
# MIGRATE_DOWNLOADS=false
59+
# Rename migrated track in {artist}-{title} format
60+
# RENAME_TRACK=false
5761
# Directory where slskd downloads tracks (default: /slskd/)
5862
# PS! This is only needed on the binary version, in docker it's set through volume mapping
5963
# SLSKD_DIR=/slskd/
@@ -70,6 +74,8 @@ YOUTUBE_API_KEY=
7074
# MIN_BIT_DEPTH=8
7175
# Minimal Bitrate (default: 256)
7276
# MIN_BITRATE=256
77+
# Comma-separated (without spaces) keywords to avoid, when filtering slskd results (default: live,remix,instrumental,extended,clean,acapella)
78+
# FILTER_LIST=live,remix,instrumental,extended,clean,acapella
7379

7480
# === Metadata / Formatting ===
7581

@@ -80,7 +86,7 @@ YOUTUBE_API_KEY=
8086

8187
# Minutes to sleep between library scans (default: 2)
8288
# SLEEP=2
83-
# Keep previous weeks’ discoveries (set false if folder only holds discovered tracks (deletes every file from folder)) (default: true)
84-
# PERSIST=true
85-
# Enable additional debug logs (default: false)
86-
# DEBUG=false
89+
# Set the log level (DEBUG, INFO, WARN, ERROR) (default: INFO)
90+
# LOG_LEVEL=INFO
91+
# Set a custom HTTP timeout for music servers (in seconds) (default: 10)
92+
# CLIENT_HTTP_TIMEOUT=10

0 commit comments

Comments
 (0)