gmusicapi
gmusicapi copied to clipboard
An unofficial client library for Google Music.
Been using everything fine until a few hours ago, when any call to `get_stream_url` returns 403 with `'X-Rejected-Reason': 'DEVICE_NOT_AUTHORIZED'` when using `Mobileclient.FROM_MAC_ADDRESS` I'm able to do everything but `get_stream_url`. Using...
I can' t seem to get Webclient.login() to work. I have a account with 2fa auth. I tried with an app password or my regular password. Mobile client and Music...
I currently have a GPM subscription alongside thousands of tracks that I've uploaded and I want to use gmusicapi to tell me what tracks I've uploaded vs what have been...
Hi, I just installed a docker container which is basically a wrapper for your api. (jaymoulin/google-music-manager) The issue I had was a lot of duplicate tracks getting uploaded which google...
Currently the Web Client only supports uploading album art. It would be nice if we could also change the song's metadata. I see that's already documented in the protocol section,...
I'd like the ability to upload non-embedded album art (I don't embed art because it's a waste of disk space). There doesn't seem to be a way to do this...
I'm just curious and because there hasn't been an issue about it yet I though I'd create one :) Basically, google also keeps taps on every played track over at...
For example, `nid` cannot be used for deleting or streaming tracks.
In the documentation for the Mobileclient.get_promoted_songs() method, the docs say that the method determining the songs returned is unknown. When I run this method my liked/thumbs up auto-playlist is returned....
I was using `Mobileclient.search`, aggregated results from a multiple searches, and put them into `.rate_songs(results, '5')`. What I noticed is that songs that happened to be in my library were...