SET BOOKMARK (Myth Protocol)

From MythTV Official Wiki
Jump to: navigation, search

SET_BOOKMARK

Arguments

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

List arguments: none

Examples

Command:

35      SET_BOOKMARK 77003 1298597460 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.

Returns

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

Changelog

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