Stephen Toub, another Microsofty published a add-in for media center that allows you to navigate to a specific time code in a file that you are watching (a basic feature I wish MCE had); this was originally done for a article he wrote explaining how to write Media Center add-in's (Time Travel with Windows XP Media Center), but he just updated it so it will work on VISTA and the XBOX 360, check it out at: http://blogs.msdn.com/toub/archive/2007/01/03/position-changer-add-in-updated-for-windows-vista.aspx.
If this works it's pretty cool because Brian can possibly use this as the basis bookmarks for mpegs and other video formats, I just tried it on my 360 and it worked like a charm.
One note you have to manually install it, to do so:
- Copy the contents of the debug folder to \Program Files\MCE\Position Changer Add-In
- Open a command window with administrative privliges
- cd \windows\ehome
- fsutil hardlink create PositionChangerAddIn.dll "\Program Files\MCE\Position Changer Add-In\PositionChangerAddIn.dll"
- cd "\Program Files\MCE\Position Changer Add-In"
- "\windows\ehome\RegisterMCEApp.exe" /allusers "PositionChangerAddInReg.xml"
- Restart all of your Media Center Sessions...
In any event pretty cool.