Chrome Plugin for macOS Control Center & albumoftheyear.org play button

This weekend I developed two new functions into the Chrome Extension:

  1. A Button for “recently added albums”: This returns a list of all new album that you have copied to your local volumio server.
  2. A Button similar album: This shows a list of album that are similar to the one you are currently listen. It uses the last.fm api.

Both new button requires a new API endpoints at volumio: recently_added_albums and similar_albums. To get this I created a volumio plugin. similar_albums need a free Last.FM API Key.

To be fair: this is not the normal way of using volumio plugins. It is build for my usecase - and my way to use volumio. But maybe someone like the idea and see the value of this package as useful as me.
I put all changes to the github repository. Feel free to ask any question.