Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 654 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 654 Bytes

mpd-scripts - lastfm-love

Based on the PyLast (readme) example with changes to automate submitting via info from mpc

  • loved.py - when called will query mpc for the current artist and title and love the track on lastfm
  • unloved.py - when called will query mpc for the current aritst and title and unlove the track on lastfm

Need to update these keys in the loved.py · unloved.py files

API_KEY
API_SECRET
username
password_hash (with an md5 hash of your password)


License: GPLv3