From 0274d090cb1a947618105851593b45b0310a65f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Fildadut?= Date: Fri, 22 Dec 2023 21:50:25 +0900 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9be739e..a1d29db 100644 --- a/README.md +++ b/README.md @@ -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 + 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.