<?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>General Discussion</title><link>http://mytv.senseitweb.com/forums/11.aspx</link><description>This is the place to post anything that doesn't really fit in the other forums.</description><dc:language>en</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>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>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>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>myDVD Refund</title><link>http://mytv.senseitweb.com/forums/thread/62328.aspx</link><pubDate>Sat, 15 May 2010 05:16:38 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62328</guid><dc:creator>husky</dc:creator><slash:comments>0</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62328.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=62328</wfw:commentRss><description>&lt;p&gt;Dear Admin,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I prematurely purchased a copy of myDVD on the 19th of May last year when it was available briefly on your store for $29USD.&lt;/p&gt;
&lt;p&gt;After contacting you later in the week I received a message saying you would process a refund for me but nothing has shown up in my PayPal history.&lt;/p&gt;
&lt;p&gt;I have messaged you 3 times and made &lt;a target="_blank" href="http://mytv.senseitweb.com/forums/p/5496/60055.aspx"&gt;one&lt;/a&gt; forum post to try and get a refund but blame myself for not trying to contact you in the general public forum sooner.&lt;/p&gt;
&lt;p&gt;Can you please contact me to try and resolve this issue?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks, Brad&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>thetvdb</title><link>http://mytv.senseitweb.com/forums/thread/62135.aspx</link><pubDate>Thu, 18 Mar 2010 16:00:25 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62135</guid><dc:creator>maccagill</dc:creator><slash:comments>4</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62135.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=62135</wfw:commentRss><description>&lt;p&gt;Looks like the site is down again. &lt;/p&gt;
&lt;p&gt;This is happening quite often&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>why cant i download get trailers ?</title><link>http://mytv.senseitweb.com/forums/thread/62107.aspx</link><pubDate>Sat, 13 Mar 2010 04:10:48 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:62107</guid><dc:creator>darksithlord</dc:creator><slash:comments>2</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/62107.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=62107</wfw:commentRss><description>&lt;p&gt;it just keeps telling me i dont have permission&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Almost 3 weeks later</title><link>http://mytv.senseitweb.com/forums/thread/61474.aspx</link><pubDate>Sat, 26 Dec 2009 02:59:04 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:61474</guid><dc:creator>darksoul1978</dc:creator><slash:comments>10</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/61474.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=61474</wfw:commentRss><description>&lt;p&gt;I started a thread almost 3 weeks ago asking questions about the program and got plenty of answers to those questions. However I still see no content to help me decide to buy the program or not.&amp;nbsp;The promised link to the wiki and screen shots still not delivered. Worst of all no trial, I&amp;#39;m sorry to say but I don&amp;#39;t think I can buy a program without trying it out when there are as many post&amp;#39;s as there are asking for refunds and mentioning other various complaints. Normally these thing&amp;#39;s would not be an issue (having $20 potentially tied up for a week) But my big fear is still the 64 bit compatability, now people on here can assure me till they are blue in the face that it will work but until I can test it on my 64 bit trial tower&amp;nbsp;I just cant commit to putting it on my media center and risk that going down. (Which has happened before and it aint pretty when everyone can&amp;#39;t watch TV.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>trade for bit-hdtv</title><link>http://mytv.senseitweb.com/forums/thread/61557.aspx</link><pubDate>Mon, 04 Jan 2010 14:54:29 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:61557</guid><dc:creator>alexzogh</dc:creator><slash:comments>0</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/61557.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=61557</wfw:commentRss><description>&lt;p&gt;anyone have a bit-hdtv they are willing to give?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I can provide a newzbin.com invite, or other things you may want....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Looking for a Demonoid invite...</title><link>http://mytv.senseitweb.com/forums/thread/61542.aspx</link><pubDate>Sun, 03 Jan 2010 03:52:37 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:61542</guid><dc:creator>lchuck</dc:creator><slash:comments>1</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/61542.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=61542</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m looking for a Demonoid invite.&amp;nbsp; I&amp;#39;ve got a tvtorrents invite if you&amp;#39;re interested in that.&amp;nbsp; I&amp;#39;ve got a great ratio on tvtorrents.com and currently have 420G Credits available on there.&amp;nbsp; Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Marry Christmas</title><link>http://mytv.senseitweb.com/forums/thread/61467.aspx</link><pubDate>Fri, 25 Dec 2009 03:27:23 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:61467</guid><dc:creator>crzykidd</dc:creator><slash:comments>0</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/61467.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=61467</wfw:commentRss><description>&lt;p&gt;I just wanted to say Merry Christmas to everyone.&amp;nbsp; Hope you all have a safe and happy holiday.&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>Any updates yet?</title><link>http://mytv.senseitweb.com/forums/thread/61374.aspx</link><pubDate>Tue, 15 Dec 2009 06:00:51 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:61374</guid><dc:creator>jojovee</dc:creator><slash:comments>9</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/61374.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=61374</wfw:commentRss><description>&lt;p&gt;Patience is a virtue but this is dragging on a bit far isn&amp;#39;t it? Been away for a while but nothing has changed...we are still waiting for a new version?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>4 BIT-HDTV invites available</title><link>http://mytv.senseitweb.com/forums/thread/61320.aspx</link><pubDate>Fri, 11 Dec 2009 17:42:25 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:61320</guid><dc:creator>2twisty</dc:creator><slash:comments>10</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/61320.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=61320</wfw:commentRss><description>&lt;p&gt;I have 4 BIT-HDTV invites available.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I&amp;#39;m looking for invites to other TV and Video-related sites.&lt;/p&gt;
&lt;p&gt;1st 4 people who respond will get the invites, regardless of whether they give me one in return.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Can't download my TV</title><link>http://mytv.senseitweb.com/forums/thread/61318.aspx</link><pubDate>Fri, 11 Dec 2009 15:15:57 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:61318</guid><dc:creator>Jasonconmaggi</dc:creator><slash:comments>1</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/61318.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=61318</wfw:commentRss><description>&lt;p&gt;Hey guys,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;why i can&amp;#39;t download myTV? He tells me: Access Denied&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Pls help,&lt;/p&gt;
&lt;p&gt;greetz Jason&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>More Info on my TV</title><link>http://mytv.senseitweb.com/forums/thread/61251.aspx</link><pubDate>Sat, 05 Dec 2009 01:52:33 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:61251</guid><dc:creator>darksoul1978</dc:creator><slash:comments>9</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/61251.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=61251</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-size:9pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Hi I stumbled on this site searching for a program similar to the My Movies program only designed for TV episodes. Upon looking over your site I am finding hardly any info on the program itself and a link to a wiki page that just will not load, and NO TRIAL PROGRAM? Not to sound rude but things are looking rather fishy so far. But none the less I&amp;#39;ll ask my questions.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;1. Is the program at all similar to the My Movies program? as in layout, It&amp;#39;s own section in media center, and ease of adding titles to the collection. my movies requires on disk titles to be in their own folder where it add&amp;#39;s the metadata in the form of an XML file as well.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;2. What format&amp;#39;s of video does it support? All of my towers video is in the AVI format due to its convenient size and quality.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;3. How is the program laid out in media center? I see from the only screenshot of the program at the top of the page that each show has its own banner, If&amp;nbsp;I click on one do&amp;nbsp;I go to the next screen where it is broken down by season? And if so is it then further broken down by each episode if I click on the season banner?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;4. If each single episode is listed once you click or highlight an episode does the program provide some synopsis for that particular episode?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;5. Where does the information for the shows come from? The my movies program I am comparing you to is all user contributions that is moderated and the actor listings is handled by importing from IMDB.com. Do you have a similar setup with TV.com?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;6. 64 bit functionality? many programs claim to run on 64 bit machines and they do.....just not nearly as good as they do on 32 bit. Honestly how many problems will I run into on a 64 bit vista PC. I already have a million headaches from vista alone 1 more might send me over the edge.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;7. Server/Client use? Again comparing to my movies, a server and client version is available which IS A MUST for me my&amp;nbsp;network is set up with one main media PC which is extended to&amp;nbsp;other PC&amp;#39;s throughout&amp;nbsp;my network, 11 others to be precise (I share with the neighbors). The main tower acts as a server and has a server version of my movies, while the rest have a client version that pulls all the data from the server program. Does my tv have a similar feature or must a database be set on each PC? And if so can it add the episodes through shared network folders?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;8. Firewall issues? A problem with the early version of my movies was no firewall could be up on the server machine thankfully this was fixed. Does my tv&amp;nbsp;have an issue with firewalls if it does the Server/Client thing?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;I think this sums up my questions at this point. Hopefully I will get some answers that make this overpriced program look appealing. A word of advice add some info to the site with some screenshots and add more installs for the price, doing PC and web work all my life I know how time consuming programming is but $20 a PC for a program to sort tv episodes? Microsoft isn&amp;#39;t even that bad with their garbage. (even though they claim to be.)&lt;/span&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>Post a YouTube demo?</title><link>http://mytv.senseitweb.com/forums/thread/61112.aspx</link><pubDate>Sun, 22 Nov 2009 14:45:54 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:61112</guid><dc:creator>superpt</dc:creator><slash:comments>1</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/61112.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=61112</wfw:commentRss><description>&lt;p&gt;Hey, i searched a bit on youtube, for anyone with a demo of MyTv on their WMC... But found nothing...&lt;/p&gt;
&lt;p&gt;I&amp;#39;m really interested in this software, but before i&amp;#39;ll do the commitment to buy your software i would like to see it in &amp;quot;action&amp;quot;, and since there is no trial right now, what better way then a little video demo for youtube?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Popup crash... please try this if you're on Win7</title><link>http://mytv.senseitweb.com/forums/thread/60481.aspx</link><pubDate>Mon, 26 Oct 2009 23:17:56 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:60481</guid><dc:creator>admin</dc:creator><slash:comments>2</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/60481.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=60481</wfw:commentRss><description>&lt;p&gt;Can someone please start myTV, scroll down a few shows and open the popup. Close it again and select the show in question (ie. open the season selection screen - in other words it has to be a show with more than 1 season), open the season popup, close it again, go back to the main menu and try to open the show popup again. Does this work or does it crash out?&lt;/p&gt;
&lt;p&gt;It crashes here at the moment but I&amp;#39;m uncertain whether it&amp;#39;s due to breaking changes or if it&amp;#39;s something that&amp;#39;s been in there for a while.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Any updates?</title><link>http://mytv.senseitweb.com/forums/thread/59358.aspx</link><pubDate>Thu, 15 Oct 2009 00:46:15 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:59358</guid><dc:creator>ec96joan</dc:creator><slash:comments>0</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/59358.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=59358</wfw:commentRss><description>&lt;p&gt;It&amp;#39;s been really quiet since you talked about releasing the latest beta.&lt;br /&gt;&lt;br /&gt;/Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Not happy with myTv</title><link>http://mytv.senseitweb.com/forums/thread/55663.aspx</link><pubDate>Tue, 15 Sep 2009 09:55:54 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:55663</guid><dc:creator>brussell</dc:creator><slash:comments>3</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/55663.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=55663</wfw:commentRss><description>&lt;p&gt;I am not happy with myTv. It doesn&amp;#39;t do what I want. How do I get a refund?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Windows 7 RC &amp; myTV Helix view performance...</title><link>http://mytv.senseitweb.com/forums/thread/45770.aspx</link><pubDate>Mon, 20 Jul 2009 14:28:39 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:45770</guid><dc:creator>admin</dc:creator><slash:comments>14</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/45770.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=45770</wfw:commentRss><description>&lt;p&gt;Can someone confirm this to be an issue at all? Everything grinds to a halt and I&amp;#39;m unable to find a reason. Rolled back to the latest release (135) and it does the same, which leads me to believe it&amp;#39;s a local [windows] installation issue, but wanted to make sure before I reinstall.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Watch MyTV while recording</title><link>http://mytv.senseitweb.com/forums/thread/46111.aspx</link><pubDate>Fri, 24 Jul 2009 13:54:23 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:46111</guid><dc:creator>maccagill</dc:creator><slash:comments>2</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/46111.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=46111</wfw:commentRss><description>&lt;p&gt;Might be a silly question, but as they both use Media Center, I thought I would query.&lt;/p&gt;
&lt;p&gt;If I am recording something via Media Center, can I still watch one of my video files via MyTV?&lt;/p&gt;
&lt;p&gt;I have heard that you cannot watch a recorded show at the same time as recording something else (unless you have multiple tuners), as media center requires access to the tuner to watch recorded shows, so I am not sure if it is the same for watching other video files&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>myTV and Windows Vista w/SP2</title><link>http://mytv.senseitweb.com/forums/thread/42370.aspx</link><pubDate>Wed, 08 Jul 2009 01:03:25 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:42370</guid><dc:creator>admin</dc:creator><slash:comments>2</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/42370.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=42370</wfw:commentRss><description>&lt;p&gt;Do we see any kind of playback issues with SP2 under Vista?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>TVRss Download, Torrent feature not working?</title><link>http://mytv.senseitweb.com/forums/thread/37623.aspx</link><pubDate>Tue, 23 Jun 2009 01:04:29 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:37623</guid><dc:creator>paula20744</dc:creator><slash:comments>4</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/37623.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=37623</wfw:commentRss><description>&lt;div class="ForumPostTitle"&gt;&lt;a href="http://mytv.senseitweb.com/forums/p/0/0.aspx#0"&gt;&lt;img src="http://mytv.senseitweb.com/Themes/biz/images/icon_post_show.gif" style="float:left;margin-right:10px;border-width:0px;" alt="" /&gt;&lt;/a&gt; &lt;strong&gt;&lt;a href="http://mytv.senseitweb.com/members/paula20744/default.aspx"&gt;&lt;span style="color:#425053;"&gt;paula20744&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt; &lt;span class="ForumPostTitleDate"&gt;&lt;span style="font-size:x-small;"&gt;Posted: Mon, Jun 22 2009 20:50 &lt;/span&gt;&lt;/span&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-size:x-small;"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;I found that my torrent feature in myTV does&amp;nbsp; not work. This started after TVRss site went down. I tried (Show Rss) but it only allows you to check once an hour. and my bit torrent client is not&amp;nbsp; happy with&amp;nbsp;this but that could be Me: the problem. I would like to try TVTorrent but that&amp;nbsp;requires an&amp;nbsp;invites. I finally sign up for Demonoid.com and I&amp;#39;m in good standing, but TVTorrent seem to not have an open season. What site is myTV pointed&amp;nbsp;at, to check torrents. And if there is a pointer, will you change it. Please give me some insight and where I can get a invite to TVTorrent and is it a good site to maintain my collection of over 105 shows.&amp;nbsp;They are not all&amp;nbsp;showing up&amp;nbsp;in Web Collection. I&amp;#39;m&amp;nbsp;wish for&amp;nbsp;TVRss site to&amp;nbsp;return.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for this wonderful program, it in itself make Vmc and 7mc a better product. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Twitter updates...</title><link>http://mytv.senseitweb.com/forums/thread/25019.aspx</link><pubDate>Mon, 18 May 2009 14:56:26 GMT</pubDate><guid isPermaLink="false">699f907d-c469-4ba8-9579-0d6dc8a7ed6a:25019</guid><dc:creator>admin</dc:creator><slash:comments>11</slash:comments><comments>http://mytv.senseitweb.com/forums/thread/25019.aspx</comments><wfw:commentRss>http://mytv.senseitweb.com/forums/commentrss.aspx?SectionID=11&amp;PostID=25019</wfw:commentRss><description>&lt;p&gt;Someone suggested myTV should be able to update your Twitter status depending on what you&amp;#39;re watching.. Not being a tit myself I don&amp;#39;t know how useful this would be, but looking at the available REST API it should be fairly simple to implement.&lt;/p&gt;
&lt;p&gt;So the question is...&lt;/p&gt;
&lt;p&gt;&lt;p align="center"&gt;[Please visit the site to access the poll]&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>