geemusic
geemusic copied to clipboard
A bridge between Google Music and Amazon's Alexa
Trying to build the docker image using the included Dockerfile fails with the following error... _Collecting lambda-packages==0.19.0 (from -r /tmp/requirements.txt (line 34)) Downloading https://files.pythonhosted.org/packages/e5/52/fb693a38c1cac26e03f67cd16e9eb32dbe3852d444885d0c869be33ad9e1/lambda_packages-0.19.0.tar.gz (74.1MB) The command '/bin/sh -c pip...
Hi. I'm trying to make this skill work but I can't. If I say "alexa, launch gee music" she replies "Welcome to Gee Music. Try asking me to play a...
Using the deploy button on the README.md page, I see: ModuleNotFoundError: No module named 'pip.req' Can't see how to get past this with the Heroku deployment. It seems that for...
Would be great to run this via Alexa-Hosted Skills - which appears to use AWS Lambda in the backend. From what I can tell, the free tier should cover any...
I used the Heroku method and created the Heroku App about 10 days ago. Using 3rd Generation Amazon Echo Dot. Free Google Music account with my own MP3s. I do...
Hello, I had my Echo Dot turned off for the last month or so. I've recently plugged it back in and now when I go to use GeeMusic I'm receiving...
In `play_artist_radio` there is an attempt to reference `album` which doesn't actually exist in this function: ``` if "albumArtRef" in album: thumbnail = api.get_thumbnail(album['albumArtRef']) else: thumbnail = None ``` https://github.com/stevenleeg/geemusic/blob/master/geemusic/intents/selection.py#L267
I can get geemusic to play on a single Echo, is there a way to make it play on a group like with the sub, or a stereo pair?
Trying it out mater @ Nov 18, 2019, and I'm seeing an issue with tracks ending too early. Songs play for maybe a minute or two and then it moves...
Currently, the queues and other information about state is kept in RAM, but this means that a restart of the service loses all of the information. It also means it...