diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-06-06 13:32:56 +0200 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-06-06 13:32:56 +0200 |
commit | 65a49c3154822aa808ced07301487162a290fda7 (patch) | |
tree | d65603ed917cf7e4f3c7720e8c474615d3931ed2 /files/albums.xml |
Initial jMusicHubProject
Diffstat (limited to 'files/albums.xml')
-rw-r--r-- | files/albums.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/files/albums.xml b/files/albums.xml new file mode 100644 index 0000000..edfd610 --- /dev/null +++ b/files/albums.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<albums> + <album> + <title>Best of Beatles</title> + <artist/> + <lengthInSeconds>2160</lengthInSeconds> + <UUID>55a1e629-ef8c-4554-be90-7668105724cd</UUID> + <date>1970-12-10</date> + <songs> + <UUID>66d277ca-cbc4-471c-a07e-082362275bcc</UUID> + <UUID>6b834132-0a30-4b83-9835-814121b963a1</UUID> + <UUID>b2ee0ca0-b5e2-4bc9-8fed-7932fb145f2f</UUID> + <UUID>bbe99998-1be6-4a40-8bf0-6a7fce9087c9</UUID> + <UUID>66d277ca-cbc4-471c-a07e-082363375bcc</UUID> + </songs> + </album> + <album> + <title>ABBA Gold</title> + <artist/> + <lengthInSeconds>3490</lengthInSeconds> + <UUID>f015cb19-ed91-47cc-a262-12f5348e6f89</UUID> + <date>1978-01-23</date> + <songs> + <UUID>44136020-dc80-4522-9b71-2b9aad5e3039</UUID> + </songs> + </album> +</albums>
\ No newline at end of file |