summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/configure_rockbox/file_view.tex25
1 files changed, 25 insertions, 0 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
index 8304dd18ad..66bb8c075b 100644
--- a/manual/configure_rockbox/file_view.tex
+++ b/manual/configure_rockbox/file_view.tex
@@ -19,6 +19,31 @@ displays files.
19 \setting{Sort Directories} are available in this option. In addition, there 19 \setting{Sort Directories} are available in this option. In addition, there
20 is a \setting{By type} option which sorts files alphabetically by their type 20 is a \setting{By type} option which sorts files alphabetically by their type
21 (such as \fname{.mp3}) then alphabetically within each type. 21 (such as \fname{.mp3}) then alphabetically within each type.
22
23\item[Interpret numbers when sorting:]
24 \setting{As whole numbers} enables a sorting algorithm which is similar to
25 the default sorting of, for example, Windows Explorer, Mac OS X's Finder
26 or Nautilus, with regards to numbers at the beginning or within file names.
27 It combines consecutive digits to numbers and uses this numbers for sorting.
28 \newline\setting{As whole numbers} disables this algorithm, and causes every digit to
29 be compared separately.
30 \begin{table}[h]
31 \centering
32 \caption{Example Sorting}
33 \begin{tabular}{ll}
34 \hline\hline
35 As whole numbers & As digits\\
36 \hline
37 1 Ring Of Fire.mp3 & 03 Jackson.mp3\\
38 2 I Walk The Line.mp3 & 1 Ring Of Fire.mp3\\
39 03 Jackson.mp3 & 10 A Thing Called Love.mp3\\
40 10 A Thing Called Love.mp3 & 2 I Walk The Line.mp3\\
41 Episode 1.ogg & Episode 1.ogg\\
42 Episode 2.ogg & Episode 10.ogg\\
43 Episode 10.ogg & Episode 2.ogg\\
44 \end{tabular}
45 \end{table}
46
22 47
23\item[\label{ref:ShowFiles}Show Files:] 48\item[\label{ref:ShowFiles}Show Files:]
24 This option controls which files are displayed in the File Browser. 49 This option controls which files are displayed in the File Browser.