rdubigny / cozy-music

Cozic, an open source music cloud
http://rdubigny.github.io/cozy-music/
Other
137 stars 19 forks source link

Files with special characters in their filename won't play #22

Open isaring opened 9 years ago

isaring commented 9 years ago

Found a bug with the files named with : é, è, à, ö... characters : import seems good but the player doesn't play the music afterward.

E.g. "une musique géniale.mp3" won't be play because of the "é" in the filename.

Pending workaround : renaming our files to remove special characters.