]> git.draconx.ca Git - mpdhacks.git/commit
Factor out MPD connection code.
authorNick Bowler <nbowler@draconx.ca>
Tue, 5 May 2020 03:01:06 +0000 (23:01 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 6 May 2020 01:27:34 +0000 (21:27 -0400)
commitb0f5f5741b234174958ade58a6e884df8b6b00e4
treef7a9450179dd7138777dfbd6644f9454e042a2a1
parente49c1f846176562de0978ba1cd445b50b1094a2d
Factor out MPD connection code.

Instead of having three different copies of the MPD connection code in
the perl scripts, let's put it all in one place.  Now mpdreload is no
longer the only script that supports UNIX socket connections.
MPDHacks.pm
mpdexec.pl
mpdmenu.pl
mpdreload.pl