We Recommend

Smarty PHP Template Programming And Applications Smarty PHP Template Programming And Applications
Smarty is a templating engine for PHP. Designers who are used to working with HTML files can work with Smarty templates, which are HTML files with simple tags while programmers work with the underlying PHP code. The Smarty engine brings the code and templates together. The result of all this is that designers can concentrate on designing, programmers can concentrate on programming, and they don't need to get in each others way so much.


Posted By

noah on 12/01/07


Tagged

url web20 fun music itunes api useful rest service listen


Versions (?)


How to generate podcasts from HypeMachine searches or del.icio.us tags


Published in: Other 


UPDATE: As of Delicious 2.0, regular RSS feeds now work as podcasts in the latest iTunes.

Here's how to construct URLs such that they return podcasts for search/tag results. Both del and hypemachine hide these features pretty well, so I thought it was worth it to note the URL patterns here.

Note that the del URL only works with /one/ genre tag. Two or more tags and the feed will be empty.

  1. feed://hypem.com/playlist/artist/crystal%20castles/rss/1/feed.xml
  2.  
  3. #As of late 2008, any delicious RSS feed works as a podcast
  4. #This URL I'm just keeping for historical purposes :)
  5. feed://del.icio.us/rss/taggedhype/8bit+system:filetype:mp3

Report this snippet 

You need to login to post a comment.