Mopidy MusicBox is a web client for the Mopidy music server. This tutorial will guide you through the steps to install Mopidy MusicBox on macOS.
Before installing Mopidy MusicBox, you need to install the following dependencies:
brew install npm
brew install yarn
git clone https://github.com/pimusicbox/mopidy-musicbox-webclient.git
cd mopidy-musicbox-webclient
yarn install
yarn run build
touch ~/.config/mopidy/musicbox_webclient/settings.json
nano ~/.config/mopidy/musicbox_webclient/settings.json
{
"host": "0.0.0.0",
"port": "6680",
"musicbox": true,
"title": "MusicBox",
"websocket_host": "",
"websocket_port": 6681,
"enable_hotkeys": true,
"show_i2c_stats": false,
"hide_albumlist": false,
"hide_welcome_message": false,
"library_tag_info_method": "auto",
"use_mopidy_music_name": true,
"webclient_path": "/",
"albumart_size": 200,
"history_length": 40,
"edit_mode": false,
"musicbox_compat": false
}
CTRL + X
to exit and save the configuration file.yarn start
http://localhost:6680
in the address bar. You should see the Mopidy MusicBox web client interface.Congratulations! You have successfully installed Mopidy MusicBox on macOS. Enjoy your music!
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!