Skip to main content

Mopidy extension for jukebox client

Project description

https://raw.githubusercontent.com/gbannerman/mopidy-pibox/main/docs/screenshots/pibox-header.png

Mopidy-Pibox

Latest PyPI version GitHub Actions Codecov

pibox is a Mopidy HTTP client that allows multiple users to search for and queue songs as a group, via a clean and simple interface.

Features

  • Search for and queue songs using any Mopidy backend

  • Vote to skip queued tracks

  • Plays from predefined playlists if no tracks are queued

  • Prevents tracks from being queued again after they have been played or skipped

  • Admins controls to pause/resume playback or skip current track

  • Display view for showing on a TV or monitor

  • Suggests songs to queue based on frequently played tracks

  • Can be used offline without an internet connection using Mopidy-Local

https://raw.githubusercontent.com/gbannerman/mopidy-pibox/main/docs/screenshots/pibox-mobile.png

Requirements

Installation

  1. Install by running:

    pip install Mopidy-Pibox
  2. Start Mopidy:

    mopidy
  3. Open your Mopidy URL (e.g. http://localhost:6680) and click Pibox

Configuration

Before starting Mopidy, you must add configuration for Mopidy-Pibox to your Mopidy configuration file:

[pibox]
enabled = true
offline = false
default_skip_threshold = 3
default_playlists =
  spotify:playlist:79inBfAlnfUB7i5kRthmWL

The following configuration values are available:

  • pibox/enabled: If the pibox extension should be enabled or not. Defaults to true.

  • pibox/offline: If the extension should be used offline. Defaults to false.

  • pibox/default_skip_threshold: The default number of votes required to skip a track. Defaults to 3.

  • pibox/default_playlists: The URIs of the default playlists to play from when starting a new session. Defaults to a Spotify playlist of great party songs. Save it to your Spotify library!

Project resources

Credits

Supported by

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