and3rson / clay

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

Ratings #26

Closed ValentijnvdBeek closed 6 years ago

ValentijnvdBeek commented 6 years ago

Adds ratings to the UI interface, a liked songs playlist and the ability to thumbs up or down a specific song. It doesn't automatically refresh the interface so it takes a while to register. This fixes #22

It also allows the ability for someone to configure whether Clay should use Unicode symbols or else it uses an ASCII fallback. This system is implemented for the rating icons but the same has to be done for the shuffle and repeat icons. With some work this fixes #25.

It also includes a rewrite of the Track creation, cleaner context menu code, alphabetical ordering of the tracks instead of modification time and fixes #24.

ValentijnvdBeek commented 6 years ago

Added the explicit icons too while waiting because why not, I guess.

ValentijnvdBeek commented 6 years ago

It has been a week so I am just going to merge this