<?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/"
	>

<channel>
	<title>MyTVShows Blog &#187; New Features</title>
	<atom:link href="http://blog.mytvshows.org/category/new-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mytvshows.org</link>
	<description>Keep track of the features we add to MyTVShows</description>
	<lastBuildDate>Wed, 04 Jan 2012 10:22:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Database Optimization: Done!</title>
		<link>http://blog.mytvshows.org/database-optimization-done/</link>
		<comments>http://blog.mytvshows.org/database-optimization-done/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 10:41:43 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[Annoucements]]></category>
		<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=154</guid>
		<description><![CDATA[Right. So the database optimization is now finished. It took almost a week to optimize our 23 million episodes. But that&#8217;s not all. With the database optimized, it&#8217;s now time to start optimizing some code and some slow queries. Some of them are already done, like the &#8220;Unseen Episodes&#8221; and the &#8220;New Episodes&#8221; pages. They [...]]]></description>
			<content:encoded><![CDATA[<p>Right. </p>
<p>So the <a href="http://blog.mytvshows.org/some-very-needed-changes/">database optimization</a> is now finished. It took almost a week to optimize our 23 million episodes. But that&#8217;s not all.</p>
<p>With the database optimized, it&#8217;s now time to start optimizing some code and some slow queries. Some of them are already done, like the &#8220;Unseen Episodes&#8221; and the &#8220;New Episodes&#8221; pages. They should feel a bit quicker now and hopefully they wont clog all the server resources when we have a lot of users online. Fingers crossed.</p>
<p>We are now recalculating the total time you spent watching all your episodes. It&#8217;s way faster now, and there is a new &#8220;refresh&#8221; link next to it so that you can recount your totals whenever you feel it&#8217;s not correct.</p>
<p><img src="http://blog.mytvshows.org/wp-content/uploads/2010/11/refresh.png" alt="" title="Refresh totals" class="alignnone size-full" /></p>
<p>We will continue this optimization during the next few days.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/database-optimization-done/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Kind of an API</title>
		<link>http://blog.mytvshows.org/kind-of-an-api/</link>
		<comments>http://blog.mytvshows.org/kind-of-an-api/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 15:43:51 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=110</guid>
		<description><![CDATA[Although we are still working on the new version of MyTVShows (wich has suffered a huge delay due to the lack of time we have to work on it), we are lauching (a kind of) an API. It&#8217;s not a complete API, but just something to help you integrate MyTVShows in your own projects for [...]]]></description>
			<content:encoded><![CDATA[<p>Although we are still working on the new version of MyTVShows (wich has suffered a huge delay due to the lack of time we have to work on it), we are lauching (a kind of) an API.</p>
<p>It&#8217;s not a complete API, but just something to help you integrate MyTVShows in your own projects for the time being, that is, until we have something better&#8230;</p>
<p>It&#8217;s quite simple, go to your <a href="http://www.mytvshows.org/api">profile</a> on MyTVShows and generate an API Key.<br />
Then you can use the following URLs to get or post information:</p>
<p>To check if an episode is marked as seen or unseen<br />
<code>http://www.mytvshows.org/api/get_status/[API Key]/[show]/[season]/[episode]</code></p>
<p>To mark an episode as <strong>Seen</strong><br />
<code>http://www.mytvshows.org/api/mark_seen/[API Key]/[show]/[season]/[episode]</code></p>
<p>To mark an episode as <strong>Unseen</strong><br />
<code>http://www.mytvshows.org/api/mark_unseen/[API Key]/[show]/[season]/[episode]</code></p>
<p>To get the current episode rating<br />
<code>http://www.mytvshows.org/api/get_rating/[API Key]/[show]/[season]/[episode]</code></p>
<p>And finally, to <strong>rate</strong> an episode<br />
<code>http://www.mytvshows.org/api/rate/[API Key]/[show]/[season]/[episode]/[rating]</code></p>
<p>Please Note, the [show] must be the same name used on the show URL, for example:<br />
http://www.mytvshows.org/show/<strong>bigbangtheory</strong> (The Big Bang Theory)</p>
<p>http://www.mytvshows.org/api/mark_seen/ABCD1234/<strong>bigbangtheory</strong>/4/4/</p>
<p><strong>Warning:</strong> Never publish your API Key. This key allows marking episodes as seen/unseen on <strong>your</strong> account. So, to avoid that others can change the status of your episodes, you should keep this API Key private and only use it on services that you trust.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/kind-of-an-api/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>A sneak peek of what&#8217;s coming to MyTVShows</title>
		<link>http://blog.mytvshows.org/a-sneak-peek-of-whats-coming-to-mytvshows/</link>
		<comments>http://blog.mytvshows.org/a-sneak-peek-of-whats-coming-to-mytvshows/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 18:44:10 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=100</guid>
		<description><![CDATA[As you may know, we are working on a completelly new version of MyTVShows. This new version will deal with the current performance problems we are having and add some long awaited functionalities to the website. We still don&#8217;t have any deadline for the launch and it may take a little longer that we predicted [...]]]></description>
			<content:encoded><![CDATA[<p>As you may know, we are working on a completelly new version of MyTVShows. This new version will deal with the current performance problems we are having and add some long awaited functionalities to the website.</p>
<p>We still don&#8217;t have any deadline for the launch and it may take a little longer that we predicted a few weeks ago, but here&#8217;s a sneak peek of the revamped user interface <img src='http://blog.mytvshows.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can keep giving us feedback here: <a href="http://getsatisfaction.com/mytvshows">http://getsatisfaction.com/mytvshows</a></p>
<p><a href="http://blog.mytvshows.org/wp-content/uploads/2009/10/index.png"><img class="alignnone size-full wp-image-102" title="Current Shows" src="http://blog.mytvshows.org/wp-content/uploads/2009/10/index.png" alt="Current Shows" width="300" /></a></p>
<p><a href="http://blog.mytvshows.org/wp-content/uploads/2009/10/show.png"><img src="http://blog.mytvshows.org/wp-content/uploads/2009/10/show.png" alt="Show homepage" title="Show homepage" width="300" class="alignnone size-full wp-image-103" /></a></p>
<p><a href="http://blog.mytvshows.org/wp-content/uploads/2009/10/season.png"><img src="http://blog.mytvshows.org/wp-content/uploads/2009/10/season.png" alt="Episode list" title="Episode list" width="300" class="alignnone size-full wp-image-104" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/a-sneak-peek-of-whats-coming-to-mytvshows/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>So many new things&#8230;</title>
		<link>http://blog.mytvshows.org/so-many-new-things/</link>
		<comments>http://blog.mytvshows.org/so-many-new-things/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 10:38:56 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[Bug Fix]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[Layout]]></category>
		<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=68</guid>
		<description><![CDATA[After a few weeks of development, we are updating MyTVShows with a bunch of new features, starting with a new logo (courtesy of Quodis). The old logo was more related to movies than it was with TV or TV Shows, so our friends at Quodis designed our new logo based on the RGB of the [...]]]></description>
			<content:encoded><![CDATA[<p>After a few weeks of development, we are updating MyTVShows with a bunch of new features, starting with a new logo (courtesy of <a href="http://www.quodis.com/">Quodis</a>). The old logo was more related to movies than it was with TV or TV Shows, so our friends at Quodis designed our new logo based on the RGB of the TV Screen (if you look closely to your TV Screen you&#8217;ll see a bunch of Red, Green and Blue dots).</p>
<p><img src="http://blog.mytvshows.org/wp-content/uploads/2009/06/mtvs.png" alt="MyTVShows" /></p>
<p>Other new features include:</p>
<ul>
<li><strong>Friendly URLs:</strong> you can now navigate through all pages with simpler URLs like <a href="http://www.mytvshows.org/show/prisonbreak/">http://www.mytvshows.org/show/prisonbreak/</a> or <a href="http://www.mytvshows.org/user/ivogomes/">http://www.mytvshows.org/user/ivogomes/</a> (the older URLs still work, so that you wont lose your bookmarks);</li>
<li><strong>Layout improvements:</strong> some pages were completelly changed and we made many tweaks and improvements here and there;</li>
<li><strong>Timelines:</strong> You can now check your timeline (your recently watched episodes); your friends timeline; and the global timeline. You can also subscribe the RSS Feed for a user&#8217;s timeline;</li>
<li><strong>Stats:</strong> You can now check who are the most addicted users;</li>
<li><strong>Twitter On/Off:</strong> If you configured your Twitter account on MyTVShows, you can now turn the notifications on and off with just one click;</li>
<li><strong>Internet Explorer: </strong>MyTVShows should work ok on IE7 and IE8 (we wont have support for IE6 and lower). Known issues: the language selection menu is still buggy in IE;</li>
<li><strong>New languages:</strong> We now have another language available: Slovenian! We will also have Spanish and Polish soon;</li>
<li><strong>Microformats:</strong> We added some microformats to the show pages. If you have a browser that supports microformats, you can automatically subscribe the calendar for your TV Shows;</li>
<li><strong>Many small changes:</strong>
<ul>
<li>Selecting all seasons when importing a new Show;</li>
<li>Asking for your current password when changing to a new one (for security reasons);</li>
<li>Better support for browsers with JavaScript turned off;</li>
<li>New &#8220;about&#8221; page with all the credits;</li>
<li>Added the option to mark all episodes as unseen;</li>
<li>Some speed improvements on loading images and JavaScript;</li>
</ul>
</li>
</ul>
<p>Hope you like it <img src='http://blog.mytvshows.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/so-many-new-things/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>List of suggested shows when adding a new Show</title>
		<link>http://blog.mytvshows.org/list-of-suggested-shows-when-adding-a-new-show/</link>
		<comments>http://blog.mytvshows.org/list-of-suggested-shows-when-adding-a-new-show/#comments</comments>
		<pubDate>Tue, 05 May 2009 19:42:03 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[Bug Fix]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=56</guid>
		<description><![CDATA[When you add a new Show, if you misspeled it&#8217;s name or entered a diferent name than the original one, we now provide a few suggestions so that you can add the propper show to your database. Hopefully, this will prevent users from adding duplicate shows with diferent names like &#8220;Reaper / The Reaper&#8221; or [...]]]></description>
			<content:encoded><![CDATA[<p>When you add a new Show, if you misspeled it&#8217;s name or entered a diferent name than the original one, we now provide a few suggestions so that you can add the propper show to your database.</p>
<p><img class="alignnone size-full wp-image-57" title="Show suggestions" src="http://blog.mytvshows.org/wp-content/uploads/2009/05/picture-4.png" alt="Show suggestions" width="510" height="333" /></p>
<p>Hopefully, this will prevent users from adding duplicate shows with diferent names like &#8220;Reaper / The Reaper&#8221; or &#8220;Big Bang Theory / The Big Bang Theory&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/list-of-suggested-shows-when-adding-a-new-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calendar feeds for every show</title>
		<link>http://blog.mytvshows.org/calendar-feeds-for-every-show/</link>
		<comments>http://blog.mytvshows.org/calendar-feeds-for-every-show/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 18:25:07 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=44</guid>
		<description><![CDATA[Today we added a Calendar feed for every show in the database. This allows you to subscribe to each show calendar on Google Calendar or Apple iCal This is how it will look on your calendar: Enjoy]]></description>
			<content:encoded><![CDATA[<p>Today we added a Calendar feed for every show in the database. This allows you to subscribe to each show calendar on <a href="http://www.google.com/calendar">Google Calendar</a> or <a href="http://www.apple.com/ical">Apple iCal</a></p>
<p><img class="alignnone size-full wp-image-45" title="iCal link" src="http://blog.mytvshows.org/wp-content/uploads/2009/01/picture-12.png" alt="iCal link" width="359" height="146" /></p>
<p>This is how it will look on your calendar:</p>
<p><img class="alignnone size-full wp-image-46" title="Apple iCal" src="http://blog.mytvshows.org/wp-content/uploads/2009/01/picture-21.png" alt="Apple iCal" width="415" height="409" /></p>
<p>Enjoy <img src='http://blog.mytvshows.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/calendar-feeds-for-every-show/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Widgets, Twitter integration and a new menu</title>
		<link>http://blog.mytvshows.org/widgets-twitter-integration-and-a-new-menu/</link>
		<comments>http://blog.mytvshows.org/widgets-twitter-integration-and-a-new-menu/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 10:39:18 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[Interface]]></category>
		<category><![CDATA[Layout]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=24</guid>
		<description><![CDATA[This weekend we added a few more features to MyTVShows. First of all, we changed the menus. The previous version was getting short on space and we needed to add a few more items so now we have a main menu and each item has its own submenus. We think this will make it easier [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend we added a few more features to MyTVShows.</p>
<p>First of all, we changed the menus. The previous version was getting short on space and we needed to add a few more items so now we have a main menu and each item has its own submenus. We think this will make it easier to navigate through out the website and allows us to add some more items as we develop more new features.</p>
<p><img class="alignnone size-full wp-image-25" title="The new menus" src="http://blog.mytvshows.org/wp-content/uploads/2009/01/picture-1.png" alt="The new menus" width="607" height="142" /></p>
<h2>Widgets</h2>
<p>The widgets are now available to all users. We added the possibility to select how many episodes you want to show and the code updates automatically:</p>
<div id="attachment_26" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.mytvshows.org/wp-content/uploads/2009/01/picture-2.png"><img class="size-medium wp-image-26" title="Widgets" src="http://blog.mytvshows.org/wp-content/uploads/2009/01/picture-2-300x182.png" alt="Widgets" width="300" height="182" /></a><p class="wp-caption-text">Widgets</p></div>
<h2>Twitter integration</h2>
<p>You can now let MyTVShows post updates to your Twitter account whenever you mark an episode as seen. Just fill in your twitter accout details (unfortunatelly Twitter requires us to ask for your password, but we promise we won&#8217;t use it for anything else than this).</p>
<div id="attachment_27" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.mytvshows.org/wp-content/uploads/2009/01/picture-31.png"><img class="size-medium wp-image-27" title="Twitter account details" src="http://blog.mytvshows.org/wp-content/uploads/2009/01/picture-31-300x182.png" alt="Twitter account details" width="300" height="182" /></a><p class="wp-caption-text">Twitter account details</p></div>
<p>And it will look something like this on your Twitter account:</p>
<p><img class="alignnone size-full wp-image-32" title="Twitter post" src="http://blog.mytvshows.org/wp-content/uploads/2009/01/picture-4.png" alt="Twitter post" width="635" height="208" /></p>
<p>Hope you like it! <img src='http://blog.mytvshows.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/widgets-twitter-integration-and-a-new-menu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Widgets</title>
		<link>http://blog.mytvshows.org/widgets/</link>
		<comments>http://blog.mytvshows.org/widgets/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 16:33:11 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=14</guid>
		<description><![CDATA[We are testing a widget that you can add to your site/blog to show other people wich episodes you have recently watched. To add this widget to your site/blog, just copy and paste the following code into the HTML of your pages: &#60;script type="text/javascript" src="http://www.mytvshows.org/widgets/recent.php?u=XXXXXX&#38;limit=5"&#62;&#60;/script&#62; Just replace the XXXXXX with your MyTVShows username and there [...]]]></description>
			<content:encoded><![CDATA[<p>We are testing a widget that you can add to your site/blog to show other people wich episodes you have recently watched.</p>
<p>To add this widget to your site/blog, just copy and paste the following code into the HTML of your pages:</p>
<p><code>&lt;script type="text/javascript" src="http://www.mytvshows.org/widgets/recent.php?u=XXXXXX&amp;limit=5"&gt;&lt;/script&gt;</code></p>
<p>Just replace the XXXXXX with your MyTVShows username and there you go. If you like, you can also select how many episodes you want to show, just by changing the limit variable.</p>
<p>This is what it will look like:<br />
<img class="alignnone size-full wp-image-19" title="MyTVShows Widget" src="http://blog.mytvshows.org/wp-content/uploads/2009/01/picture-3.png" alt="MyTVShows Widget" width="223" height="296" /></p>
<p><strong>Update:</strong> This feature is no longer Beta, and you can find it on your profile page on MyTVShows.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/widgets/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Feature: Blog</title>
		<link>http://blog.mytvshows.org/blog/</link>
		<comments>http://blog.mytvshows.org/blog/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 20:26:12 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=3</guid>
		<description><![CDATA[Welcome to the MyTVShows blog! This is where we&#8217;ll keep you updated about the development of MyTVShows. Here, we will write about the new features we&#8217;ll add and also about some bug fixes and small improvements/enhancements. Stay tunned, and keep track of the website that keeps track of your episodes!]]></description>
			<content:encoded><![CDATA[<p>Welcome to the <a href="http://www.mytvshows.org">MyTVShows</a> blog!</p>
<p>This is where we&#8217;ll keep you updated about the development of <a href="http://www.mytvshows.org">MyTVShows</a>. Here, we will write about the new features we&#8217;ll add and also about some bug fixes and small improvements/enhancements.</p>
<p>Stay tunned, and keep track of the website that keeps track of your episodes!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

