Home
Blogs
Forums
Files


Welcome to The Green Button          Sign in | Join | Help

Play BluRay from the VMC Menu

Last post 07-31-2008, 6:14 PM by Musictype. 7 replies.
Sort Posts: Previous Next
  •  07-20-2008, 2:11 PM 276004

    Play BluRay from the VMC Menu

    O.K., I wrote a basic script for AutoHotKey, which can be placed as a tile in the VMC Menu, and when selected, it minimizes VMC and opens PowerDVD.

    After watching your BlueRay movie, press Backspace and PowerDVD closes, and VMC is restored.

    1. Download the .ahk script from here: http://www.mediafire.com/?bzsxy0bzdde

    2. Download AutoHotKey and install it: www.autohotkey.com

    3. To place a new menu item anywhere you want to in the VMC Menu, you need to download MC Menu Mender (v. 0.3.3 or higher) from here: http://www.xpmediacentre.com.au/community/vista-plugins-addons/25714-new-util-mc-menu-customiser-32.html#post204704

    4. In Menu Mender, create a new entry point. Browse and select the path for the PowerDVD.ahk script, wherever you have saved it (make sure you have selected to view All Files.) Name it BluRay, or anything else you want, chose an image file for an icon, and from the "When this link is launched..." drop-down menu, select "Close the Now Playing view port." Finally, drag the new entry point where you want it in the VMC Menu.

    And that's it! It works like a charm:-)

    ________________________________

    This would work with any other BlueRay/HDDVD player, just edit the script to point to it.

    ________________________________

    The only problem I have is that, the BACK button on the MCE remote is not registering as BACKSPACE. I thought the VMC shortcut for going back is BACKSPACE, but the remote seems to be issuing a different command, not recognized as the BACKSPACE keystroke. I tried with a couple of MCE remotes, same result. But the BACKSPACE on MS IR keyboard works, so I just learned the IR command it issues to my universal remote. So for now, this would useful mostly to those with learning universal remotes. IF SOMEONE KNOWS WHAT IS THE KEYBOARD SHORTCUT EQUIVALENT TO THE "BACK" BUTTON ON THE MCE REMOTE, PLEASE LET ME KNOW.

    _______________________________

    Here is the script, if someone wants to play with it. It's my first script (I used the MediaPortal script as a base,) so while it works, I am sure it can be improved. ; Start sequence
    IfWinNotExist, CyberLink PowerDVD
    {
    WinActivate, Windows Media Center

    Run "C:\Program Files\CyberLink\PowerDVD8\PowerDVD8.exe" \FULSCREEN
    WinActivate, CyberLink PowerDVD
    WinMaximize

    Sleep, 2500
    WinMinimize, Windows Media Center
    WinActivate, CyberLink PowerDVD
    }
    else
    {
    WinActivate, Windows Media Center

    Sleep, 1000
    WinMinimize, Windows Media Center
    WinActivate, CyberLink PowerDVD
    }
    return




    Backspace::
    IfWinExist, CyberLink PowerDVD
    {

    IfWinNotExist, Windows Media Center
    {
    Run C:\Windows\ehome\ehshell.exe
    }

    Sleep, 1000
    ;WinRestore , Windows Media Center
    Run C:\Windows\ehome\ehshell.exe
    WinClose, CyberLink PowerDVD
    ExitApp
    }

    IfWinExist, MediaPortal
    {
    Send, , Backspace, C:\Windows\ehome\ehshell.exe
    }
    return
  •  07-31-2008, 8:06 AM 279620 in reply to 276004

    Re: Play BluRay from the VMC Menu

    Not sure if you still need to know but the remote control Back button is equivalent to the BrowserBack keycode.

    I've used it in my utility to launch PowerDVD (or any application), close it and restore Media Center: http://thegreenbutton.com/forums/thread/279556.aspx


    .:: Vista Ultimate x64 :: Antec Fusion :: Corsair HX520w :: ASUS P5E-VM :: Core2 Duo E8400 3.0Ghz :: 4GB RAM :: 128GB SSD System\Apps :: 1TB\5TB Data :: LG GGC-H20L BD/HD DVD :: HDHomeRun x2 ::.
  •  07-31-2008, 12:01 PM 279717 in reply to 279620

    Re: Play BluRay from the VMC Menu

    mikinho's solution is much more elegant and simple, and it doesn't require extra stuff like AutoHotKey.

    Use that:-)
  •  07-31-2008, 5:24 PM 279843 in reply to 279717

    Re: Play BluRay from the VMC Menu

    Musictype:
    mikinho's solution is much more elegant and simple, and it doesn't require extra stuff like AutoHotKey.

    Use that:-)


    At a time when I've thought of leaving this forum because some of the rude comments, and outright stupidity of certain posters I see this.  I'm happy to see posts like this were 2 people have gone out of their way to help the community, and one of those people actually respectfully points people toward the other. 

    This response from Musictype should be what the rest of the board should be looking at before sending some of their response.

    Great work on both your behalf Musictype, and mikinho!

    -D
  •  07-31-2008, 5:33 PM 279846 in reply to 279843

    Re: Play BluRay from the VMC Menu

    Yup good game guys! would this work for arcsoft total media extreme you think?
    Doug Vanden Berg www.vandenbergstereo.com
  •  07-31-2008, 5:35 PM 279848 in reply to 279846

    Re: Play BluRay from the VMC Menu

    douglasvb:
    Yup good game guys! would this work for arcsoft total media extreme you think?

    Yes, I made it generic for any application but doesn't ArcSoft already have a plug-in for that?  I had thought that was the one advantage it had over PowerDVD


    .:: Vista Ultimate x64 :: Antec Fusion :: Corsair HX520w :: ASUS P5E-VM :: Core2 Duo E8400 3.0Ghz :: 4GB RAM :: 128GB SSD System\Apps :: 1TB\5TB Data :: LG GGC-H20L BD/HD DVD :: HDHomeRun x2 ::.
  •  07-31-2008, 5:39 PM 279850 in reply to 279848

    Re: Play BluRay from the VMC Menu

    The problem with TMExtreme is that if you open it within VMC while other video content is playing, it doesnt always stop the other stream. I always make sure to press stop, then insert my blu-ray, or launch TMExtreme from VMC. The reason i gave up on powerDVD was for this issue. I liked the ability to play ripped HD-DVD in power DVD. Do you guys have any luck ripping blu-ray? the times I have tried, I don't get any audio?? I was using anyDVD HD to rip the blu-ray discs.
    Doug Vanden Berg www.vandenbergstereo.com
  •  07-31-2008, 6:14 PM 279851 in reply to 279850

    Re: Play BluRay from the VMC Menu

    douglasvb:
    The problem with TMExtreme is that if you open it within VMC while other video content is playing, it doesnt always stop the other stream. I always make sure to press stop, then insert my blu-ray, or launch TMExtreme from VMC. The reason i gave up on powerDVD was for this issue. I liked the ability to play ripped HD-DVD in power DVD. Do you guys have any luck ripping blu-ray? the times I have tried, I don't get any audio?? I was using anyDVD HD to rip the blu-ray discs.


    Doug, if you get MC Menu Mender, you should be able to select the TMExtreme plugin, go to the Edit screen and from the "When this link is launched..." drop-down menu, select "Close the Now Playing view port." It should stop any other content which is playing. (Also, isn't this a problem whenever you minimize VMC, caused by the last VMC update (I don't remember the number?))

    For ripping hi-def format DVDs to back up to your hard drive, check out AnyDVD HD. To further rip the files to MKV or other formats, at reduced size and slightly reduced quality, see this forum: http://forum.doom9.org/forumdisplay.php?s=2c7f671adb92033c8937a52e420a7aad&f=78

    dravor, thanks for the kind words:-)
View as RSS news feed in XML
About TGB | Advertise | Link To Us | Donate | Terms Of Use | Privacy Policy
© 2003-2007 The Green Button, Inc. - All Rights Reserved