notandy / ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
http://www.ympd.org
GNU General Public License v2.0
515 stars 143 forks source link

Ability to love tracks on last.fm when using mpdas #147

Closed SuperBFG7 closed 6 years ago

SuperBFG7 commented 7 years ago

mpdas allows to love tracks on last.fm by sending it a love/unlove message on the mpdas channel

I implemented a generel MPD_API_SEND_MESSAGE functionality and added a button to love/unlove the current track.

Drawbacks: mpdas does not know which tracks are already loved and therefore ympd will also not display it. Loving a track more than once on last.fm however does no harm.

SuperBFG7 commented 7 years ago

I think the travis build fails because it uses an ancient version of libmpdclient-dev (<2.5; earlier than 2011).