INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Playing Playlists  (Read 481 times)

Inquisition

  • World Citizen
  • ***
  • Posts: 216
Playing Playlists
« 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?
Logged
My English is not perfect, so be merciful with me

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41957
  • Shoes gone again!
Re: Playing Playlists
« Reply #1 on: November 26, 2019, 08:22:48 am »

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
Logged
Matt Ashland, JRiver Media Center

Inquisition

  • World Citizen
  • ***
  • Posts: 216
Re: Playing Playlists
« Reply #2 on: November 26, 2019, 08:25:20 am »

ahhh ok, i will try it next.

thanks  :D
Logged
My English is not perfect, so be merciful with me

Inquisition

  • World Citizen
  • ***
  • Posts: 216
Re: Playing Playlists
« Reply #3 on: November 26, 2019, 08:38:29 am »

Now it works perfect, thanks matt

<key id="Spiele PL Aktuelles" code="Control/MCC?Command=30007&amp;Parameter=9580639"/>

 Now its right  ;)
Logged
My English is not perfect, so be merciful with me
Pages: [1]   Go Up