MyTheme.xml 4k .xml file
Thanks for those links, I might have play around with my theme and see what I can do with Media Browser again! Would be nice to have a direct link to TV Shows and Movies.
I attached the entire XML file to this post, hopefully it uploads properly. As I mentioned above I have made a couple changes to the layout and got rid of the Movie menu since I don't have Netflix anymore. But as far as Minimizing WMC when Hulu loads that would be the AutoRestore keyword in the XML. By setting AutoRestore to false it will prevent WMC from restoring automatically after calling Hulu. Here is the section that controls my custom Internet Video menu item that contains Hulu and YoutTubeXL (replace the double << with a single <, had to do that to get it to show up properly) :
<<Custom Title="Internet Video">
<<MenuItem Name="Hulu" HideToolbar="true">
<<Image>hulu-logo.png<</Image>
<<Program>C:\Users\Bell\AppData\Local\HuluDesktop\HuluDesktop.exe<</Program>
<<PlayingDirective>stop<</PlayingDirective>
<<AutoRestore>false<</AutoRestore>
<</MenuItem>
<<MenuItem Name="Youtube" HideToolbar="true">
<<Image>youtube-logo.png<</Image>
<<Link>
http://www.youtube.com/XL<</Link>
<<PlayingDirective>stop<</PlayingDirective>
<</MenuItem>
<</Custom>
When you exit Hulu you will need to maximize WMC manually, it doesn't automatically maximize. I have the WMC button programmed on my Harmony remote so it is as easy as clicking that button and WMC is maximized again. The only thing that my wife has ran into with this type of setup is when she was done with Hulu she just clicked the WMC button to get back into MWC. The problem was Hulu was still playing in the background since it wasn't properly exited. But other than that it works great!
If you have any questions feel free to ask and I will try to help as much as I can.