MusicBrainz API/Search/FreeDBSearchXmlOutput: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
m (→‎Xml: move this to a deeper level)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
====Xml====
<pre><nowiki>
<metadata xmlns="http://musicbrainz.org/ns/mmd-2.0#" xmlns:ext="http://musicbrainz.org/ns/ext#-2.0">
<freedb-disc-list count="2" offset="0">
<freedb-disc id="6e108c07" ext:score="100">
<title>To the power of three</title>
<artist>Laura Lippman</artist>
<category>misc</category>
<year>2005</year>
<track-list count="7"/>
</freedb-disc>
<freedb-disc id="6e108c07" ext:score="100">
<title>Doo-Doo-Doo</title>
<artist>Ole Lukkoye</artist>
<category>folk</category>
<year>1997</year>
<track-list count="7"/>
</freedb-disc>
</freedb-disc-list>
</metadata>
</nowiki></pre>

Latest revision as of 00:09, 8 July 2020