6Aug/08Off
Winamp Equalizer in Banshee 1.2
The Winamp equalizers presets are the best equalizer settings I have found. The following guide will get the default WinAmp presets working under Banshee 1.2.
1. Download the equalizer presets
wget http://www.mikesplanet.net/files/equalizers.xml.gz
2. Install equalizer presets in Banshee 1.2 (Please note, this will write over existing presets)
gunzip -c equalizers.xml.gz > ~/.config/banshee-1/equalizers.xml
Yes, this still works in Banshee 1.5
3. Start Banshee, Goto View -> Equalizer and choose what preset you want to use.





August 6th, 2008 - 13:12
Or this one-liner:
wget -O – http://www.mikesplanet.net/files/equalizers.xml.gz | gunzip -c – > ~/.config/banshee-1/equalizers.xml
August 6th, 2008 - 15:03
Thanks, this is always an issue to get working as expected. I really think that something like this could be included in the upstream release.
December 14th, 2008 - 05:48
Doesn’t work with Banshee 1.4.1.