source: extensions/music_player/music/daft_punk/daft_punk.xml @ 3329

Last change on this file since 3329 was 3329, checked in by flop25, 15 years ago

first commit

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<playlist version="1" xmlns="http://xspf.org/ns/0/">
3        <trackList>
4                <track>
5                        <title>Daft Punk - Alive</title>
6                        <location>music/daft_punk/Daft Punk - Alive.mp3</location>
7                        <image>music/daft_punk/daft_punk.jpg</image>
8                </track>
9                <track>
10                        <title>Daft Punk - Around the world</title>
11                        <location>music/daft_punk/Daft Punk - Around the world.mp3</location>
12                        <image>music/daft_punk/daft_punk.jpg</image>
13                </track>
14                <track>
15                        <title>Daft Punk - Human after all</title>
16                        <location>music/daft_punk/Daft Punk - Human after all.mp3</location>
17                        <image>music/daft_punk/daft_punk.jpg</image>
18                </track>
19                <track>
20                        <title>Daft Punk - One more time</title>
21                        <location>music/daft_punk/Daft Punk - One more time.mp3</location>
22                        <image>music/daft_punk/daft_punk.jpg</image>
23                </track>
24                <track>
25                        <title>Daft Punk - Robot rock</title>
26                        <location>music/daft_punk/Daft Punk - Robot rock.mp3</location>
27                        <image>music/daft_punk/daft_punk.jpg</image>
28                </track>
29                <track>
30                        <title>Daft Punk - Too long</title>
31                        <location>music/daft_punk/Daft Punk - Too long.mp3</location>
32                        <image>music/daft_punk/daft_punk.jpg</image>
33                </track>
34        </trackList>
35</playlist>
Note: See TracBrowser for help on using the repository browser.