"Party MP3" - Yearh i know, it's a lame name. The project started in the days leading up to new year 2001/2002. New years eve was fast approaching, and we needed some interface between 60 drunk people and 80 gigabytes of mp3. We coded for like 70 hours straight, and this is the outcome. The setup was originally only meant to be used at that party, but time has shown that it won't go away :)
pmp3 is optimized for parties, not for everyday mp3 listening. It has to be very simple to use, therefore the feature list is short.
pmp3 is designed to run in console mode only. It's tested with Linux, but it should work with most other unices, maybe even DOS. Please try, and let me know the results.
The original setup, which is still used at my home, is an old Pentium 75 with a stripped down version of Debian, a quite expensive sound card and a small disk.
1. Download:
wget http://anders.brander.dk/files/pmp3-0.3.tar.gz2. Unpack:
tar xfz pmp3-0.3.tar.tar.gz3. Compile:
cd pmp3-0.34. Edit appropriate startup scripts, my machine doesn't start anything besides pmp3, so i just inserted it into /etc/inittab.
cd src
vim misc.h # change ROOT, MPG123, SCREENHEIGHT and SCREENWIDTH
make
Anders Brander - Primary developer, mpg123 interface, filesystem handling and
random stuff.
Jakob Birkedal - Initial version.
0.3 (Sep 20 2004): Bugfixes and features
0.2 (Oct 17 2003): Bugfixes and features
0.1 (Dec 31 2001): First version, ugly and bad, but very useful.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.