
OSX Spotify controller
Another Mac controller... Since I use my Mac Mini as central hub, I'm adding some NEEO drivers to control the Mac Mini. This one shows the current track name & artwork on the remote and let you navigate the current playlist via the remote.
https://github.com/meijerpeter/neeo-osx-spotify-controller
Let me know if you have any issues!
-
Peter Meijer
Sounds very cool. Would love something similar but currently stream Spotify from an iOS device to an Apple TV. For starters it would be nice if Spotify developed an app for Apple TV so I wouldn’t need to stream it from my iOS device all the time. Next I wonder why I abandoned my original plan to use a Mac mini as a HTPC and went for the Apple TV ...
-
Peter Meijer
Hi Peter,
Was wondering whether you can help me out with this one. I've been trying to use the NEEO API to make changes to my brain configuration, using the RESTED app for mac, and I cannot make it work. GET statements work fine but I am struggling with a POST statement.
I've been using wireshark to monitor the changes I made through the eui and can see the POST statement (first screenshot) and the arguments (second screenshot). But when I use the following statement in RESTED I get an 'parameter "name": missing' error:
POST http://IP_BRAIN:3000/v1/projects/home/rooms/6389247357384392704?details=false {"name": "A/V Devices", "icon": "neeo.icon.room.basement", "key":"6389247357384392704", "weight": 6389247357384393000, "hasController": false, "nrDevices": 3}
What am I doing wrong? Thanks!