gmusicapi icon indicating copy to clipboard operation
gmusicapi copied to clipboard

An unofficial client library for Google Music.

Results 61 gmusicapi issues
Sort by recently updated
recently updated
newest added
trafficstars

I believe the gmusic client uploads song playcount metadata, which is pretty much useless but is good eyecandy, I suppose :P. It might be helpful for things like the gmusic...

The webclient was stateless, whereas the mobileclient is inherently stateful. However, to ease moving from one client to another, I've currently been replicating the webclient interface with the mobileclient. Since...

As seen when implementing #178, get_track_info doesn't return a rating key. But, Google's clients can retrieve this somehow -- I'd like to know how, if for no other reason than...

I have an iOS device registered now, and after seeing how streaming for one can break independent of the other (#226), it'd be nice to test with both.

Auth might not be needed to retrieve public information (eg Mobileclient.get_shared_playlist_contents). If so, it'd be good for these to work without a call to login.

This would straightforward to do with the webclient, but I'd like to find a mobileclient endpoint for this if possible.

eg those that are queued in the recommended autoplaylist.

It would be helpful if there were named constants for the value of a song's type field. At the same time it would be most helpful to have all the...

At the moment, only the structure and type of the responses are validated in `protocol.WC_Protocol`. However, Validictory has a whole host of other tools to use (some undocumented), and the...