vibin is a web browser interface for StreamMagic music streamers.
If you have a StreamMagic music streamer (from Cambridge Audio), and you
want to control it from a web browser, then vibin might be for you.
Especially if you have a local music collection on NAS or USB. You just
need access to a terminal and Python.
Source for vibin is available on
GitHub .
Features
Loading vibin screenshots...
Installing
Installing vibin requires access to a terminal, Python 3.10 (or higher), and Git.vibin is intended to be installed on an always-on device which maintains an active
network connection at all times (such as a Raspberry Pi or a server), although it should
work on any device with Python available.
- $ # Install vibin$ git clone https://github.com/mjoblin/vibin.git$ cd vibin$ python3 -m venv venv-vibin$ source venv-vibin/bin/activate$ pip install .$$ # Use the CLI to install the UI$ vibin installui$$ # Run the vibin server$ vibin serveAfter installing, run vibin serve --help to see additional features.When vibin serve is running, the vibin browser UI will be available at http://<vibin-host>:8080