MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » Community Skins and Plugins » MediaPortal Plugins


View Poll Results: Does this solution help you to play Blu-Ray or HD-DVD movies?
Yes 195 81.59%
No 44 18.41%
Voters: 239. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
Old 2008-01-28, 09:17   #41 (permalink)
Portal Member
 
Join Date: Nov 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I change the profile for changing the frequenzy to 24Hz, so I can watch the HD/BD Disk in 1080/24p. (1080 line with 24 Hz progressive mode).

Autoplay is definetly possible, here is the matching reduced skript without changing the profile.

Code:
; start PowerDVD
Run("C:\program files\CyberLink\PowerDVD\PowerDVD.exe")

; Maximize PowerDVD and set focus to PowerDVD
WinWait("CyberLink PowerDVD")
MouseClick("left", 1200, 540, 2, 1)
WinActivate("CyberLink PowerDVD")
MouseMove(1920, 540, 100)
Sleep(1000)
Send("{ENTER}")


; Wait untiul PowerDVD is closed
WinWaitClose("CyberLink PowerDVD")

Exit
That's all.

Don't forget to set MPminimize to True in the konfiguration of you MultiShortCut Plugin.
PVRJunky is offline   Reply With Quote
Old 2008-02-01, 02:13   #42 (permalink)
Portal Member
 
Join Date: Feb 2008
Posts: 6
Thanks: 0
Thanked 6 Times in 1 Post


Default

I think you can replace the mousemovement with send({z}) this should set the PowerDVD to fullscreen and the mousemovements are not important, I think. The mouse will be invisible after starting the BD oder HDDVD.
schakal007 is offline   Reply With Quote
Old 2008-02-01, 05:55   #43 (permalink)
MP Donator
 
risu's Avatar
 
Join Date: Sep 2006
Posts: 277
Thanks: 22
Thanked 19 Times in 17 Posts

Country:

My System

Default

Anyone know a way how to change display settings/make such profile with latest forceware?
risu is offline   Reply With Quote
Old 2008-02-01, 09:00   #44 (permalink)
jcm
Portal Member
 
Join Date: Sep 2007
Age: 25
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

I think this solution is better for starting PowerDVD maximized:

Code:
Run("C:\Programme\Cyberlink\PowerDVD\PowerDVD.exe", "C:\Programme\Cyberlink\PowerDVD\", @SW_MAXIMIZE);
WinWait("CyberLink PowerDVD");
WinWaitClose("CyberLink PowerDVD");
jcm is offline   Reply With Quote
Old 2008-02-01, 22:34   #45 (permalink)
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg
Age: 36
Posts: 816
Thanks: 10
Thanked 100 Times in 18 Posts

Country:

My System

Default

Check post #1



MoPhat
MoPhat is online now   Reply With Quote
These User Thank You:
Old 2008-02-02, 09:46   #46 (permalink)
Portal Member
 
Join Date: May 2006
Posts: 204
Thanks: 22
Thanked 0 Times in 0 Posts

My System

Default

Very cool:-) Thanks!
MacMini is offline   Reply With Quote
Old 2008-02-02, 16:48   #47 (permalink)
Portal Member
 
Join Date: Nov 2007
Location: Hamburg
Posts: 94
Thanks: 3
Thanked 13 Times in 6 Posts

Country:

My System

Default

TO: risu
I have tried to make my IRTrans control PDVD but couldnt get it to work. Only the up/down/left/right and the ok button work. I do not have a "translator" application. The only thing I can see where I can change application control is via APP_COMMAND which can be defined in the apps.cfg ... but I could not get it to work with PDVD Ultra.
Did you manage to get to control MP and PDVD with the same remote ?
justinteract is offline   Reply With Quote
Old 2008-02-02, 17:35   #48 (permalink)
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg
Age: 36
Posts: 816
Thanks: 10
Thanked 100 Times in 18 Posts

Country:

My System

Default

@justinteract

have you tryed my solution from first post?

If yes, then the mapping from PDVD ist the same like in MP for the controls ... i mean p = play, b = stop... etc.

greetz
MoPhat

@MacMini

have you tryed it, and its works?

MoPhat

Last edited by MoPhat; 2008-02-02 at 17:36.. Reason: Automerged Doublepost
MoPhat is online now   Reply With Quote
Old 2008-02-02, 17:56   #49 (permalink)
Portal Member
 
Join Date: Nov 2007
Location: Hamburg
Posts: 94
Thanks: 3
Thanked 13 Times in 6 Posts

Country:

My System

Default

TO: MoPhat
no I haven't tried your solution yet. Should that work under vista and with IrTrans ?
I dont understand how you manage to change how PDVD and IrTrans communicate but I will certainly try your solution.
I am just currently in the deep regions of trying to understand which XML element does what when writing skins :-) and that can unfortunatly take a while...

Olaf
justinteract is offline   Reply With Quote
Old 2008-02-02, 21:25   #50 (permalink)
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg
Age: 36
Posts: 816
Thanks: 10
Thanked 100 Times in 18 Posts

Country:

My System

Default

@justinteract

Hi, your remote should just send keys.
Check this doc from the wiki: http://wiki.team-mediaportal.com/?ac...value=keyboard

My solution will translate he needed keys from MP to PDVD without to change anything with different settings

For Vista, no problems here i'm using too.

greetz
MoPhat
MoPhat is online now   Reply With Quote
Reply

Bookmarks

Tags
bluray, hddvd, player, powerdvd, solution

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HD-DVD and blu-ray support? activ MediaPortal 1 Talk 39 2008-09-17 17:32
HTPC project - need some help (2xDVB-S2, Blu-ray, HD-DVD) mascot Ongoing HTPC Projects 5 2007-11-27 10:05
Blu-Ray Working (Sort of) ggutenberg watch/edit Videos 1 2007-11-16 11:55
Single Most Critical Feature Needed - DVD and HD-DVD/BLU-RAY from Hard Drive homerpez Improvement Suggestions 24 2007-06-15 01:38
powerdvd um dvds oder blu-ray von platte zu spielen? ophth1 3rd Party Software 0 2007-01-14 17:41


All times are GMT +1. The time now is 14:43.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden