View on GitHub

Squeezebox-googlemusic

Squeezebox (Logitech Media Server) Plug-in for Google Play Music

Download this project as a .zip file Download this project as a tar.gz file

squeezebox-googlemusic

This is a Squeezebox (Logitech Media Server) Plug-in for playing music from your Google Play Music library and All Access. It is based on the Python Unofficial Google Play Music API and the ability of inlining Python in Perl programs.

Installation

This installation procedure will only work on Linux based systems. At the moment I do not know if this will ever work on Windows. If you want to install this plugin on OSX have a look at the How-To below. Please let me know if you found a way to get this plugin running on non-Linux systems to extend this How-to.

  1. You will need a Google account and some music and/or playlists in your library. If you want to use Google Music All Access features you will need a subscription to this service.

  2. Install Python and Python pip.

  3. Install the Unofficial Google Play Music API by running:

     sudo pip install gmusicapi==10.0.1
    
  4. To be able to build the Perl package Inline::Python (see below) you will need the Python developer package. The name of the package and the way how to install it depends on your Linux distribution. On Debian based systems you will have to do:

     sudo apt-get install python-dev
    

    On redhat systems do:

     sudo yum install python-devel
    
  5. Install the Perl CPAN package Inline and Inline::Python by running:

     sudo cpan App::cpanminus
     sudo cpanm --notest Inline
     sudo cpanm --notest Inline::Python
    
  6. To install the plugin, add the repository URL http://squeezebox-googlemusic.github.io/squeezebox-googlemusic/repository/repo.xml to your squeezebox plugin settings page.

Installation on OSX

The installation on OSX is quite similar to Linux. According to the reports for issue #28 you will have to do the following:

  1. Download the get-pip.py script from here: https://raw.github.com/pypa/pip/master/contrib/get-pip.py

  2. Open Terminal by typing Terminal in Spotlight. A command line interface should open.

  3. Change to the Downloads directory

      cd Downloads
    
  4. Install the Unofficial Google Play Music API by running:

     sudo pip install gmusicapi==10.0.1
    
  5. Install the Perl CPAN package Inline and Inline::Python by running:

     sudo cpan App::cpanminus
     sudo ARCHFLAGS="-arch i386 -arch x86_64" cpanm --notest Inline
     sudo ARCHFLAGS="-arch i386 -arch x86_64" cpanm --notest Inline::Python
    
  6. Go to the Logitech Media Server with your browser. Visit the Plugins page and insert the repository URL for this Plugin at the bottom of the page: http://squeezebox-googlemusic.github.io/squeezebox-googlemusic/repository/repo.xml

  7. Save and restart the Logitech Media Server. Provide your All Access information on the settings page.

  8. Enjoy!

Thanks to @jamesray2 for this How-To.

Usage

  1. Go to the plug-in settings page and set your Google username and password for the Google Music plug-in. You can also use an application-specific password also known as 2-Step Verification which is desribed in detail on this support page.

  2. The mobile device ID is a 16-digit hexadecimal string (without a '0x' prefix) identifying an Android device or a string of the form ios:01234567-0123-0123-0123-0123456789AB (including the ios: prefix) identifying an iOS device you must already have registered for Google Play Music. On Android you can obtain this ID by dialing *#*#8255#*#* on your phone (see the aid) or using this App (see the Google Service Framework ID Key). You may also use the script mobile_devices.py to list all registered devices. If your Android or iOS device is already registered, you may leave the field Mobile Device ID empty. It will be filled in automatically after setting the username and password.

    Note: A registered PC MAC address will not work as a mobile device ID.

  3. Enable All Access if you have an All Access subscription.

  4. You will find the plug-in in the 'My Apps' section of the squeezebox menu.

Donate for this Plugin

If you are enjoying this plugin feel free to donate for it.

Project resources

ToDo

I'm looking forward to your help. Feel free to contribute or to report bugs. Here are some things you may help on: