shithub: zuke

ref: 17b3ea38d2c957d182b9f4cba318243c098419b2
dir: /README/

View raw version
Building zuke requires libtags, which happens to reside on github
currently, so:

% cd /tmp
% hget https://github.com/ftrvxmtrx/libtags/archive/master.tar.gz | tar xz
% cd libtags-master/src
% mk install

Zuke comes with two programs.  One is audio/zuke, which is the player
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/mymusic > $home/somefs.plist
% audio/zuke < $home/somefs.plist

Keys:
left/right - seek backwards/forward
up/down/pgup/pgdn/home/end - move within the playlist
enter - play the selected track
o - move to the currently playing track
q/del - quit
> - skip next
< - skip prev
s - stop
p - pause/resume
/ - search forward
? - search backwards
n - repeat search forward
N - repeat search backwards