Skip to content

Commit 1646f8c

Browse files
committed
add variables
1 parent 7cb4d9b commit 1646f8c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

sample.env

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ LIBRARY_NAME=
3737
# USE_SUBDIRECTORY=true
3838
# Keep original file permissions when moving files (set to false on Synology devices)
3939
# KEEP_PERMISSIONS=true
40-
# Rename migrated track in {artist}-{title} format
41-
# RENAME_TRACK=false
4240
# Comma-separated list (no spaces) of download services, in priority order (default: youtube)
4341
# DOWNLOAD_SERVICES=youtube
4442

@@ -68,6 +66,8 @@ YOUTUBE_API_KEY=
6866
# SLSKD_API_KEY=
6967
# Whether to move downloads under the DOWNLOAD_DIR or not (default: false)
7068
# MIGRATE_DOWNLOADS=false
69+
# Rename migrated track in {artist}-{title} format
70+
# RENAME_TRACK=false
7171
# Directory where slskd downloads tracks (default: /slskd/)
7272
# PS! This is only needed on the binary version, in docker it's set through volume mapping
7373
# SLSKD_DIR=/slskd/
@@ -91,6 +91,8 @@ YOUTUBE_API_KEY=
9191

9292
# Set to true to merge featured artists into title (recommended), false appends them to artist field (default: true)
9393
# SINGLE_ARTIST=true
94+
# Playlist name format: week (Weekly-Exploration-2026-Week5) or date (Weekly-Exploration-2026-01-31)
95+
# PLAYLISTNAME_FORMAT=week
9496

9597
# === Notifications ===
9698

0 commit comments

Comments
 (0)