User Manual

3-15) Folder name list query
event MTX:AudioPlayerGetDirNameList "dirindex=xxxx-xxxx" Folder name list: Multiple folder name query
Details: xxxx = Index number
Response
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 first number cannot be greater than the last number.
-> By changing the first and last numbers,
you can query the list of folder names in that range.
Example: Command: event MTX:AudioPlayerGetDirNameList "dirindex=0-1"
Notification: 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-16) File name list query
event MTX:AudioPlayerGetFileNameList "fileindex=xxxx-xxxx" Folder name list: Multiple file name query
Details: xxxx = Index number
Response
OK event MTX:AudioPlayerGetFileNameList "fileindex=xxxx-xxxx|filename0=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 files.
-> The first number cannot be greater than the last number.
-> By changing the first and last numbers,
you can query the list of file names in that range.
Example: Command: event MTX:AudioPlayerGetFileNameList "fileindex=0-1"
Notification: OK event MTX:AudioPlayerGetFileNameList "fileindex=0-1|filename0=xxxx.mp3|filename1=xxxx2.mp3"
Meaning: Query the file names of 0 and 1 (index expression).
The file name of 0 is "xxxx.mp3", and that of 1 is "xxxx2.mp3".
3-17) Song play mode query
event MTX:AudioPlayerGetPlayMode "" Queries the play mode
Response
OK event MTX:AudioPlayerGetPlayMode "playmode=one" One song play mode
OK event MTX:AudioPlayerGetPlayMode "playmode=repeat one" One song repeat
OK event MTX:AudioPlayerGetPlayMode "playmode=all" All song play
OK event MTX:AudioPlayerGetPlayMode "playmode=repeat all" All songs repeat
OK event MTX:AudioPlayerGetPlayMode "playmode=shuffle" Shuffle repeat
OKm event MTX:AudioPlayerGetPlayMode "sdcard is not inserted" There is no SD memory card inserted.
* OKm is returned if there is no SD memory card inserted.
Example: Command: event MTX:AudioPlayerGetPlayMode ""
Notification: OK event MTX:AudioPlayerGetPlayMode "playmode=one"
Meaning: Query the play mode.
The play mode is set to one song play mode.
3-18) Song play mode setting
event MTX:AudioPlayerSetPlayMode "playmode=one" One song play mode
"playmode=repeat one" One song repeat
"playmode=all" All song play
"playmode=repeat all" All songs repeat
"playmode=shuffle" Shuffle repeat
Response
OK event MTX:AudioPlayerSetPlayMode "playmode=one" One song play mode
OK event MTX:AudioPlayerSetPlayMode "playmode=repeat one" One song repeat
OK event MTX:AudioPlayerSetPlayMode "playmode=all" All song play
OK event MTX:AudioPlayerSetPlayMode "playmode=repeat all" All songs repeat
OK event MTX:AudioPlayerSetPlayMode "playmode=shuffle" Shuffle repeat
OKm event MTX:AudioPlayerSetPlayMode "sdcard is not inserted" There is no SD memory card inserted.
* OKm is returned if there is no SD memory card inserted.
Example: Command: event MTX:AudioPlayerSetPlayMode "playmode=one"
Notification: OK event MTX:AudioPlayerSetPlayMode "playmode=one"
Meaning: Set the play mode to one song play mode.
The play mode was set to one song play mode.
Description
Option 1 Option 2
Description
Command
Response string
Description
Description
Option 1
Option 1
Response string
Response string
DescriptionOption 2Command
Option 1
Description
Response string
Command DescriptionOption 2
Command
Description
Option 2
MTX3/MTX5-D/XMV Series/EXi8/EXo8 Remote Control Protocol Specifications V1.0.1
14