Method

GrlMediaset_mb_album_id

deprecated: 0.3.8 since: 0.3.0

Declaration [src]

void
grl_media_set_mb_album_id (
  GrlMedia* media,
  const gchar* mb_album_id
)

Description [src]

Set the MusicBrainz album identifier of the media.

Available since: 0.3.0

Deprecated since: 0.3.8

In favor of more specific metadata-keys GRL_METADATA_KEY_MB_RELEASE_ID and GRL_METADATA_KEY_MB_RELEASE_GROUP_ID.

Parameters

mb_album_id

Type: const gchar*

The MusicBrainz album identifier.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.