A front end application for AirSonos
Click here to dowload the latest release of AirSonos.app
click | option + click |
---|---|
Here are some common things that can cause issues with AirSonos. Before submitting issues, please try these to see if any of these steps can fix your issues
- Make sure you're not using a bridge
- disable (or enable?) UPnP on your router
- disable the firewall on the mac
- disable the firewall on your router
- stop antivirus (if any)
you can get debug logs by option+click and selcting "Collect Debug Logs"
- clone the repo
- run
npm install
- run
npm start
- to build the release version (for mac)
- run
npm run build
- you may need to remove
--osx-sign
frombuild:osx
inpackage.json
as it will attempt to sign the resulting app with you apple developer certificate
- run
- the windows version can be built using
npm run build:win
(I havent yet built/tested it, so it may not work)