INTERACT FORUM

More => Old Versions => JRiver Media Center 22 for Windows => Topic started by: akhunaton on August 05, 2016, 03:43:52 pm

Title: What format to use when pointing to sub playlist path with MCWS
Post by: akhunaton on August 05, 2016, 03:43:52 pm
this works for top level playlist:
/MCWS/v1/Playlist/Files?Zone=Player&ZoneType=Name&PlaylistType=Path&Playlist=Reggae&Action=Play

But this does not work for a playlist in a group. How do I do it?
/MCWS/v1/Playlist/Files?Zone=Player&ZoneType=Name&PlaylistType=Path&Playlist=Group/Reggae&Action=Play
Title: Re: What format to use when pointing to sub playlist path with MCWS
Post by: Matt on August 08, 2016, 08:36:42 am
You've just got the wrong direction of a slash.  Try this:
http://localhost:52199/MCWS/v1/Playlist/Files?Zone=Player&ZoneType=Name&PlaylistType=Path&Playlist=New%20Group\New%20Playlist&Action=Play
Title: Re: What format to use when pointing to sub playlist path with MCWS
Post by: akhunaton on August 08, 2016, 11:40:10 am
perfect! thanks Matt  :)