Skip to content

A frontend extension for Mopidy written in dart using the Flutter framework

License

Notifications You must be signed in to change notification settings

smckend/mopidy_sangu

Repository files navigation

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