sahib / glyr

Glyr is a music related metadata searchengine, both with commandline interface and C API
GNU Lesser General Public License v3.0
248 stars 23 forks source link

Apostrophes in metadata #88

Open omgold opened 6 years ago

omgold commented 6 years ago

I consistently have problems to successfully fetch data when any of the submitted fields (artist, album, title) contains a single apostrophe ('). It seems not to work at all to keep it in the field. Sometimes, as a workaround, replacing the apostrophe with a space or removing it altogether, makes the fetch succeed, but it is very unreliable.

Can this be fixed?