XMMS, Audacious, BMP equalizer presets

When using XMMS, Audacious or BMP on Linux, some of you miss the equalizer presets from Winamp.
This is how you can get them in your linux distribution.
Write a shell script or just run these commands in your terminal:

#!/bin/bash
wget http://www.xmms.org/misc/winamp_presets.gz
gunzip -c winamp_presets.gz > ~/.xmms/eq.preset
gunzip -c winamp_presets.gz > ~/.config/audacious/eq.preset
gunzip -c winamp_presets.gz > ~/.bmp/eq.preset

The script will activate presets for XMMS, Audacious and BMP. If you don’t use all of them, feel free to remove the appropriate line.

xmms_presets

Have fun!

  1. You are awsome man, thanks a lot!!! :)

  2. thanks a lot. worked perfectly.

  3. Thank you. it works very well. :-)

  4. Appreciate your help but the url seems to be broken. Please fix it with correct url.

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">