User Manual

MTX3/MTX5-D/XMV Series/EXi8/EXo8 Remote Control Protocol Specications V1.0.3
30
3. Command Specications
3-30) File name query
Command Option 1 Option 2 Description
event MTX:AudioPlayerGetFileName "leindex=xxxx" File name query
Details: xxxx = Index number
Response
Response string Description
OK event MTX:AudioPlayerGetFileName "lename=xxxx" File name
OKm event MTX:AudioPlayerGetFileName "sdcard is not inserted" There is no SD memory card inserted.
* OKm is returned if there is no SD memory card inserted.
Details: xxxx = File name
Example: Command: event MTX:AudioPlayerGetFileName "leindex=1"
Notication: OK event MTX:AudioPlayerGetFileName "lename=xxxx.mp3"
Meaning: Query the le name of 1 (index expression).
The le name is "xxxx.mp3".
3-31) Folder name list query
Command Option 1 Option 2 Description
event MTX:AudioPlayerGetDirNameList "dirindex=xxxx-xxxx" Folder name list: Multiple folder name
query
Details: xxxx = Index number
Response
Response string Description
OK event MTX:AudioPlayerGetDirNameList "dirindex=xxxx-xxxx|dirname0=xxxx| ... " Folder name list
OKm event MTX:AudioPlayerGetDirNameList "sdcard is not inserted" There is no SD memory card inserted.
* OKm is returned if there is no SD memory card inserted.
Details: xxxx-xxxx= First list number-last list number (decimal notation)
→ Cannot be set to a value greater than the number of folders.
→ The rst number cannot be greater than the last number.
→ By changing the rst and last numbers, you can query the list of folder names in that range.
Example: Command: event MTX:AudioPlayerGetDirNameList "dirindex=0-1"
Notication: OK event MTX:AudioPlayerGetDirNameList "dirindex=0-1|dirname0=Folder #1|dirname1=Folder #2"
Meaning: Query the directory names of 0 and 1 (index expression).
The directory name of 0 is "Folder #1", and that of 1 is "Folder #2".
3-32) File name list query
Command Option 1 Option 2 Description
event MTX:AudioPlayerGetFileNameList "leindex=xxxx-xxxx" Folder name list: Multiple le name
query
Details: xxxx = Index number
Response
Response string Description
OK event MTX:AudioPlayerGetFileNameList "leindex=xxxx-xxxx|lename0=xxxx| ... " File name list
OKm event MTX:AudioPlayerGetFileNameList "sdcard is not inserted" There is no SD memory card inserted.
* OKm is returned if there is no SD memory card inserted.
Details: xxxx-xxxx= First list number-last list number (decimal notation)
→ Cannot be set to a value greater than the number of les.
→ The rst number cannot be greater than the last number.
→ By changing the rst and last numbers, you can query the list of le names in that range.
Example: Command: event MTX:AudioPlayerGetFileNameList "leindex=0-1"
Notication: OK event MTX:AudioPlayerGetFileNameList "leindex=0-1|lename0=xxxx.mp3|lename1=xxxx2.mp3"
Meaning: Query the le names of 0 and 1 (index expression).
The le name of 0 is "xxxx.mp3", and that of 1 is "xxxx2.mp3".