1#
2# @(#)Load.cbx	6.19 04/02/02
3#
4#   xmcd - Motif(R) CD Audio Player/Ripper
5#
6#   Copyright (C) 1993-2004  Ti Kan
7#   E-mail: ti@amb.org
8#
9#   This program is free software; you can redistribute it and/or modify
10#   it under the terms of the GNU General Public License as published by
11#   the Free Software Foundation; either version 2 of the License, or
12#   (at your option) any later version.
13#
14#   This program is distributed in the hope that it will be useful,
15#   but WITHOUT ANY WARRANTY; without even the implied warranty of
16#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17#   GNU General Public License for more details.
18#
19#   You should have received a copy of the GNU General Public License
20#   along with this program; if not, write to the Free Software
21#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22#
23#
24On Load options
25
26There are four toggle buttons in this box, only one
27of the first three can be selected at a time:
28
29- none
30
31   No feature is selected with this option.
32
33- spin down
34
35   With this option, the CD will spin down after being
36   loaded.  Starting audio playback will automatically
37   spin up the CD again.  This is intended to reduce wear
38   and tear on the CD drive laser and motors, since most
39   CD drives remain spinning after CD insertion.
40
41- auto play
42
43   With this option, the CD will automatically start
44   audio playback after being loaded.  If the shuffle
45   mode is enabled, the playback will begin a new
46   shuffle sequence.  If a program is defined, the
47   program sequence is played.
48
49   The default start-up setting of these options is
50   configured via the spinDownOnLoad and playOnLoad
51   parameters in the device-specific configuration
52   files.
53
54The fourth toggle button can be selected or unselected
55independently of the first three:
56
57- auto lock
58
59   If this option is enabled, Xmcd will automatically
60   engage the tray lock mechanism after a CD is loaded.
61   When locked, a disc cannot be ejected by pressing the
62   Eject button on the CD drive itself.  This is useful
63   to prevent someone from inadvertently ejecting the
64   disc.  The eject button will be re-enabled when you
65   quit Xmcd.
66
67   The Eject button on the Xmcd main window will still
68   function normally even when the tray is locked.
69
70   This feature may not function on certain CD drives,
71   notably those that do not use a motorized eject
72   mechanism.
73
74   The default start-up setting of this option is
75   configurable as the caddyLock parameter in the
76   device-specific configuration file.
77
78