Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

radiant-player/radiant-player-mac

Repository files navigation

Project Deprecated

As Google Play Music has shut down, this repo will be archived as Radiant Player no longer functions. For alternatives that support YouTube Music, consider projects like GPMDP.

If anyone is interested in developing Radiant Player further, please contact @jacobwgillespie or any previous mantainer.


Turn Google Play Music into a separate, beautiful application that integrates with your Mac.

Developed by Sajid Anwar. Originally created by James Fator at JamesFator/GoogleMusicMac.

No affiliation with Google. Google Play is a trademark of Google Inc.

Requirements

Adobe recently changed their install to try to auto-detect your browser. If you are using Google Chrome it will automatically select the incorrect (PPAPI) version needed for Radiant Player. Select a version manually and choose the NPAPI version when prompted, or install Flash via Safari rather than Chrome or Firefox.

Development

This project uses CocoaPods to handle its dependencies, though it may be cloned and developed without having CocoaPods installed. Just be sure to open radiant-player-mac.xcworkspace instead of radiant-player-mac.xcodeproj in order to correctly pull in the dependencies into Xcode.

A few JavaScript dependencies are installed via npm - to update these dependences, ensure that package.json specifies the target version and run ./scripts/update-javascript-dependencies.sh.

Support

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

License

The MIT License (MIT)

Copyright (c) 2016 Sajid Anwar

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.