Winamp Presets for Audacious
simon — Sun, 03/30/2008 - 14:09
Many users of Linux miss the equalizer presets that they had on Windoze applications such as WinAmp. The following terminal scripts will install the WinAmp equalizer presets for Audacious.
To download the WinAmp presets type:
wget http://www.xmms.org/misc/winamp_presets.gz
To install the presets for the Audacious media player type:
gunzip -c winamp_presets.gz > ~/.config/audacious/eq.preset
You can also install these presets for other linux media players that have equalizers such as xmms and BMP media player.
To install the presets for xmms type:
gunzip -c winamp_presets.gz > ~/.xmms/eq.preset
to install the presets for BMP media player type:
gunzip -c winamp_presets.gz > ~/.bmp/eq.preset
Trackback URL for this post:
Winamp Presets for Audacious
from audacious on Thu, 05/29/2008 - 05:42Bookmarked your post over at Blog Bookmarker.com!











Thanks!
floorin (not verified) — Thu, 05/15/2008 - 22:56just... thanks!
keep going!
Thanks from a nOOb!
Alex (not verified) — Thu, 06/19/2008 - 15:24The Ubuntu forum has several ppl asking for help w/ this problem.
The whole key for me was the "wget" command in Terminal. After that, it was automatic. Thanks!
No Worries
simon — Thu, 06/19/2008 - 16:23You're welcome.
Wget is a really versatile application and can be used for such a variety of purposes. Wget is my application of choice for bash scripting with online aspects too. For more about using Wget check out its page at GNU and its Wiki page.
Tanks a lot!
Guest (not verified) — Sun, 06/22/2008 - 21:09Tanks a lot!
Post new comment