User Manual

MTX3/MTX5-D/XMV Series/EXi8/EXo8 Remote Control Protocol Specications V1.0.3
32
3. Command Specications
3-36) Play, stop, and other transport operation
Command Option 1 Option 2 Description
event MTX:AudioPlayerTransport "operation=stop" Stop
"operation=play" Play
"operation=pause" Pause
"operation=prev" Beginning of the previous song
"operation=next" Next song
Response
Response string Description
OK event MTX:AudioPlayerTransport "operation=stop" Stop
OK event MTX:AudioPlayerTransport "operation=play" Play
OK event MTX:AudioPlayerTransport "operation=pause" Pause
OK event MTX:AudioPlayerTransport "operation=prev" Beginning of the previous song
OK event MTX:AudioPlayerTransport "operation=next" Next song
OKm event MTX:AudioPlayerTransport "sdcard is not inserted" There is no SD memory card inserted.
OKm event MTX:AudioPlayerTransport "song is not set up" The playback song is not specied.
* OKm is returned if there is no SD memory card inserted or the playback song is not specied.
Example: Command: event MTX:AudioPlayerTransport "operation=stop"
Notication: OK event MTX:AudioPlayerTransport "operation=stop"
Meaning: Stop playback.
Playback was stopped.
3-37) Currently playing or selected song information query
Command Option 1 Option 2 Description
event MTX:AudioPlayerGetCurrentSong "" Queries the currently playing or
selected song information
Response
Response string Description
OK event MTX:AudioPlayerGetCurrentSong "dirpath=xxxx|dirname=yyyy|
leindex=zzzz|lename=wwww"
Currently playing or selected song
information
OKm event MTX:AudioPlayerGetCurrentSong "sdcard is not inserted" There is no SD memory card inserted.
OKm event MTX:AudioPlayerGetCurrentSong "song is not set up" The playback song is not specied.
* OKm is returned if there is no SD memory card inserted or the playback song is not specied.
Details: xxxx = Directory path (index expression)
yyyy = Directory name (name of the folder)
zzzz = File index
wwww = File name
Example: Command: event MTX:AudioPlayerGetCurrentSong ""
Notication: OK event MTX:AudioPlayerSetCurrentSong "dirpath=0/1|dirname=Folder #1|leindex=2|
lename=xxxx.mp3"
Meaning: Query the information of the song currently being played.
The song that is being played is index number 2 "xxxx.mp3" in the "Folder #1" folder of 0/1
(index expression).
* "0/1" expresses the root folder number/sub folder number (the root folder number is always xed at 0).