Powered by...

Google
 

Friday, 6 November 2009

How to launch 3rd Party MCE add-in with a Logitech Harmony remote

Following up on my recent post entitled How to launch Media Center directly in to a 3rd party app, I’ve been looking at how to launch My Movies and RadioTime MCE using a Logitech Harmony 550 universal remote control.

Searching on the internet it seems some people on Vista Media Center were using macros to move the cursor up / down, left /right on the MCE menu to click on the My Movies icon, which is not ideal and wouldn’t work on 7mc anyways.

Others were using software such as Intelliremote or ControlRemote however I did not want any additional software installed and running in order to achieve this.

So I have used a keyboard shortcut method, however there is one issue with this, you need a Microsoft MCE 2005 IR keyboard to teach the Harmony the IR codes of the keyboard shortcuts. Luckily for me I had one of these MCE keyboards kicking about the place.

First thing I did was to create two new shortcuts for Windows Media Center one to launch My Movies and the other to launch RadioTimeMCE. I used the method I described in my last post here to create these shortcuts. I didn’t want them on the desktop so I created a folder in my Start Menu called MCE Custom Shortcuts.

In this folder are my two Media Center shortcuts:

Windows Media Center – My Movies

Target: %windir%\ehome\ehshell.exe /entrypoint:{8984aed5-7c9d-42f0-b2ad-c39bbcf04a25}\{810d7b87-1300-4aed-a700-1c6179f8f14b}

Windows Media Center – RadioTime MCE

Target: %windir%\ehome\ehshell.exe /entrypoint:{4c36cf23-bf48-4f93-86c5-78009734d21a}\{4c36cf23-bf48-4f93-86c5-78009734d21b}

image

Now we need to assign some keyboard shortcuts to these Windows Media Center shortcut icons.

Note: Important, only create your keyboard shortcut key after you have moved the custom shortcuts to the start menu. As the first time I created the icons on the desktop, then set the keyboard shortcut keys and then moved them from the desktop to the start menu, however I found the keyboard shortcuts then did not work so I had to remove them and add them again.

Creating the keyboard shortcut keys:

Right click on the first Windows Media Center shortcut from the start menu as shown above in this case the My Movies one. Select properties from the menu.

Click in to the Shortcut key field with your mouse and then enter a key combination on the keyboard. You can probably use any thing you like here I used Ctrl + Alt + M

Click Apply and then OK.

image

Now repeat this process for any other icons you are setting up, in this case the RadioTime MCE one.

For this one I used Ctrl + Alt + R

image

Test that they work by entering the newly created Keyboard shortcut keys and ensure Media Center is launched into the correct 3rd party add-in.

Ok now our Media Center PC is configured we need to use the MCE 2005 IR keyboard and the Harmony software.

I am presuming your have already added your Media Center PC so just click the Learn IR button under the Media Center PC device.

Click for larger image

Harmony1

Scroll down to the bottom of the list and in the Learn a New Command type “My Movies” and then click the Learn New Command button.

Click for larger image

Harmony2

Now this is where the MCE 2005 IR keyboard comes in to play, line it up with the Harmony remote control and then enter the keyboard shortcut key you setup earlier on the Media Center PC. In this case it was Ctrl + Alt + M

It should then say Key Detected, the Harmony software will ask you to confirm this key again and hopefully after that it has learnt the new IR code.

Click for larger image

Harmony3

Click for larger image

Harmony4

Once you have successfully learnt the IR code repeat the process for any other shortcuts you are setting up, in my case I got the Harmony to learn another command called RadioTime using the Ctrl + Alt + R keyboard shortcut key.

Finish the wizard and click Done

Now you need to assign your new commands, in the Harmony software go back to the Device tab and click the Settings button on the Media Center PC device. Then select Adjust Inputs from the list and click Next.

On this screen I chose to delete the My DVDs and Radio inputs as these are for the inbuilt DVD / Movie Library and Radio area’s of Media Center which I won’t be using.

I then added two new inputs one called “My Movies” and one called RadioTime”

Click for larger image

Harmony5

On this next screen you assign the new inputs to your newly created commands that will now appear in the drop down list.

Assigning My Movies input to the My Movies command

Click for larger image

Harmony6

Assigning RadioTime input to the RadioTime command

Click for larger image

Harmony7

Finish the wizard and click Done.

Now save the changes to the remote control.

On my model the Harmony 550, I click the Devices button on the remote control, select Media Center and I can then scroll through the pages on the screen and see the new options My Movies and Radio time, when I press either one Media Center is launched in to the correct 3rd party application. Job done!

In addition you could assign your new commands to a custom button such as A or B for example.

Summary

I think this wasn’t such a bad way to set this up as you don’t need to install any additional software, the only downside is you need an MCE 2005 IR keyboard which you might not currently have.

Next I need to figure out how to change the page layout and item order that shows up on the remote controls LCD screen and bring my new entries to the first page.

Monday, 2 November 2009

HeatWave makes a come back for Seven MC

One of my favorite little Media Center add-ins HeatWave has made a come back for Windows 7 Media Center in the form or version 1.2

image

The author James aka MCExtended posted details on the TGB thread here.

You can download HeatWave from the links below:

32 bit

64 bit

image

Clubhouse Tags: clubhouse , story , media center , heatwave

Sunday, 25 October 2009

How to launch Media Center directly in to 3rd party app

These command line switches have been covered before but I’ve seen a few posts recently with users asking how can I launch Media Center directly in to this or that third party Media Center add-in or into a particular area of media center itself.

I’ve just tested this out and I was able to launch 7MC directly in to Media Browser, My Movies 3 and TunerFree MCE, but this method should work for any third party entry point.

You can see a list of some of these command line switches here.

A new one for 7MC for example is: ehshell.exe /nostartupanimation which will launch 7MC without the fan fair start up animation.

Ok back to launching directly into our third party apps the command is:

ehshell.exe /entrypoint:{application_guid}\{entrypoint_guid}

So in this example I will show you how to look in the registry to find the application and entrypoint GUID’s for My Movies 3.0. but you can apply this method to any media center applications you have installed.

Open up the registry editor by running regedit

Navigate to the following area in the registry:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Extensibility\Entry Points

In here you will now see a list of entry point GUID’s down the left hand side, as shown in the screen shot, click on each entry on the left hand side in turn and look in the right hand pane until you see the Media Center application you want to launch into. In this case My Movies.

Click the image for a larger view:image

Make a note of the entry point GUID value in this case it was:

{810d7b87-1300-4aed-a700-1c6179f8f14b}

image

Now on the right hand side make a note of the application GUID value in this case it was:

{8984aed5-7c9d-42f0-b2ad-c39bbcf04a25}

image

Now I have all the information I need to launch my Media Center directly in to My Movies 3.0 and my finished command line is:

ehshell.exe /entrypoint:{8984aed5-7c9d-42f0-b2ad-c39bbcf04a25}\{810d7b87-1300-4aed-a700-1c6179f8f14b}

So now I can either just create a new desktop shortcut for Windows Media Center and include my /entrypoint switch or perhaps create my own .cmd file to launch media center.

Creating a new shortcut to ehshell.exe in the C:\Windows\ehome directory

image

Copy and paste your entire /entrypoint switch after ehshell.exe as shown below.

image 

Now when I double click this new shortcut for Windows Media Center I am always taken straight into My Movies 3.0 or any other third party Media Center application of my choosing.

And as a bonus tip, run this command to launch 7MC straight in to Netflix:

windowsmediacenterapp:{e6f46126-f8a9-4a97-9159-b70b07890112}\{982ea9d3-915c-4713-a3c8-99a4688b7c59}?EntryPointParameters=

I’m assuming these are global GUID’s and will work for all users? Let me know.

Tuesday, 20 October 2009

How to move the Netflix & Internet TV 7MC start menu icons

Using Media Center Studio you can edit the Media Center Start Menu strips and icons. If you want to move the new Netflix and Internet TV icons to a custom menu strip you can!

Create a new custom menu or use an existing custom menu such as the one My Movies creates.

In this case I just created a new custom menu called custom menu.

Then move Promo (Movies1) for Netflix and Promo (Browse TV) for Internet TV to your custom menu strip. Save the changes in Media Center Studio.

MediaCenterStudio-Netflix-TV[1]

Open Media Center and the Netflix and Internet TV icons should now appear on your custom menu strip.

MediaCenterStudio-Netflix-TV2[1]

Thanks to Advent for the tip about using the promo tiles.

Media Center Studio

One of my favorite Media Center related applications has to be Media Center Studio which is the replacement of MC Menu Mender. Media Center Studio allows you to customize your Media Center setup by adding new themes and editing the Media Center start menu. The application is free and is developed by Advent from the Australian Media Center Community forums. You can download Media Center Studio from the website here.

Overview:

Media Center Studio is a free application for Windows Vista and Windows 7 that enables you to customize Windows Media Center. It is the successor of MC Menu Mender, bringing it up to date for Windows 7 and adding support for theme application and editing.

Features:

  • Edit your start menu - rearrange or disable native menu items
  • Create your own menu strips, and your own items to go in them
  • Monitors your application and returns to Media Center when it exits
  • Set up a button on your remote to exit your application
  • Create menu items that take you to native Media Center pages, or start media
  • Apply themes to Media Center
  • Create new themes or edit existing ones

Themes:

MCStudio-Themes1[1]

MCStudio-DimTheme[1]

Start Menu:

image

7MC Netflix – Screen shots

WThe new Netflix application has changed from the Vista version and looks more integrated in to the Windows 7 Media Center overall style with the overlays.

Also there are 13 genre pivots along the top, I seem to think this is more than was visible in Vista? Search looks the same to me.

Click the images for larger views:

7MC-Netflix[1]

7MC-Netflix2[1]

7MC-Netflix3[1]

7MC-Netflix4[1]

7MC-Netflix5[1]

7MC new Internet TV with wait for it…. Flash!

I’ve just installed the new update for Internet TV which has replaced Internet TV beta 2 in Windows 7 Media Center and it’s a brand new UI and looks pretty slick, one massive surprise is that I was prompted to install an additional update for flash support inside Media Center, I’m still in shock lol and very excited I never expected to ever see native Flash support in Media Center.

That’s the good news the bad news is that Internet TV is now locked down again and cannot be accessed by any old region as was the case with Internet TV beta 2 on the RTM.


Click the images for larger views of them:

InternetTV[1]
InternetTV2[1]
InternetTV4[1]
InternetTV3[1]
InternetTV5[1]

OMG Flash inside of Media Center, Christmas has come earlier this year!

InternetTV7[1]

Native Flash playback inside Internet TV - 7MC.



InternetTV8[1]

Brought to you by CW Kid







Netflix released for Windows 7 Media Center

Looks like Netflix has been pushed out for 7MC, my machine has just picked up the icon and I was able to install the Netflix add-in software.

7MC-Netflix

Friday, 16 October 2009

MCE Plugin’s index

I just stumbled across this on the Green Button forums and thought it was well worth a mention. A TGB user called JonL has created a newly updated index / list of MCE plugin’s and related utilities.

I can imagine it must have took some time to do but it’s great to see a new list being managed and maintained.

You can check out the index on theHTPC.net here

Thursday, 15 October 2009

My Movies 3.0 – It’s finished!

My Movies 3.0 is done and dusted it’s shipped already to the custom installers yesterday and is due for public release on October 22nd.

I was involved with the beta testing and if you haven’t seen me on the Green Button forums for a while, I’ve been hanging out over at the My Movies forums for the last few weeks instead.

Congratulations to Brian the developer of My Movies, I think we are all very pleased with how My Movies 3.0 has shaped up and he’s not finished yet, the development cycle will continue with My Movies 3.1 or 3.5 on the horizon. So lets hope our wish list items make it!

image