<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx</link><description>One of the features I've wanted for a while now in Media Center is the ability to easily jump around within media. I have a bunch of family home videos on my machine, and it can be frustrating to navigate to particular moments that I want to show to family</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Media Centre add in</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#410372</link><pubDate>Thu, 21 Apr 2005 12:37:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:410372</guid><dc:creator>andyBlog</dc:creator><description>Media Centre add in</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#410388</link><pubDate>Thu, 21 Apr 2005 14:49:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:410388</guid><dc:creator>John</dc:creator><description>Great article.  I was just wondering if the method you used to expose the graph MCE uses for playback could be used the edit the graph to allow the ffdshow filter to be added to the graph?</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#410439</link><pubDate>Thu, 21 Apr 2005 17:42:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:410439</guid><dc:creator>Stephen Toub</dc:creator><description>Theoretically, yes.  Should you, well, probably not ;)&lt;br&gt;&lt;br&gt;It's one thing to look at the graph, but changing it might put it into a state that MCE doesn't expect, which could very well cause ehshell to crash.&lt;br&gt;&lt;br&gt;That said, try it out and see what happens.  My only warning would be that anything you do here would obviously be unsupported.</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#413535</link><pubDate>Fri, 29 Apr 2005 21:18:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:413535</guid><dc:creator>vern</dc:creator><description>Is there a place to download the actual add-in, without going through compiling the source?</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#413537</link><pubDate>Fri, 29 Apr 2005 21:25:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:413537</guid><dc:creator>toub</dc:creator><description>An installer is included along with the source in the download for the article. Just run that installer... if you don't want to tweak the source at all, you don't need to compile anything.</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#413584</link><pubDate>Sat, 30 Apr 2005 00:10:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:413584</guid><dc:creator>vern</dc:creator><description>Thanks!&lt;br&gt;&lt;br&gt;P.S. Do you know if there is a quick way to add or move a shortcut for an app to the main menu in MCE?&lt;br&gt;&lt;br&gt;I previously used MCE Workshop or MCE Customizer (can't remember), but don't want to install other software for one purpose.&lt;br&gt;&lt;br&gt;THANKS AGAIN!</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#418855</link><pubDate>Tue, 17 May 2005 22:01:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:418855</guid><dc:creator>Yves B&amp;#233;langer</dc:creator><description>It seams that the french version of MCE 2005 is&lt;br&gt;not supported...  :-(&lt;br&gt;&lt;br&gt;When I try to install it says something like&lt;br&gt;&amp;quot;Can be installed only on MCE 2005 or newer&amp;quot;.&lt;br&gt;&lt;br&gt;That's what I have...</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#419794</link><pubDate>Thu, 19 May 2005 03:54:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:419794</guid><dc:creator>toub</dc:creator><description>The actual add-in should work fine with any localized version of MCE 2005... the problem you're having seems to be with the installer.  The installer uses the RegisterAddIn.dll from the MCE SDK, and the code in that DLL is what's checking to make sure that the version of MCE is 2005.  Either there's something screwy with your system or there's something wrong with that DLL.  The good news is that you should be able to install the add-in manually without using the installer.  You'll need to copy the add-in DLL (PositionChangerAddIn.dll) to a folder on your computer, along with PositionChangerAddInReg.xml file.  Use gacutil to install the DLL into the GAC, and then use the MCE RegisterMCEApp.exe tool with the XML file to let MCE know about the add-in.  I'd suggest reading the MCE SDK for more information about manually installing add-ins.&lt;br&gt;&lt;br&gt;Good luck,&lt;br&gt;Steve</description></item><item><title>re: Time Travel with MCE - Trap Remote</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#451273</link><pubDate>Sat, 13 Aug 2005 18:37:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:451273</guid><dc:creator>Michael</dc:creator><description>Thanks for a very good article!&lt;br&gt;&lt;br&gt;What if I would like to trap a remote button wherever the user is in the MCE?&lt;br&gt;&lt;br&gt;The KeyboardHook as well as the Intercept Window implementation won't trap pressed remote buttons when the user is within a launched HTML application.&lt;br&gt;&lt;br&gt;Is it possible to trap remote buttons for this situation aswell (from the same background add-in)? If no, could I do it in another way?</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#455336</link><pubDate>Wed, 24 Aug 2005 01:29:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:455336</guid><dc:creator>Reinhard Brongers</dc:creator><description>Really great article (and the 'fun with DVR-MS' article as well)! And maybe you also know the answer to a burning question: Why is the playrate property not working as advertised in the SDK (and in your article)? I cannot get MCE to pause and continue through my background plugin, and I am not the only one (&lt;a rel="nofollow" target="_new" href="http://www.ureader.com/message/1437901.aspx"&gt;http://www.ureader.com/message/1437901.aspx&lt;/a&gt;) ... I know you're not the helpdesk or anything, but since you are MS related, and you are clearly knowledgable about the subject, maybe you or someone in your network have the answer?&lt;br&gt;Thanks a lot and keep up the good work!&lt;br&gt;Regards,&lt;br&gt;Reinhard</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#456443</link><pubDate>Thu, 25 Aug 2005 23:44:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:456443</guid><dc:creator>Oliver</dc:creator><description>I am using your program as a template to develop my add-in which will communicate with my custom USB control. My question is how to navigate the mce menu through WM_KEYDOWN/UP window messages with VK_UP key code embedded.&lt;br&gt;These key messages were delievered to the MCE window ( checked via spy program ) but has no impact at all. Could you give me any help?  </description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#502895</link><pubDate>Tue, 13 Dec 2005 01:37:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:502895</guid><dc:creator>Ken P</dc:creator><description>Your time travel add-in is a great idea!  It works great, with one problem (I have MCE 2005 with rollup 2, in case it matters)&lt;br&gt;&lt;br&gt;When watching a recorded show, I often need to change the Zoom, which is done by hitting Info on the remote, which brings up the menu, then down clicking to the Zoom choice.  The add-in intercepts the down click and thinks it is a bookmark click.  Any thoughts on how that could be fixed?</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#503180</link><pubDate>Tue, 13 Dec 2005 20:13:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:503180</guid><dc:creator>Ken P</dc:creator><description>SORRY!!! With further reading, I realized that I can disable the bookmarking.  I may even try to configure another button for the bookmarking feature if I get ambitious!!  Thanks</description></item><item><title> Why don't TV shows have meta data?</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#786067</link><pubDate>Tue, 03 Oct 2006 17:53:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:786067</guid><dc:creator>andy vt's blog</dc:creator><description>&lt;p&gt;It's a common problem that MCE doesn't reflect the meta data of the currently playing show in the API. ...&lt;/p&gt;
</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#1242713</link><pubDate>Sat, 09 Dec 2006 03:28:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1242713</guid><dc:creator>Brad</dc:creator><description>&lt;p&gt;Stephen, any chance you will be updating this for Vista MCE? &amp;nbsp;Thanks.&lt;/p&gt;
</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#1259848</link><pubDate>Mon, 11 Dec 2006 19:30:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1259848</guid><dc:creator>toub</dc:creator><description>&lt;p&gt;Hi Brad,&lt;/p&gt;
&lt;p&gt;Yes, I do plan to, or to at least investigate what will be necessary to upgrade it appropriately. &amp;nbsp;Hopefully by the new year.&lt;/p&gt;
&lt;p&gt;-Stephen&lt;/p&gt;
</description></item><item><title>Position Changer Add-In updated for Media Center in Windows Vista</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#1409446</link><pubDate>Thu, 04 Jan 2007 08:13:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1409446</guid><dc:creator>Stephen Toub</dc:creator><description>&lt;p&gt;Back in early 2005, I wrote an article for MSDN on implementing add-ins for Windows XP Media Center Edition&lt;/p&gt;
</description></item><item><title>Extenders?</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#1466030</link><pubDate>Sun, 14 Jan 2007 21:42:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1466030</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;I have installed the rollup2 version of this addin and I love the idea, I really do. I so need this functionality as I'm coming from a ReplayTV network to the MCE world and not being able to jump through shows more reliably is a serious problem&lt;/p&gt;
&lt;p&gt;That being said, I have installed this add-in on the media center pc. When I connect with my extender (this case is the 360) I can see mention of the add-in in the &amp;quot;manage more programs&amp;quot; area of settings. That sounds good. Seems like it installed and is available to my extender. Great.&lt;/p&gt;
&lt;p&gt;I then go play a &amp;quot;video&amp;quot; (mpg). While it's playing I press the right arrow key (nothing pops up) and then 500 and wait. Nothing happens. Okay, right arrow/500/left arrow... nothing.&lt;/p&gt;
&lt;p&gt;I've never seen the plugin work, so I'm not certain of what interface I should be experiencing, but totally nothing seems to be happening. What am I missing?&lt;/p&gt;
&lt;p&gt;I can't test is on the PC as I remote desktop to manage that server and I can't play videos over RD.&lt;/p&gt;
&lt;p&gt;Any help would be greatly appreciated.!&lt;/p&gt;
</description></item><item><title>Where is the .msi installer??</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#1902392</link><pubDate>Sun, 18 Mar 2007 01:14:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1902392</guid><dc:creator>Zeev</dc:creator><description>&lt;p&gt;Seems like the .msi installer has disappeared, only the source code is in the zip. Where can I get the msi for Visa??&lt;/p&gt;
</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#3417757</link><pubDate>Wed, 20 Jun 2007 09:27:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3417757</guid><dc:creator>Sash</dc:creator><description>&lt;p&gt;I am trying to figure that out as well. Earlier I managed to get the contents of the zip file but did not know how to initiate the function. I am using a non microsoft remote. Imon remote from www.soundgraph.com is what I use. the imon remote has two fast forward controls. &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.soundgraph.com/Eng_/Products/imon21.aspx?topMenu=2&amp;amp;subMenu=1&amp;amp;leftMenu=21"&gt;http://www.soundgraph.com/Eng_/Products/imon21.aspx?topMenu=2&amp;amp;subMenu=1&amp;amp;leftMenu=21&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The RR FF on one top does nothing with avi files&lt;/p&gt;
&lt;p&gt;The bottom one skip the microsoft default 29sec and rw 7 secs which I would like to keep. the buttons on top is what I would like to assign the function for your addin. So if I need to jump within a file to a certain location use top RR FF buttons. If I need quick skips use the bottom RR FF buttons.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#5061936</link><pubDate>Sun, 23 Sep 2007 02:46:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5061936</guid><dc:creator>toub</dc:creator><description>&lt;p&gt;The new version of the article is at: &lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/bb643809.aspx"&gt;http://msdn2.microsoft.com/en-us/library/bb643809.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#7543896</link><pubDate>Fri, 08 Feb 2008 20:29:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7543896</guid><dc:creator>Gis</dc:creator><description>&lt;p&gt;Sorry, but the code nor the installer are to be found somewhere. Such a basic function in MCE is really a big need and there's not even a decent installer.&lt;/p&gt;
&lt;p&gt;I'm loosing my time here around to find just where it is !&lt;/p&gt;
&lt;p&gt;Really, do I have to write &amp;nbsp;the code with copy and paste from the article ???&lt;/p&gt;
&lt;p&gt;A &amp;quot;gone out of patience&amp;quot; mce user &lt;/p&gt;
</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#7543948</link><pubDate>Fri, 08 Feb 2008 20:35:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7543948</guid><dc:creator>toub</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/toub/archive/2007/01/03/position-changer-add-in-updated-for-windows-vista.aspx"&gt;http://blogs.msdn.com/toub/archive/2007/01/03/position-changer-add-in-updated-for-windows-vista.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Time Travel with Media Center</title><link>http://blogs.msdn.com/toub/archive/2005/04/19/time-travel-with-media-center.aspx#8538689</link><pubDate>Fri, 23 May 2008 14:14:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8538689</guid><dc:creator>mirage hotel</dc:creator><description>&lt;p&gt;alanya merkezin de en uygun tatil i&amp;#231;in bizi arayınız size yarımcı olalım acenta ve ferdi olarak ta hava alanından servisimiz vardır &lt;/p&gt;
</description></item></channel></rss>