Skip to content

Commit 01c50f4

Browse files
authored
Add 2 zero padding for tracknumber by default (#594)
1 parent 99578f8 commit 01c50f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

streamrip/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ add_singles_to_folder = false
161161
folder_format = "{albumartist} - {title} ({year}) [{container}] [{bit_depth}B-{sampling_rate}kHz]"
162162
# Available keys: "tracknumber", "artist", "albumartist", "composer", "title",
163163
# and "albumcomposer", "explicit"
164-
track_format = "{tracknumber}. {artist} - {title}{explicit}"
164+
track_format = "{tracknumber:02}. {artist} - {title}{explicit}"
165165
# Only allow printable ASCII characters in filenames.
166166
restrict_characters = false
167167
# Truncate the filename if it is greater than this number of characters

0 commit comments

Comments
 (0)