Below are two files that will create a new strip for you called Favorites. In it I've added video library and xm radio online.
1- Copy and paste the below text into Notepad and save it as CustomStartMenu.xml
<application id="{86859EF7-A910-43a3-AC4A-95ED0068BEF3}" Title="Favorites" Description="Favorites" CompanyName="Favorites">
<entrypoint id="{0E0D6A78-ACF8-4b34-80BB-24A95E65D690}" title="xm radio online" description="XM Radio Online" url="http://www.xmradio.com/mce">
<category category="CustomStartMenu\Favorites"/>
<category category="Services\Radio"/>
</entrypoint>
<entrypoint id="{4936E88D-90A5-459c-9631-8667000AB854}" title="@%SystemRoot%\eHome\ehres.dll,-14058" description="@%SystemRoot%\eHome\ehres.dll,-13120" run="%SystemRoot%\ehome\ehshell.exe /homepage:VideoCollection.xml /pushstartpage:true">
<category category="CustomStartMenu\Favorites"/>
</entrypoint>
</application>
2- Copy and paste the below text into Notepad and save it as CustomStartMenu.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Start Menu\Applications\{86859EF7-A910-43a3-AC4A-95ED0068BEF3}]
"Title"="Favorites"
"Category"="CustomStartMenu\\Favorites"
"OnStartMenu"="True"
"TimeStamp"=dword:0C3919AF
Merge the registry file (right-click Merge) and from an administrative command prompt run the following command: %SystemRoot%\ehome\RegisterMCEApp.exe /allusers CustomStartMenu.xml
Note:
- Both items are using the default image, it can be changed to a custom image easily however I want to look into reusing the existing ones, I just don't know what file has the resource yet.
- I'm positive there is a better way to navigate to video library without calling the exe. I can make an addin that uses the NavigateToPage API but I think there is an easier way, I'll figure it out this weekend sometime.
- I started making an addin that will you let create and manage Favorites. It will let you add any section to the favorites menu, I believe there is a 5 tile limit to custom start menus though.
- If you have Media Center auto-start with Windows you can give it a cmd line switch so it starts with the Favorites strip. I've set this up and am pretty happy with it. I'll make this an option under my addin.
.:: Vista Ultimate x64 :: Antec Fusion :: Corsair HX520w :: ASUS P5E-VM :: Core2 Duo E8400 3.0Ghz :: 4GB RAM :: Samsung 32GB SSD :: Western Digital 1TB SATA :: LG GGC-H20L BD/HD DVD :: HDHomeRun x2 ::.