How to Create a Podcast With Drupal
By default, Drupal does not support podcasts or the uploading of other embedded media. However, using modules from the Drupal repository and creating a new custom node type, you can create podcasts on your Drupal sites, complete with the audio player. When users visit the link for the specific podcast, they'll be able to listen to your uploaded MP3 from their browser windows, without opening an external media player.
Instructions
-
-
1
Download the Media (drupal.org/project/media) and Embedded Media Field (drupal.org/project/emfield) modules from the Drupal repository.
-
2
Sign in to your Drupal site administration panel and click "Modules." Click "Install New Module." Click "Browse" and select the zip package for the Media module. Click "Install."
-
-
3
Repeat the module installation process for the Embedded Media Field module, and then check the box next to "Embedded Media," "Media" and "Media Internet Services."
-
4
Click "Structure" and then "Content Types." Click "Add Content Type."
-
5
Name the content type "Podcast." Click "Save and Add Fields." Click the "Add New Field" box. Name the field "Audio" and then select the "Multimedia Asset" widget.
-
6
Determine whether or not you want to keep the default "Body" field. With podcasts, you can use this field to create a podcast description or transcript. If you want to keep it, click "Save." If you want to delete it, click "Delete." You've now created your podcast content type and are ready to upload your MP3 file.
-
7
Click "Add Content" and then click "Podcast."
-
8
Title your podcast and then type a description or the transcript, if desired. Click "Select Media" and select the podcast MP3 file. Click "Open" to upload it and then click "Save."
-
1