Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannixon/googlemusicradio
A hardware internet radio for Google Play Music.
https://github.com/dannixon/googlemusicradio
Last synced: 7 days ago
JSON representation
A hardware internet radio for Google Play Music.
- Host: GitHub
- URL: https://github.com/dannixon/googlemusicradio
- Owner: DanNixon
- License: apache-2.0
- Created: 2013-06-19T12:33:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-23T09:56:03.000Z (over 10 years ago)
- Last Synced: 2023-08-01T06:22:38.393Z (over 1 year ago)
- Language: Python
- Size: 292 KB
- Stars: 16
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GoogleMusicRadio
================
Internet radio which streams music form a Google Play library using a Raspberry Pi and Arduino.Overview
--------
Allows browsing and playing tracks from a Google Play music library on a hardware internet radio, browsing library is done through a Artist>Album>Track menu structure (or a Playlist>Track structure in the case of playlists).The radio is intended to be used with [Last.fm](http://last.fm) to report the currently playing track, scrobble listened tracks and to love tracks at the request of the user.
A basic user interface of 6 buttons, two rotary encoders with push in switches and a 4 row, 20 column LCD is used, although it is possible to use various sizes of LCD based on specific user requirements enclosure designs.
Note that this radio is designed to work with a personal library only, personally I don't use the All Access service so have no need to support it, but feel free to add this functionality, the Google Music API does support All Access radio.
Requirements
------------
Libraries required for Arduino and Raspberry Pi are listed in the respective folders.Build Instructions
------------------
A complete guide to building a radio is available [here](http://www.instructables.com/id/Google-Play-Music-Internet-Radio-Raspberry-Pi-and/) on Instructbles.A demo of the final project is available [here](http://www.youtube.com/watch?v=tgPbvo-8iRc).