gmusicapi icon indicating copy to clipboard operation
gmusicapi copied to clipboard

support subscribing to public playlists

Open simon-weber opened this issue 12 years ago • 5 comments
trafficstars

This would straightforward to do with the webclient, but I'd like to find a mobileclient endpoint for this if possible.

simon-weber avatar Oct 28 '13 20:10 simon-weber

Is there another way to get public playlist metadata other than subscribing, fetching the whole list and searching it for the playlist? If not that feature would be awesome.

lociii avatar Jan 06 '14 12:01 lociii

@lociii Yup! You just need a sharetoken to retrieve a public playlist: http://unofficial-google-music-api.readthedocs.org/en/develop/reference/mobileclient.html#gmusicapi.clients.Mobileclient.get_shared_playlist_contents.

simon-weber avatar Jan 06 '14 16:01 simon-weber

That'll give me only the track list but not the meta data like playlist name or author.

lociii avatar Jan 06 '14 16:01 lociii

Oh, sorry, I totally misunderstood!

There must be a way, but I don't think I have an endpoint for it right now. I thought that I might actually be throwing that data away here, but it appears that I don't get that information (here's the schema).

Can you open a separate issue to track this? You definitely shouldn't have to subscribe to a playlist to get its metadata.

simon-weber avatar Jan 06 '14 16:01 simon-weber

(thanks! now tracking the above in #205)

simon-weber avatar Jan 06 '14 17:01 simon-weber