MusicBrainz API/Search/AnnotationSearchXmlOutput: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Created page with "<metadata> <annotation-list> <annotation type="release" ext:score="100"> <entity>680364d3-9d1e-4157-9f07-293305e9527f</entity> <name>You're Crazy</name> <text>O...")
 
No edit summary
Line 1: Line 1:
====Xml====
<pre><nowiki>
<metadata>
<metadata>
<annotation-list>
<annotation-list>
Line 14: Line 16:
</annotation-list>
</annotation-list>
</metadata>
</metadata>
</nowikii></pre>

Revision as of 09:46, 5 February 2013

Xml

<nowiki>
<metadata>
<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>
</nowikii>