Difference between revisions of "GET FILE POSITION (Myth Protocol)"

From MythTV Official Wiki
Jump to: navigation, search
(Created page with '== GET_FILE_POSITION == === Arguments === '''Command arguments''': <recorder id> '''List arguments''': none === Examples === Command: <pre>38 QUERY_RECORDER 1[]:[]GET_FILE…')
 
(updated for protocol 66)
 
Line 20: Line 20:
 
Unsuccessful response:
 
Unsuccessful response:
 
???
 
???
 +
 +
=== Changelog ===
 +
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
 +
|- style="background: lightsteelblue"
 +
|+
 +
! version !! changeset !! description
 +
|-
 +
| 66 || {{gitcommit|1508085e|mythtv|v0.25pre-2052-g1508085}}
 +
| The position is now returned as a single 64 bit number rather than two 32 bit numbers.
 +
|-
 +
|}
  
 
[[Category:Recorder_Queries_(Myth_Protocol)]]
 
[[Category:Recorder_Queries_(Myth_Protocol)]]

Latest revision as of 02:19, 23 June 2011

GET_FILE_POSITION

Arguments

Command arguments: <recorder id>

List arguments: none

Examples

Command:

38      QUERY_RECORDER 1[]:[]GET_FILE_POSITION

Response: ???

Description

Returns

Successful response: ???

Unsuccessful response: ???

Changelog

version changeset description
66 [v0.25pre-2052-g1508085] The position is now returned as a single 64 bit number rather than two 32 bit numbers.