MUSIC TAG REMOVEIMAGE (Myth Protocol)

From MythTV Official Wiki
Jump to: navigation, search

MUSIC_TAG_REMOVEIMAGE

Arguments

Command arguments: none

List arguments: <hostname> <songid> <imageid>

Examples

Command:

59       MUSIC_TAG_REMOVEIMAGE[]:[]masterbe[]:[]1234[]:[]4321

Successful response:

2       OK

Unsuccessful response:

22       ERROR: slave not found
22       ERROR: track not found
23       ERROR: tagger not found
43       ERROR: embedded images not supported by tag
22       ERROR: image not found
42       ERROR: failed to remove album art from tag

Description

This command will remove an image from a music tracks tag. The master backend will forward the command to a slave for processing if the track is on a slave.

Returns

An OK or ERROR response.

Changelog

version changeset description
80 [b9d40e407] Initial version