Open sphh opened 4 years ago
Try this from within the root of the repo:
sudo python3 setup.py install
or if you haven't got the repo in the home directory
sudo apt-get install git
git clone https://github.com/RalfLangeDresden/mopidy-radiobrowser.git
cd mopidy-radiobrowser
sudo python3 setup.py install
Modify that file I found in Issue number one, if the extension doesn't start https://github.com/RalfLangeDresden/mopidy-radiobrowser/issues/1
Thank you. That's certainly an option (or workaround). I would still prefer to be able to install it with the help of pip
, because then I can also update it with the help of pip
!
Is there any chance to get it on PyPi?
Glad you found the workaround working. The maintainer could answer this, I'd personally like to learn how to develop for Mopidy.
When I followed the installation instruction from the README.rst
I get the following error
BTW the link https://mopidy.com/ext/radiobrowser/ mentioned in the same page returns a
404 - Page not found
error.