Mopidy-BigScreen

Mopidy frontend for big screens


License
Apache-2.0
Install
pip install Mopidy-BigScreen==0.1.0

Documentation

Mopidy-BigScreen

Latest PyPI version

CI build status

Test coverage

Mopidy frontend for big screens. Intended to be displayed on a TV while your music plays during parties. A QR code is rendered that your guests can scan to add songs to the tracklist.

TV Display

CI build status

Test coverage

Installation

Install by running:

python3 -m pip install Mopidy-BigScreen

See https://mopidy.com/ext/bigscreen/ for alternative installation methods.

Configuration

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

[bigscreen]
enabled = true
add_url = yourcustomhost.com  # Optional

Specifiy the add_url option if you would like the QR code to point to a custom URL instead of the URL where Bigscreen is running. One example of usage of a custom URL could be to provide an intermediate page that verifies users can access the Mopidy server from their device: https://github.com/benreid24/Network-Verifier

Project resources

Credits