thebigmunch

Results 72 comments of thebigmunch

They have also said they don't plan on replacing Google Music until they've implemented all the functionality into YouTube Music. As far as implementing it in this library, I'd definitely...

> I agree that it should probably be a different library. One case I'd consider adding support directly to gmusicapi would be if it turned out that the apis were...

PS As I've already told a few people who have asked me if I would make a YouTube Music library, I'd have already made one if Google provided a proper...

There is no specification. The Google Music API is not really a public one. Endpoints are mainly found through traffic monitoring and then reverse engineered. [Fiddler](http://www.telerik.com/fiddler) is a common tool...

Or could just be Google servers being flaky as they have been so many times in the past : P

Just an FYI: when I was poking at this in the IRC channel with someone, I noticed that my Pixel 2 XL's associated ID wasn't its Android Device ID, but...

> If it's just the format of the id that they care about, we might be able to fix the mac address generation. From my testing, this is not the...

> Both ANDROID and DESKTOP_APP in the list. Android ones are 16 digit hex, and Desktop ones are 64 chars. My current phone is on the list, and it's not...

@roadriverrail By using gmusicapi at all, you're using private API calls that Google *might* already take action against you for using. None of this is supposed to be used by...

@budowski I'm not quite sure how you came up with ``'ios' + device['id'][4:]``. The returned ID previously was of the form: ``ios:01234567-0123-0123-0123-0123456789AB``. If the returned ID is still in that...