DELETE FILE (Myth Protocol)

From MythTV Official Wiki
Jump to: navigation, search

DELETE_FILE

Arguments

Command arguments: none

List arguments: <file> <storage group>

Examples

Command:

49     DELETE_FILE[]:[]/file_for_deletion.mpg[]:[]Videos
1      1


Description

Marks a file on the backend for deletion, following the existing deletion rules.

Returns

Returns 1 on success, 0 on failure.

Changelog

version changeset description
46 [21156] Initial version