SET BOOKMARK (Myth Protocol)

From MythTV Official Wiki
Revision as of 17:20, 6 March 2011 by Syphr42 (talk | contribs) (added details)

Jump to: navigation, search

SET_BOOKMARK

Arguments

Command arguments: <chanid> <unixtime:recstartts> <location high> <location low>

List arguments: none

Examples

Command:

37      SET_BOOKMARK 77003 1298597460 0 94573

Successful response:

2       OK

Unsuccessful response:

6       FAILED

Description

Set the bookmark on a recording at the given number of frames. The frame location is a 64-bit number sent as two 32-bit numbers (high followed by low). This is similar to the return value of QUERY_BOOKMARK.

Returns

"OK" or "FAILED" depending on whether or not the bookmark was set successfully.