Reply to thread

Thank you for the reply.  Sorry for my delay.  For some reason I didn't see an email notification of the reply.


So, are you saying that MPExtended is able to load a playlist, but I'll need to use WifiRemote or a real IR command to play it once it's loaded?


I've located the documentation for each of those items already, but I'm having difficulty figuring out exactly how to use them.  For example, how do I send parameters to an end point in MPExtended, and how do I know what those parameters should be?  Example, I run this in a browser:


http://IPAddress:4322/MPExtended/MediaAccessService/json/GetPlaylists?provider=1


That doesn't work.  I get an error displayed in Firefox.  How do I find out what the provider value should be and how do I send that?


If I want to do /json/AddPlaylistItem, how do I find out the possible values for the following:


provider (nullable int)

playlistId (string)

type (WebMediaType)

id (string)

position (nullable int)


Does MPExtended use GET, POST, both, something else?


I'm having trouble finding examples to work from.  Any you could point me to?


Much thanks!


Top Bottom