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

@ -223,6 +223,7 @@ class RipCore(list):
)
concurrency = session["downloads"]["concurrency"]
return {
"restrict_filenames": filepaths["restrict_characters"],
"parent_folder": session["downloads"]["folder"],
"folder_format": filepaths["folder_format"],
"track_format": filepaths["track_format"],