simon-weber / gmusicapi

An unofficial client library for Google Music.
https://unofficial-google-music-api.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.48k stars 257 forks source link

change_song_metadata for Mobileclient #155

Closed DanNixon closed 11 years ago

DanNixon commented 11 years ago

I'm trying to move all my apps over to Mobileclient an used to use this to "Thumbs Up" a song on Play.

simon-weber commented 11 years ago

I don't have this supported in the mobileclient just yet, so you'll still have to use https://unofficial-google-music-api.readthedocs.org/en/develop/reference/webclient.html#gmusicapi.clients.Webclient.change_song_metadata. I'll probably get to this next week.

DanNixon commented 11 years ago

No problem, thanks for clarifying. Think I might leave it for a while before using Mobileclient in that case if this will be fixed soon.

simon-weber commented 11 years ago

Cool. I'll leave this issue open until I implement it.

simon-weber commented 11 years ago

This may have to wait a little longer. As far as I can tell, Google's client doesn't even form its own request correctly -- every one I've captured gets an http 400 back, haha.

Hopefully they update the app to, uh, work sometime soon =)