1
0
Fork 0
mirror of https://github.com/Reuh/daccord.git synced 2025-10-27 12:49:30 +00:00

Update README.md

This commit is contained in:
Étienne Fildadut 2023-12-22 21:50:25 +09:00 committed by GitHub
parent d21e9b67a0
commit 0274d090cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,7 @@
**This repository is archived.** I don't use MPD anymore and thus won't update this. Feel free to fork or something.
# daccord # daccord
Work-in-progress MPD client. You probably don't want to use it now. 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. 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.