Closed (duplicate)
Project:
Audio
Version:
5.x-0.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2007 at 06:58 UTC
Updated:
24 Feb 2007 at 20:45 UTC
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
Comment #1
tunesmith commentedIt 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...
Comment #2
drewish commentedthis is really the same thing as: http://drupal.org/node/47998