Blu-Ray / HD-DVD Player with PowerDVD (a working solution) (3 Viewers)

Does this solution help you to play Blu-Ray or HD-DVD movies?

  • Yes

    Votes: 211 80.5%
  • No

    Votes: 51 19.5%

  • Total voters
    262

Dexx

Portal Member
May 11, 2007
47
1
I'm getting some strange behaviour on my XP SP3 + MP RC2 system. Running HD_Starter.exe from the command prompt works fine - sure enough Powerdvd is launched. But running it as a plugin from inside MP complains that the file cannot be found. I have HD_starter.exe and the dll in the mediaportal\plugins\windows directory and the plugin properties lists windows\HD_Starter.exe as the exefile.
 

Der_Bub

MP Donator
  • Premium Supporter
  • June 17, 2008
    830
    60
    Cologne
    Home Country
    Germany Germany
    Well, after my htpc is finaly runnig fine again), I can try to map the functionalty of the plugin to Button of my remote.


    ...I'm looking for a solution to map the plugin to a Button to map it on my Remote (imon).

    I thought of the shortcutter plugin, but don't realy know how to configure it.

    Does the Button have a Skin-ID?

    Or is there any other solution?
    I managed to add a button to my Basic Home screen in the Aeon skin for this plugin. See my post here: https://forum.team-mediaportal.com/aeon-274/aeon-menu-generator-41980/index17.html#post302660

    I don't understand what you did. What do I have to change to map the script/button to the remote?
     

    Beechus

    Portal Pro
    January 29, 2008
    73
    2
    Middlands
    Home Country
    England England
    Guys,

    I noticed that on my system, when PowerDVD loads, the mouse stays center and never goes away.I dont know if anyone else got this problem, but it annoyed me. I wrote a simple c# app to get rid of the mouse. It's so simple infact, here is the source:

    Code:
    using System;
    using System.Collections.Generic;
    using System.Text;
    using System.Windows.Forms;
    using System.Drawing;
    
    namespace Hide_Mouse
    {
        class Program
        {
            static void Main(string[] args)
            {
                System.Windows.Forms.Cursor.Position 
                    = new System.Drawing.Point(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height);
            }
        }
    }

    I've also attached a rared up exe of the app. All you need to do is set it to run at logon :)

    This works on XP but crashes in Vista.

    This was written on Vista for Vista lol- do you have .NET Framework installed? i cannot remember which version of the framework i compiled it with. I'll recompile it for .NET 2.0 if people want it
     

    burr

    MP Donator
  • Premium Supporter
  • May 13, 2006
    175
    47
    Home Country
    Sweden Sweden
    Hello i've been using this plugin with RC1 and windows SP2. But now i have updated to SP3 and
    RC2 and Mediaportal gives me a message that it Could not start program HD Starter?
     

    burr

    MP Donator
  • Premium Supporter
  • May 13, 2006
    175
    47
    Home Country
    Sweden Sweden
    I have no problem here with MediaPortal RC3 and HDstarter. do you have powerdvd8? So you have the right HDstarter.exe ?

    Yes i have PowerDVD 8 and i can start HD_starter directly from explorer but inside MediaPortal it's not possible.
     

    Raytestrak

    MP Donator
  • Premium Supporter
  • April 12, 2008
    497
    21
    48
    Honselersdijk
    Home Country
    Netherlands Netherlands
    It worked for me, but I can't say I find it usefull. I can't get MP right when using external players, the internal player works fine with my Harmony Remote, but external players have differtent controls ... I just add the .m2ts / .evo to the file extensions in MP. Only problem with that is that subs don't work. Maybe with a new Haali?
     

    Bjur

    Portal Pro
    May 24, 2007
    63
    0
    MoPhat:
    You write:

    ATTENTION:
    PowerDVD and MediaPortal must be installed in the path %PROGRAM FILES%\Team MediaPortal\ and %PROGRAM FILES%\Cyberlink


    If you have a OS with other language than english, should the folder then still be named program files as the english one?
     

    Netzdiver

    Portal Member
    November 22, 2006
    47
    0
    Home Country
    Germany Germany
    Hy Bjur,

    first no second yes!! :)

    %PROGRAM FILES% is a systmpath and points to the Path where programs typical will be installed (Programme in German). The 2.´nd part of the Path must be the same (/Team MediaPortal & /Cyberlink)

    greez Diver
     

    Users who are viewing this thread

    Top Bottom