JSPF Draft
From XiphWiki
(Difference between revisions)
| Line 17: | Line 17: | ||
{"location" : "http://example.com/"} | {"location" : "http://example.com/"} | ||
], | ], | ||
| - | "link" : TODO, | + | "link" : [ |
| - | "meta" : TODO, | + | TODO |
| - | "extension" : TODO, | + | ], |
| - | "trackList" : TODO | + | "meta" : [ |
| + | TODO | ||
| + | ], | ||
| + | "extension" : [ | ||
| + | TODO | ||
| + | ], | ||
| + | "trackList" : { | ||
| + | TODO | ||
| + | } | ||
} | } | ||
} | } | ||
Revision as of 20:03, 13 June 2007
This is the JSPF specification workspace.
Example JSPF file:
{
"playlist" : {
"title" : "JSPF example",
"creator" : "Artist name",
"annotation" : "Super playlist",
"info" : "http://example.com/",
"location" : "http://example.com/",
"identifier" : "http://example.com/",
"image" : "http://example.com/",
"date" : "2005-01-08T17:10:47-05:00",
"license" : "http://example.com/",
"attribution" : [
{"identifier" : "http://example.com/"},
{"location" : "http://example.com/"}
],
"link" : [
TODO
],
"meta" : [
TODO
],
"extension" : [
TODO
],
"trackList" : {
TODO
}
}
}