qndmp3 (the Quick and Dirty MP3 Player) is a Perl-based console MP3 player-frontend with playlist support. In the future this file will be more informative.
Product's homepage
Requirements:
· qndmp3 requires Perl, some extra perl-modules, and a mp3-player, which is used for actually playing the files. Till now only two players, mp3blaster or mpg123, are supported.
· If you own an internet connection, the perl-modules can easily be installed with the following commands:
· perl -MCPAN -e 'install AtExit'
· perl -MCPAN -e 'install IO::Dir'
· perl -MCPAN -e 'install Curses'
· perl -MCPAN -e 'install MPEG::MP3Info'