Closed maikkley closed 9 years ago
Nothing I know of yet, no. @DieBagger or @johanj do you know of any issue here?
The command above looks right and we use it in MPiV without issues.
One alternative is to use a playlist.
-playlist clear
-mpext enque id mediatype provider etc.
-playlist play
I have however had issues with the playfile command where the file started to play in MP. But, Mp crached when stopping media.
Mhhh, i tested it with MP 1.8.0 and WifiRemote API 12... maybe its an issue of the constellation. I will test this again...
Edit Is there a logfile for WifiRemote? Where i can find it?
As "MovieId" i passed the MpExtended MovieId,is it right?
Found it! In my code i make "JSON.stringify" of the command, this converts the MovieId 4 to a string "4". This is not accepted in WifiRemote. There is no casting vom string to int32.
I checked that in your example and there you have an int and no string;) Good that it works now.
Logging is made in the standard MediaPortal log.
Yes i my example it was right, but before i send the Command i make a JSON.stringify. That makes the int32 to a String :-/
When i send a command like:
The movie doenst play! API-Version 12. Is there a known issue?