NAME Pmp3 - The Perl MP3 Player DESCRIPTION A console mp3 player built in Perl. INSTALL perl Makefile.PL && make && make install UNINSTALL make uninstall SYNOPSIS playmp3 -rld /mp3 COMMAND LINE OPTIONS r random l endless loop repeat x dont recurse d what dir to start in *(REQUIRED)* COMMAND LINE INTERFACE b previous song n next song p pause q quit + increase volume - decrease volume AUTHOR Matt Cashner COPYRIGHT All code Copyright (c) 2000 Matt Cashner. This code may be distributed under the terms of Perl itself. CVS INFO $Id: README,v 1.4 2000/09/29 02:23:05 matt Exp $ $Log: README,v $ Revision 1.4 2000/09/29 02:23:05 matt *** empty log message *** Revision 1.3 2000/09/29 02:18:49 matt *** empty log message *** Revision 1.3 2000/09/29 02:15:15 matt moved ftp cmd prior to mp3 playing to fix interface lock problem, fixed 0/?? bug in the time code Revision 1.2 2000/09/28 23:42:26 matt fixed bug in playlist generation that caused songs to be listed more than once Revision 1.1.1.1 2000/09/24 21:22:05 matt First release