MusicBrainz API/Search/AnnotationSearchXmlOutput: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
Line 2: Line 2:
<pre><nowiki>
<pre><nowiki>
<metadata xmlns="http://musicbrainz.org/ns/mmd-2.0#" xmlns:ext="http://musicbrainz.org/ns/ext#-2.0">
<metadata xmlns="http://musicbrainz.org/ns/mmd-2.0#" xmlns:ext="http://musicbrainz.org/ns/ext#-2.0">
<annotation-list>
<annotation-list>
<annotation type="release" ext:score="100">
<annotation type="release" ext:score="100">
<entity>680364d3-9d1e-4157-9f07-293305e9527f</entity>
<entity>680364d3-9d1e-4157-9f07-293305e9527f</entity>
<name>You're Crazy</name>
<name>You're Crazy</name>
<text>Original released 1980 by Better Day Records Digitally remastered 1995 by Sweet Silence Studio</text>
<text>Original released 1980 by Better Day Records Digitally remastered 1995 by Sweet Silence Studio</text>
</annotation>
</annotation>
<annotation type="artist" ext:score="4">
<annotation type="artist" ext:score="4">
<entity>4c358258-5fbc-409a-8c68-d89e7126a724</entity>
<entity>4c358258-5fbc-409a-8c68-d89e7126a724</entity>
<name>Freddy Lynxx</name>
<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 &amp; The Corner Gang".
<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.</text>
</text>
</annotation>
</annotation>
</annotation-list>
</annotation-list>
</metadata>
</metadata>
</nowiki></pre>
</nowiki></pre>

Revision as of 09:49, 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.</text>
      </annotation>
   </annotation-list>
</metadata>