QUERY BOOKMARK (Myth Protocol)

From MythTV Official Wiki
Jump to: navigation, search

QUERY_BOOKMARK

Arguments

Command arguments: <chanid> <unixtime:recstartts>

List arguments: none

Examples

Command:

31      QUERY_BOOKMARK 77003 1298597460

Successful response:

5       84734

Description

Retrieve the location of the bookmark set on a recording as the number of frames from the beginning of the file.

Returns

The number of frames as a 64 bit number (which will be zero if there is no bookmark).

Changelog

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