LastFM plugin
Plugin to scrobble music played in Volumio 2.x to LastFM.
Platform: all (runs fully on NodeJS)
Source : github.com/Saiyato/volumio-lastfm-plugin
File to download : volumio-lastfm-plugin.zip
Author: Saiyato
Status: stable
Because the pushState pushes are hard to capture in a fashionable manner I had to write a timer function, I’m not yet fully trusting the timer, but since you can easily delete scrobbles I’m opening the project up for testing.
As the documentation/description states, you don’t need to save your password, an MD5 hash is saved to be used as an authentication token, this suffices. You do need an API key which you can request here; remember to save it! There’s not way to query the given token again!
Happy testing and please provide as much info as you can gather when you’re having troubles. In the plugin you can enable debug logging, which will explode the amount of logging the plugin does.
PS: documentation will follow, but I thought many people would be able to test it without much info. You just need to fill in your info. Saving your password is not needed, nor recommended (because it’s saved in plain text).
[Update 23-10-2017]
Webradio songs can now be scrobbled, see latest update (1.1.x)
[Update 01-12-2017]
Scrobbling for LMS will be incorporated in the Squeezelite plugin, if it uses the volatile state songs can be scrobbled easily.
[Update 20-05-2018]
Scrobbling for Radio paradise and all Spotify plugins has been enabled.