From 2cb2528c435a736ab15f89e75dcbe3ee1da2f838 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Wed, 20 Oct 2021 12:37:01 -0700 Subject: [PATCH] Specify "id" tag in config comments --- rip/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rip/config.toml b/rip/config.toml index 6bb1ee8..4f8816d 100644 --- a/rip/config.toml +++ b/rip/config.toml @@ -146,10 +146,10 @@ exclude = [] # template add_singles_to_folder = false # Available keys: "albumartist", "title", "year", "bit_depth", "sampling_rate", -# "container", and "albumcomposer" +# "container", "id", and "albumcomposer" folder_format = "{albumartist} - {title} ({year}) [{container}] [{bit_depth}B-{sampling_rate}kHz]" # Available keys: "tracknumber", "artist", "albumartist", "composer", "title", -# "id", and "albumcomposer" +# and "albumcomposer" track_format = "{tracknumber}. {artist} - {title}" # Only allow printable ASCII characters in filenames. restrict_characters = false