<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.xiph.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stanbeard</id>
	<title>XiphWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.xiph.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stanbeard"/>
	<link rel="alternate" type="text/html" href="https://wiki.xiph.org/Special:Contributions/Stanbeard"/>
	<updated>2026-05-02T08:04:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.xiph.org/index.php?title=JSPF_Draft&amp;diff=8663</id>
		<title>JSPF Draft</title>
		<link rel="alternate" type="text/html" href="https://wiki.xiph.org/index.php?title=JSPF_Draft&amp;diff=8663"/>
		<updated>2008-03-05T17:12:23Z</updated>

		<summary type="html">&lt;p&gt;Stanbeard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the JSPF specification workspace.&lt;br /&gt;
&lt;br /&gt;
Ummm... attention author... this is JSON not JSPF...&lt;br /&gt;
&lt;br /&gt;
Example JSPF file:&lt;br /&gt;
 {&lt;br /&gt;
   &amp;quot;playlist&amp;quot; : {&lt;br /&gt;
     &amp;quot;title&amp;quot;         : &amp;quot;JSPF example&amp;quot;,&lt;br /&gt;
     &amp;quot;creator&amp;quot;       : &amp;quot;Artist name&amp;quot;,&lt;br /&gt;
     &amp;quot;annotation&amp;quot;    : &amp;quot;Super playlist&amp;quot;,&lt;br /&gt;
     &amp;quot;info&amp;quot;          : &amp;quot;http://example.com/&amp;quot;,&lt;br /&gt;
     &amp;quot;location&amp;quot;      : &amp;quot;http://example.com/&amp;quot;,&lt;br /&gt;
     &amp;quot;identifier&amp;quot;    : &amp;quot;http://example.com/&amp;quot;,&lt;br /&gt;
     &amp;quot;image&amp;quot;         : &amp;quot;http://example.com/&amp;quot;,&lt;br /&gt;
     &amp;quot;date&amp;quot;          : &amp;quot;2005-01-08T17:10:47-05:00&amp;quot;,&lt;br /&gt;
     &amp;quot;license&amp;quot;       : &amp;quot;http://example.com/&amp;quot;,&lt;br /&gt;
     &amp;quot;attribution&amp;quot;   : [&lt;br /&gt;
       {&amp;quot;identifier&amp;quot;   : &amp;quot;http://example.com/&amp;quot;},&lt;br /&gt;
       {&amp;quot;location&amp;quot;     : &amp;quot;http://example.com/&amp;quot;}&lt;br /&gt;
     ],&lt;br /&gt;
     &amp;quot;link&amp;quot;          : [&lt;br /&gt;
       {&amp;quot;http://example.com/rel/1/&amp;quot; : &amp;quot;http://example.com/body/1/&amp;quot;},&lt;br /&gt;
       {&amp;quot;http://example.com/rel/2/&amp;quot; : &amp;quot;http://example.com/body/2/&amp;quot;}&lt;br /&gt;
     ],&lt;br /&gt;
     &amp;quot;meta&amp;quot;          : [&lt;br /&gt;
       {&amp;quot;http://example.com/rel/1/&amp;quot; : &amp;quot;my meta 14&amp;quot;},&lt;br /&gt;
       {&amp;quot;http://example.com/rel/2/&amp;quot; : &amp;quot;345&amp;quot;}&lt;br /&gt;
     ],&lt;br /&gt;
     &amp;quot;extension&amp;quot;     : {&lt;br /&gt;
       &amp;quot;http://example.com/app/1/&amp;quot; : [ARBITRARY_EXTENSION_BODY, ARBITRARY_EXTENSION_BODY],&lt;br /&gt;
       &amp;quot;http://example.com/app/2/&amp;quot; : [ARBITRARY_EXTENSION_BODY]&lt;br /&gt;
     },&lt;br /&gt;
     &amp;quot;track&amp;quot;         : [&lt;br /&gt;
       {&lt;br /&gt;
         &amp;quot;location&amp;quot;      : [&amp;quot;http://example.com/1.ogg&amp;quot;, &amp;quot;http://example.com/2.mp3&amp;quot;],&lt;br /&gt;
         &amp;quot;identifier&amp;quot;    : [&amp;quot;http://example.com/1/&amp;quot;, &amp;quot;http://example.com/2/&amp;quot;],&lt;br /&gt;
         &amp;quot;title&amp;quot;         : &amp;quot;Track title&amp;quot;,&lt;br /&gt;
         &amp;quot;creator&amp;quot;       : &amp;quot;Artist name&amp;quot;,&lt;br /&gt;
         &amp;quot;annotation&amp;quot;    : &amp;quot;Some text&amp;quot;,&lt;br /&gt;
         &amp;quot;info&amp;quot;          : &amp;quot;http://example.com/&amp;quot;,&lt;br /&gt;
         &amp;quot;image&amp;quot;         : &amp;quot;http://example.com/&amp;quot;,&lt;br /&gt;
         &amp;quot;album&amp;quot;         : &amp;quot;Album name&amp;quot;,&lt;br /&gt;
         &amp;quot;trackNum&amp;quot;      : 1,&lt;br /&gt;
         &amp;quot;duration&amp;quot;      : 0,&lt;br /&gt;
         &amp;quot;link&amp;quot;          : [&lt;br /&gt;
           {&amp;quot;http://example.com/rel/1/&amp;quot; : &amp;quot;http://example.com/body/1/&amp;quot;},&lt;br /&gt;
           {&amp;quot;http://example.com/rel/2/&amp;quot; : &amp;quot;http://example.com/body/2/&amp;quot;}&lt;br /&gt;
         ],&lt;br /&gt;
         &amp;quot;meta&amp;quot;          : [&lt;br /&gt;
           {&amp;quot;http://example.com/rel/1/&amp;quot; : &amp;quot;my meta 14&amp;quot;},&lt;br /&gt;
           {&amp;quot;http://example.com/rel/2/&amp;quot; : &amp;quot;345&amp;quot;}&lt;br /&gt;
         ],&lt;br /&gt;
         &amp;quot;extension&amp;quot;     : {&lt;br /&gt;
           &amp;quot;http://example.com/app/1/&amp;quot; : [ARBITRARY_EXTENSION_BODY, ARBITRARY_EXTENSION_BODY],&lt;br /&gt;
           &amp;quot;http://example.com/app/2/&amp;quot; : [ARBITRARY_EXTENSION_BODY]&lt;br /&gt;
         }&lt;br /&gt;
       }&lt;br /&gt;
     ]&lt;br /&gt;
   }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
[[Category:XSPF]]&lt;/div&gt;</summary>
		<author><name>Stanbeard</name></author>
	</entry>
</feed>