From f3d1e8695d792428fdee574c27f3954e1c4dd423 Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Tue, 6 Jan 2026 10:59:00 -0800 Subject: [PATCH] Update config.json --- config/config.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index fb4952c5..dccf5746 100644 --- a/config/config.json +++ b/config/config.json @@ -30,7 +30,9 @@ "slskd_url": "http://host.docker.internal:5030", "api_key": "SoulseekAPIKey", "download_path": "/app/downloads", - "transfer_path": "/app/Transfer" + "transfer_path": "/app/Transfer", + "search_timeout": 60, + "search_timeout_buffer": 15 }, "logging": { "path": "logs/app.log", @@ -44,6 +46,16 @@ "enabled": true, "embed_album_art": true }, + "file_organization": { + "enabled": true, + "_template_variables": "Available: $artist, $albumartist, $album, $title, $track, $year, $playlist", + "templates": { + "album_path": "$albumartist/$albumartist - $album/$track - $title", + "single_path": "$artist/$artist - $title/$title", + "compilation_path": "Compilations/$album/$track - $artist - $title", + "playlist_path": "$playlist/$artist - $title" + } + }, "playlist_sync": { "create_backup": true },