Ubuntu – Can’t enable Rhythmbox’s Google Music Plugin

googlemusicpluginsrhythmbox

I tried to install Google Play Music Plugin for Rhythmbox.

I ended up by getting the plugin installed but I can't enable it. :c

pic

I have:

Ubuntu 13.04 x32

Gnome 3.8

Thanks in advance

Best Answer

I installed using PPA, but it didn't work. However, installing using PIP worked just fine:

sudo apt-get install python-pip git-core
sudo pip install git+https://github.com/nvbn/rhythmbox-gmusic.git#egg=rhythmbox-gmusic

I also installed python-dateutil, python-requests and python-validictory.

Related Question