JSPF Draft: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
(Init)
 
No edit summary
Line 4: Line 4:
  {
  {
   "playlist" : {
   "playlist" : {
     "title"        : "some title",
     "title"        : "JSPF example",
     "creator"      : "artist name",
     "creator"      : "Artist name",
     "annotation"    : "super playlist",
     "annotation"    : "Super playlist",
     "info"          : "http://example.com/",
     "info"          : "http://example.com/",
     "location"      : "http://example.com/",
     "location"      : "http://example.com/",
     "identifier"    : "http://example.com/",
     "identifier"    : "http://example.com/",
     "image"        : "http://example.com/",
     "image"        : "http://example.com/",
     "date"          : "2007-01-01T00:00:00",
     "date"          : "2005-01-08T17:10:47-05:00",
     "license"      : "http://example.com/",
     "license"      : "http://example.com/",
     "attribution"  : [
     "attribution"  : [

Revision as of 12:58, 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
  }
}