Mopidy extension for playing music from Google Play Music
Project description
WARNING
As of December 2020, the Google Play Music service is no longer operational. Thus, the maintenance of this extension has been stopped. The mopidy-gmusic package has been removed from Debian/Ubuntu, and the Git repo is put into archive mode.
Mopidy-GMusic
Mopidy extension for playing music from Google Play Music.
Dependencies
You must have a Google account, and either:
have some music uploaded to your Google Play Music library, or
have a paid subscription for Google Play Music.
Installation
Install by running:
sudo python3 -m pip install Mopidy-GMusic
See https://mopidy.com/ext/gmusic/ for alternative installation methods
Configuration
Run mopidy gmusic login to obtain a refresh token, and then include it in your config file:
[gmusic] refresh_token = <your refresh token>
Google Play Music now requires all clients to provide a device ID. In the past, Mopidy-GMusic generated one automatically from your MAC address, but Google seems to have changed their API in a way that prevents this from working. Therefore you will need to configure one manually.
If no device ID is configured, Mopidy-GMusic will output a list of registered devices and their IDs. You can either use one of those IDs in your config file, or use the special value mac if you want gmusicapi to use the old method of generating an ID from your MAC address:
[gmusic] deviceid = 0123456789abcdef # or deviceid = mac
By default, All Access will be enabled automatically if you subscribe. You may force enable or disable it by using the all_access option:
[gmusic] all_access = true
By default, the bitrate is set to 160 kbps. You can change this to either 128 or 320 kbps by setting:
[gmusic] bitrate = 320
All Access radios are available as browsable content or playlist. The following are the default config values:
[gmusic] # Show radio stations in content browser radio_stations_in_browse = true # Show radio stations as playlists radio_stations_as_playlists = false # Limit the number of radio stations, unlimited if unset radio_stations_count = # Limit the number or tracks for each radio station radio_tracks_count = 25
The library and playlists are automatically refresh at regular intervals. Refreshing can be CPU intensive on very low-powered machines, e.g. Raspberry Pi Zero. The refresh intervals can be configured:
[gmusic] # How often to refresh the library, in minutes refresh_library = 1440 # How often to refresh playlists, in minutes refresh_playlists = 60
Usage
The extension is enabled by default if all dependencies are available. You can simply browse through your library and search for tracks, albums, and artists. Google Play Music playlists are imported as well. You can even add songs from your All Access subscription to your library. Mopidy will able to play them.
Project resources
Credits
Original author: Ronald Hecht
Current maintainer: Kaleb Elwert
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Mopidy-GMusic-4.0.1.tar.gz
.
File metadata
- Download URL: Mopidy-GMusic-4.0.1.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da8d64352e8b3ff57c91cc89bd9c17babd80dd176921b0f5522943c125207004 |
|
MD5 | e08f52a8df67cde404e3d9c0407338dd |
|
BLAKE2b-256 | 82b2753b96e116f762afdb69e387e079746672dc44943fdf8267bd7c6b47e4d2 |
File details
Details for the file Mopidy_GMusic-4.0.1-py3-none-any.whl
.
File metadata
- Download URL: Mopidy_GMusic-4.0.1-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b00dafeef14748719ee0cfad568f90f270d1bbe3109bbdc57914cd70ddc3969 |
|
MD5 | acdf85a3f1c8e09b29f852eb4bb42861 |
|
BLAKE2b-256 | d67525b754da27a66eb23b1040242b8a7b028916d8f925e03a2085b709021d4a |