blob: 189ede0b05e0dc266168b1bdc8352f226a586dc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<?xml version="1.0" encoding="UTF-8"?>
<elements>
<song>
<title>Side To Side</title>
<artist>Ariana Grande</artist>
<length>186</length>
<UUID>66d277ca-cbc4-471c-a07e-082363375bcc</UUID>
<content>Song/Side_To_Side.wav</content>
<genre>rock</genre>
</song>
<song>
<title>STB</title>
<artist>Drake</artist>
<length>286</length>
<UUID>61d277ca-cbc4-471c-a07e-082363375bcc</UUID>
<content>Song/STB.wav</content>
<genre>pop</genre>
</song>
<song>
<title>Hotline Bling</title>
<artist>Drake</artist>
<length>256</length>
<UUID>31d277ca-cbc4-471c-a07e-082363375bcc</UUID>
<content>Song/Hotline_Bling.wav</content>
<genre>pop</genre>
</song>
<song>
<title>Toosie Slide</title>
<artist>Drake</artist>
<length>286</length>
<UUID>21d277ca-cbc4-471c-a07e-082363375bcc</UUID>
<content>Song/Toosie_Slide.wav</content>
<genre>pop</genre>
</song>
</elements>
|