diff options
author | Said Belhadj <71043286+Said-Belhadj@users.noreply.github.com> | 2021-06-28 20:02:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 20:02:56 +0200 |
commit | 56c7c2388cfca852b9b2b356d1a6ef07abdf4622 (patch) | |
tree | 72500ab5d4096d1c8d3b302a81345ee61a6959b2 /files | |
parent | cc2d051f398fe43d0ccf1b6332338c899785e870 (diff) |
Add new data set
Diffstat (limited to 'files')
-rw-r--r-- | files/elements.xml | 109 |
1 files changed, 17 insertions, 92 deletions
diff --git a/files/elements.xml b/files/elements.xml index 553f228..189ede0 100644 --- a/files/elements.xml +++ b/files/elements.xml @@ -1,14 +1,6 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<?xml version="1.0" encoding="UTF-8"?> <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> @@ -17,94 +9,27 @@ <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> + <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>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> + <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>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> + <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>
\ No newline at end of file +</elements> |