Retrieving device information
The "device info" command returns information about the connected deck device:
device infoāµ
The server will respond with:
204 device info:āµ
protocol version: {Version}āµ
model: {Model Name}āµ
unique id: {unique alphanumeric identifier}āµ
āµ
Retrieving slot information
The "slot info" command returns information about a slot. Without parameters, the command returns
information for the currently selected slot:
slot infoāµ
If a slot id is specified, that slot will be queried:
slot info: slot id: {Slot ID}āµ
The server will respond with slot specific information:
202 slot info:āµ
slot id: {Slot ID}āµ
status: {"empty", "mounting", "error", "mounted"}āµ
volume name: {Volume name}āµ
recording time: {recording time available in seconds}āµ
video format: {disk's default video format}āµ
āµ
Asynchronous slot information change notification is disabled by default and may be configured with
the "notify" command. When enabled, changes in slot state will generate a "502 slot info:" asynchronous
message with the same parameters as the "202 slot info:" message.
Retrieving clip information
The ādisk listā command returns the information for each playable clip on a given disk. Without parameters,
the command returns information for the current active disk:
disk listāµ
If a slot id is specified, the disk in that slot will be queried:
disk list: slot id: {Slot ID}āµ
The server responds with the list of all playable clips on the disk in the format of: Index, name, formats, and
duration in timecode:
206 disk list:āµ
slot id: {Slot ID}āµ
{clip index}: {name} {file format} {video format} {Duration
ti me cod e}āµ
{clip index}: {name} {file format} {video format} {Duration
ti me cod e}āµ
ā¦
āµ
Note that the clip index starts from 1.
Retrieving clip count
The "clips count" command returns the number of clips on the current timeline:
clips count āµ
The server responds with the number of clips:
214 clips count: āµ
clip count: {Count}āµ
74Developer Information