TheQwertiest / foo_discord_rich

foobar2000 component for integration with Discord Rich Presence
https://theqwertiest.github.io/foo_discord_rich/
MIT License
405 stars 40 forks source link

Invalid handling of ' and \ characters #5

Closed Dogeisbest closed 4 years ago

Dogeisbest commented 5 years ago

Let's say I wanted to say at the top, "I'm listening to". I can't do so, because, with the way you have it set up, the quotations are ', so it thinks that it's the end of the statement. I can't do \ either, because it thinks it's breaking it. image image image

TheQwertiest commented 5 years ago

Hm... I'll look into it. Thanks for the bug report!

Dogeisbest commented 5 years ago

Also, can you contact me on Discord? I would like to talk about this foobar2000 component, and maybe help you. Disc: a merry shiba#9083

TheQwertiest commented 4 years ago

Not a bug: component uses fb2k title formatting rules (see the part about escaping). In your case you have to use two single quotes ' to escape formatting.