source: trunk/js/test/files/xspf.xml @ 1191

Revision 1191, 1.5 KB checked in by zach, 3 years ago (diff)

Uploading testing tool

Line 
1<playlist version="1" xmlns="http://xspf.org/ns/0/">
2        <title>Example XSPF playlist</title>
3        <tracklist>
4
5                <track>
6                        <title>FLV video</title>
7                        <creator>the Peach Open Movie Project</creator>
8                        <info>http://www.bigbuckbunny.org/</info>
9                        <annotation>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation.</annotation>
10                        <location>../../testing/files/bunny.flv</location>
11                </track>
12
13                <track>
14                        <title>MP3 audio with thumb</title>
15                        <creator>the Peach Open Movie Project</creator>
16                        <info>http://www.bigbuckbunny.org/</info>
17                        <annotation>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation.</annotation>
18                        <location>files/bunny.mp3</location>
19                        <image>files/bunny.jpg</image>
20                </track>
21
22                <track>
23                        <title>PNG image with duration</title>
24                        <creator>the Peach Open Movie Project</creator>
25                        <annotation>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation.</annotation>
26                        <location>files/bunny.png</location>
27                        <meta rel="duration">10</meta>
28                </track>
29
30                <track>
31                        <title>Youtube video with start</title>
32                        <creator>the Peach Open Movie Project</creator>
33                        <info>http://www.bigbuckbunny.org/</info>
34                        <annotation>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation.</annotation>
35                        <location>http://youtube.com/watch?v=IBTE-RoMsvw</location>
36                        <meta rel="start">10</meta>
37                </track>
38
39        </tracklist>
40</playlist>
Note: See TracBrowser for help on using the repository browser.