Add option to restrict filenames to ASCII #161

This commit is contained in:
Nathan Thomas 2021-08-30 12:11:45 -07:00
parent cddbd98224
commit 372a755215
4 changed files with 54 additions and 17 deletions

View file

@ -145,6 +145,9 @@ folder_format = "{albumartist} - {title} ({year}) [{container}] [{bit_depth}B-{s
# Available keys: "tracknumber", "artist", "albumartist", "composer", "title",
# and "albumcomposer"
track_format = "{tracknumber}. {artist} - {title}"
# Only allow printable ASCII characters in filenames.
restrict_characters = false
# Last.fm playlists are downloaded by searching for the titles of the tracks
[lastfm]
@ -160,4 +163,4 @@ progress_bar = "dainty"
[misc]
# Metadata to identify this config file. Do not change.
version = "1.4"
version = "1.5"