UNDELETE RECORDING (Myth Protocol)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

UNDELETE_RECORDING

Arguments

Command arguments: none (may work with chanid and starttime like DELETE_RECORDING as well???)

List arguments: <ProgramInfo>

Examples

Command:

443    UNDELETE_RECORDING[]:[]DTV Program[]:[][]:[]DTVProgram[]:[][]:[]1042...

Successful response:

1       0

Description

Unmarks a file on the backend that is marked for deletion.

Returns

0 if the recording was successfully undeleted, -1 otherwise.

Changelog

Initial patch: http://svn.mythtv.org/trac/attachment/ticket/3788/expire_not_delete.3.diff

version changeset description
36 [14483] Initial version