JSPF Draft

From XiphWiki
Revision as of 12:57, 13 June 2007 by Sping (talk | contribs) (Init)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This is the JSPF specification workspace.

Example JSPF file:

{
  "playlist" : {
    "title"         : "some title",
    "creator"       : "artist name",
    "annotation"    : "super playlist",
    "info"          : "http://example.com/",
    "location"      : "http://example.com/",
    "identifier"    : "http://example.com/",
    "image"         : "http://example.com/",
    "date"          : "2007-01-01T00:00:00",
    "license"       : "http://example.com/",
    "attribution"   : [
      {"identifier"   : "http://example.com/"},
      {"location"     : "http://example.com/"}
    ],
    "link"          : TODO,
    "meta"          : TODO,
    "extension"     : TODO,
    "trackList"     : TODO
  }
}