spoddify-mopped
v0.0.5
Published
A spotify player for office use with a voting system to select music and automatic song sorting.
Downloads
8
Maintainers
Readme
Spoddify Mopped is a Spotify player for office use, with a voting system to select music and automatic song sorting. It is intended to run on a Raspberry Pi and some esp32 boards for remote controlling and voting. But it can be run on any other machine as well.
Features
- Play playlists based on votes
- Discover new music and insert songs to automatically sorted playlists
- Browse artist, albums and playlist
- View the current playing song
- Modern user interface
- Secure Spotify login
Installation Instructions
For detailed instructions on how to setup Node.js and SpoddifyMopped follow these guides:
Plugins
Spoddify Mopped can be extended using plugins. Plugins are Node.js modules prefixed by spoddify-mopped-
.
They have direct access to the Spoddify Mopped API (e.g. controlling playback, listening to player events, ...).
Plugin Installation
You can easily install plugins, by installing the associated Node.js module globally:
npm i -g spoddify-mopped-gpio
Screenshots
Contributing
Contributing and pull requests are very welcome.
More information about contributing to this project can be found here