Settings
Local runtime settings
Configure binaries and ports with environment variables. This app runs locally and stores data in SQLite plus local folders.
Tool status
Checking API tools...
Environment
NEXT_PUBLIC_API_URL points the web app at the Express API.
YTDLP_PATH defaults to yt-dlp.
FFMPEG_PATH defaults to ffmpeg.
DATABASE_PATH defaults to database/music.db.
Storage
Audio files are saved in storage/music/.
Thumbnails are saved in storage/thumbnails/.
The frontend streams through GET /api/stream/:songId, never arbitrary file paths.