-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes for mopidy install script #19
Comments
Until a release of Iris on PyPI, you can give this modified install script a go, which does the above. It works for me on the latest version of Raspbian Buster (2019-09-26). https://gist.github.com/sandyjmacdonald/b72b65d827d85166b4739e12867d9e1b |
It did work on a clean Buster installation. However, following the instructions on https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-pirate-audio to add local files doesn't work because the Mopidy-Local extension was not installed in the process.
Thanks for updating the script! |
Sounds like that should be part of the script then? Worked mostly, except the default http config is broken. (doesn't seem to like a blank hostname). Also kind of stuck on fixing this, as i'm new to this, if someone could tell me the magic value to put for the hostname that would be cool :) For reference, getting the "Must be a resolvable hostname or valid ip" message when the ip is set to |
I use the IP address i.e. 192.168.1.42 in my case. |
I could swear that |
Figured it out, it did like After removing the inline comment it worked just fine. |
Aha, that's the one- thank you! In all this chaos I'd forgotten to remove the inline comments that Mopidy 3.x broke. |
Thanks, confirmed to work with 0.0.0.0 without inline trailing comment. |
This is super helpful. To sum up, to get running on a fresh buster install with the steps in the tutorial that expect the local module:
Is that correct? |
You should be able to combine 2. into just "run the install script" since Mopidy Iris is now released onto PyPi and i've fixed the config. |
python3 -m pip install https://github.com/jaedb/Iris/archive/develop.zip
bcm24 = volume_up,active_low,250
The text was updated successfully, but these errors were encountered: