MusicBrainz API/Search/AnnotationSearchXmlOutput: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
====Xml====
====Xml====
<pre><nowiki>
<pre><nowiki>
<metadata xmlns="http://musicbrainz.org/ns/mmd-2.0#" xmlns:ext="http://musicbrainz.org/ns/ext#-2.0">
<metadata>
<annotation-list>
<annotation-list>
<annotation type="release" ext:score="100">
<annotation type="release" ext:score="100">
Line 16: Line 16:
</annotation-list>
</annotation-list>
</metadata>
</metadata>
</nowikii></pre>
</nowiki></pre>

Revision as of 09:48, 5 February 2013

Xml

<metadata xmlns="http://musicbrainz.org/ns/mmd-2.0#" xmlns:ext="http://musicbrainz.org/ns/ext#-2.0">
<annotation-list>
<annotation type="release" ext:score="100">
   <entity>680364d3-9d1e-4157-9f07-293305e9527f</entity>
      <name>You're Crazy</name>
      <text>Original released 1980 by Better Day Records Digitally remastered 1995 by Sweet Silence Studio</text>
</annotation>
<annotation type="artist" ext:score="4">
   <entity>4c358258-5fbc-409a-8c68-d89e7126a724</entity>
      <name>Freddy Lynxx</name>
      <text>Freddy Lynxx is the former member of the band called The Jet Boys. The band released an album in 1990, "Larger Than Life" and was reissued in 1998 on the label SKYDOG. Freddy Lynxx still recording those days under the name of "Freddy Lynxx & The Corner Gang".
      </text>
</annotation>
</annotation-list>
</metadata>