MUSIC TAG CHANGEIMAGE (Myth Protocol)

From MythTV Official Wiki
Jump to: navigation, search

MUSIC_TAG_CHANGEIMAGE

Arguments

Command arguments: none

List arguments: <hostname> <songid> <oldtype> <newtype>

Examples

Command:

59       MUSIC_TAG_CHANGEIMAGE[]:[]masterbe[]:[]1234[]:[]1[]:[]2

Successful response:

2       OK

Unsuccessful response:

22       ERROR: slave not found
22       ERROR: track not found
34       ERROR: failed to change image type

Description

This command changes the image type of embedded images in a tracks tag. It also makes sure the cached images get updated properly. 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 [efafb148f] Initial version