and3rson / clay

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

Thumbs up playlist #30

Closed nomarkeu closed 6 years ago

nomarkeu commented 6 years ago

I can't find the autocreated thumbs up playlist.

ValentijnvdBeek commented 6 years ago

What version are you running?

It is currently only a feature in the master branch since And3rson hasn't made a release in a while.

nomarkeu commented 6 years ago

I don't know how to check the version. I installed from pip. Is there a command to check version?

ValentijnvdBeek commented 6 years ago

It is on the bottom left of the screen but if you installed through pip it doesn't have that feature.

nomarkeu commented 6 years ago

Version is 1.0.2. It's a crucial feature for me. I'll see if can install from source untill a new release.

This is off-topic but is there a way to install it from source and use the usual clay command/ instead of ./clay/app.py?

ValentijnvdBeek commented 6 years ago

Making a file called clay in ~/.local/bin/ with the following content should work:

#!/bin/sh

CLAY_PATH="/path/to/clay"
source "$CLAY_PATH/.env/bin/activate"
$CLAY_PATH/clay/app.py

You can check whether it is calling the right script using the which command

nomarkeu commented 6 years ago

It doesn't seem to get all the songs in the thumbs up list. I can't seem to ascertain the general behaviour. If I add the song to the library by right-clicking (from the gplaymusic website) it shows up in clay. But some other songs that I uploaded to gplaymusic (they don't have the add/remove from libary option) don't show up as well.