<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: OrthodoxSermons.org 2.0</title>
	<atom:link href="http://anchorite.org/blog/2009/09/11/orthodoxsermons-org-2-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://anchorite.org/blog/2009/09/11/orthodoxsermons-org-2-0/</link>
	<description>Christianity, Orthodoxy and Technology</description>
	<lastBuildDate>Fri, 18 Feb 2011 13:41:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Steve Truesdale</title>
		<link>http://anchorite.org/blog/2009/09/11/orthodoxsermons-org-2-0/comment-page-1/#comment-39358</link>
		<dc:creator>Steve Truesdale</dc:creator>
		<pubDate>Thu, 17 Sep 2009 13:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://anchorite.org/blog/?p=683#comment-39358</guid>
		<description>Ahh. I&#039;m right along with you - I&#039;m at the pull URLs back to local site using ???? step

CCK Link would be the answer? - I was going to research the CCK field types to determine which one would be best to hold the URL.

Is the linking of the flash player to the URL done in the theme then? - or is there a view module that can do that? 

(too bad embedded media fields don&#039;t talk S3 - that would seem to be a good fit - maybe I will try and see if that would be hard to add)

Thanks for any insight you (or Rob) can add  from your lessons learned.</description>
		<content:encoded><![CDATA[<p>Ahh. I&#8217;m right along with you &#8211; I&#8217;m at the pull URLs back to local site using ???? step</p>
<p>CCK Link would be the answer? &#8211; I was going to research the CCK field types to determine which one would be best to hold the URL.</p>
<p>Is the linking of the flash player to the URL done in the theme then? &#8211; or is there a view module that can do that? </p>
<p>(too bad embedded media fields don&#8217;t talk S3 &#8211; that would seem to be a good fit &#8211; maybe I will try and see if that would be hard to add)</p>
<p>Thanks for any insight you (or Rob) can add  from your lessons learned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mustardseed Media</title>
		<link>http://anchorite.org/blog/2009/09/11/orthodoxsermons-org-2-0/comment-page-1/#comment-39357</link>
		<dc:creator>Mustardseed Media</dc:creator>
		<pubDate>Thu, 17 Sep 2009 13:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://anchorite.org/blog/?p=683#comment-39357</guid>
		<description>Hey Steve,
Just an FYI that may help you out in this process.  We discovered early on that we couldn&#039;t store files from S3 in our CCK filefields.  Therefore, our fileflow looks like this:

Upload originals to local filefield -&gt; process with FFMPEG -&gt; move files to S3 -&gt; pull file URLs back to the local site using CCK Link field (not filefield) -&gt;  remove original filefield file from local server

We do this process for each file needed.  So the result is that the local site has no filefield files, it simply has CCK link fields pointing to the processed files on S3.

Hopefully that&#039;s helpful.</description>
		<content:encoded><![CDATA[<p>Hey Steve,<br />
Just an FYI that may help you out in this process.  We discovered early on that we couldn&#8217;t store files from S3 in our CCK filefields.  Therefore, our fileflow looks like this:</p>
<p>Upload originals to local filefield -&gt; process with FFMPEG -&gt; move files to S3 -&gt; pull file URLs back to the local site using CCK Link field (not filefield) -&gt;  remove original filefield file from local server</p>
<p>We do this process for each file needed.  So the result is that the local site has no filefield files, it simply has CCK link fields pointing to the processed files on S3.</p>
<p>Hopefully that&#8217;s helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Mitry</title>
		<link>http://anchorite.org/blog/2009/09/11/orthodoxsermons-org-2-0/comment-page-1/#comment-39350</link>
		<dc:creator>Andrew Mitry</dc:creator>
		<pubDate>Wed, 16 Sep 2009 21:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://anchorite.org/blog/?p=683#comment-39350</guid>
		<description>We are using Media Mover to move things to S3, but the integration was done by MustardSeed, I&#039;ll see if I can more details for you.</description>
		<content:encoded><![CDATA[<p>We are using Media Mover to move things to S3, but the integration was done by MustardSeed, I&#8217;ll see if I can more details for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Truesdale</title>
		<link>http://anchorite.org/blog/2009/09/11/orthodoxsermons-org-2-0/comment-page-1/#comment-39349</link>
		<dc:creator>Steve Truesdale</dc:creator>
		<pubDate>Wed, 16 Sep 2009 13:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://anchorite.org/blog/?p=683#comment-39349</guid>
		<description>Sweet!!  Great to see this up and running!  Looks beautiful.

I noticed you were using S3.  Are you using media mover to move things to S3 or some other method?

I&#039;m in the middle of converting our sermons from audio to filefield+S3.  I&#039;ve got it mostly working but need to figure out how to get the S3 URL back into the node for display.  Any tips?

Hopefully I can make the Oct IT RT</description>
		<content:encoded><![CDATA[<p>Sweet!!  Great to see this up and running!  Looks beautiful.</p>
<p>I noticed you were using S3.  Are you using media mover to move things to S3 or some other method?</p>
<p>I&#8217;m in the middle of converting our sermons from audio to filefield+S3.  I&#8217;ve got it mostly working but need to figure out how to get the S3 URL back into the node for display.  Any tips?</p>
<p>Hopefully I can make the Oct IT RT</p>
]]></content:encoded>
	</item>
</channel>
</rss>

