I'm loving the new release, DOpus 8.1x! I keep finding new uses for tabs, combined with other commands...
One of the things that I have wanted to do since Gus introduced us to the concept of melding Nero with DOpus was to create a status bar that would give me a clear indication of when I was about to fill up a CD (or DVD).
(For those of you not familiar with NerOpus - see the
following site: gpsoft.com.au/Support/NeroStart.html).
If you look at the Opus 8100.pdf in your DOpus folder, it tells you how to do this very thing:
You can add this to your status bar:
{bg+v=sb/4.7g} for DVDs.
I wanted to take it a step further...
I combined options illustrated from other examples in this update guide to create the following:
For CDs: (I like to set a warning maximum of 670 MB. It has a green to yellow gradient that changes to red if I exceed 670MB).
{bg+v=sb/670m,f=3,t=no,c1=#00ff00,c2=#ffff00,c3=#ff000,g=2}{sba}
For DVDs, the maximum is set to 4.7 GB, with the same gradient:
{bg+v=sb/4.7g,f=3,t=no,c1=#00ff00,c2=#ffff00,c3=#ff000,g=2}{sba}
The other thing you may need to make this work (for folders) is the Get Sizes Command, so the sizes for unopen folders are calculated - unless you have your Folders Option set to Calculate Folder sizes automatically. (I don't, as I find this slows DOpus down).
Unless you modified the default main toolbar, the Get Sizes command is already there for you. See the 8th toolbar button from the left, MMB. However, to make it more convenient, I added a new button with the Get
Sizes command on my NerOpus toolbar.
I may never open the Nero interface to burn a CD (or DVD) every again!!!
Thanks Greg, Jon, Gus, and the folks at Nero! Also, thanks Leo for re-teaching me about hexidicimal ROYGBIV and the art of editing the status bar with color!