User Manual

Table Of Contents
MTX3/MTX5-D/MRX7-D/XMV Series/EXi8/EXo8 Remote Control Protocol Specications V3.1.0 rev10
47
3. Command Specications
3-38) Playback song designation
Command Option 1 Option 2 Description
event MTX:AudioPlayerSetCurrentSong "dirpath=xxxx|leindex=yyyy" Playback song designation
Details: xxxx= Directory path (index expression)
0 : Root Folder Number(the root folder number is always xed at 0)
0/nnnn : Root Folder Number/Sub Folder Number
yyyy= File index number
Note: The range of sub folder numbers is "0" to "total number of sub folders - 1".
The range of le numbers is "0" to "total number of les - 1".
Use "3-27) Current folder information query" or "3-28) Current folder move query" to get total number of sub folders
and les.
Song les in root folder of SD card and song les in sub folders in root folder are supported. Files placed in "deeper"
folder can't be supported.
Response
Response string Description
OK event MTX:AudioPlayerSetCurrentSong "dirpath=xxxx|dirname=yyyy|
leindex=zzzz|lename=wwww"
The specied song that will be played
OKm event MTX:AudioPlayerSetCurrentSong "sdcard is not inserted" There is no SD memory card inserted.
* OKm is returned if there is no SD memory card inserted.
Details: xxxx = Directory path (index expression)
0 : Root Folder Number(the root folder number is always xed at 0)
0/nnnn : Root Folder Number/Sub Folder Number
yyyy = Directory name (name of the folder)
zzzz = File index number
wwww = File name
Example: Command: event MTX:AudioPlayerSetCurrentSong "dirpath=0/1|leindex=2"
Notication: OK event MTX:AudioPlayerSetCurrentSong "dirpath=0/1|dirname=Folder #1|leindex=2|
lename=xxxx.mp3"
Meaning: Play the le at le index number 2 in the directory path 0/1 folder (index expression).
The playback song was set to le index number 2 "xxxx.mp3" in "Folder #1" folder of directry path
0/1 (index expression).
* "0/1" expresses the root folder number/sub folder number (the root folder number is always xed at 0).
3-39) MTX Editor synchronization processing query
Command Option 1 Option 2 Description
event MTX:SynchronizationGetStatus "" MTX Editor synchronization
processing query
Response
Response string Description
OK event MTX:SynchronizationGetStatus "active" In the process of synchronizing
OK event MTX:SynchronizationGetStatus "inactive" Not in the process of synchronizing
Example: Command: event MTX:SynchronizationGetStatus ""
Notication: OK event MTX:SynchronizationGetStatus "inactive"
Meaning: Query the synchronization status between the MTX and MTX Editor.
Not in the process of synchronizing
Note: The character encoding for directory and le names conforms to the setting specied by the scpmode encoding
command.