Difference between revisions of "GET FREE RECORDER COUNT (Myth Protocol)"

From MythTV Official Wiki
Jump to: navigation, search
m
(2 intermediate revisions by the same user not shown)
Line 17: Line 17:
 
=== Returns ===
 
=== Returns ===
 
The count of free recorders, or 0 if no recorders are available.
 
The count of free recorders, or 0 if no recorders are available.
 +
 +
=== Changelog ===
 +
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
 +
|- style="background: lightsteelblue"
 +
|+
 +
! version !! changeset !! description
 +
|-
 +
| 9 || {{changeset|3838}}
 +
| initial version
 +
|-
 +
|}
 +
 +
[[Category:Myth Protocol Commands]]

Revision as of 23:42, 13 September 2010

GET_FREE_RECORDER_COUNT

Arguments

Command arguments: none

List arguments: none

Examples

Command:

GET_FREE_RECORDER_COUNT

Successful response:

1

Description

Asks the backend for the number free recorders. A free recorder is identifed as one that is connected, but not busy or locked.

Returns

The count of free recorders, or 0 if no recorders are available.

Changelog

version changeset description
9 [3838] initial version