From 69a2bb99c8d70e0355dba4e3118bb8b984804781 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 9 May 2023 21:45:17 +0200 Subject: [PATCH] dit is de juiste conventie --- .config/streamrip/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/streamrip/config.toml b/.config/streamrip/config.toml index 5a57f35..890c64e 100644 --- a/.config/streamrip/config.toml +++ b/.config/streamrip/config.toml @@ -147,7 +147,7 @@ exclude = [] add_singles_to_folder = false # Available keys: "albumartist", "title", "year", "bit_depth", "sampling_rate", # "container", "id", and "albumcomposer" -folder_format = "{albumartist} - {title} ({year}) [{container}] [{bit_depth}B-{sampling_rate}kHz]" +folder_format = "{albumartist}/{title} ({year})" # Available keys: "tracknumber", "artist", "albumartist", "composer", "title", # and "albumcomposer" track_format = "{tracknumber}. {artist} - {title}{explicit}"