Dominik Riebeling | 3817a3e | 2006-04-08 22:46:22 +0000 | [diff] [blame] | 1 | % $Id$ % |
Michael DiFebbo | c1ecc63 | 2006-04-01 15:41:21 +0000 | [diff] [blame] | 2 | \section{File View} |
Martin Arver | 8570911 | 2006-08-15 10:53:14 +0000 | [diff] [blame] | 3 | The File View menu deals with options relating to how the File Browser |
| 4 | displays files. |
| 5 | % |
| 6 | \begin{description} |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 7 | \item[Sort Case Sensitive.] |
Martin Arver | 8570911 | 2006-08-15 10:53:14 +0000 | [diff] [blame] | 8 | If this option is set to \setting{Yes}, all files that start with upper case |
| 9 | letters will be listed first, followed by all files that begin with lower |
| 10 | case letters. If this option is set to NO, then case will be ignored when |
| 11 | sorting files. |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 12 | \item[Sort Directories.] |
Marianne Arnold | b2f7c61 | 2007-12-14 02:03:58 +0000 | [diff] [blame] | 13 | This option controls how Rockbox sorts directories. The default is to sort |
| 14 | them alphabetically. \setting{By date} sorts them with the oldest directory first. |
| 15 | \setting{By newest date} sorts them with the newest directory first. |
Martin Arver | 8570911 | 2006-08-15 10:53:14 +0000 | [diff] [blame] | 16 | |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 17 | \item[Sort Files.] |
Martin Arver | 8570911 | 2006-08-15 10:53:14 +0000 | [diff] [blame] | 18 | This option controls how Rockbox sorts files. All of the options for |
| 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 |
| 21 | (such as \fname{.mp3}) then alphabetically within each type. |
Thomas Martitz | 127fb96 | 2009-03-01 22:12:26 +0000 | [diff] [blame] | 22 | |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 23 | \item[Interpret numbers when sorting.] |
Thomas Martitz | 127fb96 | 2009-03-01 22:12:26 +0000 | [diff] [blame] | 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 |
Thomas Martitz | f18eadd | 2009-03-01 23:57:36 +0000 | [diff] [blame] | 26 | or Nautilus, with regards to numbers at the beginning or within filenames. |
Thomas Martitz | 1b3a96d | 2009-03-17 20:11:40 +0000 | [diff] [blame] | 27 | It combines consecutive digits to a number used for sorting, taking leading |
| 28 | zeros into account. |
Thomas Martitz | f18eadd | 2009-03-01 23:57:36 +0000 | [diff] [blame] | 29 | \newline\setting{As digits} disables this algorithm, and causes every digit to |
Alex Parker | 964a5e6 | 2011-08-09 14:39:32 +0000 | [diff] [blame] | 30 | be compared separately. The following table demonstrates the two sorting methods. |
Dominik Riebeling | 0621395 | 2009-03-01 23:25:20 +0000 | [diff] [blame] | 31 | \begin{table} |
Alexander Levin | fb87e89 | 2009-08-24 21:22:18 +0000 | [diff] [blame] | 32 | \begin{rbtabular}{.8\textwidth}{XX}% |
| 33 | {\textbf{As whole numbers} & \textbf{As digits}}{}{} |
Thomas Martitz | 1b3a96d | 2009-03-17 20:11:40 +0000 | [diff] [blame] | 34 | 03 Jackson.mp3 & 03 Jackson.mp3\\ |
| 35 | 1 Ring Of Fire.mp3 & 1 Ring Of Fire.mp3\\ |
| 36 | 2 I Walk The Line.mp3 & 10 A Thing Called Love.mp3\\ |
Thomas Martitz | 127fb96 | 2009-03-01 22:12:26 +0000 | [diff] [blame] | 37 | 10 A Thing Called Love.mp3 & 2 I Walk The Line.mp3\\ |
| 38 | Episode 1.ogg & Episode 1.ogg\\ |
Thomas Martitz | 1b3a96d | 2009-03-17 20:11:40 +0000 | [diff] [blame] | 39 | Episode 57.ogg & Episode 233.ogg\\ |
| 40 | Episode 233.ogg & Episode 57.ogg\\ |
Alexander Levin | fb87e89 | 2009-08-24 21:22:18 +0000 | [diff] [blame] | 41 | \end{rbtabular} |
Thomas Martitz | 127fb96 | 2009-03-01 22:12:26 +0000 | [diff] [blame] | 42 | \end{table} |
| 43 | |
Martin Arver | 8570911 | 2006-08-15 10:53:14 +0000 | [diff] [blame] | 44 | |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 45 | \item[\label{ref:ShowFiles}Show Files.] |
Martin Arver | 8570911 | 2006-08-15 10:53:14 +0000 | [diff] [blame] | 46 | This option controls which files are displayed in the File Browser. |
Dominik Riebeling | 3817a3e | 2006-04-08 22:46:22 +0000 | [diff] [blame] | 47 | % |
| 48 | \begin{description} |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 49 | \item[All.] The \setting{File Browser} displays all files and directories. |
Martin Arver | 8570911 | 2006-08-15 10:53:14 +0000 | [diff] [blame] | 50 | Extensions are shown. No files or directories are hidden. |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 51 | \item[Supported.] The \setting{File Browser} displays all directories and |
Nils Wallménius | e5781a9 | 2006-08-19 15:42:19 +0000 | [diff] [blame] | 52 | files supported by Rockbox (see \reference{ref:Supportedfileformats}). |
Martin Arver | 537519a | 2006-10-19 10:58:40 +0000 | [diff] [blame] | 53 | Files and directories starting with \fname{.} (\emph{dot}) or with the |
| 54 | \emph{hidden} flag set are hidden. |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 55 | \item[Music.] The \setting{File Browser} displays only directories, playlists and |
Nils Wallménius | e5781a9 | 2006-08-19 15:42:19 +0000 | [diff] [blame] | 56 | the supported \emph{audio} file formats. Extensions are stripped. Files and |
| 57 | directories starting with \fname{.} or with the ``hidden'' flag set are |
| 58 | hidden. |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 59 | \item[Playlists.] The \setting{File Browser} displays only directories and playlists, |
Martin Arver | 8570911 | 2006-08-15 10:53:14 +0000 | [diff] [blame] | 60 | for simplified navigation. |
Dominik Riebeling | 3817a3e | 2006-04-08 22:46:22 +0000 | [diff] [blame] | 61 | \end{description} |
Peter D'Hoye | f87a32f | 2007-08-13 21:07:40 +0000 | [diff] [blame] | 62 | |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 63 | \item[\label{ref:ShowExtensions}Show Filename Extensions.] |
Peter D'Hoye | f87a32f | 2007-08-13 21:07:40 +0000 | [diff] [blame] | 64 | This option controls how file extensions are shown in the File Browser. |
| 65 | % |
| 66 | \begin{description} |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 67 | \item[Off.] The file extensions are never shown. |
| 68 | \item[On.] The file extensions are always shown. |
| 69 | \item[Only unknown types.] Only the extensions of unknown filetypes are shown. |
| 70 | \item[Only when viewing all types.] Only show file extensions when |
Marianne Arnold | 5e031be | 2008-06-27 22:04:18 +0000 | [diff] [blame] | 71 | \setting{Show Files} is set to \setting{All}. |
Peter D'Hoye | f87a32f | 2007-08-13 21:07:40 +0000 | [diff] [blame] | 72 | \end{description} |
Martin Arver | 8570911 | 2006-08-15 10:53:14 +0000 | [diff] [blame] | 73 | |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 74 | \item[Follow Playlist.] |
Nils Wallménius | e5781a9 | 2006-08-19 15:42:19 +0000 | [diff] [blame] | 75 | This option determines what directory the \setting{File Browser} displays |
| 76 | first. If \setting{Follow Playlist} is set to \setting{Yes}, when you enter |
| 77 | the \setting{File Browser} from the WPS, you will find yourself in the same |
| 78 | directory as the currently playing file. If \setting{Follow Playlist} is set |
| 79 | to \setting{No}, when you enter the \setting{File Browser} from the WPS, you |
| 80 | will find yourself in the directory you were in when you last left the |
| 81 | \setting{File Browser}. |
Nils Wallménius | e5781a9 | 2006-08-19 15:42:19 +0000 | [diff] [blame] | 82 | |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 83 | \item[Show Path.] |
Nils Wallménius | e5781a9 | 2006-08-19 15:42:19 +0000 | [diff] [blame] | 84 | If this setting is set to \setting{Full Path} the full path to the current |
| 85 | directory will be displayed on the first line in the \setting{File Browser}. |
| 86 | If set to \setting{Current Directory Only} only the name of the current |
| 87 | directory will be displayed. |
Marianne Arnold | 5e031be | 2008-06-27 22:04:18 +0000 | [diff] [blame] | 88 | |
| 89 | This has a similar effect on the Database browser. If set to |
| 90 | \setting{Current Directory Only} or \setting{Full Path}, then the title of |
| 91 | each menu will be displayed on the first line in the \setting{Database Browser}. |
Nils Wallménius | e5781a9 | 2006-08-19 15:42:19 +0000 | [diff] [blame] | 92 | |
Martin Arver | 8570911 | 2006-08-15 10:53:14 +0000 | [diff] [blame] | 93 | \end{description} |