From 01c50f464433118c34f4cccdcf4ecaf552169207 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Wed, 24 Jan 2024 12:19:36 -0800 Subject: [PATCH] Add 2 zero padding for tracknumber by default (#594) --- streamrip/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamrip/config.toml b/streamrip/config.toml index cfbf72e..b420d0d 100644 --- a/streamrip/config.toml +++ b/streamrip/config.toml @@ -161,7 +161,7 @@ add_singles_to_folder = false folder_format = "{albumartist} - {title} ({year}) [{container}] [{bit_depth}B-{sampling_rate}kHz]" # Available keys: "tracknumber", "artist", "albumartist", "composer", "title", # and "albumcomposer", "explicit" -track_format = "{tracknumber}. {artist} - {title}{explicit}" +track_format = "{tracknumber:02}. {artist} - {title}{explicit}" # Only allow printable ASCII characters in filenames. restrict_characters = false # Truncate the filename if it is greater than this number of characters