Ubuntu – How to install an equalizer in Rhythmbox

12.04equalizerpluginsrhythmbox

Previous I have never used rhythmbox by default because it seemed to be lacking in features to me. Just my personal opinion.

With rhythmbox back in 12.04 will ubuntu give it some attention to give it some usability one thing that was majorly missing on my last use of rhythmbox was an equalizer which is the most basic of requirements for an audio player let alone a preamp.

I have searched and found that on the rhythmbox website the plugin is available but in the plugins menu of rhythmbox it is not there.

I searched google and there are many guides from 2009 trying to install the equalizer. there is nothing recent and one would assume this would be a default plugin, there is no point after all searching for cover art if your music doesn't sound right.

How can I easily install the equalizer in 12.04?

Best Answer

Rhythmbox is not a canonical product so I don't think canonical can do anything about it. If you need a feature may be you can request feature to rhythmbox developers. If you are talking about third party plugin called 10 Band Equalizer.

What you can do is create a folder called plugins in $HOME/.local/share/rhythmbox and download the plugin and extract the equalizer folder in the plugins folder you created.

OR

If you know how to use git and have git installed. Just goto $HOME/.local/share/rhythmbox and do:

git clone https://github.com/luqmana/rhythmbox-plugins.git plugins

and then you can update your plugin with git pull command from plugins directory

Then enable the plugin from rhythmbox.

enter image description here

It can also be installed via a PPA as described in the linked question.


Linked Question: - How do I install third-party rhythmbox plugins?