INTERACT FORUM
Networks and Remotes => Media Network => Topic started by: TMA-1 on April 22, 2012, 03:20:28 pm
-
Im using the MCWS function GetInfo but Im having trubble with the space in the field names
like: "<Field Name="Sample Rate">44100</Field>".
In the function respons of http://localhost:52199/MCWS/v1/Playback/Info?Zone=-1 the Sample Rate is named "SampleRate" but in GetInfo it is called "Sample Rate".
Whould it be possible to remove those spaces in the field names in the new GetInfo function?
-
GetInfo will use the field names exactly as found in the database. Spaces are used in many field names, including Sample Rate.
The Playback/Info function does not map directly to library fields, hence the difference.
-
Roger that.
I'll find a way around it.