Reply To: How do I send requests to Firefly – is there an API or …?

#7714
rpedde
Participant

@GuyBooth wrote:

I am currently using Slimserver, sending it specific song/play/stop/pause requests from a VB application. They are the same instructions that I can also send from an HTML page.

I haven’t found the key to doing this with the Firefly server – I have the server up and running, and my soundbridge can access it directly, but I need to be able to use the VB application.

Am I missing something? Is it possible to do what I want? Where would I find an “Instruction Set”?

Thanks …

Iris is exactly right. Firefly and Slimserver are exactly opposite ideas. Slimserver has a smart server that enqueues media and firehoses it a stupid client. So if you want to change what’s playing, you tell the server to change what’s playing.

Firefly isn’t like that. It’s just a stupid server that simply offers the music, and smart clients choose what music to play. So if you want the client to pause or skip to next or whatever, you have to tell the client to do that. And RCP is the way to do that with the soundbridge.

— Ron