bhj / KaraokeEternal

Open karaoke party system
https://www.karaoke-eternal.com
ISC License
452 stars 67 forks source link

Metadata parsing / file format parsing does not work for Hebrew #53

Closed Iddodo closed 1 year ago

Iddodo commented 1 year ago

Almost all the songs appear under a random artist.

image

I tried deleting all local data at =~/Library/Application Support= (using macOS) and another random artist is picked.

Some songs have the artist and song name flipped for no apparent reason.

bhj commented 1 year ago

Hi, if your filenames are in "Title - Artist" format (rather than "Artist -Title") you can tell the metadata parser.

If the filenames still aren't parsing properly (probably an RTL language issue) but the files are correctly tagged, you can pass the data directly to the parser.

Let me know how it goes!