J▲KED▼P

Results 14 comments of J▲KED▼P

Any idea how to fix this? This is the only issue I have with the API -- everything else working perfectly! If there's anything I can do to help testing,...

I gave up on trying to get Musicmanager art to show. Instead, I start using Webclient.upload_album_art, and now it's semi-working. However, while the art is showing just fine via the...

Ah, I missed that one. Sounds like he has a solution though. I'll try it out. Any idea what API I would use to update the art URL? I'm assuming...

Yes, I tried changing the URL as mentioned in [this comment](https://github.com/simon-weber/gmusicapi/issues/242#issuecomment-59946065), but it's not actually doing anything, even though I do get a valid 'id' back as the response. `song['albumArtRef'][0]['url']...

I fixed Webclient.upload_album_art -- art is now showing correctly in all clients In /gmusicapi/clients/webclient.py Add In Head: import re Replace: url = res['imageUrl'] With: url = re.sub(r'=s130-c-e100$', '', res['imageUrl'])

Got it! Started running session.py line-by-line over SSH, and found that after submitting the password, there was a third screen where it was asking me to do one of 4...

It's all good. Now that I've successfully logged in with the work-around above, that IP address is now known to Google, and I am longer having login issues. Hopefully this...

I would love to get this fix for Chrome on Android! Is there an ETA on when this will be merged?

JustWatch changed their API endpoint, so I will need to re-work the package. When I do, I will consider adding these additional sources.

JustWatch changed their API endpoint, so I will need to re-work the package. When I do, I will consider adding this additional source.