mirror of
https://github.com/tdeerenberg/Musort.git
synced 2025-07-16 00:54:19 +00:00
Added invalid characters
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
|
||||
version_text = "Musort v1.0 (C) tdeerenberg"
|
||||
supported_formats = ["flac", "mp3", "mp2", "mp1", "opus", "ogg", "wma"]
|
||||
invalid_characters = ["\\", "/", "|", "*", "<", ">", '"', "'", "?"]
|
||||
invalid_characters = ["\\", "/", "|", "*", "<", ">", '"', "'", "?", "#", ":", ";"]
|
||||
default_separator = '_'
|
||||
help_text = \
|
||||
"""Musort (c) 2023 tdeerenberg (github.com/tdeerenberg)
|
||||
|
Reference in New Issue
Block a user