blob: 06b11b8241e4522c9902e73d4d18d3474194e900 [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]
29
30sort case (on, off)
31show files (all, supported, music)
32follow playlist (on, off)
33
34scroll speed (1 - 10) [Hz]
35start delay (0 - 250) [1/10s]
36scroll step (1 - 112) [pixel]
37bidir limit (0 - 200) [% of screen width]
38contrast (0 - 63)
39backlight timeout (off, on, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
40 15, 20, 30, 45, 60, 90) [seconds]
41backlight when plugged (on, off)
42
43disk spindown (3 - 254) [seconds]
44disk poweroff (on, off)
45battery capacity (1500 - 2400) [mAh]
46idle poweroff (off, 1, 2, 3, 4, 5, 6, 7, 8, 9,
47 10, 15, 30, 45, 60) [minutes]
48
49Recorder-specific settings (allowed values) [unit]
50---------------------------------------------------
51loudness (0 - 17)
52bass boost (0 - 100)
53auto volume (0=off, 1=2s, 2=4s, 3=8s)
54
55peak meter release (1 - 126)
56peak meter hold (off, 200ms, 300ms, 500ms,
57 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
58 15, 20, 25, 30, 45, 90,
59 2min, 3min, 5min, 10min, 20min, 45min, 90min)
60peak meter clip hold (on, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
61 15, 20, 25, 30, 45, 60, 90,
62 2min, 3min, 5min, 10min, 20min, 45min, 90min)
63peak meter busy (on, off)
64peak meter dbfs (on, off) (on = dbfs, off = linear)
65peak meter min (0 - 89) [dB] or (0 - 100) [%]
66peak meter max (0 - 89) [dB] or (0 - 100) [%]
67
68volume display (graphic, numeric)
69battery display (graphic, numeric)
70time format (12hour, 24hour)
71
72deep discharge (on, off)
73trickle charge (on, off)
74
75rec quality (0 - 7) (0=smallest size, 7=highest quality)
76rec frequency (48, 44, 32, 24, 22, 16) [kHz]
77rec source (mic, line, spdif)
78rec channels (mono, stereo)
79rec mic gain (0 to 15)
80rec left gain (0 to 15)
81rec right gain (0 to 15)
82
Justin Heiner94d3ba22002-09-06 06:20:15 +000083
84Example File
85------------
Björn Stenberg0e6088f2002-10-02 16:33:26 +000086volume: 70
87bass: 11
88treble: 12
89balance: 0
Björn Stenberg9c16e122003-02-14 14:14:55 +000090time format: 12hour
91volume display: numeric
92show files: supported
93wps: car
94lang: afrikaans
Justin Heiner94d3ba22002-09-06 06:20:15 +000095