Google Play Music Desktop Player is a cross-platform application designed to provide users with a seamless desktop experience for Google Play Music. It allows you to enjoy your music without relying on browser tabs or excessive RAM consumption.
Key Features:
Supports media keys (play, pause, stop, next, previous).
Fully integrated YouTube Music player.
Last.fm & ListenBrainz scrobbling and Now Playing support.
Discord Rich Presence integration.
Hands-free voice controls.
Customizable hotkeys for enhanced control.
Audience & Benefit:
Ideal for Google Play Music users seeking a desktop app that integrates media controls, supports background listening, and offers customizable features. The player enhances your music experience with rich presence updates, scrobbling, and seamless integration of YouTube Music.
README
Google Play Music™ Desktop Player
Windows:
MacOS / Linux:
Run "Google Play Music" as a standalone desktop app. Never again will you have to hunt through your tabs to pause your music, or stop listening to your favourite song because Chrome is guzzling up all your RAM. Now also has YouTube Music player fully integrated.
Both are documented in the Docs folder. For one time read access you should
probably use the JSON interface. For an application that requires continuous
updates as to the state of GPMDP or needs to control GPMDP you should use the
Web Socket interface.
Issues
If you have any bugs / issues please check the
FAQ
first before raising an issue
To get started just pull the repo and run the following
npm install
npm run build
npm start
To build the installers / release packages you need to run, you can only build a platforms installer from that platform.
# Windows
npm run make:win
# Mac OS X
npm run make:darwin
# Ubuntu (Requires the 'dpkg' package)
npm run make:deb
# Fedora (Requires the 'rpm' package)
npm run make:rpm
All releases will be signing with my Code Signing Certificates (Authenticode on Windows and Codesign on OS X)
Please see the development FAQ for additional requirements for building.
Contributing
If you find something wrong (theming issues, app crashes) please report them as an issue.
If you think you can add something cool or fix a problem, fork the repo and make a pull request :D
NOTE: Some of the functionality in this app has been extracted into smaller submodules. In particular
You can download the latest signed installers for Windows from the artifacts section of AppVeyor
You can download the latest linux (debian and fedora) and OS X (darwin) builds from the artifacts section on Circle CI
License
The MIT License (MIT)
Copyright (c) 2016 Samuel Attard
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.