summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorVictor Toso <me@victortoso.com>2014-11-29 18:19:36 +0100
committerVictor Toso <me@victortoso.com>2014-12-09 19:43:17 +0100
commit5c1eb9e5340cbfe57fc63cc0cdf882f9e4850c9e (patch)
treea0781992cdd85aee19ba704c254b11ba7ba75097 /bindings
parentba54248110c94de219c4d21f5b31a84ecbe08d64 (diff)
downloadgrilo-5c1eb9e5340cbfe57fc63cc0cdf882f9e4850c9e.tar.gz
core: add GRL_METADATA_KEY_MB_RECORDING_ID
MusicBrainz recording identifier. From its documentation: A recording is an entity in MusicBrainz which can be linked to tracks on releases. Each track must always be associated with a single recording, but a recording can be linked to any number of tracks. https://bugzilla.gnome.org/show_bug.cgi?id=741230
Diffstat (limited to 'bindings')
-rw-r--r--bindings/vala/grilo-0.2-custom.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/vala/grilo-0.2-custom.vala b/bindings/vala/grilo-0.2-custom.vala
index a27e78a..b22d9c3 100644
--- a/bindings/vala/grilo-0.2-custom.vala
+++ b/bindings/vala/grilo-0.2-custom.vala
@@ -105,6 +105,8 @@ namespace Grl {
public static Grl.KeyID MB_TRACK_ID;
[CCode (cname ="GRL_METADATA_KEY_MB_ARTIST_ID")]
public static Grl.KeyID MB_ARTIST_ID;
+ [CCode (cname ="GRL_METADATA_KEY_MB_RECORDING_ID")]
+ public static Grl.KeyID MB_RECORDING_ID;
public static GLib.List list_new (Grl.KeyID p, ...);
}