Improve Podcast Feed

Issue #29 resolved
Jack Lamb repo owner created an issue
  • Store duration as a custom field during sermon save.
  • Allow feeds for series, preacher, topic, book, and service type

http://www.wpforchurch.com/forums/topic/podcasting-a-series/#post-4885

Comments (5)

  1. Tim Hyde

    I have a user who is adding dropbox urls as the source for files and I think the feed has managed to consume his dropbox bandwidth in a day!

    It also takes an age for the feed to be created.

    I assume this is because the feed is getting file size and duration from the remote file. Looking at the code it looks like you are trying to just use the header and guess size, but doing this when user adds file to a sermon would greatly improve performance.

  2. Tim Hyde

    I submitted a pull request that implements a fix for this. Moved storing duration and files size to sermon save event. Now DropBox is much happier.

  3. Log in to comment