Add 2 zero padding for tracknumber by default (#594)

This commit is contained in:
Nathan Thomas 2024-01-24 12:19:36 -08:00 committed by GitHub
parent 99578f8577
commit 01c50f4644
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -161,7 +161,7 @@ add_singles_to_folder = false
folder_format = "{albumartist} - {title} ({year}) [{container}] [{bit_depth}B-{sampling_rate}kHz]" folder_format = "{albumartist} - {title} ({year}) [{container}] [{bit_depth}B-{sampling_rate}kHz]"
# Available keys: "tracknumber", "artist", "albumartist", "composer", "title", # Available keys: "tracknumber", "artist", "albumartist", "composer", "title",
# and "albumcomposer", "explicit" # and "albumcomposer", "explicit"
track_format = "{tracknumber}. {artist} - {title}{explicit}" track_format = "{tracknumber:02}. {artist} - {title}{explicit}"
# Only allow printable ASCII characters in filenames. # Only allow printable ASCII characters in filenames.
restrict_characters = false restrict_characters = false
# Truncate the filename if it is greater than this number of characters # Truncate the filename if it is greater than this number of characters