summaryrefslogtreecommitdiff
path: root/www/manual/general.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/manual/general.t')
-rw-r--r--www/manual/general.t87
1 files changed, 0 insertions, 87 deletions
diff --git a/www/manual/general.t b/www/manual/general.t
deleted file mode 100644
index 54622ed607..0000000000
--- a/www/manual/general.t
+++ /dev/null
@@ -1,87 +0,0 @@
1#define _PAGE_ Manual - General Settings
2#include "head.t"
3#include "manual.t"
4
5<h2>Playback</h2>
6 <ul>
7 <li><b>Shuffle</b> - Select shuffle ON/OFF. This alters how Rockbox will
8 select which next song to play.
9
10 <li><b>Repeat</b> - Repeat modes are Off/One/All.
11 "Off" means no repeat. "One" means repeat one track over and over.
12 "All" means repeat playlist/directory.
13
14 <li><b>Play selected first</b> - This setting controls what happens when you
15 press PLAY on a file in a directory and shuffle mode is on.
16 If this setting is Yes, the file you selected will be played first.
17 If this setting is No, a random file in the directory will be played first.
18
19 <li><b>Resume</b> - Sets whether Rockbox will resume playing at the point where you shut off. Options are: Ask/Yes/No.
20 "Ask" means it will ask at boot time.
21 "Yes" means it will unconditionally try to resume.
22 "No" means it will not resume.
23
24 <li><b>FF/RW Min Step</b> - The smallest step you want to fast forward or rewind in a track.
25
26 <li><b>FF/RW Accel</b> - How fast you want search (ffwd/rew) to accellerate when you hold down the button. "Off" means no accelleration. "2x/1s" means double the search speed once every second the button is held. "2x/5s" means double the search speed once every 5 seconds the button is held.
27 </ul>
28
29<h2>File View</h2>
30 <ul>
31 <li><b>Sort mode</b> - How directories are sorted.
32 Case sensitivity ON makes uppercase and lowercase differences matter.
33 Having it OFF makes them get treated the same.
34
35 <li><b>Show files</b> - Controls which files are displayed in the dir browser:
36 <ul>
37 <li><b>Music</b>: Only directories, .mp3, .mp2, .mpa and .m3u files are shown. Extensions are stripped. Files and directories starting with . or has the "hidden" flag set are hidden.
38
39 <li><b>Supported</b>: All directories and files Rockbox can load (including .fnt, .wps, .cfg, .txt, .ajz/.mod) are shown. Extensions are shown. Files and directories starting with . or has the "hidden" flag set are hidden.
40
41 <li><b>All</b>: All files and directories are shown. Extensions are shown. No files or dirs are hidden.
42 </ul>
43
44 <li><b>Follow Playlist</b> - Do you want the dir browser to follow your playlist? If Follow Playlist is set to "Yes", you will find yourself in the same directory as the currently playing file if you go to the Dir Browser from the WPS. If set to "No", you will stay in the same directory as you last were in.
45 </ul>
46
47<h2>Display</h2>
48<ul>
49<li><b>Scroll speed</b> - Controls the speed of scrolling text.
50
51<li><b>Backlight timer</b> - How long time the backlight shines after a keypress. Set to OFF to never light it, set to ON to never shut it off or set a prefered timeout period.
52
53<li><b>Backlight on when plugged</b> - Do you want the backlight to be constantly on while the charger cable is connected?
54
55<li><b>Contrast</b> - Changes the contrast of your LCD display.
56
57<li><b>Peak meter</b> (Recorder only)
58 <ul>
59 <li><b>Peak release</b>: How fast should the peak meter shrink after a peak?
60 <li><b>Peak hold</b>: How long should the peak meter hold before shrinking?
61 <li><b>Clip hold</b>: How long should the clipping indicator be visible after clipping was detected?
62 </ul>
63</ul>
64
65<h2>System</h2>
66<ul>
67<li><b>Disk Spindown</b> - Rockbox has a timer that makes it spin down the
68harddisk after being idle for a certain time. You can modify this timeout here.
69
70<li><b>Deep discharge</b> (Recorder only) -
71 Set this to ON if you intend to keep your charger
72connected for a long period of time. It lets the batteries go down to 10%
73before starting to charge again. Setting this to OFF will cause the charging
74to restart on 95%.
75
76<li><b>Set Time/Date</b> (Recorder only) - Set current time and date.
77
78<li><b>Idle poweroff</b> - After how long period of idle time should the unit power off?
79
80<li><b>Reset settings</b> - Reset all settings to default values. Some settings may need a reboot for the reset to take effect.
81
82</ul>
83
84#include "settings-buttons.t"
85
86#include "foot.t"
87