MP80RA HD Media Player Manual
Page
31
of
32
Rev. 107- 06/21/16
Network Commands Continued:
qsCommand:PLAY_QS_LAYOUT(layout_config_filename);
Play a layout designed by Quick Sign.
layout_config_filename - the json file that describes the
layout, mainly needed for video field location.
****************************************************************************
qsCommand:PLAY_LAYER(layerTypeIndex,typeIndex,filename,duration);
Play the item on the selected layer type -does not affect
other layers. Usually need to set layer area first
layerTypeIndex - index number of the layer type
LAYER_BASE_HTML(0)
LAYER_OVERLAY_HTML(1)
LAYER_VIDEO(2)
LAYER_CAMERA(3) (typeIndex ignored if set to LAYER_CAMERA)
typeIndex = file type index =
HTML(1),
IMAGE(2),
MUSIC(3), valid for VIDEO_LAYER Only!
PLAYLIST(4), playlist must be valid type for assigned layer or will fail
VIDEO(5); valid for VIDEO_LAYER Only!
filename = name of file
****************************************************************************
qsCommand:PLAY_WEB_PAGE(url)
****************************************************************************
qsCommand:GET_FILE_LIST
parameters: none;
{"files":[
{"typeIndex":0, "fileName":"myVideo1.mp4", "fileSize":876234 },
{"typeIndex":1, "fileName":"myVideo1.mp4", "fileSize":23876234},
{"typeIndex":2, "fileName":"myVideo1.mp4", "fileSize":12876234}
],
"freeSpace":23898594
}
****************************************************************************
qsCommand:DELETE_FILE(mediaDevice,fileType,fileName)
mediaDevice - not used
fileType = "config";
"html";
"picture";
"music";
"playlist";
"video";
fileName = name of file;
****************************************************************************
qsCommand:SET_NAME(name)
Sets the name of the player
name = desired name of the player
****************************************************************************
qsCommand:GET_NAME
Get the name of the player as assigned by SET_NAME
****************************************************************************
qsCommand:SET_DESCRIPTION(text)
Set a description for the player
text = brief description
****************************************************************************
qsCommand:GET_DESCRIPTION
Gets the description of the player as set by GET_DESCRIPTION
****************************************************************************
qsCommand:SET_OPERATING_MODE(mode)
modes
mp75emulator, qsplayer, ccm, or qscloud
****************************************************************************