I'm currently working on a few projects that involve Drupal and Multi-Media.
In this post I want to review the various ways I see of doing this within Drupal and I want to get some advice/opinions from others.
Basically a Podcast is just an RSS feed and in theory any drupal module with an uploaded attachment should operate as an podcastable RSS feed, right ?
So the first option would be to simply create either fleixnodes or story modules and have uploaded attachments and then categorize them based upon their content type. And to utilize upload to attach the files to each node.
This option has its potential simplicity as a benefit but it would lack some of the features of the audio module and video module. The other main drawback is that it would require users to painstakingly upload their content via an http interface which is a recipe for timeout and wasted effort. If anyone knows a way to link remote files currently in drupal that would be nice. Also a customization/opening of the code from ourmedia.org so that other drupal sites could upload their content to archive.org would be helpful.
The next option is to utilize the audio module. This is pretty much the same as the previous in terms of it currently lacks support for remotely linking files. It adds the features of a flash mp3 player and getid3 support to read tracks.
Ber Kessels had proposed a new way to deal with files that seemed very interesting but is currently waiting development that would allow linking of files to nodes and also allow files to be remote/local.