and3rson / clay

Awesome standalone command line player for Google Play Music.
GNU General Public License v3.0
157 stars 11 forks source link

Add mobile_client.get_top_songs() to "Liked Songs" #60

Open palmer-dabbelt opened 5 years ago

palmer-dabbelt commented 5 years ago

The current list of liked songs is only populated with those that happen to have been enumerated, leaving out songs that have been marked as thumbs up but are not in the library or a playlist. This patch explicitly walks the list from "get_top_songs()", which contains some of the songs that have been marked as thumbs up. The result is that my liked songs list matches what is shown on my phone.

See https://github.com/simon-weber/gmusicapi/issues/637 for more information.

Signed-off-by: Palmer Dabbelt palmer@dabbelt.com