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)
|
||||
@ -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"""
|
||||
year year or date as string"""
|
||||
|
Reference in New Issue
Block a user