Frontend for mopidy to manage a playlist in a diplomatic fashion. Collaborators can add and vote for songs they'd like to hear, and everyone's song choice will be played eventually with no skipping currently allowed. Democracy.
Install by running:
pip install Mopidy-Sangu
Before starting Mopidy, you must add configuration for Mopidy-Sangu to your Mopidy configuration file:
[sangu] enabled = true admin_password = <some-pass> enable_play_button = <bool> # optional fallback_playlist_uri = <some-supported-uri-of-playlist-or-album> # optional shuffle_fallback_playlist = <bool> # optional stream_url = <url-mopidy-output-is-streamed-to> # optional
- Original authors: Samuel McKendrick, Agnieszka Lewicka
- Current maintainer(s): Samuel McKendrick
- Contributors