<?xml version="1.0" encoding="UTF-8"?>
<downloads type="array">
  <download>
    <created-at type="datetime">2008-01-11T03:15:33+11:00</created-at>
    <description></description>
    <description-html></description-html>
    <id type="integer">1</id>
    <name>Media Browser for vista MCE</name>
    <small-screenshot>/images/screenshots/VideoBrowser_movies_small.png</small-screenshot>
    <summary>Media Browser has gone open source and now has a new home: 

Discussions are at &quot;www.mediaborwser.tv&quot;:http://www.mediabrowser.tv
Wiki is at: &quot;www.mediabrowser.tv/wiki&quot;:http://www.mediabrowser.tv/wiki
Downloads are at: &quot;google code&quot;:http://code.google.com/p/videobrowser/downloads

Media Browser is a plug-in for Windows Vista Media Center. 
It provides a _simple_ interface to your videos.</summary>
    <summary-html>&lt;p&gt;Media Browser has gone open source and now has a new home:&lt;/p&gt;
&lt;p&gt;Discussions are at &lt;a href=&quot;http://www.mediabrowser.tv&quot;&gt;www.mediaborwser.tv&lt;/a&gt;&lt;br /&gt;
Wiki is at: &lt;a href=&quot;http://www.mediabrowser.tv/wiki&quot;&gt;www.mediabrowser.tv/wiki&lt;/a&gt;&lt;br /&gt;
Downloads are at: &lt;a href=&quot;http://code.google.com/p/videobrowser/downloads&quot;&gt;google code&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Media Browser is a plug-in for Windows Vista Media Center. &lt;br /&gt;
It provides a &lt;em&gt;simple&lt;/em&gt; interface to your videos.&lt;/p&gt;</summary-html>
    <updated-at type="datetime">2009-03-18T07:49:10+11:00</updated-at>
    <url>http://code.google.com/p/videobrowser/downloads</url>
  </download>
  <download>
    <created-at type="datetime">2008-01-11T03:51:39+11:00</created-at>
    <description>The TV DB scraper will query the _The TV DB_ web services and try to find the best metadata for your television shows. If it finds any information it will create a hidden folder called _metadata_ beneath the video files and place an XML file and optionally an image which describes the show

h3. Installation 

# Download a copy of &quot;Ruby&quot;:http://rubyinstaller.rubyforge.org/wiki/wiki.pl and install on your machine
# Run &quot;ruby tvdb_scraper.rb PATH&quot; where PATH represents the path containing tv shows 


h3. Keys to getting this to work 



# Ensure your directory structure follows the pattern &lt;TV Show Name&gt;\&lt;Season Number&gt;\&lt;TV Episode&gt;
## so Extras\Season 1\01.avi is a good starting point 
# Ensure the TV show name matches the exact same tv show name in TheTVDB 
## So it's 24 not &quot;Twenty Four&quot; 
# Ensure you have a Season directory 
## Eg. place the first seasons episodes in the &quot;Season 1&quot; folder 
# The script runs recursively, so start small, with a folder containing only a few files. 



h3. What file names does it recognize? 

# 201 - blablbl.avi means Season 2 Episode 1 
# s02e01 - another episode.avi means season 2 episode 1 

h3. How do I rename my files to something a bit nicer than 2.avi 

The script has a special option called --fixnames, when specified it will rename your files to a nicer format &lt;episode number&gt; - &lt;episode name&gt; 

*Careful* with this option, it renames your files! Ensure all the metadata is 100% correct before using this. 







  

</description>
    <description-html>&lt;p&gt;The &lt;span class=&quot;caps&quot;&gt;TV DB&lt;/span&gt; scraper will query the &lt;em&gt;The &lt;span class=&quot;caps&quot;&gt;TV DB&lt;/span&gt;&lt;/em&gt; web services and try to find the best metadata for your television shows. If it finds any information it will create a hidden folder called &lt;em&gt;metadata&lt;/em&gt; beneath the video files and place an &lt;span class=&quot;caps&quot;&gt;XML&lt;/span&gt; file and optionally an image which describes the show&lt;/p&gt;


	&lt;h3&gt;Installation&lt;/h3&gt;


	&lt;ol&gt;
	&lt;li&gt;Download a copy of &lt;a href=&quot;http://rubyinstaller.rubyforge.org/wiki/wiki.pl&quot;&gt;Ruby&lt;/a&gt; and install on your machine&lt;/li&gt;
		&lt;li&gt;Run &amp;#8220;ruby tvdb_scraper.rb &lt;span class=&quot;caps&quot;&gt;PATH&lt;/span&gt;&amp;#8221; where &lt;span class=&quot;caps&quot;&gt;PATH&lt;/span&gt; represents the path containing tv shows&lt;/li&gt;
	&lt;/ol&gt;


	&lt;h3&gt;Keys to getting this to work&lt;/h3&gt;


	&lt;ol&gt;
	&lt;li&gt;Ensure your directory structure follows the pattern &lt;TV Show Name&gt;\&lt;Season Number&gt;\&lt;TV Episode&gt;
	&lt;ol&gt;
	&lt;li&gt;so Extras\Season 1\01.avi is a good starting point &lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
		&lt;li&gt;Ensure the TV show name matches the exact same tv show name in TheTVDB 
	&lt;ol&gt;
	&lt;li&gt;So it&amp;#8217;s 24 not &amp;#8220;Twenty Four&amp;#8221; &lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
		&lt;li&gt;Ensure you have a Season directory 
	&lt;ol&gt;
	&lt;li&gt;Eg. place the first seasons episodes in the &amp;#8220;Season 1&amp;#8221; folder &lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
		&lt;li&gt;The script runs recursively, so start small, with a folder containing only a few files.&lt;/li&gt;
	&lt;/ol&gt;


	&lt;h3&gt;What file names does it recognize?&lt;/h3&gt;


	&lt;ol&gt;
	&lt;li&gt;201 &amp;#8211; blablbl.avi means Season 2 Episode 1 &lt;/li&gt;
		&lt;li&gt;s02e01 &amp;#8211; another episode.avi means season 2 episode 1&lt;/li&gt;
	&lt;/ol&gt;


	&lt;h3&gt;How do I rename my files to something a bit nicer than 2.avi&lt;/h3&gt;


	&lt;p&gt;The script has a special option called&amp;#8212;fixnames, when specified it will rename your files to a nicer format &lt;episode number&gt; &amp;#8211; &lt;episode name&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Careful&lt;/strong&gt; with this option, it renames your files! Ensure all the metadata is 100% correct before using this.&lt;/p&gt;</description-html>
    <id type="integer">2</id>
    <name>Ruby TV Show Xml Scraper</name>
    <small-screenshot></small-screenshot>
    <summary>This is a *public domain* script I wrote for scraping TV episode information from &quot;The TV DB&quot;:http://thetvdb.com/.

Do with it what you will, pretend you wrote it I don't care.  

*UPDATE* - I just fixed the script so it supports the new API, fork it &quot;on github&quot;:http://github.com/sambo99/tvdb-scraper/tree/master if you feel like improving it. 

You can also use &quot;Bill's new exe&quot;:http://wmediacenter.com/?p=78 which works exactly in the same way.
Or even &quot;TV Scout&quot;:http://www.codeplex.com/TVScout/ </summary>
    <summary-html>&lt;p&gt;This is a &lt;strong&gt;public domain&lt;/strong&gt; script I wrote for scraping TV episode information from &lt;a href=&quot;http://thetvdb.com/&quot;&gt;The &lt;span class=&quot;caps&quot;&gt;TV DB&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;Do with it what you will, pretend you wrote it I don&amp;#8217;t care.&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;&lt;span class=&quot;caps&quot;&gt;UPDATE&lt;/span&gt;&lt;/strong&gt; &amp;#8211; I just fixed the script so it supports the new &lt;span class=&quot;caps&quot;&gt;API&lt;/span&gt;, fork it &lt;a href=&quot;http://github.com/sambo99/tvdb-scraper/tree/master&quot;&gt;on github&lt;/a&gt; if you feel like improving it.&lt;/p&gt;


	&lt;p&gt;You can also use &lt;a href=&quot;http://wmediacenter.com/?p=78&quot;&gt;Bill&amp;#8217;s new exe&lt;/a&gt; which works exactly in the same way.
Or even &lt;a href=&quot;http://www.codeplex.com/TVScout/&quot;&gt;TV Scout&lt;/a&gt;&lt;/p&gt;</summary-html>
    <updated-at type="datetime">2008-09-11T15:48:52+10:00</updated-at>
    <url>/tvdb_scraper.rb</url>
  </download>
</downloads>
