support podcasting
You can upload files to cards that are plussed off of blog entries, but out feeds don't yet XML-tag them in a way that will be understood as a podcast.
The solution may be via views, renderers and/or something else.
(split/rename ticket as necessary once specifics are worked out)
Pull the URL from each item's +*enclosure card, which could be:
- a *content form Pointer with a item:url contextual name of a file card (for files stored via Wagn), or
- a *default form set to Phrase where people can hand-enter an external URL for the file to be enclosed
Related support tickets:Relevant user stories:add one
From: http://www.rssboard.org/rss-specification#ltenclosuregtSubelementOfLtitemgt
<enclosure> is an optional sub-element of <item>. It has three required attributes. url says where the enclosure is located, length says how big it is in bytes, and type says what its type is, a standard MIME type. The url must be an http url.
<enclosure url="http://www.scripting.com/mp3s/weatherReportSuite.mp3" length="12216320" type="audio/mpeg" />
generate feeds may have useful background/thoughts.
--John Abbe.....Wed Mar 02 15:33:05 -0800 2011
the solution(s) above only address the "url" piece. How would we handle the "length" and "type"? I'm not personally able to spend the time to build a system that autodetects all that from a remote source. Not in the near term, at least.
--Ethan McCutchen.....Tue Oct 25 08:08:43 -0700 2011
Notes
