I think I see what is happening.
Church Theme Content’s podcasting is very basic. It simply takes the URL from its Audio field and uses WordPress’s do_enclose() function to save the URL into WordPress’s standard enclosure field, which is used in RSS feeds for podcasting.
So, if the Church Theme Content plugin’s Audio field is empty, that’s what gets saved. If PowerPress’s “Media URL” works similarly then Church Theme Content may be taking precedent, effectively wiping out whatever PowerPress saved a moment before.
I’m thinking the best approach may be to make Church Theme Content detect if PowerPress is active and if so simply do nothing, so that the two plugins don’t fight over control of the enclosure field. Only PowerPress will handle podcasting in this case.
Angelo, any thoughts on this?
ahhyeah, would you be will to test a patch if I send you one?