summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-03-01 22:12:26 +0000
committerThomas Martitz <kugel@rockbox.org>2009-03-01 22:12:26 +0000
commit127fb96195b9d9e5dabddebb7a9d17229be9a0ca (patch)
tree1ba772a070031e7423a5d98ffa510434a173f454
parent912b24f0788114314704966a443ad8666fc99637 (diff)
downloadrockbox-127fb96195b9d9e5dabddebb7a9d17229be9a0ca.tar.gz
rockbox-127fb96195b9d9e5dabddebb7a9d17229be9a0ca.zip
Document the new sorting feature in our fine manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20157 a1c6a512-1295-4272-9138-f99709370657
-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.