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

New API-Url https://mclients.googleapis.com/sj/v2.1/ **Listen now** content can be retrieved via: `sj_url + explore/tabs (supports dynamic_param -> num_items and genre)` **Original response (stripped-down) (genre=DANCE_ELECTRONIC)** ``` json { "tabs": [ { "tab_type":...

New API-Url https://mclients.googleapis.com/sj/v2.1/ **Top Charts** content can be retrieved via: `sj_url + browse/topchart` `sj_url + browse/topchartgenres` `sj_url + browse/topchartforgenre/` **Original response (stripped-down) -> browse/topchart** ``` json { "header":{ "kind":"sj#topChartHeader", "header_image":{...

I'm not sure why yet but transcoding and uploading FLAC files through the gmusicapi result in gaps between tracks where there should be none, gapless music is no longer gapless....

bug

mc_increment_aa_song_playcount is skipped for now so the build passes.

bug

Would it be possible to access the Sound Search playlists that Google Play Music creates based on song searches done through Google Now / the Sound Search widget? https://play.google.com/music/listen#/ap/sound-search

I originally started omitting data in the logs (eg `{u'kind': u'sj#trackList', u'data': {u'items': ['']}}`) because logs were getting big and I didn't think the data was important. This has been...

We need something like https://unofficial-google-music-api.readthedocs.org/en/develop/reference/metadata.html, but for every call. This can lessen reliance on static examples that aren't maintained (and cause confusion, eg #231). One complication is that raw responses...

Hi, Is it possible to add functionality for getting the Instant Mixes that Google throws together? I don't mind writing it myself, but I was just wondering if you knew...

I think that to honor the true point of a unit test, we should be creating dummy replacements for things like the protocol packages so we don't necessarily need authentication...

I think it would be best to provide an abstraction one level higher than the musicmanager/mobileclient/webclient system that's set up right now. This would mean, say, a simple gmusicapi.client. Of...