PTBurn SDK
Page 36 of 53
© 2005, Primera Technology, Inc. Primera is a registered trademark and Bravo is a trademark of Primera Technology, Inc. All other trademarks
are the property of their respective companies.
;
0 = Don’t Care (Default).
;
1 = DVDs in left bin, CDs in right bin
;
2 = CDs in left bin, DVDs in right bin
; Specifying 1 or 2 will cause all discs to be output to the front slide. For 1 and 2 each job submitted must
; specify the DiscType key as either CDR or DVDR
BinConfiguration=0
;Found that on some Disc Publisher I units (Firewire interface with LG drives) the drive will fail to open, but
;will still respond like it is open causing a mispick error. By adjusting the time between
;when we stop the drive from spinning and when we open the drive we can prevent this from happening.
;The default value is 2 seconds. Found on units that exhibit this problem a 10sec delay fixed the problem.
DriveDelay=2
;This string will set the temp path that the recording engine uses to store temporary data necessary to
;burn the disc. The folder must exist or the job will fail with an Internal Recording Engine error.
TempPath=C:\
;This key will cause PTBurn to use the old PXROBO_B.INI instead of the new printer specific
;Disc Publisher II_CFG.ini file. This was added for backwards compatibility, and we recommend setting it to ;FALSE;
UseOldIniFile = FALSE
;This key determines how the PTBurn application will minimize. If MinimizeStyle is set to Normal then the
;application will minimize to the start bar like any other application. If MinimizeStyle is set to Taskbar then
;the application will minimize to the taskbar. The default value is Normal.
MinimizeStyle=Normal
;This key will will specify if the disc publisher will print before recording. This is necessary for business card
;discs. The default value is False.
PrintFirst=False
;This key will allow the hot folder to not be a shared folder. If this is the case you can specify the local path with the
;LocalPath key. If you aren’t using the NoSharedFolder key you should not set the LocalPath key, it will be created
;by the application when you set up the shared folder
;NoSharedFolder = False
;LocalPath=c:\ptburnjobs\
;This key determines how much time PTBurn will wait between getting a coveropen error and reporting it. This is set
to
;10 by default because we want to prevent getting an error when the user just opens and shuts the cover.
CoverOpenWait=10
;This key will force PTBurn only to burn to one drive at a time.
BurnToOnlyOneDrive=FALSE
; end of PTSETUP.INI