Fixes #24 where special characters, '\','/',':','*','?','"','<','>','|', would crash the program.
Now special characters that aren't allowed on file names get replaced with either "_" or " ".
This could potentially cause problems if songs are entirely named with special characters:
For example, would be named EDEN - .mp3.
I invite anyone to find a solution that would work in that case
Fixes #24 where special characters,
'\','/',':','*','?','"','<','>','|'
, would crash the program. Now special characters that aren't allowed on file names get replaced with either "_" or " ".This could potentially cause problems if songs are entirely named with special characters: For example, would be named
EDEN - .mp3
. I invite anyone to find a solution that would work in that case