Added encoding/decoding for file names derived from Song Titles with invalid characters like ? or Unicode from other languages. Leverages a basic base64 method to create a valid filename and file from the Title saved as an .enc file instead of a .txt file. When reloading files to create song directory, .enc files are decoded back to the original title before being added to the list of available songs.
Added encoding/decoding for file names derived from Song Titles with invalid characters like ? or Unicode from other languages. Leverages a basic base64 method to create a valid filename and file from the Title saved as an .enc file instead of a .txt file. When reloading files to create song directory, .enc files are decoded back to the original title before being added to the list of available songs.