http://research.sun.com:8080/SpiffyContentResolver/convert?input=URL-to-XSPF-Playlist
This converts the given playlist to it's canonical form.
http://research.sun.com:8080/SpiffyContentResolver/display?input=URL-to-XSPF-Playlist
This converts the given playlist to it's canonical form and returns a pretty-printed html version of the playlist.
http://research.sun.com:8080/SpiffyContentResolver/napsterize?input=URL-to-XSPF-Playlist
This converts the given playlist to it's canonical form, resolves the tracks to the Napster catalog
and returns a pretty-printed html version of the playlist.
| Some of my recent tracks | Original | Canonical | Display | Napsterize |
|---|---|---|---|---|
| Kevin Smiths's Playlist | Original | Canonical | Display | Napsterize |
| Foafing the music | Original | Canonical | Display | Napsterize |
| MusicMobs | Original | Canonical | Display | Napsterize |
| Last.FM indie | Original | Canonical | Display | Napsterize |
| Last.FM metal | Original | Canonical | Display | Napsterize |
| Last.FM nerd | Original | Canonical | Display | Napsterize |
Note that these requests can take several tens of seconds, since a playlist with 100 tracks will result in 200 calls being made to MusicBrainz to do the track resolution. Napsterizing adds even more time. With the current implementation it may take 2 seconds more to resolve each track. Also, note that we are at the whim of the various web apis, sometimes they are down, sometimes they respond very slowly. What can you do?
| Plurn | Original | Canonical | Plurn puts the name of the MP3 in the title field. |
|---|---|---|---|
| Webjay | Original | Canonical | Webjay lists are XSPF version 0, we support only version 1 |