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

dark4codrutz

  • Guest
When the link will be up again ? I'm aching to give this a try :) ...

boroda

  • Sr. Member
  • ****
  • Posts: 4595
At the moment only browsing is supported, but not uploading or downloading/playing (essential plugin functionality). I cant understand what's wrong with uploading/downloading. Hope I'll succeed ro resolve this. ((((

dark4codrutz

  • Guest
Can I have the link of the latest working version ( even if it's working partially ) ?

boroda

  • Sr. Member
  • ****
  • Posts: 4595
Working partially (no uploading/downloading, otherwise fine):
http://www.mediafire.com/download/zjesflebomn9d3h/mb_GooglePlayMusic_2014-05-15.zip

If somebody wants to help me with resolving uploading/downloading issue, just let me know - I will provide you my latest c# source code and the link to working Python code.
Last Edit: July 09, 2014, 05:20:13 AM by boroda74

FlamesFan89

  • Guest
seems to be working in terms of accessing your own library.  A few notes: track numbers don't seem to come through, causing albums to not be in order.  Album art doesn't seem to come through.

Are there any plans (or is it even possible) to open it up further so that you have access to the entire Google Library (provided you have an active All Access subscription)?

You are doing great work, and it is appreciated.

boroda

  • Sr. Member
  • ****
  • Posts: 4595
All possible tags are written. For artworks I know that it is possible to upload them, but don't know how.
As for All Access, I don't have subscription to test it.

The main problem now is to restore uploading/downloading functionality.

GodTamIt

  • Guest
I hope I'm not illegally gravedigging this.

I was wondering if this plugin is still in development or if it has been abandoned.  I am a developer who has had extensive experience in the field (including C#), and I was wondering if the developer (boroda74) would be interested in collaborating on this plugin or sharing the source code to revive development.

boroda

  • Sr. Member
  • ****
  • Posts: 4595
@GodTamIt
Plugin status is 'on hold'. I just cant find any significant difference between working Python code and my c# code. But I'm
not an expert in Python.

Yes, I would like to collaborate on this plugin and very like to evolve plugin to working state (as it was sometimes earlier).

Here is my source code:

Plugin itself (its working almost fine, there is only 1 bug with syncing playlists and I know how to fix it, I think you don't need to change this code):
http://www.mediafire.com/download/oh3obnwb0uwdobb/Google_Play_Music_2014-11-30.zip

Here is my Google Play Music library for .NET (dll) which plugin uses. The problem with library is that uploading/downloading (and only uploading/downloading) throws 'error 400: request is invalid' or 'error 403: Forbidden'. This project includes small test application:
http://www.mediafire.com/download/mfwxycw4bme1dkf/GoogleMusicAPI.NET_2014-11-30.rar

Here is a working Python project:
https://github.com/simon-weber/Unofficial-Google-Music-API

Notice that there are 3 APIs available for Google Play Music: Web client, Mobile and Music manager. We need to use Music manger API for uploading/downloading.

You could ask Simon (author of Python code) a couple of questions by e-mail. He is very kind and responsive. Also feel free to ask me any questions.
Last Edit: December 01, 2014, 03:18:56 PM by boroda74

fkm

  • Jr. Member
  • **
  • Posts: 49
Anyone know if this project is on hold, still in development or dead?

All download links are down. Did the last version enable you to play already uploaded songs?

Using outcold player on Windows 8 but as Musicbee is my main client, would be amazing if we eventually got Google Music integration.

Thx guys!



losingmyedge

  • Guest
So is this broken at the moment? I'd love to see it working

boroda

  • Sr. Member
  • ****
  • Posts: 4595
neither me nor godtamit can find any difference between working python code and my c# code. but python works and my code doesn't!

GodTamIt

  • Guest
Hello all:

I wanted to give a little update on this plugin.  I've had a little time since it is summer break to take a look at the API.  I have successfully gotten the Google Play Music API to work again.

Even though I have identified the problem, it will still take some time for me to get all the reworked and fixed.  You can keep up with my progress at https://github.com/GodTamIt/C-Sharp-Google-Music-API under the 'rework' branch.

Cheers,
Chris

boroda

  • Sr. Member
  • ****
  • Posts: 4595
thank you, godtamit! I've lost my hope already )))

gpzbc

  • Jr. Member
  • **
  • Posts: 66