Skip to content

Commit

Permalink
update demos list, add playlick
Browse files Browse the repository at this point in the history
  • Loading branch information
RJ authored and RJ committed Oct 27, 2009
1 parent dc37125 commit 29d3878
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 10 deletions.
4 changes: 1 addition & 3 deletions demos/demolist.html
@@ -1,5 +1,3 @@
<p>
<a href="/demos/">Demo Overview</a> &nbsp; | &nbsp;
<a href="haudio.html">hAudio</a> &nbsp; | &nbsp;
<a href="search.html">Search</a>
[ <a href="/demos/">back to Demo Overview</a> ]
</p>
50 changes: 43 additions & 7 deletions demos/index.html
@@ -1,19 +1,53 @@
<!--#set var="title" value="Playdar - hAudio Microformat Demo" --><!--#include virtual="../inc/header.html" -->

<h2>Playdar Demos</h2>
<!--#include virtual="demolist.html" -->
<p>
There are a couple of demos here; make sure Playdar is running on your computer and check
out the demo links above.
Here are some things that use Playdar. The search and hAudio demos are hosted on playdar.org and aren't very sexy.
The other demos are separate websites, and are much nicer.
</p>
<h2>Greasemonkeying around</h2>

<h3>Search </h3>
<a href="/demos/search.html">Playdar.org Search Demo</a>
<p>
Ugly search interface that displays all results after polling completes.
</p>

<h3>hAudio Microformats</h3>
<a href="/demos/haudio.html">Playdar.org hAudio Demo</a>
<p>
Very ugly demo that shows the built-in hAudio parsing from playdar.js.
Imagine the ugly red/green boxes were sexy buttons.
</p>


<h3>Playlick</h3>
<a href="http://www.playlick.com/" target="playlick">www.playlick.com</a>
by <a href="http://james.wheare.org/" target="jw">James Wheare</a>
<p>
Inject playdar search + play links into Last.fm pages: <a href="/download/playdar_lastfm.user.js">playdar_lastfm.user.js</a>.
Playlist player that can import playlists from Last.fm, XSPF, podcasts. Also imports album listings and can generate a playlist by combining two Last.fm profiles. <br/>
</p>
<h2>Spiffdar</h2>

<h3>Player.Playlick</h3>
<a href="http://player.playlick.com/" target="playerplaylick">player.playlick.com</a>
by <a href="http://james.wheare.org/" target="jw">James Wheare</a>
<p>
A web-based Playdar player that imports your Last.fm library.
</p>

<h3>Spiffdar</h3>
<a href="http://www.spiffdar.org/" target="spiffdar">www.spiffdar.org</a>
by <a href="http://mokele.co.uk/" target="sg">Steve Gravell</a>
<p>
<a href="http://spiffdar.org/">Spiffdar</a> allows you to view and resolve XSPF playlists using Playdar.
Spiffdar allows you to view and resolve XSPF playlists using Playdar. Has a handy list of top genre playlists from Last.fm webservices.
</p>

<h3>Greasemonkey Scripts</h3>
To inject playdar play buttons into existing websites:
<ul>
<li>Last.fm pages: <a href="/download/playdar_lastfm.user.js">playdar_lastfm.user.js</a></li>
<li>MusicBrainz (release pages only so far, bit buggy/new) <a href="http://github.com/alastair/playdar-scripts/">musicbrainz_playdar.user.js</a></li>
</ul>

<h2>Demos Wishlist</h2>
<ul>
<li>
Expand All @@ -22,6 +56,8 @@ <h2>Demos Wishlist</h2>
<li>
More funky web apps. (more greasemonkey scripts for other sites?)
</li>
<li>A sexy way to browse your MusicBrainz collection and play using Playdar</li>
<li>Loads more.. come chat to us on IRC</li>
</ul>

</body>
Expand Down

0 comments on commit 29d3878

Please sign in to comment.