<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://mytv.senseitweb.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>myTV</title><link>http://mytv.senseitweb.com/forums/</link><description>All Posts</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Automatic sorting of recorded TV</title><link>http://mytv.senseitweb.com/forums/thread/16959.aspx</link><pubDate>Sun, 16 Nov 2008 07:00:18 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:16959</guid><dc:creator>woolooloo</dc:creator><slash:comments>147</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/16959.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=16959</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m a new myTV user, purchased it this week, really pretty happy with it so far although I haven&amp;#39;t had a chance to use it much yet, I&amp;#39;m still loading it up.&amp;nbsp; As I&amp;#39;ve been tediously re-ripping my TV DVD&amp;#39;s into episodes rather than the ISO&amp;#39;s I&amp;#39;ve been using in MyMovies, I was not looking forward to having to rename all of the dvr-ms files in my recorded Tv directory.&lt;/p&gt;
&lt;p&gt;So today I wrote a program to automatically go through, query the thetvdb.com database for the necessary information, rename the files, and put them into my &amp;quot;saved shows&amp;quot; directory where I store my files for myTV. Unfortunately, I didn&amp;#39;t notice until just now that dgaust has written a service to do much the same, so it looks like there will be a new option for this :)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;It is a command line program now, the usage is:&lt;/p&gt;
&lt;p&gt;Usage: MCEZ Sort&lt;/p&gt;
&lt;p&gt;(all command line options have been moved to the ConfigInfo.xml file)&lt;/p&gt;
&lt;p&gt;It will search your recorded tv directory, try to determine the season and episode of each show based on its metadata, and rename/move the file to your saved tv directory.&amp;nbsp; So for example, it found &amp;quot;d:\recorded tv\Two and a Half Men_WJZY_2008_11_10_19_30_02.dvr-ms&amp;quot; on my system, determined that it was season 5, episode 4, and moved it to &amp;quot;d:\saved tv\Two and a Half Men\Season 05\Two and a Half Men.S05E04.City of Great Racks.dvr-ms&amp;quot;.&lt;/p&gt;
&lt;p&gt;There are currently some limitations I will work to get rid of:&lt;/p&gt;
&lt;p&gt;1. Will only work with one output (saved shows) directory. I imagine some people may have collections that span multiple directories and this won&amp;#39;t necessarily work well in that environment (yet). &lt;i&gt;Update, multiple directories can be configured manually in the SeriesInfo.xml file.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;2. Matches on the first matching series in thetvdb.com&amp;#39;s system. So for example, I had a Life On Mars episode, and I guess that is originally a UK show, so the proper name for the series in thetvdb.com is &amp;quot;Life On Mars (US)&amp;quot;. Right now it will match on the UK version &amp;quot;Life On Mars&amp;quot;. In my case it didn&amp;#39;t match the other criteria so it didn&amp;#39;t find a season/episode and just left the file for manual handling but in some cases it may wrongly match up and move the file. &lt;i&gt;Update, the correct series id can be configured manually in the the SeriesInfo.xml file.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;3. The renaming convention is fixed, it puts it into a subfolder &amp;quot;Name of Show&amp;quot; in your saved tv directory, and then puts it into a subfolder &amp;quot;Season XX&amp;quot; in there. The file will be named &amp;quot;Name of Show.SXXEXX.Name of Episode.dvr-ms&amp;quot;. &lt;i&gt;Update, naming is completely configurable as described in a later post and in ConfigInfo.xml.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;The program also has a schedule culler. It will look through X days of your future scheduled recordings and if it finds there are reruns scheduled that you already have archived, it will cancel the recording. This will free up your tuners if you are trying to complete your collection of a series and it keeps recording the episodes you already have. For example, I am trying to collect all episodes of Family Guy. Reruns air like 10 times a day on different channels, but I only need a few episodes to complete my collection so I really only need like 1% of what is being recorded for the series. The culler will go through and cancel all the recordings for episodes I already have and free up my tuners.&lt;/p&gt;
&lt;p&gt;Short term improvements will include the following, please provide feedback if you are interested in this tool.&lt;/p&gt;
&lt;p&gt;1. Flexible renaming criteria. I am interested in knowing how people name their files so that I can make it flexible enough for everyone to use. &lt;i&gt;Done&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;2. Allow it to span multiple output directories. &lt;i&gt;Done via manual configuration&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;3. Provide a config file to store parameters. &lt;i&gt;Done&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;4. Provide a user interface to resolve conflicts.&lt;/p&gt;
&lt;p&gt;5. Provide a service that will run automatically.&lt;/p&gt;
&lt;p&gt;6. Look for existing folders with the series information to further reduce the number of queries to thetvdb.com&lt;/p&gt;
&lt;p&gt;7. Add support for WTV files for those with TV Pack. &lt;i&gt;Done&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;8. Allow you to tell it to skip certain series, or to only move certain shows. &lt;i&gt;Done&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;Anyways, that&amp;#39;s all for tonight. If you are interested in testing with the current version and can live with the limitations, feel free.&amp;nbsp; You can also set up test directories if you don&amp;#39;t want to mess with your real files.&amp;nbsp; You can also use the &amp;quot;-c&amp;quot; option to copy the files to the new directory instead of move them, but as you probably know, copying these files can take a lot of time.&lt;/p&gt;
&lt;p&gt;If there are any features you&amp;#39;d like to see added, please let me know.&lt;/p&gt;
&lt;p&gt;If you are interested in taking a look, you can find it here:&lt;/p&gt;
&lt;p&gt;http://rapidshare.com/files/348000606/mcez-sort.1.2.0.a.zip&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Looking for good movie site...Have TVT invite to trade</title><link>http://mytv.senseitweb.com/forums/thread/62932.aspx</link><pubDate>Sat, 04 Sep 2010 03:45:37 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62932</guid><dc:creator>lchuck</dc:creator><slash:comments>0</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62932.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=14&amp;PostID=62932</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve got a tvtorrents.com invite for someone who can get me an invite to
 a good movie torrents site.&amp;nbsp; I would prefer a site that offers MKV files, as those seem to offer the
 best video quality along with the ability to handle chapter stops.&amp;nbsp; 
Feel free to PM me with any invites you have to offer.&amp;nbsp; I&amp;#39;ve got a good 
ratio and currently have over 600GCredits on the tvtorrents.com 
site.&amp;nbsp; Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>MyVPN</title><link>http://mytv.senseitweb.com/forums/thread/24916.aspx</link><pubDate>Tue, 12 May 2009 15:18:20 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:24916</guid><dc:creator>maccagill</dc:creator><slash:comments>10</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/24916.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=24916</wfw:commentRss><description>&lt;p&gt;Under purchases, I notice MyVPN product, but after doing a search I cannot find any info on it.&lt;/p&gt;
&lt;p&gt;Could you send me in the right direction&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Windows 7 Media Center Play Menu</title><link>http://mytv.senseitweb.com/forums/thread/62885.aspx</link><pubDate>Fri, 27 Aug 2010 21:46:37 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62885</guid><dc:creator>kendrome</dc:creator><slash:comments>1</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62885.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=7&amp;PostID=62885</wfw:commentRss><description>&lt;p&gt;I see an option in settings for &amp;quot;Use standard Media Center playback screen&amp;quot;, my first thought is that when you select a episode to play it would pop up the same menu as when you select a video under video library. If there is some way to actually enable something like this, it would enable an easy way to resume an episode.&lt;/p&gt;
&lt;p&gt;What does this option actually do?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Joshua&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>After a Microsoft remote</title><link>http://mytv.senseitweb.com/forums/thread/62896.aspx</link><pubDate>Sun, 29 Aug 2010 21:35:59 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62896</guid><dc:creator>fuminggorilla8</dc:creator><slash:comments>2</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62896.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=14&amp;PostID=62896</wfw:commentRss><description>&lt;p&gt;I am willing to buy a Microsoft remote if anyone feels like parting with one.&lt;br /&gt;I have checked ebay and searched the web to no avail.&lt;br /&gt;There are some stores in the USA that have some but dont ship to Australia.&lt;br /&gt;I need one with the tv button up the top left of the remote and has the ability to learn volume ir codes.&lt;br /&gt;The harmony is out of the question as I hate the hard clickety sound.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How can I reset the database and start again?</title><link>http://mytv.senseitweb.com/forums/thread/62880.aspx</link><pubDate>Fri, 27 Aug 2010 15:38:55 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62880</guid><dc:creator>furtive</dc:creator><slash:comments>4</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62880.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=7&amp;PostID=62880</wfw:commentRss><description>&lt;p&gt;Mine has got it&amp;#39;s knickers in a twist so I want to purge it and start again. Currently every time I start MyTV it says there are new episodes to add and then tries to add the directories Season 1, Season 2, etc.&lt;/p&gt;
&lt;p&gt;Or anyone know how to fix the problem I&amp;#39;ve got?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>I need to account Torrent</title><link>http://mytv.senseitweb.com/forums/thread/62861.aspx</link><pubDate>Tue, 24 Aug 2010 05:30:29 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62861</guid><dc:creator>Black Wolf</dc:creator><slash:comments>0</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62861.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=14&amp;PostID=62861</wfw:commentRss><description>&lt;p&gt;Hi Anyone got an account for HD-Bits.org (not .ro)&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Can't add new Shows</title><link>http://mytv.senseitweb.com/forums/thread/62432.aspx</link><pubDate>Thu, 24 Jun 2010 15:52:20 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62432</guid><dc:creator>planejumper</dc:creator><slash:comments>7</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62432.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=7&amp;PostID=62432</wfw:commentRss><description>&lt;p&gt;I can&amp;#39;t seem to add new shows to the database.&lt;/p&gt;
&lt;p&gt;The System log shows this error about once per minute:&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;b&gt;The myTV watcher service service terminated unexpectedly.&amp;nbsp; It has done this 1765 time(s).&amp;nbsp; The following corrective action will be taken in 60000 milliseconds: Restart the service.&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;of course the number increases by 1 each time.&lt;/p&gt;
&lt;p&gt;The Application log shows the following (also about once per minute):&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;b&gt;Faulting application name: myTVservice.exe, version: 1.0.0.0, time stamp: 0x4a0df260&lt;br /&gt;Faulting module name: ntdll.dll, version: 6.1.7600.16559, time stamp: 0x4ba9b802&lt;br /&gt;Exception code: 0xc0000374&lt;br /&gt;Fault offset: 0x00000000000c6df2&lt;br /&gt;Faulting process id: 0x1bd8&lt;br /&gt;Faulting application start time: 0x01cb13b4811864c3&lt;br /&gt;Faulting application path: C:\Program Files\senseIT\myTV\myTVservice.exe&lt;br /&gt;Faulting module path: C:\Windows\SYSTEM32\ntdll.dll&lt;br /&gt;Report Id: cc100df0-7fa7-11df-963d-001fc644b080&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>TVTorrents.com down</title><link>http://mytv.senseitweb.com/forums/thread/62730.aspx</link><pubDate>Tue, 03 Aug 2010 12:58:02 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62730</guid><dc:creator>danielreid</dc:creator><slash:comments>2</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62730.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=14&amp;PostID=62730</wfw:commentRss><description>&lt;p&gt;Anyone else here a member of TVTorrents.com and have any info on why the site is down? Been down since yesterday now and just gives some Apache error. No idea how to get any info on the site if you can&amp;#39;t get on there!&lt;/p&gt;
&lt;p&gt;Trackers all all down as well, it seems. &lt;img src="http://mytv.senseitweb.com/emoticons/emotion-6.gif" alt="Sad" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>HD files over a network</title><link>http://mytv.senseitweb.com/forums/thread/62708.aspx</link><pubDate>Sat, 31 Jul 2010 19:16:42 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62708</guid><dc:creator>danielreid</dc:creator><slash:comments>2</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62708.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=7&amp;PostID=62708</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m planning on moving all my media files off my PC and onto a NAS storage box at some point in the future. To test the effectiveness of accessing files over the network, I tried placing a few episodes on a share on my server and accessing them using media player. The standard def TV shows start up just fine (those being of the 170-350MB size avi files) However when I try and play HD files (1-1.5GB mkv files) these take 30-odd seconds to start playing.&lt;/p&gt;
&lt;p&gt;Is this normal behaviour for trying to run large movie files over a network (I&amp;#39;m running gigabit ethernet between a Win 7 Pro PC and a W2K8R2 server) or am I having some unusual technical difficulty?&lt;/p&gt;
&lt;p&gt;I assume ther must be other people here who run files over a network between multiple media centres with myTV. Anyone else had any problems like this and how did you resolve it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Advanced Multi-user support</title><link>http://mytv.senseitweb.com/forums/thread/62707.aspx</link><pubDate>Sat, 31 Jul 2010 18:16:15 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62707</guid><dc:creator>danielreid</dc:creator><slash:comments>0</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62707.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=4&amp;PostID=62707</wfw:commentRss><description>&lt;p&gt;Now, I know deveopment is on a bit of a hold at the moment, so I&amp;#39;m not posting about something I expect to see any time soon, but I&amp;#39;ve been slowly planning out a basis for a centralised media storage/multi-media centre setup at home and an idea dawned on me.&lt;/p&gt;
&lt;p&gt;I&amp;#39;d once mentioned the idea of parental controls as a feature before, but I thought of a better structure for this, based on the notion of having multiple users accessing the same media. So this is the idea;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Have a logon screen similar to the workgroup-based Windows logon. ie. a list of users. Some can be password-protected if you want. Otherwise, just click and go straight in.&lt;/li&gt;
&lt;li&gt;The top-level administrator account would be able to choose which shows are visible to different users. That way my wife and I can see shows like &amp;quot;The Sopranos,&amp;quot; whilst our kids accounts don&amp;#39;t even show it up in the list.&lt;/li&gt;
&lt;li&gt;Here&amp;#39;s the real idea that brought me to this structure. Perhaps my wife and I are watching the same series, but at a different pace. I&amp;#39;m on epsidoe 16, whilst she&amp;#39;s still on episode 3. Now that we have separate logon accounts to MyTV, the database could store different lists of what has been watched and what hasn&amp;#39;t. This way we don&amp;#39;t get confuised about which episodes I have watched and which she has watched.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This would make things far easier when all your meida is centralised and you have multiple media centres around the house, which different people potentially watching shows at different paces. It also gives a fine control over who can watch what. (just keep that admin password away from the kids!)&lt;/p&gt;
&lt;p&gt;Like I said, I am&amp;nbsp;not expecting to see this feature any time soon, but I think it would be a great capability that would help push myTV to a new level and put it ahead of what the competition can do. I don&amp;#39;t know how easy it would be to implement to the system, of course.&lt;/p&gt;
&lt;p&gt;Of course, I&amp;#39;ll probably find out that somoen has suggested this before, but hey, that would just prove it&amp;#39;d be a popular feature! What does everyone else think of this idea?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>New machine - files not updating in database</title><link>http://mytv.senseitweb.com/forums/thread/62652.aspx</link><pubDate>Fri, 23 Jul 2010 14:26:27 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62652</guid><dc:creator>Glenn</dc:creator><slash:comments>0</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62652.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=7&amp;PostID=62652</wfw:commentRss><description>&lt;p&gt;I have had to get a new MPC and have been setting up the database from scratch.&lt;/p&gt;
&lt;p&gt;Admittedly I have many thousands of episodes which have been added to the myTV database; albeit very slowly.&lt;/p&gt;
&lt;p&gt;I notice that when I reboot the PC I have to start the watcher service each time although there are no errors when doing this.&lt;/p&gt;
&lt;p&gt;The adding of shows though seems to have ground to a halt.&lt;/p&gt;
&lt;p&gt;Looking at the database; after initially adding lots of shows it has only added one show in the last several hours.&lt;/p&gt;
&lt;p&gt;The event log does show this though:&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-GB"&gt;
&lt;p&gt;Unhandled crash occured.&lt;/p&gt;
&lt;p&gt;Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.&lt;/p&gt;
&lt;p&gt;at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)&lt;/p&gt;
&lt;p&gt;at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)&lt;/p&gt;
&lt;p&gt;at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)&lt;/p&gt;
&lt;p&gt;at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()&lt;/p&gt;
&lt;p&gt;at System.Data.SqlClient.SqlDataReader.get_MetaData()&lt;/p&gt;
&lt;p&gt;at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)&lt;/p&gt;
&lt;p&gt;at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)&lt;/p&gt;
&lt;p&gt;at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)&lt;/p&gt;
&lt;p&gt;at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)&lt;/p&gt;
&lt;p&gt;at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)&lt;/p&gt;
&lt;p&gt;at System.Data.SqlClient.SqlCommand.ExecuteReader()&lt;/p&gt;
&lt;p&gt;at myTVservice.myTVservice.CheckEpisodeImages()&lt;/p&gt;
&lt;p&gt;at myTVservice.myTVservice.InitialRun()&lt;/p&gt;
&lt;p&gt;at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;/p&gt;
&lt;p&gt;at System.Threading.ThreadHelper.ThreadStart()&lt;/p&gt;
&lt;p&gt;Any suggestions would be welcome.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Glenn&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How does myTV compare to similar apps?</title><link>http://mytv.senseitweb.com/forums/thread/62547.aspx</link><pubDate>Thu, 08 Jul 2010 21:11:17 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62547</guid><dc:creator>jrandeck</dc:creator><slash:comments>3</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62547.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=7&amp;PostID=62547</wfw:commentRss><description>&lt;p&gt;Maybe I&amp;#39;m missing something, but I&amp;#39;ve been looking around the site trying to figure out what the features of myTV actually are and how it differs from other add-ins like Media Browser.&lt;/p&gt;
&lt;p&gt;If there&amp;#39;s a&amp;nbsp; page that has this, please point me there &lt;img src="http://mytv.senseitweb.com/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;/p&gt;
&lt;p&gt;If not, what does this do that makes it worth buying sight unseen without a free trial period?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Unable to add TV show V</title><link>http://mytv.senseitweb.com/forums/thread/62539.aspx</link><pubDate>Thu, 08 Jul 2010 08:42:48 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62539</guid><dc:creator>jojovee</dc:creator><slash:comments>2</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62539.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=7&amp;PostID=62539</wfw:commentRss><description>&lt;p&gt;Hi, was wondering if someone could help me please? I&amp;#39;m trying to add the TV show V but myTV isn&amp;#39;t picking it up? How can get myTV to see it please? I think it&amp;#39;s to do with the fact that it&amp;#39;s a one letter show that&amp;#39;s why it&amp;#39;s unable to be seen. Is there a workaround I can do?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Unknown airdate for some series</title><link>http://mytv.senseitweb.com/forums/thread/48803.aspx</link><pubDate>Thu, 06 Aug 2009 13:06:49 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:48803</guid><dc:creator>Glenn</dc:creator><slash:comments>9</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/48803.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=5&amp;PostID=48803</wfw:commentRss><description>&lt;p&gt;I am getting an &amp;quot;unknown airdate&amp;quot; for a lot of series.&amp;nbsp; It seems that for a specific series, all dates are coming out as &amp;quot;unknown&amp;quot; even though there are dates in the tvdb.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I will give you a list of examples:&lt;/p&gt;
&lt;p&gt;Alias Smith and Jones - unknown dates&lt;/p&gt;
&lt;p&gt;Alien Nation - unknown dates&lt;/p&gt;
&lt;p&gt;Babylon 5 - dates ok&lt;/p&gt;
&lt;p&gt;Banacek - unknown dates&lt;/p&gt;
&lt;p&gt;The Beast - dates OK&lt;/p&gt;
&lt;p&gt;Burn Notice - dates OK&lt;/p&gt;
&lt;p&gt;Cold Case - dates OK&lt;/p&gt;
&lt;p&gt;Columbo - unknown dates&lt;/p&gt;
&lt;p&gt;Dad&amp;#39;s Army - dates OK&lt;/p&gt;
&lt;p&gt;Dr Who - dates OK&lt;/p&gt;
&lt;p&gt;The Fugitive - unknown dates&lt;/p&gt;
&lt;p&gt;Hardcastle and McCormick - unknown dates&lt;/p&gt;
&lt;p&gt;Hawaii Five-O - unknown dates&lt;/p&gt;
&lt;p&gt;The Invaders - unknown dats&lt;/p&gt;
&lt;p&gt;Jericho - dates OK&lt;/p&gt;
&lt;p&gt;MacGyver, Magnum, Man from UNCLE. Matlock, McCloud&amp;nbsp;- unknown dates&lt;/p&gt;
&lt;p&gt;McMillan and Wife - dates OK&lt;/p&gt;
&lt;p&gt;New Tricks - dates OK&lt;/p&gt;
&lt;p&gt;I certainly can&amp;#39;t see a pattern.&lt;/p&gt;
&lt;p&gt;Any thoughts?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Sort order and DVD specials</title><link>http://mytv.senseitweb.com/forums/thread/61875.aspx</link><pubDate>Tue, 02 Feb 2010 14:07:46 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:61875</guid><dc:creator>Glenn</dc:creator><slash:comments>7</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/61875.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=7&amp;PostID=61875</wfw:commentRss><description>&lt;p&gt;I decided to split my Doctor Who episodes into separate folders with one for each Doctor.&lt;/p&gt;
&lt;p&gt;I therefore created lots of directories called Doctor Who A, Doctor Who B etc.&lt;/p&gt;
&lt;p&gt;Within each, I put a series.id file which was the same in each folder.&lt;/p&gt;
&lt;p&gt;When myTV picked these up, then using the path displayed when editing the series information, I worked out the order myTV was displaying them in an amended the art to show, for instance William Hartnell, Patrick Troughton or Jon Pertwee etc.&lt;/p&gt;
&lt;p&gt;Although myTV&amp;nbsp;displayed the series in series order it paid no attention to the folder name (which is to be expected I suppose).&lt;/p&gt;
&lt;p&gt;The folder sequence should be&amp;nbsp;WH in A, PT&amp;nbsp;in B, JP in C etc.&lt;/p&gt;
&lt;p&gt;What I was shown first time though was JP in A, PM in B, SM&amp;nbsp;in C etc&lt;/p&gt;
&lt;p&gt;I decided it didn&amp;#39;t really matter so put the episodes into the folders as listed within the correct order&amp;nbsp;as myTV was displaying which turned out to be g, h, a, d etc&lt;/p&gt;
&lt;p&gt;This worked perfectly and although the directory names seemed to make no sense, myTV was displaying the Doctors in the correct sequence.&lt;/p&gt;
&lt;p&gt;That was until I opened myTV again and the sequence changed and it is different every time I start myTV.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;My question is therefore, how does myTV determine the order of items displayed in the list - is it just by series name and then indetermined?&lt;/p&gt;
&lt;p&gt;If this is the case, as it seems to be, then I would have thought it a useful enhancement for the sort order to be Series name and folder name.&lt;/p&gt;
&lt;p&gt;My next problem comes with copying the DVD extras (all just called by their filename) into sub-folders within the directories.&amp;nbsp; These work fine but myTV insists on making all these as special number 1000.&amp;nbsp; As a result as soon as you watch one of them, myTV flags them all as watched which is irritating to say the least.&amp;nbsp; I know I raised this once before and was told that myTV was designed to do it this way as it was what people wanted.&amp;nbsp; I can&amp;#39;t see why this is the case as it makes no sense to me.&lt;/p&gt;
&lt;p&gt;As far as I can see, the only way to get it to work without giving each file a ficticious episode number is to have a separate &amp;quot;special&amp;quot; folder in which case, the files all appear as separate entities.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Export from myTV</title><link>http://mytv.senseitweb.com/forums/thread/62471.aspx</link><pubDate>Tue, 29 Jun 2010 13:22:29 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62471</guid><dc:creator>Glenn</dc:creator><slash:comments>2</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62471.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=7&amp;PostID=62471</wfw:commentRss><description>&lt;p&gt;I have had a failure of some of my hard discs on my NAS and cannot remember what was actually on the discs that have failed.&lt;/p&gt;
&lt;p&gt;The information is still held within myTV and I was wondering if there is anyway to export the data from myTV so I can get a list of what was there.&lt;/p&gt;
&lt;p&gt;I can then compare that to what I can find on my multitude of drives to work out what I am missing.&lt;/p&gt;
&lt;p&gt;I could manually go through each series but this is tedious.&lt;/p&gt;
&lt;p&gt;Is there any way I can copy the database and then access it using Microsoft Access or alternatively export all the data in a delimited file of some type?&lt;/p&gt;
&lt;p&gt;Any help or suggestions would be welcome.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Glenn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>HDBits or SceneHD invites - any spare?</title><link>http://mytv.senseitweb.com/forums/thread/48062.aspx</link><pubDate>Mon, 03 Aug 2009 07:27:51 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:48062</guid><dc:creator>crisp82</dc:creator><slash:comments>11</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/48062.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=14&amp;PostID=48062</wfw:commentRss><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;Does anyone have any invites to HDBits, SceneHD or somewhere similar that I can grab and share a copy of HD BSG? The public trackers are crap for anything not released last week.&lt;/p&gt;
&lt;p&gt;Unfortunately, I am new to this whole private tracker business. That means I have no invites to trade. Sorry.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;crisp82&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Updates please.</title><link>http://mytv.senseitweb.com/forums/thread/62436.aspx</link><pubDate>Fri, 25 Jun 2010 16:24:42 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62436</guid><dc:creator>ec96joan</dc:creator><slash:comments>6</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62436.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=62436</wfw:commentRss><description>&lt;p&gt;Now it&amp;#39;s been a year since &amp;quot;about to drop the build&amp;quot; in this thread:&lt;br /&gt;&lt;a href="http://mytv.senseitweb.com/forums/t/5374.aspx?PageIndex=1"&gt;http://mytv.senseitweb.com/forums/t/5374.aspx?PageIndex=1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And it&amp;#39;s been 4 (!) months since he said &amp;quot;I will be back on the forums this week with some proper updates&amp;quot; in tihs thread:&lt;br /&gt;&lt;a href="http://mytv.senseitweb.com/forums/p/5374/61934.aspx#61934"&gt;http://mytv.senseitweb.com/forums/p/5374/61934.aspx#61934&lt;/a&gt;&lt;br /&gt;And now they&amp;#39;ve locked the thread..how convenient..no more complaints. Just cover your ears and they don&amp;#39;t exist.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m sorry for being harsh...but I have been patient.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Unable to get working, MyTVService Crash, Media Center Extensibility Host Stopped Working.</title><link>http://mytv.senseitweb.com/forums/thread/62397.aspx</link><pubDate>Wed, 16 Jun 2010 15:07:12 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62397</guid><dc:creator>sdukes</dc:creator><slash:comments>1</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62397.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=62397</wfw:commentRss><description>&lt;p&gt;Just purchased this the other day. Installed on W7 x64 followed the install guide, did the netsh cmds.&lt;/p&gt;
&lt;p&gt;When ever i click MyTV-Settings-Database it ends with the Media Center Extensibility Host Stopped Error.&lt;/p&gt;
&lt;p&gt;Also it doesn&amp;#39;t find any of my episodes even though i&amp;#39;ve set the location. On check MyTV in the event logs it appears the service crashes with:&lt;/p&gt;
&lt;p&gt;Unhandled crash occured. An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B) at senseIT.General.MediaInfoWrapper.MediaInfo.MediaInfo_New() at senseIT.General.MediaInfoWrapper.MediaInfo..ctor() at myTVservice.myTVservice.VideoFileInformation(FileInfo f) at myTVservice.myTVservice.AddEpisodeToShow(Object obj) at myTVservice.myTVservice.AddEpisodes(Object showUIDobj) at myTVservice.myTVservice.CheckEpisodes() at myTVservice.myTVservice.InitialRun() at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve uninstalled and reinstalled multiple times including the Windows media player and Center features, SQL Server&amp;nbsp;2008 R2 (Database is created, Series data from folders gets entered no episodes however), MyTV, MediaInfo, etc etc and i get the same errors everytime.&lt;/p&gt;
&lt;p&gt;Please can anyone help?&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Si&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title> will work with VIDEO_TS </title><link>http://mytv.senseitweb.com/forums/thread/62401.aspx</link><pubDate>Thu, 17 Jun 2010 05:44:07 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62401</guid><dc:creator>carlos28355</dc:creator><slash:comments>3</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62401.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=14&amp;PostID=62401</wfw:commentRss><description>&lt;p&gt;Hello before I pay for this program I wanted to know if it works with VIDEO_TS structure of tv shows. i dont convert them into avi or mpeg or anything else. im sorry if this is answered somewhere. i could not find an answer to this. thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RSS Feed Updater for Torrents</title><link>http://mytv.senseitweb.com/forums/thread/62407.aspx</link><pubDate>Fri, 18 Jun 2010 14:01:55 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62407</guid><dc:creator>Mackio</dc:creator><slash:comments>0</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62407.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=62407</wfw:commentRss><description>&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;I noticed that there have been a few requests 
around the forums for fully automating torrent downloads and I would 
also like this feature. So I decided to write a program for bridging the
 gap between myTV and a torrent client (such as uTorrent, Vuze, 
etc). I&amp;#39;m quite new to programming and this is really only a temporary 
solution. The way it works is you point it to the directory that myTV 
downloads torrent files and it will update an RSS feed that is stored on
 a local IIS server based on the torrent files in the directory. You 
then add the feed to uTorrent and use the inbuilt features to sort 
through different TV shows and put them in the appropriate directory.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Requirements:&lt;/p&gt;
&lt;p&gt;Internet
 Information Services (download through Web Platform Installer &lt;a target="_blank" title="here" href="http://www.microsoft.com/web/downloads/platform.aspx"&gt;here&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;myTV&lt;/p&gt;
&lt;p&gt;Torrent client that supports RSS Feeds (recommend &lt;a target="_blank" title="uTorrent" href="http://www.utorrent.com/"&gt;uTorrent&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Configure IIS:&lt;/p&gt;
&lt;p&gt;1. Install IIS&lt;/p&gt;
&lt;p&gt;2. Create a folder in a place you will remember (C:\IIS\) and then make two subfolders (I&amp;#39;ll
 use &amp;quot;torrents&amp;quot; and &amp;quot;rss&amp;quot;)&lt;/p&gt;
&lt;p&gt;3. Run Internet Information Services (IIS) Manager&lt;/p&gt;
&lt;p&gt;4. In the left pane under connections expand PCNAME -&amp;gt; Sites -&amp;gt; Default Web Site&lt;/p&gt;
&lt;p&gt;5. Right click Default Web Site and click Add Virtual Directory&lt;/p&gt;
&lt;p&gt;6. Fill in Alias with a name you will remember (this is important as it will be part of the URL later)&lt;/p&gt;
&lt;p&gt;7. For Physical Path, browse to the folder you made in step 2 (I used C:\IIS\)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Configure myTV:&lt;/p&gt;
&lt;p&gt;1. Start Media Center&lt;/p&gt;
&lt;p&gt;2. Go to myTV Settings&lt;/p&gt;
&lt;p&gt;3. Go to General -&amp;gt; Torrent Download directory and change it to the subfolder you made earlier (I used C:\IIS\torrents)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Configure RSS Feed Updater:&lt;/p&gt;
&lt;p&gt;1. Open Notepad and click save (give it a name like rssfile), then change the file extension to .xml. Navigate to your folder called rss (C:\IIS\rss) and save it there.&lt;/p&gt;
&lt;p&gt;2. Start RSS Feed Updater&lt;/p&gt;
&lt;p&gt;3. Under RSS Feed Location browse to the RSS file in your RSS subfolder (C:\IIS\rss\rssfile.xml)&lt;/p&gt;
&lt;p&gt;4. Under Torrents folder browse to your torrents subfolder (C:\IIS\torrents\) NOTE: Make sure you include the trailing slash or it will crash.&lt;/p&gt;
&lt;p&gt;5. Under Server Address to RSS Folder write http://(HOSTNAME if local just leave as &amp;quot;localhost&amp;quot;)/(ALIAS NAME DEFINED IN STEP 6 OF CONFIGURING IIS)/NAME OF RSS FOLDER (rss)/NAME OF RSS FILE (IN STEP 1, rssfile.xml)&lt;/p&gt;
&lt;p&gt;6. Under Server Address to Torrents Folder write http://(HOSTNAME if local 
just leave as &amp;quot;localhost&amp;quot;)/(ALIAS NAME DEFINED IN STEP 6 OF CONFIGURING 
IIS)/NAME OF TORRENT FOLDER (torrents)/&lt;/p&gt;
&lt;p&gt;7. Under Regeneration Interval (Seconds) type the amount of time in seconds to refresh the torrent file (make the number higher if performance is impacted too heavily, default is 1)&lt;/p&gt;
&lt;p&gt;8. Hit Save Settings to save the settings to a config file&lt;/p&gt;
&lt;p&gt;9. Press Start to begin updating and your done!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I won&amp;#39;t go through how to add and filter feeds here as this can be found elsewhere on the internet (the feed URL is the same as Server Address to RSS folder in your config). Please let me know if you plan to repost this tutorial.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Mackio &lt;img src="http://mytv.senseitweb.com/emoticons/emotion-11.gif" alt="Cool" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Only small fraction of Episodes added to DB.</title><link>http://mytv.senseitweb.com/forums/thread/62312.aspx</link><pubDate>Tue, 04 May 2010 23:09:33 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62312</guid><dc:creator>reschi85</dc:creator><slash:comments>8</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62312.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=7&amp;PostID=62312</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve purchased myTV yesterday, installed it as described in the documentation and added the folder that&amp;nbsp;contains&amp;nbsp;all my tv shows (located on a nas). After myTV finished downloading metadata I realised that only a small fraction of the episodes were added to the db. For example only 20 of my 150+ episodes of friends were added. &amp;nbsp;Format an naming of all episodes is&amp;nbsp;identical.&lt;/p&gt;
&lt;p&gt;I tried reinstalling sqlexpress and myTV several times but nothing changed. Actually sometimes only 2 or 3 episodes were added.&lt;/p&gt;
&lt;p&gt;The only unusual thing I found in the myTV log was the following exception which&amp;nbsp;occurred&amp;nbsp;repeatedly.&lt;/p&gt;
&lt;p&gt;Since I didn&amp;#39;t find a solution here, I would be really grateful for any help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Unhandled crash occured.&lt;/p&gt;
&lt;p&gt;Timeout expired. &amp;nbsp;The timeout period elapsed prior to completion of the operation or the server is not responding.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlDataReader.get_MetaData()&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlCommand.ExecuteReader()&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at myTVservice.myTVservice.UpdateShows(Object obj)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at myTVservice.myTVservice.InitialRun()&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ThreadHelper.ThreadStart_Context(Object state)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ThreadHelper.ThreadStart()&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Old pro feels like new again :(</title><link>http://mytv.senseitweb.com/forums/thread/62372.aspx</link><pubDate>Sun, 06 Jun 2010 01:51:11 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62372</guid><dc:creator>hansolo77</dc:creator><slash:comments>10</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62372.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=7&amp;PostID=62372</wfw:commentRss><description>&lt;p&gt;Guys I need some help.&amp;nbsp; I&amp;#39;m reinstalling everything from scratch since having to rebuild my server.&amp;nbsp; Here&amp;#39;s where I&amp;#39;m at..&lt;/p&gt;
&lt;p&gt;New motherboard and smaller drives in the WHS.&amp;nbsp; Still running the initial install of WHS ok (x86 version).&amp;nbsp; I was using an older version of myTV on another machine and this server in the past.&amp;nbsp; A few days ago I tried to run myTV from within MCE to see if the database connections and everything still worked.&amp;nbsp; They didn&amp;#39;t, much to my disappointment.&amp;nbsp; When I closed MCE after discovering an error, my MCE machine suddenly BSOD&amp;#39;d.&amp;nbsp; Since the MCE machine was configured to automatically reboot, I never got to see what the BSOD error was.&amp;nbsp; When the computer rebooted, I couldn&amp;#39;t login to Windows.&amp;nbsp; It said the password was wrong.&amp;nbsp; How can that be?&amp;nbsp; I&amp;#39;m lazy and have always had Windows automatically log me in.&amp;nbsp; I tried to type the password in manually, but it said it was invalid!&amp;nbsp; I was able to reboot into Safe Mode and reset the password back to what it used to be.&amp;nbsp; Now I can login to Windows fine, and everything seems back to normal working order.&amp;nbsp; I can access my shares and whatnot on the WHS fine, and can stream TV shows from it with no problem.&amp;nbsp; However, myTV continuously throws out errors to me, so I assumed the database got corrupted somehow in the fire.&amp;nbsp; I uninstalled the database fine, and found dgaust&amp;#39;s walkthough doc on installing fresh with SQLExpress 2008.&amp;nbsp; I followed it to the letter.&amp;nbsp; I then downloaded the lastest version of myTV and started to install it.&amp;nbsp; It seems to go along fine with installing until it gets to the part where it&amp;#39;s &amp;quot;Creating Databases.&amp;quot;&amp;nbsp; It then craps out with an error: &amp;quot;Error -2147467259: failed to create SQL database: myTV, error detail: unknown error.&amp;quot;&amp;nbsp; I thought perhaps I had mistyped something somewhere, but after numerous attempts, I&amp;#39;m no where closer to getting myTV installed and working than I was 2 days ago when I first started.&lt;/p&gt;
&lt;p&gt;One thing I&amp;#39;ve noticed, which may be of no consequence, is that when I installed SQLExpress 2008 on the WHS, and I was assigning admins, the WHS didn&amp;#39;t list my MCE username (mce is the username, mce-PC is the computer) as a valid choice.&amp;nbsp; Wouldn&amp;#39;t &lt;a&gt;\\mce-PC\mce&lt;/a&gt; be a valid username to use or would I not need this?&amp;nbsp; I did follow the doc instructions and create the current user as an admin though.&amp;nbsp; Should I be using that user as the Service username when installing myTV on the MCE machine?&amp;nbsp; If so, how does it associate that username on the mce-PC?&lt;/p&gt;
&lt;p&gt;Any help you guys can provide me would be great.&amp;nbsp; I&amp;#39;m very tempted to assume my MCE machine is to blame, with that BSOD corrupting my password.&amp;nbsp; I&amp;#39;d hate to have to reinstall Windows just to get this all to work again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Cant get the Episode Menu Fanart View to work</title><link>http://mytv.senseitweb.com/forums/thread/62373.aspx</link><pubDate>Mon, 07 Jun 2010 12:50:11 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62373</guid><dc:creator>glenpel</dc:creator><slash:comments>1</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62373.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=7&amp;PostID=62373</wfw:commentRss><description>&lt;p&gt;Hi All&lt;/p&gt;
&lt;p&gt;I hope you can help me. I installed MyTV a few days ago and am very impressed at it&amp;#39;s speed and the quality of the metadata. I have only one problem.&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t for the life of me get the Episode Menu Fanart View to work. I have gone into settings in the interface and changed the view. However whenever I go to the Episode menu I always see only the Normal Detail View.&lt;/p&gt;
&lt;p&gt;I have searched through the forums and can not find any other posts with a similar problem. I have seen that Fanart can take some time, however I have now had MyTV installed for four days! In all other respects it is working fine.&lt;/p&gt;
&lt;p&gt;I have also confirmed that the view fanart setting in the settings.xml file is set to true.&lt;/p&gt;
&lt;p&gt;Am I missing something? Is this a feature which is not yet implemented?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>