Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: Plugins Page: 1... 11 12 13 14 15 ...53  Previous   Next
New Plugin: LoadDVD - Open/Play Media and Automation Client
Author Message
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,402
Posted:
PM this userVisit this user's homepageEdit postDirect link to this postReply with quote
Quoting hydr0x:
Quote:
is it normal that the plug-in seriously slows down profile switching, it usually takes about a second for a profile to "load", after I installed it it took about 3-4 seconds
There is a fix for this in version 1.31. You can go to the Tools\View Plugins\LoadDVD\Options panel and turn toolbar icon on or off. Save and exit. If you turn them off, only text will display in the toolbar - not the icon, and it goes much faster if you have multiple discs in the profile. One disc - kind of a wash.
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
 Last edited: by mediadogg
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,402
Posted:
PM this userVisit this user's homepageEdit postDirect link to this postReply with quote
Quoting dmjohn02:
Quote:
no other program that I've seen provides this type of functionality short of the Escient product line ($$$). 

thanks for the response and that makes sense.  what if I don't care about the "location?"  that is, say I have 6 changers and I'm ok with the "slot" being queued up on all 6...

alternatively, is there a way to have the "collection number" sent as an argument to the batch file(s)?  I'm a old school batch file programmer (older than I care to admit) and would be comfortable parsing out the last 3 significant digits of that argument.
Ok, you got it in version 1.31. Go to Tools\View Plugins\LoadDVD\Options and you can select the option to use Collection Number instead of Slot for PlayFromDisk %4%.

DVD Profiler actually treats this field as a text field internally. If the value of this field does not correctly parse into a number, LoadDVD will use a value of "0" (zero).
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
DVD Profiler Unlimited RegistrantCheetham
Registered: April 16, 2007
Posts: 20
Posted:
PM this userView this user's DVD collectionEdit postDirect link to this postReply with quote
Maybe this will help someone here.

I just found out how to make PowerDVD automatically start playing a HD or BD disc when using PlayFromDisk.bat to load an .iso and start PowerDVD. My PlayFromDisk.bat file looks like this (The L: at the end of the PowerDVD command line is the Virtual Drive letter that Dameon Tools Lite 4.12.1 uses):

@echo off
rem %1 DescriptionSideA
rem %2 profileid - this is usually the UPS code
rem %3 disc#
rem %4 slot#
rem %5 DVD Title
rem %6 filepath
rem %7 mediatype = "DVD", "HD" or "BluRay"
rem %8 and thereafter - remainder of Location field

if %7=="DVD" goto DVD
if %7=="HD" goto HD
if %7=="BluRay" goto BluRay
goto end


:DVD
@echo off
%1\Video_TS\Video_ts.ifo
goto end

:HD
@echo off
"c:\program files\daemon tools lite\daemon.exe" -unmount 0
"c:\program files\daemon tools lite\daemon.exe" -mount 0,%1
start /max C:\Progra~1\CyberLink\PowerDVD\PowerDVD.exe L:\
goto end

:BluRay
@echo off
"c:\program files\daemon tools lite\daemon.exe" -unmount 0
"c:\program files\daemon tools lite\daemon.exe" -mount 0,%1
start /max C:\Progra~1\CyberLink\PowerDVD\PowerDVD.exe L:\
goto end

:end


BTW, Great plugin MD!

Thanks,

Kevin
DVD Profiler Unlimited Registrantbebbaboo
Registered: June 28, 2007
United States Posts: 29
Posted:
PM this userView this user's DVD collectionEdit postDirect link to this postReply with quote
Sorry, Jim, I've been out of town.  I'll try out the new version once I get unpacked and let you know.
B.

Okay, am I supposed to use cx850d and cx860 as the location?  Or still use cx995v1?  When I kept it at cx995v1, what is happening is that the bit rate display is staying on the screen.  I have to hit DISPLAY on the remote to make it go away.

Sometimes PLAY works, other times it does not, but I don't see how you can control that.  Some of the dvds have a whole bunch of stuff that comes up before you have to hit PLAY, so the timing won't work.  If the menu comes up right away, it works, but that is rare.  Only thing that would make that work consistently is have a PLAY icon for your plugin that would just send the PLAY signal when it was needed.

Thank you!!!
Becca
 Last edited: by bebbaboo
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,402
Posted:
PM this userVisit this user's homepageEdit postDirect link to this postReply with quote
Quoting bebbaboo:
Quote:
Sorry, Jim, I've been out of town.  I'll try out the new version once I get unpacked and let you know.
B.

Okay, am I supposed to use cx850d and cx860 as the location?  Or still use cx995v1?  When I kept it at cx995v1, what is happening is that the bit rate display is staying on the screen.  I have to hit DISPLAY on the remote to make it go away.

Sometimes PLAY works, other times it does not, but I don't see how you can control that.  Some of the dvds have a whole bunch of stuff that comes up before you have to hit PLAY, so the timing won't work.  If the menu comes up right away, it works, but that is rare.  Only thing that would make that work consistently is have a PLAY icon for your plugin that would just send the PLAY signal when it was needed.

Thank you!!!
Becca
I used CX850V and CX860V to represent two slightly different versions of the codes. So let me know if either if them works better than CX995V. Yes, the location has to be changed, otherwise LoadDVD has no clue what machine you are using. Hopefully one of the new code sets will give a better result than what you are getting now, and we can tweak it as necessary.

Regarding "Play", I checked my code - I never send it. I just wake up the changer, go to Dsiplay, select the DVD, press enter and then Display (off). I do not attempt to guess the timing of the "Play" button. I have planned a future release to include some player control buttons (pause, stop, play, etc.), but that may not be soon.

And as a reminder, I asked you to tell me the proper sequence of keys to start a DVD. I don't have an 850 or 860. Or I can continue to shoot in the dark - up to you.
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
 Last edited: by mediadogg
DVD Profiler Unlimited Registrantdcologne
Registered: May 14, 2007
Germany Posts: 26
Posted:
PM this userEmail this userEdit postDirect link to this postReply with quote
Hallo ,

I use your Plugin to open Videos which I have stored to harddisk and it is working fine
when using NERO-Videoplayer as default player-software for .mpeg- and .ifo files.

If I change Windows Vista default Player-Software for these files to Cyberlink-Power DVD-Ultra
I get the popup "Please Check filepath........" and it is not working.

With Windows Mediaplayer as default-Player the plugin is also working fine.

Do anyone of you have an idea to solve this problem ?

Thank you and my regards
dcologne
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,402
Posted:
PM this userVisit this user's homepageEdit postDirect link to this postReply with quote
Quoting dcologne:
Quote:
Hallo ,

I use your Plugin to open Videos which I have stored to harddisk and it is working fine
when using NERO-Videoplayer as default player-software for .mpeg- and .ifo files.

If I change Windows Vista default Player-Software for these files to Cyberlink-Power DVD-Ultra
I get the popup "Please Check filepath........" and it is not working.

With Windows Mediaplayer as default-Player the plugin is also working fine.

Do anyone of you have an idea to solve this problem ?

Thank you and my regards
dcologne
Did you see the post just three prior to yours?
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
 Last edited: by mediadogg
DVD Profiler Unlimited Registrantdcologne
Registered: May 14, 2007
Germany Posts: 26
Posted:
PM this userEmail this userEdit postDirect link to this postReply with quote
Hallo mediadogg ,

thank you for your reply but can you give me any further help
because I do not know what to do with the information 3 steps above.
Can you give me detailed information what to do exaktly to solve
the problem with Power-DVD.

My regards
dcologne
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,402
Posted:
PM this userVisit this user's homepageEdit postDirect link to this postReply with quote
Quoting dcologne:
Quote:
Hallo mediadogg ,

thank you for your reply but can you give me any further help
because I do not know what to do with the information 3 steps above.
Can you give me detailed information what to do exaktly to solve
the problem with Power-DVD.

My regards
dcologne
I'm out of town right now, with limited time. Sorry. In the meantime, try reading the numerous detailed examples in this thread. If I gave you details, all I would do is cut and paste from them anyway. I describe how to do it in my first post, then give more details in repsonse to the exact same question as yours several times after that. Unfortunately, that will require some study on your part. But the result will be a better understanding. I'll check with you in a few days to see how its going. Keep us posted.
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
DVD Profiler Unlimited Registrantbebbaboo
Registered: June 28, 2007
United States Posts: 29
Posted:
PM this userView this user's DVD collectionEdit postDirect link to this postReply with quote
Hi mediadogg.  Sorry ... busy time at work with upgrades.  I will write down the exact steps for each machine this weekend.  Thanks for your patience.
B.
DVD Profiler Unlimited Registrantperioso
Registered: June 15, 2007
Posts: 18
Posted:
PM this userView this user's DVD collectionEdit postDirect link to this postReply with quote
Is it possible to add a shortcut key to enable playback?
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,402
Posted:
PM this userVisit this user's homepageEdit postDirect link to this postReply with quote
Quoting perioso:
Quote:
Is it possible to add a shortcut key to enable playback?
This has been requested before, and I tried and failed. But it may be time for another shot. I've been wanting to do it. Stay tuned ...
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,402
Posted:
PM this userVisit this user's homepageEdit postDirect link to this postReply with quote
Quoting perioso:
Quote:
Is it possible to add a shortcut key to enable playback?

Ok, you can try V1.32 Beta available on my web site. Use Alt-1 for disc 1 through Alt-9 for disc 9. Please report any instability or problems so I can decide whether to release from "Beta" status. thanks.
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
 Last edited: by mediadogg
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,402
Posted:
PM this userVisit this user's homepageEdit postDirect link to this postReply with quote
Quoting bebbaboo:
Quote:
Hi mediadogg.  Sorry ... busy time at work with upgrades.  I will write down the exact steps for each machine this weekend.  Thanks for your patience.
B.
Ok, based on our discussion via PM, I made some changes. Try V1.32 (Beta) on the web site and let me know what happens with all three machines (CX850D, CX860 and CX995V). Thanks. In location, use CX850 or CX850d, CX860 or CX995V1, CX995V2 or CX995V3.
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
 Last edited: by mediadogg
DVD Profiler Unlimited RegistrantCheetham
Registered: April 16, 2007
Posts: 20
Posted:
PM this userView this user's DVD collectionEdit postDirect link to this postReply with quote
dcologne

How are you ripping the DVD to the hard drive? Is it in a VIDEO_TS directory? If so, does PowerDVD play the video if you click on the VIDEO_TS.IFO file?
DVD Profiler Unlimited Registrantperioso
Registered: June 15, 2007
Posts: 18
Posted:
PM this userView this user's DVD collectionEdit postDirect link to this postReply with quote
Since I installed Your beta 1.32, I observe often an "Application Error". The exact message is: Exception EInvalidPointer in module dvdpro.exe at 000ED9AE. Invalid Pointer operation". I dont´t know, if this is refurring to the beta plugin.
    Invelos Forums->DVD Profiler: Plugins Page: 1... 11 12 13 14 15 ...53  Previous   Next