blob: 3bb599f1e26b895313e6016b6f7e113e95fb3e44 [file] [log] [blame]
Björn Stenberg9c16e122003-02-14 14:14:55 +00001Custom CFG File Format Specification
Justin Heiner94d3ba22002-09-06 06:20:15 +00002
Björn Stenberg9c16e122003-02-14 14:14:55 +00003General Info
4------------
5The .cfg file is used to load settings from a plain text file. A .cfg file may
6reside anywhere on the hard disk. The only restriction is that the filename
7must end in .cfg
Justin Heiner94d3ba22002-09-06 06:20:15 +00008
9Format Rules
10------------
Björn Stenberg9c16e122003-02-14 14:14:55 +000011* Format: setting: value
12* Each setting must be on a separate line.
Björn Stenberg0e6088f2002-10-02 16:33:26 +000013* Lines starting with # are ignored.
Björn Stenberg9c16e122003-02-14 14:14:55 +000014
15Settings (allowed values) [unit]
16--------------------------------
17volume (0 - 100)
18bass (-15 - 15)
19treble (-15 - 15)
20balance (-100 - 100)
21
22shuffle (on, off)
23repeat (off, all, one)
24play selected (on, off)
25resume (off, ask, on)
26scan min step (1, 2, 3, 4, 5, 6, 8, 10, 15, 20, 25) [seconds]
27scan accel (0 - 15) [double scan speed every X seconds]
28antiskip (0 - 7) [seconds]
Björn Stenberge2628d92003-02-14 15:54:52 +000029volume fade (on, off)
Björn Stenberg9c16e122003-02-14 14:14:55 +000030
31sort case (on, off)
32show files (all, supported, music)
33follow playlist (on, off)
34
35scroll speed (1 - 10) [Hz]
36start delay (0 - 250) [1/10s]
37scroll step (1 - 112) [pixel]
38bidir limit (0 - 200) [% of screen width]
39contrast (0 - 63)
40backlight timeout (off, on, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
41 15, 20, 30, 45, 60, 90) [seconds]
42backlight when plugged (on, off)
43
44disk spindown (3 - 254) [seconds]
45disk poweroff (on, off)
46battery capacity (1500 - 2400) [mAh]
47idle poweroff (off, 1, 2, 3, 4, 5, 6, 7, 8, 9,
48 10, 15, 30, 45, 60) [minutes]
49
50Recorder-specific settings (allowed values) [unit]
51---------------------------------------------------
52loudness (0 - 17)
53bass boost (0 - 100)
54auto volume (0=off, 1=2s, 2=4s, 3=8s)
55
56peak meter release (1 - 126)
57peak meter hold (off, 200ms, 300ms, 500ms,
58 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
59 15, 20, 25, 30, 45, 90,
60 2min, 3min, 5min, 10min, 20min, 45min, 90min)
61peak meter clip hold (on, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
62 15, 20, 25, 30, 45, 60, 90,
63 2min, 3min, 5min, 10min, 20min, 45min, 90min)
64peak meter busy (on, off)
65peak meter dbfs (on, off) (on = dbfs, off = linear)
66peak meter min (0 - 89) [dB] or (0 - 100) [%]
67peak meter max (0 - 89) [dB] or (0 - 100) [%]
68
69volume display (graphic, numeric)
70battery display (graphic, numeric)
71time format (12hour, 24hour)
72
73deep discharge (on, off)
74trickle charge (on, off)
75
76rec quality (0 - 7) (0=smallest size, 7=highest quality)
77rec frequency (48, 44, 32, 24, 22, 16) [kHz]
78rec source (mic, line, spdif)
79rec channels (mono, stereo)
80rec mic gain (0 to 15)
81rec left gain (0 to 15)
82rec right gain (0 to 15)
83
Justin Heiner94d3ba22002-09-06 06:20:15 +000084
85Example File
86------------
Björn Stenberg0e6088f2002-10-02 16:33:26 +000087volume: 70
88bass: 11
89treble: 12
90balance: 0
Björn Stenberg9c16e122003-02-14 14:14:55 +000091time format: 12hour
92volume display: numeric
93show files: supported
94wps: car
95lang: afrikaans
Justin Heiner94d3ba22002-09-06 06:20:15 +000096