How to create a XSPF file from an iTunes playlist?
Otherwise I don't see why I would use C86.
2 people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?I plan to do that in a future version of C86. It's kind of a "20%" time project for me right now, so it's definitely got some rough edges, but I'll be filling in the gaps in functionality like that as I have time.
-
Inappropriate?You might just post a sample XSPF file and instructions on how to bundle it with the ZIP file. Here is one, based on downloading your 2007 playlist and examining it:
<?xml version="1.0" encoding="UTF-8"?>
<playlist>
<title>Playlist name goes here</title>
<tracklist>
<track><location>file:///track 1 goes here.mp3</location></track>
<track><location>file:///and so on.mp3</location></track>
</tracklist>
</playlist>
Loading Profile...



EMPLOYEE
