amirchev / OBS-Lyrics

Manage and display lyrics to any text source in your OBS scene.
Apache License 2.0
27 stars 17 forks source link

Update lyrics.lua #19

Closed DCStrato closed 3 years ago

DCStrato commented 3 years ago

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.