Tip #2: Timed Recording: Time Value Presets (How Can I Change Them):
CD Spin Doctor® 2 features the ability to perform unattended/unmonitored Timed Recordings, which will cause the recording to stop when the specified time interval has elapsed.
By default CD Spin Doctor® 2 provides a wide range of preset timed recording values that should service most end-users needs whether they are recording an LP to create a CD or just recording the audio of a speech or a live concert.
Default preset times are (in minutes): 5, 10, 15, 30, 45, 60, 65, 80, 90, and 120
However, in an effort to provide flexibility to service unforeseen user needs, DSS included a mechanism to specify your own timed recording values.
No UI currently exists for this unsupported feature. Nevertheless, it is only a simple matter of editing a text-based PLIST file to specify your own presets. When specifying timed recording values in this manner, you must specify *ALL* values that you wish presented to you in the recording sheet's interface -- the original default values are ignored when this key is correctly specified in the PLIST.
To modify the timed recording presets via the application's PLIST file, make sure the application has been run at least once and has been quit normally (this ensures the PLIST file has been generated). Then locate and edit the "com.roxio.deepseasoftware.CDSpinDoctor.plist" file. The full path to the PLIST file should be:
~/Library/Preferences/com.roxio.deepseasoftware.CDSpinDoctor.plist
where '~' represents your home directory.
To specify your custom timed recording values via the PLIST file, add an entry similar to the the following (all values are in minutes):
<key>DSSTimedRecordingPresetValues</key>
<array>
<integer>2</integer>
<integer>4</integer>
<integer>6</integer>
<integer>8</integer>
<integer>16</integer>
<integer>32</integer>
<integer>64</integer>
<integer>128</integer>
<integer>256</integer>
<integer>512</integer>
<integer>1024</integer>
</array>
You can specify as few or as many presets as you feel you may need. If you implement this key, but do not supply a valid value(s), the behavior for timed recording (if activated during recording) is undefined.
To return to the original default values, simply delete the DSSTimedRecordingPresetValues key and its value(s) from the PLIST.
If this entry is duplicated in the PLIST file with differing values (e.g., two or more entries for the DSSLoadThirdPartyVSTPluginsKey key exist, with different values), the behavior is undefined. Make sure you only have a single entry for this or any other PLIST file key.
Note: resetting the preferences for CD Spin Doctor® 2 via
the Reset functionality in the Preferences panel will *NOT* reset the
the timed recording values to their default presents. To back out these
manual changes either delete any PLIST entries for the DSSTimedRecordingPresetValues
key, or delete the PLIST file altogether. Note: deleting the PLIST file
will reset all saved preferences.
In all cases, this feature should only be changed/manipulated while the application is not running or the changes may not be recognized/stick.
This feature is not officially supported, and this tip is only provided
for informational purposes only. Neither Deep Sea Software,
nor Roxio, Inc. will supply technical support for incidents
involving this unsupported
feature. If you feel that you have made changes that adversely
effect the performance or functionality of CD Spin Doctor® 2, try
quitting the application, delete the PLIST file described
above, and restart CD Spin Doctor® 2. |