Author Topic: Google Play Music Access  (Read 107232 times)

hiccup

  • Sr. Member
  • ****
  • Posts: 7781
Past couple of days I've been getting notifications that there's been a reply to this thread, but it doesn't look that way. What's up with that?

That was because spambots posted there, and their posts were removed.

boroda

  • Sr. Member
  • ****
  • Posts: 4595
And, while I'm here, what's been happening with this plugin lately? :)
i've failed to fix new issues with google play api. i even hadn't understood why plugin had stopped to work. GodTamIt had written that he had solved the problem and had promised to upload working code, but he didn't visit the forum for ages after this.
Last Edit: September 02, 2016, 10:30:26 AM by boroda74

Chartal

  • Newbie
  • *
  • Posts: 11
Hi.

I don't know if that can help, but someone write a desktop app for Google Play Music.
He have a Github repository.

https://www.googleplaymusicdesktopplayer.com/

boroda

  • Sr. Member
  • ****
  • Posts: 4595
well, javascript is much better for me to use as the basis than python sources i'm using now, but i'm afraid all my plugin code should be rewritten.

boroda

  • Sr. Member
  • ****
  • Posts: 4595
Hi.

I don't know if that can help, but someone write a desktop app for Google Play Music.
He have a Github repository.

https://www.googleplaymusicdesktopplayer.com/
unfortunately its just a player, no uploading is possible.

justkid24

  • Jr. Member
  • **
  • Posts: 28

boroda

  • Sr. Member
  • ****
  • Posts: 4595
i think i'll delete this plugin as nobody ready to fix it (and i failed to fix it too).

mythichelm

  • Newbie
  • *
  • Posts: 8
I made a .NET Google Play Music API a few months back (borrowing heavily from other projects, mainly the python gmusicapi). I did this for fun to use in a different project as well as to fix another Music Bee plugin (MBGmusicSync https://getmusicbee.com/forum/index.php?topic=10976.45). I only implemented the APIs I needed and I can't promise I'll continue to work on it, but it could be a good place to look to fix whatever issues you're having.

Check it out here: https://github.com/mitchhymel/GooglePlayMusicAPI

boroda

  • Sr. Member
  • ****
  • Posts: 4595
mythichelm, somewhat late reply, but i'll look at your api.