2015-06-18, 20:38
2015-06-19, 20:18
Any ideas on the artists name showing twice? It appears to show in the song title. Only seems to happen if you use the search.
2015-06-21, 07:47
version 1.4 works great, can you add the option to see "last added"?
so I can quickly hear the last albums I've added to my library...
thanks!
so I can quickly hear the last albums I've added to my library...
thanks!
2015-06-22, 22:39
Problem here.
Env:
openelec 5.0.8 .
google music player 1.4 a4 (doesnt work on any other version also) .
Password through Google apppasswords (2 way verification is on).
I think that I am facing a problem connecting/auth with google.
I tried deleting/resetting everything...
Log file here
Env:
openelec 5.0.8 .
google music player 1.4 a4 (doesnt work on any other version also) .
Password through Google apppasswords (2 way verification is on).
I think that I am facing a problem connecting/auth with google.
I tried deleting/resetting everything...
Log file here
2015-06-23, 21:50
hi, new here. and fairly new to all this xbmc stuff.
but just for what it's worth, i firstly installed and tried: plugin.audio.googlemusic.exp-1.3
it gave me the authentication error, (wrong credentials)
i removed that version and installed: plugin.audio.googlemusic.exp-1.4alpha4
that one worked right away!
cheers, thanks for this plugin!
but just for what it's worth, i firstly installed and tried: plugin.audio.googlemusic.exp-1.3
it gave me the authentication error, (wrong credentials)
i removed that version and installed: plugin.audio.googlemusic.exp-1.4alpha4
that one worked right away!
cheers, thanks for this plugin!
2015-06-24, 11:45
hmmm.. that fun didn't last for long ;-)
i get script failures now, on every choice (library shuffle/album shuffle etc)
doesn't play anything anymore
i get script failures now, on every choice (library shuffle/album shuffle etc)
doesn't play anything anymore

2015-07-01, 18:00
Hi there. Does this work with ARMv7? Tried to install it but got "wrong structure" or something like that.
Thanks!
Thanks!
2015-07-02, 02:59
Thanks for your reply. Downloaded 1.3 stable and same issue.
Anyone with an armv7 Kodi that tried to install it?
Anyone with an armv7 Kodi that tried to install it?
2015-07-02, 04:20
I had to use the latest Alpha4 Version for this plugin to work. Version 1.3 causes invalid credentials for paid Google Music customers (at least for me).
Is there any way to get this to automatically update so we don't have to manually download the plugin?
Is there any way to get this to automatically update so we don't have to manually download the plugin?
2015-07-03, 09:02
Hi
Thanks for this.
The addon doesn't seem to populate the fanart attribute for json?
eg. the returned fanart property is always nil?
Can this point to the albumartisturl or some similar fanart?
edit:
After spending some time think it's a Kodi issue. Regardless of what I set fanart or thumbnail to in Python xbmcgui.listitem remains blank. Does seem the same issue reported here:
http://trac.kodi.tv/ticket/15416
Thanks
Thanks for this.
The addon doesn't seem to populate the fanart attribute for json?
eg. the returned fanart property is always nil?
Code:
http://127.0.0.1:8181/jsonrpc?request={"jsonrpc": "2.0", "method": "Player.GetItem", "params": { "properties": ["title", "album", "artist", "duration", "thumbnail", "file", "fanart", "streamdetails"], "playerid": 0 }, "id": "AudioGetItem"}
Can this point to the albumartisturl or some similar fanart?
edit:
After spending some time think it's a Kodi issue. Regardless of what I set fanart or thumbnail to in Python xbmcgui.listitem remains blank. Does seem the same issue reported here:
http://trac.kodi.tv/ticket/15416
Thanks
2015-07-05, 23:11