INTERACT FORUM
More => Old Versions => JRiver Media Center 25 for Windows => Topic started by: Inquisition on November 26, 2019, 08:11:23 am
-
Hi,
i want to start single playlists by using the core command 30007 MCC_PLAY_PLAYLIST
In my remote system (mediola aio) the order looks like this:
<key id="Spiele PL Aktuelles" code="Control/MCC?Command=30007,9580639"/> (key id="Spiele PL Aktuelles" is only the name of order shown in my remote system by configuration. this is under a button then)
All other commands work, but here nothing happens. The playlist ID have i taken from http://192.xxx.x.xx:52199/MCWS/v1/Playlists/List where all existing playlists are shown with there ID.
Someone idea whats wrong? Is the integer false?
-
You need to pass the parameter as its own piece.
Here's a working example from my computer:
http://localhost:52199/MCWS/v1/Control/MCC?Command=30007&Parameter=433115852
-
ahhh ok, i will try it next.
thanks :D
-
Now it works perfect, thanks matt
<key id="Spiele PL Aktuelles" code="Control/MCC?Command=30007&Parameter=9580639"/>
Now its right ;)