name hovercats/ampv
description use mpv as a music player using ipc
last change 2026-09-02
clone url
https://srcdump.net/hovercats/ampv.git

commit briefs

tree

22 L
15 L
69 L

readme

 1ampv
 2----
 3
 4A script to use mpv as a music player written in rc
 5
 6Requirements:
 7- rc
 8- POSIX utils
 9- mpv
10- nc
11	- results with nc might differ, depending on the implementation used
12	- mpv documentations recommends using socat instead
13	- known working implementations: openbsd nc
14		- if you tried others, let me know the result.