Menu:

Latest news:

Mar 31, 2006:
New Website

Mar 30, 2006:
Perl Playlist 0.3 Released with file transfer capabitility

Current Version:

Perl Playlist 0.3 (.tar.bz2)

Perl Playlist 0.3 (.zip)

Perl Playlist

Example content image: left-align

Installing is a very simple task

*nix/MacOS/BSD
1. You must have the perl interpretor installed you can test this by typing "perl -e 'print "hello world!\n"'" this will return "hello world"
2. MP3::Info must be installed you can do this 1 of 2 ways
   type perl -MCPAN -e shell then install MP3::Info
   Used the packaged MP3::Info in perlplaylist in the mp3::info dir type "perl Makefile.PL" "make" "make install"
3. copy playlist.pl to somewhere in the $PATH like /usr/bin/ 'cp playlist.pl /usr/bin'

To install on Windows
1. You must have the perl interpretor installed you can test this by typing "perl -e 'print "hello world!\n"'" this will return "hello world" (activeperl.com for more info)
2. install MP3::Info from the cmd prompt type ppm then install MP3-Info
3. copy playlist.pl to somewhere in the $PATH i.e. c:\windows