Sometimes I just want to play a few files and not have any of the bells and wistles the average music player comes with. In fact I looked at a whole bunch of music players that could fulfill this task in a reasonable way and didn't find any. Hence ddmp or Dead Dumb Music Player was born.
Basically, anything that the player doesn't do is done better by other applications. Personally I prefer Ex Falso / Quod Libet, but there are many alternatives.
You can grab the code and just run it withouth even installing it (in fact, installation is unsuppored currently). You will need a few dependencies though:
If you are on a Debian-like system this can be simply done by:
apt-get install python python-gtk2 gazpacho python-gst0.10
I've pretty much stopped being interested in this. It was a fun expriment but now I've found Decibel Audio Player which is pretty much what I wanted and way better. The code of ddmp is still here though:
If you want the most recent code or want to modify it yourself you can get the code using Bazaar Version Conrol by pointing it to my branch:
~$ bzr branch http://flub.stuffwillmade.org/ddmp/dist/ddmp.dev
Contributions welcome! But bear in mind that I don't really want any new features. There are many usability improvements to be made though, this list should give you a feel of what I classify as "usability improvement": slider, column with music length, delete-key binding, right-click context menu, pause functionality, ...