Skip to content

Commit 1c2bd25

Browse files
committed
Merge branch 'dev' of https://github.com/nathom/streamrip into dev
2 parents bd3bff1 + 01c50f4 commit 1c2bd25

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)