Disclaimer: This is a fork of https://github.com/pablorusso/GoogleMusic.bundle `s update_gmusicapi_fix_login branch modified to work with Plex Media Server in Linux (ubntu).
A Plex plugin for Google Music. An All Access account is not required but many of the features will not work without one.
$ cd /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins
$ git clone {this repo url}/GoogleMusic.bundle.git
$ sudo chown -R plex:plex GoogleMusic.bundle
$ sudo service plexmediaserver restart
Refresh web interface and look in channels.
If having issues opening the plugin. Steps from here
$ sudo apt-get install gcc python python-dev
$ wget https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.6.1.tar.gz
$ tar -xf pycrypto-2.6.1.tar.gz
$ cd pycrypto-2.6.1/
$ python setup.py build
$ sudo cp -R build/lib.linux-x86_64-2.7/Crypto /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/GoogleMusic.bundle/Contents/Libraries/Shared/
$ sudo chown -R plex:plex /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/
Huge thanks to all the people who worked on this upstream jwdempsy, supermaik, pablorusso