shithub: zuke

Download patch

ref: 6c18febc1e3d06756604df5384809e120e2ab521
parent: 4a94fb2e08fb85bbb45af269ae1ba3faab273eaa
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Thu Feb 18 05:53:33 EST 2021

readme: link the rc music player by umbraticus

--- a/README.md
+++ b/README.md
@@ -19,6 +19,12 @@
 
 	audio/zuke -G <old.plist >new.plist
 
+## Text-based alternative
+
+Behold, a music player in rc, with keyboard control, plumbing, and a
+playlist that can be live-edited(!), by umbraticus:
+[music](http://runjimmyrunrunyoufuckerrun.com/rc/music).
+
 ## Installing
 
 Install [libtags](https://git.sr.ht/~ft/libtags) first.
@@ -29,8 +35,8 @@
 itself.  The other one is `audio/mkplist`, it's used to make playlists
 that are then fed to `audio/zuke`'s stdin:
 
-	audio/mkplist /n/somefs/dir /n/otherfs/file.mp3 http://stream.nauticradio.net:14280/ > $home/somefs.plist
-	audio/zuke < $home/somefs.plist
+	audio/mkplist /n/somefs/dir /n/otherfs/file.mp3 http://stream.nauticradio.net:14280/ > $home/music.plist
+	audio/zuke < $home/music.plist
 
 Of course, one can combine these steps into one: