summaryrefslogtreecommitdiff
path: root/manual/appendix/appendix.tex
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-07-01 11:52:57 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-07-01 11:52:57 +0000
commite092410dbd25d4b6946f6e3e043a2311964dc1fa (patch)
tree0786d50f2cf30809652c719a97be31c7728ae3e7 /manual/appendix/appendix.tex
parent1d66826ad8f9ec0f691b6e2e503cf83a3933e567 (diff)
downloadrockbox-e092410dbd25d4b6946f6e3e043a2311964dc1fa.tar.gz
rockbox-e092410dbd25d4b6946f6e3e043a2311964dc1fa.zip
update the File Formats table a bit and opt some target specific entries.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10169 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix/appendix.tex')
-rw-r--r--manual/appendix/appendix.tex51
1 files changed, 31 insertions, 20 deletions
diff --git a/manual/appendix/appendix.tex b/manual/appendix/appendix.tex
index dff43e200c..7e1c6ecd26 100644
--- a/manual/appendix/appendix.tex
+++ b/manual/appendix/appendix.tex
@@ -3,38 +3,49 @@
3\chapter{File formats} 3\chapter{File formats}
4\section{\label{ref:Supportedfileformats}Supported file formats} 4\section{\label{ref:Supportedfileformats}Supported file formats}
5\begin{center} 5\begin{center}
6\begin{tabularx}{\textwidth}{llX}\toprule 6\begin{tabularx}{\textwidth}{lllX}\toprule
7\textbf{Icon} & \textbf{File Type} & \textbf{Action} \\\midrule 7\textbf{Icon} & \textbf{File Type} & \textbf{Extension}
8 & \textbf{Action when selected} \\\midrule
8\includegraphics[width=0.37cm]{appendix/images/icon-directory.png} 9\includegraphics[width=0.37cm]{appendix/images/icon-directory.png}
9 & Directory & The browser enters that directory \\ 10 & Directory & \emph{none} & The browser enters that directory \\
10\includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png} 11\includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png}
11 & Audio file & Rockbox takes you to the WPS and starts playing the file \\ 12 & Audio file &
13 \opt{MASCODEC}{mp3}\opt{SWCODEC}{\emph{various}}
14 & Rockbox takes you to the WPS and starts playing the file \\
15\includegraphics[width=0.37cm]{appendix/images/icon-wav-file.png}
16 & Wave Audio File & wav & Play a WAV file \\%
12\includegraphics[width=0.37cm]{appendix/images/icon-playlist.png} 17\includegraphics[width=0.37cm]{appendix/images/icon-playlist.png}
13 & .m3u & Rockbox loads the playlist and starts playing the first file \\ 18 & Playlist & m3u & Rockbox loads the playlist and starts playing the first file \\
14\includegraphics[width=0.37cm]{appendix/images/icon-rolo.png} 19\includegraphics[width=0.37cm]{appendix/images/icon-rolo.png}
15 & Rockbox firmware file & ROLO will load the new firmware \\ 20 & Rockbox firmware &
21 \opt{player}{mod}\opt{recorder,recorderv2fm,ondiofm,ondiosp}{ajz}
22 \opt{iriver}{iriver}\opt{ipod}{ipod}
23 & ROLO will load the new firmware \\
16\includegraphics[width=0.37cm]{appendix/images/icon-wps.png} 24\includegraphics[width=0.37cm]{appendix/images/icon-wps.png}
17 & .wps & The new WPS display configuration will be loaded \\ 25 & While Playing Screen & wps & The new WPS display configuration will be loaded \\
18\includegraphics[width=0.37cm]{appendix/images/icon-lang.png} 26\includegraphics[width=0.37cm]{appendix/images/icon-lang.png}
19 & .lng & Loads a language file \\ 27 & Language File & lng & Loads a language file \\
20\includegraphics[width=0.37cm]{appendix/images/icon-text.png} 28\includegraphics[width=0.37cm]{appendix/images/icon-text.png}
21 & .txt & This will display the text file using Rockbox text browser plugin\\ 29 & Text File & txt & This will display the text file using Rockbox text browser plugin\\
22\includegraphics[width=0.37cm]{appendix/images/icon-config.png} 30\includegraphics[width=0.37cm]{appendix/images/icon-config.png}
23 & .cfg & The settings file will be loaded\\ 31 & Configuration File & cfg & The settings file will be loaded\\
24\includegraphics[width=0.37cm]{appendix/images/icon-font.png} 32\includegraphics[width=0.37cm]{appendix/images/icon-font.png}
25 & .fnt & This font will replace the current one\\ 33 & Font & fnt & This font will replace the current one\\
26\includegraphics[width=0.37cm]{appendix/images/icon-rock.png} 34\includegraphics[width=0.37cm]{appendix/images/icon-rock.png}
27 & .rock & Starts a Rockbox plugin\\ 35 & Plugin & rock & Starts a Rockbox plugin\\
28\includegraphics[width=0.37cm]{appendix/images/icon-ucl.png} 36\opt{archos}{
29 & .ucl & This Rockbox image will be flashed into the ROM \\ 37 \includegraphics[width=0.37cm]{appendix/images/icon-ucl.png}
38 & Flash Image & ucl & This Rockbox image will be flashed into the ROM \\
39 }
30\includegraphics[width=0.37cm]{appendix/images/icon-chip8.png} 40\includegraphics[width=0.37cm]{appendix/images/icon-chip8.png}
31 & .ch8 & Play a Chip8 game \\ 41 & Chip8 game & ch8 & Play a Chip8 game \\
32\includegraphics[width=0.37cm]{appendix/images/icon-image-file.png} 42\includegraphics[width=0.37cm]{appendix/images/icon-image-file.png}
33 & .jpg & View a JPEG image \\ 43 & Image & jpg & View a JPEG image \\
34\includegraphics[width=0.37cm]{appendix/images/icon-wav-file.png} 44\opt{MASCODEC}{\opt{HAVE_LCD_BITMAP}{
35 & .wav & Play a WAV file \\ 45 \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png}
36\includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png} 46 & Rockbox Video & rvf & View a movie (Rockbox format)\\}
37 & .rvf & View a movie (Rockbox format)\\\bottomrule 47}
48\bottomrule
38\end{tabularx} 49\end{tabularx}
39\end{center} 50\end{center}
40 51