Pandora updates - mzheng/rhythmbox-pandora GitHub Wiki

On Gentoo:

Install the rhythmbox-pandora plugin as normal.

$ git clone https://github.com/mzheng/rhythmbox-pandora.git
$ cd rhythmbox-pandora
$ sh setup.sh

Install the pithos package (provided in the "sunrise" overlay). (as root)

$ echo ">=media-sound/pithos-9999 **" >> /etc/portage/package.keywords
$ emerge -av pithos

Remove the default pithos directory provided by the rhythmbox-pandora plugin.

$ rm -Rf /home/<user>/.gnome2/rhythmbox/plugins/pandora/pandora/pithos

Link the pithos package to the directory we just removed. (substitute your version of python if different)

$ cd /home/<user>/.gnome2/rhythmbox/plugins/pandora/pandora
$ ln -s /usr/lib/python2.7/site-packages/pithos ./pithos

Restart rhythmbox. You may need to re-enter your Pandora username and password in the plugin settings.

Now, as long as pithos is updated with the new Pandora keys, the rhythmbox-pandora plugin will continue to work.

⚠️ **GitHub.com Fallback** ⚠️