EnigmaCurry / GMusicFS

A FUSE filesystem for Google Music
153 stars 36 forks source link

Illigal characters in the artist/album name breaks the script #25

Open DelusionalLogic opened 10 years ago

DelusionalLogic commented 10 years ago

Illigal characters (like '/' or '\') Breaks the script because fuse doesn't handle them nicely.

A proposed fix could be to replace the illigal chars with spaces or other appropriate chars.