Posted by 0xAFFF on April 19, 2013 at 3:51pm
Hi folks,
I have started a new podcasting-module for drupal 7 and I did not find any existing.
The source can be found here:
https://github.com/enko/drupal-podcast
I'm already using it and my site can be found here:
If you have any suggestions or recommendations please do so.
Thanks
Tim
Comments
I was curious
When will you add the features listed in the Github? I'm thinking the use of RSS/XML for iTunes would help (not sure if the File Field Podcaster project has this https://drupal.org/project/ffpc). Also a means of tracking the views/analytics for each stream would help tremendously.
Haven't had the second to see if I could theme it.
podcasting contrib
have you looked at https://drupal.org/project/mogul?
maybe there is some early joint effort potential
Drupal podcast modeule better late then never
Hello I was very interested in using Drupal for creating and managing podcast and podcast items. so i made one and she works great !
i am hoping that this will be come a full project soon but have no idea how to do that.
Any way have a look here :
https://drupal.org/sandbox/taggartj/2270047
Hey this looks great, but why
Hey this looks great, but why not upload the podcast directly via drupal and extract the metadata (how long, how big etc) from the file?
Thats how I did it with my module and its imo much more user friendly.
You probably also want to look a bit into the podlove project, as they have this perfect podcast player.
Good advice
Thanks for feedback 0xAFFF!
I did not use drupal to upload because some times someone's podcast media may be bigger than their shared server post upload limit.
Thanks for tip about extracting metta I'll have a go from the URL as that did not occur to me in the 4 hours I spent this morning making it. (Prob needed more coffee ) As for user friendliness thanks, still early days and yes that is a sweet player!!!
post upload limit
You could use plupload to support file sizes beyond post upload limit.