You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
650 B

<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<location>001.mp3</location>
</track>
<track>
<title>Just some local audio that is 2mins long</title>
<location>../Music/002.mp3</location>
</track>
<track>
<title>absolute path on Windows</title>
<location>003.mp3</location>
</track>
<track>
<title>Window style file path</title>
<location>..\Music\004.mp3</location>
</track>
<track>
<title>case insensitive</title>
<location>../music/005.mp3</location>
</track>
</trackList>
</playlist>