pimusicbox / mopidy-musicbox-webclient

Web Client for Mopidy Music Server and the Pi MusicBox
https://www.pimusicbox.com
Apache License 2.0
398 stars 106 forks source link
mopidy mopidy-web-ext

Mopidy-MusicBox-Webclient


.. image:: https://img.shields.io/pypi/v/Mopidy-MusicBox-Webclient.svg :target: https://pypi.org/project/Mopidy-MusicBox-Webclient/ :alt: Latest PyPI version

.. image:: https://img.shields.io/circleci/project/pimusicbox/mopidy-musicbox-webclient/develop.svg :target: https://circleci.com/gh/pimusicbox/mopidy-musicbox-webclient :alt: CircleCI build status

.. image:: https://img.shields.io/codecov/c/github/pimusicbox/mopidy-musicbox-webclient/develop.svg :target: https://codecov.io/gh/pimusicbox/mopidy-musicbox-webclient :alt: Test coverage

.. image:: https://img.shields.io/badge/code%20style-standard-brightgreen.svg :target: http://standardjs.com/ :alt: JavaScript Standard Style

Mopidy MusicBox Webclient (MMW) is a frontend extension and JavaScript-based web client especially written for Mopidy <http://www.mopidy.com/>_.

Features

.. image:: https://github.com/pimusicbox/mopidy-musicbox-webclient/raw/develop/screenshots/overview.png :width: 1312 :height: 723

Dependencies

Installation

Install by running::

sudo python3 -m pip install Mopidy-MusicBox-Webclient

Or, if available, install the Debian/Ubuntu package from apt.mopidy.com <https://apt.mopidy.com/>_.

Configuration

MMW is shipped with default settings that should work straight out of the box for most users::

[musicbox_webclient]
enabled = true
musicbox = false
websocket_host =
websocket_port =
on_track_click = PLAY_ALL

The following configuration values are available should you wish to customize your installation further:

Usage

Enter the address of the Mopidy server that you are connecting to in your browser (e.g. http://localhost:6680/musicbox_webclient)

Project resources

Credits