Project

General

Profile

1
<playlist version="1" xmlns="http://xspf.org/ns/0/">
2
	<title>XSPF Example Playlist</title>
3
	<info>http:/xspf.org/xspf-v1.html</info>
4
	<trackList>
5

    
6
		<track>
7
			<title>Afraid of the Dark</title>
8
			<location>http://www.jeroenwijering.com/upload/afraid.flv</location>
9
		</track>
10

    
11
		<track>
12
			<title>Sunshine up Ahead</title>
13
			<creator>Peter Jones</creator>
14
			<location>http://www.jeroenwijering.com/upload/peterjones_sunshine_lofi.mp3</location>
15
			<info>http://www.peterjonesmusic.net/</info>
16
			<image>http://www.jeroenwijering.com/upload/peterjones.jpg</image>
17
		</track>
18

    
19
		<track>
20
			<title>Aggressive Wallpaper</title>
21
			<creator>Jeroen Wijering</creator>
22
			<annotation>
23
				This is an aggressive wallpaper for public spaces where you don't want 
24
				people to linger around (eg. subway tunnels or parking lots). People 
25
				feel offended by the aggressive wallpaper and make sure they get out 
26
				of these places as soon as their business is done there.
27
			</annotation>
28
			<location>http://www.jeroenwijering.com/upload/behang.jpg</location>
29
			<info>http://www.jeroenwijering.com/?item=Aggressive_Wallpaper</info>
30
			<meta rel="duration">12.5</meta>
31
		</track>
32

    
33

    
34
		<track>
35
			<title>ITV's Coronation Street</title>
36
			<annotation>
37
				This example features accessibility content 
38
				(closed captions and a descriptive audiotrack).
39
			</annotation>
40
			<info>http://www.jeroenwijering.com/?item=Making_Video_Accessible</info>
41
			<location>http://www.jeroenwijering.com/upload/corrie.flv</location>
42
			<image>http://www.jeroenwijering.com/upload/corrie.jpg</image>
43
			<meta rel="captions">http://www.jeroenwijering.com/upload/corrie.xml</meta>
44
			<meta rel="audio">http://www.jeroenwijering.com/upload/corrie.mp3</meta>
45
			<meta rel="duration">00:00:45</meta>
46
		</track>
47

    
48
		<track>
49
			<title>Bleed It Out</title>
50
			<creator>Linkin Park</creator>
51
			<location>upload/media/04 Bleed It Out.mp3</location>
52
			<info>http://www.linkinpark.com/</info>
53
			<image>upload/image/Sample_Preview.jpg</image>
54
		</track>
55

    
56
	</trackList>
57
</playlist>
(8-8/13)