-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 1.25 KB
/
Copy path.env.example
File metadata and controls
29 lines (23 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copy to .env for `make run` (from-source dev). This file is gitignored.
# `make run` sources it, so your config persists across runs.
# Your music library as name=path (the name is arbitrary). Add more with
# commas: lib=/music,books=/audiobooks
WAXDECK_LIBRARY_ROOTS=lib=/path/to/music
# Roots (by name) uploads and YouTube downloads may place files into. Use
# a separate root from a beets/Picard-managed collection if you have one,
# so WaxDeck never reorganizes files you manage elsewhere.
WAXDECK_MANAGED_ROOTS=lib
# Library roots are watched, so files dropped in by hand are cataloged
# within seconds. Uncomment on a network mount (NFS, SMB) that delivers
# no change events, and enable the scan schedule instead.
# WAXDECK_LIBRARY_WATCH=false
# The YouTube downloader is on by default; uncomment to disable it.
# WAXDECK_YOUTUBE=false
# Acquired audio keeps the source's highest-quality audio (Opus, for
# YouTube) with the source thumbnail as cover art. Uncomment to leave
# acquired audio without embedded cover art.
# WAXDECK_YOUTUBE_THUMBNAIL=false
# Point at a running WaxFlow engine for transcoding, gapless timelines,
# and voice boost (optional; `make up` wires this for you in Docker).
# WAXDECK_FLOW_URL=http://127.0.0.1:4418
# WAXDECK_FLOW_API_KEY=devkey