|
Revision 90, 0.7 kB
(checked in by jeroen, 13 months ago)
|
|
tagged 4.2 mediaplayer and 1.0 desktopplayer and removed 4.2 branch
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="utf-8"?>
|
|---|
| 2 | <playlist version="1" xmlns="http://xspf.org/ns/0/">
|
|---|
| 3 | <trackList>
|
|---|
| 4 |
|
|---|
| 5 | <track>
|
|---|
| 6 | <title>Grass by Night</title>
|
|---|
| 7 | <creator>Jeroen Wijering</creator>
|
|---|
| 8 | <location>playlist1.jpg</location>
|
|---|
| 9 | <info>http://www.jeroenwijering.com</info>
|
|---|
| 10 | </track>
|
|---|
| 11 |
|
|---|
| 12 | <track>
|
|---|
| 13 | <title>At the Sidewalk</title>
|
|---|
| 14 | <creator>Jeroen Wijering</creator>
|
|---|
| 15 | <location>playlist2.jpg</location>
|
|---|
| 16 | <info>http://www.jeroenwijering.com</info>
|
|---|
| 17 | </track>
|
|---|
| 18 |
|
|---|
| 19 | <track>
|
|---|
| 20 | <title>Tio Pepe Madrid</title>
|
|---|
| 21 | <creator>Jeroen Wijering</creator>
|
|---|
| 22 | <location>playlist3.jpg</location>
|
|---|
| 23 | <info>http://www.jeroenwijering.com</info>
|
|---|
| 24 | </track>
|
|---|
| 25 |
|
|---|
| 26 | </trackList>
|
|---|
| 27 | </playlist> |
|---|