summaryrefslogtreecommitdiff
path: root/docs/CUSTOM_CFG_FORMAT
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CUSTOM_CFG_FORMAT')
-rw-r--r--docs/CUSTOM_CFG_FORMAT104
1 files changed, 0 insertions, 104 deletions
diff --git a/docs/CUSTOM_CFG_FORMAT b/docs/CUSTOM_CFG_FORMAT
deleted file mode 100644
index 26d57e7c7c..0000000000
--- a/docs/CUSTOM_CFG_FORMAT
+++ /dev/null
@@ -1,104 +0,0 @@
1Custom CFG File Format Specification
2
3General 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
8
9Format Rules
10------------
11* Format: setting: value
12* Each setting must be on a separate line.
13* Lines starting with # are ignored.
14
15Settings (allowed values) [unit]
16--------------------------------
17volume (0 - 100)
18bass (-15 - 15)
19treble (-15 - 15)
20balance (-100 - 100)
21channels (stereo, stereo narrow, stereo wide,
22 mono, mono left, mono right, karaoke)
23
24shuffle (on, off)
25repeat (off, all, one)
26play selected (on, off)
27resume (off, ask, ask once, on)
28scan min step (1, 2, 3, 4, 5, 6, 8, 10, 15, 20, 25, 30, 45, 60) [seconds]
29scan accel (0 - 15) [double scan speed every X seconds]
30antiskip (0 - 7) [seconds]
31volume fade (on, off)
32
33sort case (on, off)
34show files (all, supported, music, playlists)
35follow playlist (on, off)
36
37scroll speed (1 - 10) [Hz]
38scroll delay (0 - 250) [1/10s]
39scroll step (1 - 112) [pixels]
40bidir limit (0 - 200) [% of screen width]
41contrast (0 - 63)
42backlight timeout (off, on, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
43 15, 20, 25, 30, 45, 60, 90) [seconds]
44backlight when plugged (on, off)
45
46disk spindown (3 - 254) [seconds]
47battery capacity (1500 - 2400) [mAh]
48idle poweroff (off, 1, 2, 3, 4, 5, 6, 7, 8, 9,
49 10, 15, 30, 45, 60) [minutes]
50
51lang (/path/filename.lng)
52wps (/path/filename.wps)
53
54Recorder-specific settings (allowed values) [unit]
55---------------------------------------------------
56loudness (0 - 17)
57bass boost (0 - 100)
58auto volume (off, 2, 4, 8) [seconds]
59
60peak meter release (1 - 126)
61peak meter hold (off, 200ms, 300ms, 500ms,
62 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
63 15, 20, 30, 1min)
64peak meter clip hold (on, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
65 15, 20, 25, 30, 45, 60, 90,
66 2min, 3min, 5min, 10min, 20min, 45min, 90min)
67peak meter busy (on, off)
68peak meter dbfs (on, off) (on = dbfs, off = linear)
69peak meter min (0 - 89) [dB] or (0 - 100) [%]
70peak meter max (0 - 89) [dB] or (0 - 100) [%]
71
72statusbar (on, off)
73scrollbar (on, off)
74volume display (graphic, numeric)
75battery display (graphic, numeric)
76time format (12hour, 24hour)
77font (/path/filename.fnt)
78invert (on, off)
79
80deep discharge (on, off)
81trickle charge (on, off)
82disk poweroff (on, off)
83
84rec quality (0 - 7) (0=smallest size, 7=highest quality)
85rec frequency (48, 44, 32, 24, 22, 16) [kHz]
86rec source (mic, line, spdif)
87rec channels (mono, stereo)
88rec mic gain (0 to 15)
89rec left gain (0 to 15)
90rec right gain (0 to 15)
91
92
93Example File
94------------
95volume: 70
96bass: 11
97treble: 12
98balance: 0
99time format: 12hour
100volume display: numeric
101show files: supported
102wps: /.rockbox/car.wps
103lang: /.rockbox/afrikaans.lng
104