1
0
Fork 0
mirror of https://github.com/Reuh/daccord.git synced 2025-10-27 12:49:30 +00:00
wip mpd client
Find a file
Reuh 8415d9e7d4
Update README.md
writing is hard
2018-05-20 17:30:14 +02:00
.gitignore Initial commit 2018-05-20 17:21:40 +02:00
classtoi.lua Initial commit 2018-05-20 17:21:40 +02:00
daccord.can Initial commit 2018-05-20 17:21:40 +02:00
gui.can Initial commit 2018-05-20 17:21:40 +02:00
LICENSE Initial commit 2018-05-20 17:21:40 +02:00
mpc.lua Initial commit 2018-05-20 17:21:40 +02:00
README.md Update README.md 2018-05-20 17:30:14 +02:00

daccord

Work-in-progress MPD client. You probably don't want to use it now.

You may be interested howerver in the MPD client library mpc.lua (Lua 5.1-5.3 with luasocket) in this repository, which supports every MPD command and seems to work pretty well. Licensed under a different license (MIT/X11-like) than this repository, see the mpc.lua file. I may make a dedicated repository if there's interest, and I'm not too lazy to write documentation and examples.