summaryrefslogtreecommitdiff
path: root/manual/appendix/appendix.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/appendix/appendix.tex')
-rw-r--r--manual/appendix/appendix.tex50
1 files changed, 2 insertions, 48 deletions
diff --git a/manual/appendix/appendix.tex b/manual/appendix/appendix.tex
index dfb53025c8..e8ea476187 100644
--- a/manual/appendix/appendix.tex
+++ b/manual/appendix/appendix.tex
@@ -1,53 +1,7 @@
1% $Id$ % 1% $Id$ %
2\appendix 2\appendix
3\chapter{File formats} 3
4\section{\label{ref:Supportedfileformats}Supported file formats} 4\input{appendix/file_formats.tex}
5\begin{center}
6\begin{tabularx}{\textwidth}{lllX}\toprule
7\textbf{Icon} & \textbf{File Type} & \textbf{Extension}
8 & \textbf{Action when selected} \\\midrule
9\includegraphics[width=0.37cm]{appendix/images/icon-directory.png}
10 & Directory & \emph{none} & The browser enters that directory \\
11\includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png}
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 & \fname{.wav} & Play a WAV file \\%
17\includegraphics[width=0.37cm]{appendix/images/icon-playlist.png}
18 & Playlist & \fname{.m3u} & Rockbox loads the playlist and starts playing
19 the first file \\
20\includegraphics[width=0.37cm]{appendix/images/icon-rolo.png}
21 & Rockbox firmware &
22 \opt{player}{\fname{.mod}}\opt{recorder,recorderv2fm,ondiofm,ondiosp}{\fname{.ajz}}\opt{iriver}{\fname{.iriver}}\opt{ipod}{\fname{.ipod}}
23 & ROLO will load the new firmware \\
24\includegraphics[width=0.37cm]{appendix/images/icon-wps.png}
25 & While Playing Screen & \fname{.wps} & The new WPS display configuration will be loaded \\
26\includegraphics[width=0.37cm]{appendix/images/icon-lang.png}
27 & Language File & \fname{.lng} & Loads a language file \\
28\includegraphics[width=0.37cm]{appendix/images/icon-text.png}
29 & Text File & \fname{.txt} & This will display the text file using Rockbox text browser plugin\\
30\includegraphics[width=0.37cm]{appendix/images/icon-config.png}
31 & Configuration File & \fname{.cfg} & The settings file will be loaded\\
32\includegraphics[width=0.37cm]{appendix/images/icon-font.png}
33 & Font & \fname{.fnt} & This font will replace the current one\\
34\includegraphics[width=0.37cm]{appendix/images/icon-rock.png}
35 & Plugin & \fname{.rock} & Starts a Rockbox plugin\\
36\opt{archos}{
37 \includegraphics[width=0.37cm]{appendix/images/icon-ucl.png}
38 & Flash Image & \fname{.ucl} & This Rockbox image will be flashed into the ROM \\
39 }
40\includegraphics[width=0.37cm]{appendix/images/icon-chip8.png}
41 & Chip8 game & \fname{.ch8} & Play a Chip8 game \\
42\includegraphics[width=0.37cm]{appendix/images/icon-image-file.png}
43 & Image & \fname{.jpg} & View a JPEG image \\
44\opt{MASCODEC}{\opt{HAVE_LCD_BITMAP}{
45 \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png}
46 & Rockbox Video & \fname{.rvf} & View a movie (Rockbox format)\\}
47}
48\bottomrule
49\end{tabularx}
50\end{center}
51 5
52\input{appendix/wps_tags.tex} 6\input{appendix/wps_tags.tex}
53 7