Log in

View Full Version : Auto detecting DVD Decrypter problems.


Edsel
24th May 2005, 08:48
The "Automatically burn with DVD Decrypter" option is disabled, even though I have it installed and use it constantly. However you're looking for it, it doesn't work. :) Are you assuming a "Program Files" folder? Many of us don't install there.

Is there a hidden option in the .ini file we can set that points to the proper location?

jdobbs
24th May 2005, 12:47
No. I look for a registry entry that is created by DVD Decrypter's installation "HKEY_CLASSES_ROOT\.ISO\Shell\Burn using DVD Decrypter\Command" -- which contains the path to the executable. It should say something like this:

"c:\Program Files\DVD Decrypter\dvddecrypter.exe" /MODE ISOWRITE /SOURCE "%1"

I tried to grab the one I thought was most applicable. Anyone else experience this problem?

buzzqw
24th May 2005, 13:20
and for burning speed choice ?

BHH

LIGHTNING UK!
24th May 2005, 13:26
Use HKCU\Software\DVD Decrypter

The value you need is in 'InstallDirectory'

Append '\DVDDecrypter.exe /MODE ISOWRITE /SRC' etc... to it.

jdobbs
24th May 2005, 13:35
Cool. I'll change it for the next version. Actually I just pulled the executable path from the entry anyway and added the parameters in the code -- just in case I want to do some other Decrypter magic from within RB...
:)

jdobbs
24th May 2005, 13:42
Originally posted by buzzqw
and for burning speed choice ?

BHH Right now I take the default. I guess I can add the choice to the next version.

Matt Edd
24th May 2005, 16:09
Also, how does DVD-RB know what drive to use (and can I set that)? I have two dvd burners in my computer but if I only have one blank DVD in then will it figure it out?

And it would be nice (but maybe not easy) to be able to use the burn setting in batch mode but assign different outputs to different drives so that I could encode and burn two different projects. Or even encode and burn two and the just encode a third (or fourth ...)

borgraf
24th May 2005, 16:47
LOL

It's fantastic to watch something simple as burning an ISO turn into a huge can of worms.. good luck jdobbs :)

jdobbs
24th May 2005, 17:06
Originally posted by Matt Edd
Also, how does DVD-RB know what drive to use (and can I set that)? I have two dvd burners in my computer but if I only have one blank DVD in then will it figure it out?

And it would be nice (but maybe not easy) to be able to use the burn setting in batch mode but assign different outputs to different drives so that I could encode and burn two different projects. Or even encode and burn two and the just encode a third (or fourth ...) It will burn to whatever drive you have set in Decrypter. I honestly didn't give a lot of thought to multiple burners... that's a little unique.

buzzqw
24th May 2005, 20:02
that's a little unique

not always true.

Something like Cujo imgtool classic setup could be fine

BHH

jdobbs
24th May 2005, 20:18
I'll look at it. But the list is now very long and I don't want my mouth making promises my ass can't keep...

buzzqw
24th May 2005, 20:42
and remember that "ass is always precius"... ! :D

BHH

Edsel
25th May 2005, 22:26
Originally posted by jdobbs
No. I look for a registry entry that is created by DVD Decrypter's installation "HKEY_CLASSES_ROOT\.ISO\Shell\Burn using DVD Decrypter\Command"

That definitely explains it, I don't have any file associations set for Decrypter.

Thanks.