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}"