Posts tagged «audacious» Feed RSS

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 [...]