]> git.draconx.ca Git - mpdhacks.git/commit
Fix quoting of single quotes in MPD protocol.
authorNick Bowler <nbowler@draconx.ca>
Sat, 2 May 2020 15:53:28 +0000 (11:53 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 5 May 2020 02:25:12 +0000 (22:25 -0400)
commite49c1f846176562de0978ba1cd445b50b1094a2d
tree80010412c3c36bd4d40ac7fff10447889ce7e4de
parentadba02b582138375bfd3adc9f68c0cd398827e7a
Fix quoting of single quotes in MPD protocol.

Single quotes have to be quoted in the protocol, but were forgotten.

This is easy enough to fix but isn't helped by the fact that there
are three different copies of this bug on the perl side, so let's
split out that function into a new module and fix it there.
MPDHacks.pm [new file with mode: 0644]
mpdexec.pl
mpdmenu.pl
mpdreload.pl
mpdthumb.sh