I want to be able to upload my audio files like normal for people to be able to listen using the flash player when they come to my site, but, it's also a podcast feed, and I'd like the podcast feed for the entries to point to the copy of the audio file that is hosted on archive org. What do you think is the easiest way to accomplish this?

I tried including a link to the archive.org file, but the enclosure still defaults to the audio file on my server.

Comments

tunesmith’s picture

It seems the easiest way would be to add a field to the table for "enclosure url" and have it be a form element just below the file-upload section... then if that field is populated, have the generated rss refer to that url in the enclosure.

I've never done module development though - is this a matter of hacking my copy, somehow getting a diff, and then mailing it somewhere? It would require altering table schema and am not yet sure how that is handled when someone updates a module...

drewish’s picture

Status: Active » Closed (duplicate)

this is really the same thing as: http://drupal.org/node/47998