Plan 9 from Bell Labs’s /usr/web/sources/contrib/john/USING_JUKE

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


The 'juke' script is outdated. To use jukebox, I did the following:
1. Get Axel Belinfante's 'mkmap' and 'du2map' scripts from his contrib dir.
2. Copy the perl binary to my $home/bin/386
3. Run mkmap to get a map file of my music, then copy mapfile to /sys/lib/music/map
4. Create the file /bin/games/mp3dec containing the following:
	#!/bin/rc
	cat $3 | madplay -q -o RAW:- -
5. Run the following commands, conveniently stuck in the 'juke' script in contrib/john:
	games/playlistfs
	games/jukefs
	games/jukebox
6. Enjoy my music

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.