STOP RECORDING (Myth Protocol)

From MythTV Official Wiki
Jump to: navigation, search

STOP_RECORDING

Arguments

Command arguments: none

List arguments: <ProgramInfo>

Examples

Command:

398     STOP_RECORDING[]:[]DTV Program[]:[][]:[]DTVProgram[]:[][]:[]1042...

Successful response:

1       4

Description

Stop a currently active recording.

Returns

0 if the backend is the master and the recording belongs to a slave backend (seems like 0 will be returned even if there is a problem stopping the recording on the slave). If the recording is supposed to be on the connected backend, -1 is returned if the recording is not found. Otherwise, the recorder number will be returned where the recording was stopped.

Changelog

version changeset description
37 [15437] Initial version