INTERACT FORUM
More => Old Versions => JRiver Media Center 20 for Windows => Topic started by: pahunt on September 09, 2014, 07:14:53 am
-
1. Fixed: MCWS/v1/Playback/Zones wasn't honoring the hidden variable correctly.
2. Fixed: MCWS/v1/DSP/SetTempo returned a failure code even though it was working.
Thanks for these. The zones stuff is now working nicely but I am still having an issue with SetTempo but that may be because I'm misunderstanding something. While I now get a successful response back I cannot get the tempo to change no matter value I pass. The documentation isn't specific about kind of value is expected but here's what I've tried:
http://xxx.xxx.xxx.xxx:52199/MCWS/v1/DSP/SetTempo?Tempo=1&Zone=-1&ZoneType=ID&Token=xxxxxx
http://xxx.xxx.xxx.xxx:52199/MCWS/v1/DSP/SetTempo?Tempo=-1&Zone=-1&ZoneType=ID&Token=xxxxxx
http://xxx.xxx.xxx.xxx:52199/MCWS/v1/DSP/SetTempo?Tempo=100&Zone=-1&ZoneType=ID&Token=xxxxxx
http://xxx.xxx.xxx.xxx:52199/MCWS/v1/DSP/SetTempo?Tempo=+1.00&Zone=-1&ZoneType=ID&Token=xxxxxx
What kind of value should I be passing to the Tempo parameter?
-
What kind of value should I be passing to the Tempo parameter?
It's 1.0 for normal. 2.0 for double-speed. 0.5 for half-speed.
-
Thanks Matt