NAME

Pmp3 - The Perl MP3 Player

DESCRIPTION

A console mp3 player built in Perl.

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 <matt@cre8tivegroup.com>

COPYRIGHT

All code Copyright (c) 2000 Matt Cashner. This code may be distributed under the terms of Perl itself.

CVS INFO

$Id: playmp3,v 1.3 2000/09/29 02:15:15 matt Exp $

$Log: playmp3,v $
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