ok, i see the basic issue here. here's an update...
Cheryl, you are using the "podPress" plugin to manage the video and image media associated with each post.
Charles' videopress plugins do not directly support that plugin like they do vPiP. podPress seems to be a nice plugin, we should support it too.
there is some code in the videoPress plugins that may be meant to handle non-vPiP cases, but it does not seem to be working here. i will investigate that further and/or add code to support podPress.
the question arises: what methods for attaching media can we reasonably support in SIAB?
here is a short list of methods i know of for associating posts with media in wordpress. are there others? what do people use besides vPiP and podPress?
1. embedded html (e.g., cut and paste all video information into post from someplace like
blip.tv)
2. wp custom fields (on the wp post form, in this case, what key names do we support for videos and thumbnails?)
3. wp uploaded files (on the wp post form, must use extensions to determine type)
4. custom plugin API (e.g., videopress supports the _vPIP_GetData function)
it looks like podPress uses method #2
of course, there is a relationship here with feeds and display of posts. Does wordpress automatically make enclosures from uploads or custom fields without some special code in the the theme? i know there is vPiP module code to produce feeds. can someone bring me up to speed on how feeds are produced in SIAB?
this relates to sull's recent remarks about supporting general feeds for these plugins (sure makes sense after going thru all this code to understand this issue)
so more work to do to make these plugins universal. Charles has made a good start, this is not so much a bug as a need to support popular methods of attaching media to posts.
Feedback appreciated. Please point out other relevant threads if you know of them.
markus
TGIT :)