diff --git a/src/variables.py b/src/variables.py index 2e08d87..cf5d8f5 100644 --- a/src/variables.py +++ b/src/variables.py @@ -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) @@ -70,4 +70,4 @@ samplerate samples per second title title of the song track track number as string track_total total number of tracks as string -year year or date as string""" \ No newline at end of file +year year or date as string"""