<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>SourceForge Community Blog &#187; filebot</title>
	<atom:link href="http://sourceforge.net/blog/tag/filebot/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourceforge.net/blog</link>
	<description>What&#039;s new on SourceForge.net</description>
	<lastBuildDate>Thu, 02 May 2013 18:04:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<copyright>Copyright &#xA9; SourceForge Community Blog 2012 </copyright>
	<managingEditor>communityteam@sourceforge.net (SourceForge Community Blog)</managingEditor>
	<webMaster>communityteam@sourceforge.net (SourceForge Community Blog)</webMaster>
	<image>
		<url>http://plenz-9050.sb.sf.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>SourceForge Community Blog</title>
		<link>http://sourceforge.net/blog</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>What&#039;s new on SourceForge.net</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>SourceForge Community Blog</itunes:author>
	<itunes:owner>
		<itunes:name>SourceForge Community Blog</itunes:name>
		<itunes:email>communityteam@sourceforge.net</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://plenz-9050.sb.sf.net/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>May 2013 Project Of The Month: Filebot</title>
		<link>http://sourceforge.net/blog/potm-201305/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=potm-201305</link>
		<comments>http://sourceforge.net/blog/potm-201305/#comments</comments>
		<pubDate>Wed, 01 May 2013 12:40:17 +0000</pubDate>
		<dc:creator>rbowen</dc:creator>
				<category><![CDATA[Project of the Month]]></category>
		<category><![CDATA[filebot]]></category>
		<category><![CDATA[project of the month]]></category>

		<guid isPermaLink="false">http://sourceforge.net/blog/?p=8792</guid>
		<description><![CDATA[The May 2013 Project of the Month is Filebot. Filebot is &#8220;The ultimate TV and Movie Renamer / Subtitle Downloader&#8221;. I spoke with Reinhard Pointner via email last week (since he&#8217;s 13 time zones over from me!) about the project and his involvement in it. Rich: What is Filebot? What does it do? Reinhard: It&#8217;s [...]]]></description>
				<content:encoded><![CDATA[<p>The May 2013 Project of the Month is <a href="https://sourceforge.net/projects/filebot/">Filebot</a>. Filebot is &#8220;The ultimate TV and Movie Renamer / Subtitle Downloader&#8221;.</p>
<p>I spoke with Reinhard Pointner via email last week (since he&#8217;s 13 time zones over from me!) about the project and his involvement in it.</p>
<p><b>Rich:</b> What is Filebot? What does it do?</p>
<p><b>Reinhard:</b> It&#8217;s really just about renaming and organising episode and movie files. It&#8217;s gonna make sense of pretty much any kind of filename and match it against online databases for additional metadata like episode titles, movie genres etc. Next to that it&#8217;ll allow you to download subtitles for your files and create or check SFV files.</p>
<p><a href="http://sourceforge.net/blog/wp-content/uploads/2013/05/232095.jpg"><img src="http://sourceforge.net/blog/wp-content/uploads/2013/05/232095-300x238.jpg" alt="232095" width="300" height="238" class="alignnone size-medium wp-image-8794" /></a></p>
<p><b>Rich:</b> What&#8217;s the technology stack?</p>
<p><b>Reinhard:</b> Java for most of the application base, Swing for the GUI and then Groovy as scripting engine for user scripts. FileBot uses quite a few 3rd party libraries like miglayout, nekohtml, ehcache, jna, mediainfo, 7zip-jbindings etc</p>
<p><b>Rich:</b> What led you to start the Filebot project?</p>
<p><b>Reinhard:</b> To scratch a personal itch, as they say. Also there weren&#8217;t any proper tools for renaming episodes, downloading subtitle or checking SFV files, just loads of half-baked projects. Someone just had to fix that.</p>
<p><a href="http://sourceforge.net/blog/wp-content/uploads/2013/05/dialog.rename.history.png"><img src="http://sourceforge.net/blog/wp-content/uploads/2013/05/dialog.rename.history-283x300.png" alt="dialog.rename.history" width="283" height="300" class="alignnone size-medium wp-image-8806" /></a></p>
<p><b>Rich:</b> How is it that six years later there&#8217;s still more to do? What&#8217;s coming in future versions of Filebot?</p>
<p>There&#8217;s always corner-cases with the filename-based auto-detection logic but it&#8217;s pretty mature now.<br />
At some point it&#8217;d be cool I could build a big database of hashes and metadata so files can be matched to episode or movie data with perfect accuracy.<br />
Subtitle upload has been on the list as well for a long time. </p>
<p><b>Rich:</b> How can other folks get involved in your project?</p>
<p><b>Reinhard:</b> Quite easily. Just write tutorials. There&#8217;s not a lot information out there, especially not good tutorial for various use-cases. </p>
<p>Also the format expressions for episode/movie naming and user scripts for automation can be written easily by advanced users and provided for other people to just copy and paste.</p>
<p>Again, we need tutorials tutorials tutorials and more tutorials. <img src='http://sourceforge.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><b>Rich:</b> Congratulations again, and good luck with your project!</p>
]]></content:encoded>
			<wfw:commentRss>http://sourceforge.net/blog/potm-201305/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: sourceforge.net @ 2013-05-03 03:22:01 by W3 Total Cache --