Difference between revisions of "QUERY ISRECORDING (Myth Protocol)"

From MythTV Official Wiki
Jump to: navigation, search
(blank page)
 
(added details)
 
Line 2: Line 2:
  
 
=== Arguments ===
 
=== Arguments ===
'''Command arguments''':
+
'''Command arguments''': none
  
'''List arguments''':
+
'''List arguments''': none
  
 
=== Examples ===
 
=== Examples ===
 
Command:
 
Command:
 +
<pre>17      QUERY_ISRECORDING</pre>
  
 
Successful response:
 
Successful response:
 +
<pre>7      2[]:[]1</pre>
  
 
=== Description ===
 
=== Description ===
 +
Request the number of in progress recordings and the number of those that are LiveTV.
  
 
=== Returns ===
 
=== Returns ===
 +
The total number of recordings followed by the number of LiveTV recordings.
  
 
[[Category:Myth Protocol Commands]]
 
[[Category:Myth Protocol Commands]]

Latest revision as of 22:02, 5 March 2011

QUERY_ISRECORDING

Arguments

Command arguments: none

List arguments: none

Examples

Command:

17      QUERY_ISRECORDING

Successful response:

7       2[]:[]1

Description

Request the number of in progress recordings and the number of those that are LiveTV.

Returns

The total number of recordings followed by the number of LiveTV recordings.