gmusicapi
gmusicapi copied to clipboard
how to get AA/store track ratings?
As seen when implementing #178, get_track_info doesn't return a rating key. But, Google's clients can retrieve this somehow -- I'd like to know how, if for no other reason than to test change_song_metadata robustly (that test is commented out right now).
@hechtus
I'll try to prioritize this. I upgraded to the most recent version of the protocol a few days ago if you'd like to try it again; it's possible that it was just a fluke before.
Just installed the current dev-version of gmusicapi, but no change.
Bummer. I'll try to do some more digging.
The Mobileclient's method get_track_info()
does not return the rating of a song, but the methods get_album_info()
and search_all_access()
do. This seems definitely not being intended behavior. I was examining this with the current development snapshot of gmusicapi using Google API version 1.5.