From 4b06694060984698658e275a10c92be8ae876120 Mon Sep 17 00:00:00 2001 From: Reuh Date: Sun, 20 May 2018 17:28:52 +0200 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a058926 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# 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 mpd.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 mpd.lua file. I may make a dedicated repository if there's interest, and I'm not too lazy to write documentation and examples.