mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-12 22:26:16 -04:00
Specify "id" tag in config comments
This commit is contained in:
parent
fc9c2e675a
commit
2cb2528c43
1 changed files with 2 additions and 2 deletions
|
@ -146,10 +146,10 @@ exclude = []
|
||||||
# template
|
# template
|
||||||
add_singles_to_folder = false
|
add_singles_to_folder = false
|
||||||
# Available keys: "albumartist", "title", "year", "bit_depth", "sampling_rate",
|
# 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]"
|
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",
|
||||||
# "id", and "albumcomposer"
|
# and "albumcomposer"
|
||||||
track_format = "{tracknumber}. {artist} - {title}"
|
track_format = "{tracknumber}. {artist} - {title}"
|
||||||
# Only allow printable ASCII characters in filenames.
|
# Only allow printable ASCII characters in filenames.
|
||||||
restrict_characters = false
|
restrict_characters = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue