Sending http commands to presets or favourites on a Naim Uniti or MuSo is possible - but it takes some extra steps. Every favourite has a unique code. You first have to retrieve this code by sending the following command to your Naim in a console app:
GET http://[Naim.ip.address]:15081/favourites?
In the console app (you can use any app you like as long as you can see the results returned - I use the app Teste on iOS) you will get a response that displays all the codes. In this example, my playlist called “Old Skool” has the unique id marked in yellow:
In order to directly play that favourite, you need to create the following GET command:
GET http://[Naim.ip.address]:15081/favourites/[code]?cmd=play
In my example, to directly play the favourite playlist “Old Skool” this would be:
Hope this helps.

