Skip to main content

Mopidy web extension for party in react

Project description

Mopidy web extension inspired by the Mopidy-Party extension. It allows guests to manage the sound.

  • React and MUI based web interface

  • Search soundtracks and add it to the queue

  • Skip current track after a configurable number of votes (defaults to 3)

  • Upvote any element in the playlist to play next with votes

Installation

You must install mopidy (version 3) and some backends (soundcloud, spotify, youtube…).

PROD: you just have to install pip and then:

sudo python3 -m pip install Mopidy-Yap

DEV: After cloning the repository, install by running:

sudo python3 -m pip install -e .

Usage

To use the interface, simply use your browser to visit your Mopidy instance’s IP at port 6680 to see all available web interfaces. For example, http://localhost:6680/

Direct access to Mopidy Yap should then be: http://localhost:6680/yap/

Configuration

[yap]
enabled = true
votes_to_skip = 3
votes_to_delete = 3
votes_to_top = 3
pause_button = false

Limitations

  • This frontend can display a stream, but you can not add a stream to the queue with this backend.

  • This frontend can only display the upcoming tracks. If you want to handle the tracklist, you should use a different frontend for that.

Project resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Mopidy-Yap-0.1.5.tar.gz (275.9 kB view hashes)

Uploaded Source

Built Distribution

Mopidy_Yap-0.1.5-py3-none-any.whl (275.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page