commit 0ac45e3
hovercats
·
2026-08-17 21:02:11 +0000 UTC
parent ea7d6b0
write a more informative README
1 files changed,
+11,
-1
M
README
M
README
+11,
-1
1@@ -1,4 +1,14 @@
2 ampv
3 ----
4
5-use mpv as a music player
6+A script to use mpv as a music player written in rc
7+
8+Requirements:
9+- rc
10+- POSIX utils
11+- mpv
12+- nc
13+ - results with nc might differ, depending on the implementation used
14+ - mpv documentations recommends using socat instead
15+ - known working implementations: openbsd nc
16+ - if you tried others, let me know the result.