[LIB-4] Add hespiff source files
[hespiff.git] / src / test / resources / playlist.xspf
1 <?xml version="1.0" encoding="UTF-8"?>
2 <playlist version="1" xmlns="http://xspf.org/ns/0/">
3   <title>My playlist</title>
4   <creator>Jane Doe</creator>
5   <annotation>My favorite songs</annotation>
6   <info>http://example.com/myplaylists</info>
7   <location>http://example.com/myplaylists/myplaylist</location>
8   <identifier>magnet:?xt=urn:sha1:YNCKHTQCWBTRNJIV4WNAE52SJUQCZO5C</identifier>
9   <image>http://example.com/img/mypicture</image>
10   <date>2005-01-08T17:10:47-05:00</date>
11   <license>http://creativecommons.org/licenses/by/1.0/</license>
12   <attribution>
13     <identifier>http://bar.com/secondderived.xspf</identifier>
14     <location>http://foo.com/original.xspf</location>
15   </attribution>
16   <link rel="http://foaf.example.org/namespace/version1">http://socialnetwork.example.org/foaf/mary.rdfs</link>
17   <meta rel="http://example.org/key">value</meta>
18   <extension application="http://example.com">
19     <clip start="25000" end="34500"/>
20   </extension>
21   <trackList>
22     <track>
23       <location>http://example.com/my.mp3</location>
24       <identifier>magnet:?xt=urn:sha1:YNCKHTQCWBTRNJIV4WNAE52SJUQCZO5C</identifier>
25       <title>My Way</title>
26       <creator>Frank Sinatra</creator>
27       <annotation>This is my theme song.</annotation>
28       <info>http://franksinatra.com/myway</info>
29       <image>http://franksinatra.com/img/myway</image>
30       <album>Frank Sinatra's Greatest Hits</album>
31       <trackNum>3</trackNum>
32       <duration>19200</duration>
33       <link rel="http://foaf.org/namespace/version1">http://socialnetwork.org/foaf/mary.rdfs</link>
34       <meta rel="http://example.org/key">value</meta>
35       <extension application="http://example.com">
36         <clip start="25000" end="34500"/>
37       </extension>
38     </track>
39   </trackList>
40 </playlist>