aboutsummaryrefslogtreecommitdiff
path: root/files/elements.xml
blob: 553f2288fefdd955f145786fc9b3a9c4f664641c (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<elements>
    <song>
        <title>Here Comes the Sun</title>
        <artist>The Beatles</artist>
        <length>186</length>
        <UUID>66d277ca-cbc4-471c-a07e-082362275bcc</UUID>
        <content>here_comes_the_sun.mp3</content>
        <genre>pop</genre>
    </song>
    <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>Something</title>
        <artist>The Beatles</artist>
        <length>182</length>
        <UUID>6b834132-0a30-4b83-9835-814121b963a1</UUID>
        <content>something.mp3</content>
        <genre>pop</genre>
    </song>
    <audiobook>
        <title>Producing the Beatles</title>
        <artist>Jason Kruppa</artist>
        <length>1640</length>
        <UUID>9a744375-95cb-4f25-8dfd-f488e0f2e1f1</UUID>
        <content>producing_the_beatles.mp3</content>
        <language>english</language>
        <category>documentary</category>
    </audiobook>
    <audiobook>
        <title>Snow White</title>
        <artist>Disney</artist>
        <length>999</length>
        <UUID>c88c33dc-6c56-42d5-8381-202c679558e4</UUID>
        <content>name.mp3</content>
        <language>english</language>
        <category>youth</category>
    </audiobook>
    <song>
        <title>Julia</title>
        <artist>The Beatles</artist>
        <length>176</length>
        <UUID>b2ee0ca0-b5e2-4bc9-8fed-7932fb145f2f</UUID>
        <content>julia.mp3</content>
        <genre>pop</genre>
    </song>
    <audiobook>
        <title>Hamlet</title>
        <artist>Shakespeare</artist>
        <length>10800</length>
        <UUID>804d2dea-3e49-4c42-99f6-e195d3a68da7</UUID>
        <content>hamlet.mp3</content>
        <language>english</language>
        <category>theater</category>
    </audiobook>
    <song>
        <title>Yesterday</title>
        <artist>The Beatles</artist>
        <length>180</length>
        <UUID>bbe99998-1be6-4a40-8bf0-6a7fce9087c9</UUID>
        <content>yesterday.mp3</content>
        <genre>pop</genre>
    </song>
    <song>
        <title>Mamma Mia</title>
        <artist>ABBA</artist>
        <length>213</length>
        <UUID>a9b8d71a-70af-4f6a-a908-ad09ec8345d3</UUID>
        <content>mamma_mia.mp3</content>
        <genre>pop</genre>
    </song>
    <song>
        <title>Dancing Queen</title>
        <artist>ABBA</artist>
        <length>230</length>
        <UUID>18c49fcc-3b6e-4743-884f-89274a8a2e9a</UUID>
        <content>dancing_queen.mp3</content>
        <genre>pop</genre>
    </song>
    <song>
        <title>Fernando</title>
        <artist>ABBA</artist>
        <length>252</length>
        <UUID>44136020-dc80-4522-9b71-2b9aad5e3039</UUID>
        <content>fernando.mp3</content>
        <genre>pop</genre>
    </song>
    <song>
        <title>The name of the game</title>
        <artist>ABBA</artist>
        <length>291</length>
        <UUID>a2a19231-d244-4440-ad2a-41315e5ca00a</UUID>
        <content>the_name_of_the_game.mp3</content>
        <genre>pop</genre>
    </song>
    <song>
        <title>The winner takes it all</title>
        <artist>ABBA</artist>
        <length>254</length>
        <UUID>383c9337-6a58-40aa-ac4d-83fd964a397c</UUID>
        <content>the_winner_takes_it_all.mp3</content>
        <genre>pop</genre>
    </song>
</elements>