Hi,
I got a problem when I renamed my link from '/wp-content/media/bla_bla_bla' to a complete url 'http://complete_url' into a post.
The plugin create enclosure for the complete url caught in the post and for the podpressmedia, or, it's required to have only one enclosure for an item (RFC RSS).
Is it possible to add an option in the module to give the choice for an user to create enclosure using podpress media or using a complete URL in the post content (or Both maybe) ?
I currently commented the call of podPress_add_nonpodpress_enclosures('rss2'); to have the rss feed properly generated :)
File : podpress_feed_functions.php line ~ 443 (function podPress_rss2_item())