Hi Garrett,
I have been working on passing data from your plug-in to OpenRemote. It turns out that OpenRemote reads in the ‘shortcode’ or ‘sdata’ file. When I take a look at the ‘status’ file I can see all the Squeezebox data (CurrentTitle, CurrentArtist, etc.), but when one requests the sdata, it only returns a few variables the most useful being the ‘status’ (on or off).
Is there any way to include more of the variables in the ‘shortcode’ so that it will show up in a sdata request?
For instance here is what I use to see the ‘status’
http://:3480/data_request?id=status&output_format=xml
and here is what is used to see the ‘sdata’
http://:3480/data_request?id=sdata&output_format=xml
Or if you can direct me where to look, I can have a go at including the variables I care most about (CurrentTitle, CurrentArtist).
Thanks for your reply. ;D