Pull from an online music database for artist and discography info

gusaus's picture

Here are some sites that are mashing up external sites and services:

I'm wondering if there are any examples, in Drupal, where similar artist/album pages are being generated by pulling from external sites. Not exactly sure how easy/difficult it would be to replicate, but it seems there may be a wide array of uses.

Any thoughts, experiences, suggestions on if/how this could be done?

Login to post comments

I've seen a Related Nodes module

Chris Charlton's picture
Chris Charlton - Tue, 2007-07-10 23:39

I installed a related nodes module on MotionXML.com, and am in the process to try it out in the next weeks. I'd imagine Genre's would be tags.


Spry XML

Rob Loach's picture
Rob Loach - Mon, 2007-07-23 22:16

If you create a Drupal web service to return XML from a queried search (in this case about Johnny Cash), you could use either jQuery or Spry to output the XML in any way you wanted. Here is a demo of Spry dynamically outputing XML data.