nots1dd / litemuSH

light music player which only uses shell with ffmpeg family
MIT License
1 stars 1 forks source link

Accept single quotation as a valid character #1

Closed nots1dd closed 5 months ago

nots1dd commented 5 months ago

At the moment, I am grepping out ' and replacing it with _ for simplicity, but this leads to a pretty big issue.

If a user has a song or artist with a single quotation, it will sometimes NOT register as a valid artist or song and will not play it as a result.

This should be a fairly simple task to solve