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

This issue is more like an announcement. [Google Play Music is shutting down](https://variety.com/2020/digital/news/google-play-music-shutdown-replaced-youtube-music-end-of-2020-1234724787/) by the end of 2020. Perhaps this project will go away unless we can repurpose it?

Some tracks returned by Mobileclient.get_all_user_playlist_contents() do not contain the 'track' key which contains the track information. I've noticed that these problem tracks have a 'source' value of '1' while the...

As you may have heard google has released a new service called youtube music which has lots of similarity with play music. There are news that google eventually plans to...

New error popping up: ``` --- Logging error --- Traceback (most recent call last): File "C:\Program Files\Python37\lib\logging\__init__.py", line 985, in emit stream.write(msg) File "C:\Program Files\Python37\lib\encodings\cp1252.py", line 19, in encode return...

When receiving the search results from mobileclient, the song_hits are not valid. So the artist and album Ids does not start with A or B as they are supposed to....

Google has been improving quite a bit the "Use Suggestions" Feature when Editing the Album Information. So that means, that a lot of the Music uploaded since the "beginning of...

I removed it from the client in https://github.com/simon-weber/gmusicapi/issues/513, but I didn't have the chance to clean it up all the way.

Hi with this PR I want to propose a replacement for the deprecated validictory module. fastjsonschema module seems to be faster than jsonschema module too. Thanks for this amazing project

I've been using this function to remove playlist entries successfully, but I notice that according to the documentation, the function remove_entries_from_playlist(): > Returns a list of entry ids that were...

This might be an incredibly stupid issue, but it looks like users that don't subscribe to google play music aren't able to search for songs based on video_hits or extract...