Democratic, collaborative playlist frontend for Mopidy made with Flutter


License
Apache-2.0
Install
pip install Mopidy-Sangu==1.2.0

Documentation

Mopidy-Sangu

Latest PyPI version

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.

Installation

Install by running:

pip install Mopidy-Sangu

Configuration

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

Project resources

Credits