Ecouter Ecouter
Pause Pause
popup
fr
 
 

Differences from NewDatabaseDumps:0 (red) to NewDatabaseDumps:1 (green)

You can rollbackto NewDatabaseDumps:0
New Jamendo database dumps

== What the data structure looks like ==

{{{

<JamendoData>

<Artists>

<artist>
<id>22</id> <!-- internal jamendo ID -->
<name>Lonah</name> <!-- display name -->
<mbgid>79239441-bfd5-4981-a70c-55c3f15c1287</id> <!-- musicbrainz ID (may be blank) -->
<location>..</location> <!-- structure about the main location of the artist -->

<Albums>
<album>
<id>116</id> <!-- internal jamendo ID -->
<name>Pièces</name> <!-- display name -->


<Tracks>
<track>
<id></id>
<name></id>
<Tags>
<tag>
<idstr>rock</idstr>
<weight>0.46</weight> <!-- weight always between 0 and 1 -->
</tag>
[...]
</Tags>


</album>

[...]

</Albums>
</artist>

[...]

</Artists>

</JamendoData>

== Data not in the dump but easily fetchable with the IDs ==

* MP3s for streaming : http://www.jamendo.com/get/track/id/track/audio/redirect/{TRACKID}/?aue=mp31
* OGGs for streaming : http://www.jamendo.com/get/track/id/track/audio/redirect/{TRACKID}/?aue=ogg2


== Misc. ==
* everything is in utf8