Hi,
I have a dedicated Windows 10 PC running JRiver Media Center as an audio server (exclusively).
I would like to remotely shut down this PC using MC Core Commands.
This is what I have done:
--------------------------------------------------------------------------------------
MCWS command on Firefox:
http://192.168.1.65:52199/MCWS/v1/Playback/Zones Result:
--<Response Status="OK">
<Item Name="NumberZones">2</Item>
<Item Name="CurrentZoneID">0</Item>
<Item Name="CurrentZoneIndex">0</Item>
<Item Name="ZoneName0">Player</Item>
<Item Name="ZoneID0">0</Item>
<Item Name="ZoneGUID0">{A2888E5D-D833-40FF-B0BA-134915C72C81}</Item>
<Item Name="ZoneDLNA0">0</Item>
<Item Name="ZoneName1">Naim DAC V1</Item>
<Item Name="ZoneID1">10011</Item>
<Item Name="ZoneGUID1">{5A6DC8A3-832D-4FB9-8E8FCA305A208EA1</Item>
<Item Name="ZoneDLNA1">0</Item>
</Response>From Windows command prompt (as administrator from remote PC in the same LAN):
MC24.exe /MCC 27001,0:0
MC24.exe /MCC 27001,0:1
MC24.exe /MCC 27001,0:10011
--------------------------------------------------------------------------------------
None of the above commands works.
Help please.