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.5 2000/10/07 02:28:19 matt Exp $

$Log: playmp3,v $
Revision 1.5  2000/10/07 02:28:19  matt
fixed interface freeze problem by moving status upload to an execd program

Revision 1.4  2000/09/29 17:27:46  matt
wrapped ftp code in an eval. if ftp fails the first time out, it will not try ftping again this session

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