From e092410dbd25d4b6946f6e3e043a2311964dc1fa Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 1 Jul 2006 11:52:57 +0000 Subject: 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 --- manual/appendix/appendix.tex | 51 +++++++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 20 deletions(-) (limited to 'manual') 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 @@ \chapter{File formats} \section{\label{ref:Supportedfileformats}Supported file formats} \begin{center} -\begin{tabularx}{\textwidth}{llX}\toprule -\textbf{Icon} & \textbf{File Type} & \textbf{Action} \\\midrule +\begin{tabularx}{\textwidth}{lllX}\toprule +\textbf{Icon} & \textbf{File Type} & \textbf{Extension} + & \textbf{Action when selected} \\\midrule \includegraphics[width=0.37cm]{appendix/images/icon-directory.png} - & Directory & The browser enters that directory \\ + & Directory & \emph{none} & The browser enters that directory \\ \includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png} - & Audio file & Rockbox takes you to the WPS and starts playing the file \\ + & Audio file & + \opt{MASCODEC}{mp3}\opt{SWCODEC}{\emph{various}} + & Rockbox takes you to the WPS and starts playing the file \\ +\includegraphics[width=0.37cm]{appendix/images/icon-wav-file.png} + & Wave Audio File & wav & Play a WAV file \\% \includegraphics[width=0.37cm]{appendix/images/icon-playlist.png} - & .m3u & Rockbox loads the playlist and starts playing the first file \\ + & Playlist & m3u & Rockbox loads the playlist and starts playing the first file \\ \includegraphics[width=0.37cm]{appendix/images/icon-rolo.png} - & Rockbox firmware file & ROLO will load the new firmware \\ + & Rockbox firmware & + \opt{player}{mod}\opt{recorder,recorderv2fm,ondiofm,ondiosp}{ajz} + \opt{iriver}{iriver}\opt{ipod}{ipod} + & ROLO will load the new firmware \\ \includegraphics[width=0.37cm]{appendix/images/icon-wps.png} - & .wps & The new WPS display configuration will be loaded \\ + & While Playing Screen & wps & The new WPS display configuration will be loaded \\ \includegraphics[width=0.37cm]{appendix/images/icon-lang.png} - & .lng & Loads a language file \\ + & Language File & lng & Loads a language file \\ \includegraphics[width=0.37cm]{appendix/images/icon-text.png} - & .txt & This will display the text file using Rockbox text browser plugin\\ + & Text File & txt & This will display the text file using Rockbox text browser plugin\\ \includegraphics[width=0.37cm]{appendix/images/icon-config.png} - & .cfg & The settings file will be loaded\\ + & Configuration File & cfg & The settings file will be loaded\\ \includegraphics[width=0.37cm]{appendix/images/icon-font.png} - & .fnt & This font will replace the current one\\ + & Font & fnt & This font will replace the current one\\ \includegraphics[width=0.37cm]{appendix/images/icon-rock.png} - & .rock & Starts a Rockbox plugin\\ -\includegraphics[width=0.37cm]{appendix/images/icon-ucl.png} - & .ucl & This Rockbox image will be flashed into the ROM \\ + & Plugin & rock & Starts a Rockbox plugin\\ +\opt{archos}{ + \includegraphics[width=0.37cm]{appendix/images/icon-ucl.png} + & Flash Image & ucl & This Rockbox image will be flashed into the ROM \\ + } \includegraphics[width=0.37cm]{appendix/images/icon-chip8.png} - & .ch8 & Play a Chip8 game \\ + & Chip8 game & ch8 & Play a Chip8 game \\ \includegraphics[width=0.37cm]{appendix/images/icon-image-file.png} - & .jpg & View a JPEG image \\ -\includegraphics[width=0.37cm]{appendix/images/icon-wav-file.png} - & .wav & Play a WAV file \\ -\includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png} - & .rvf & View a movie (Rockbox format)\\\bottomrule + & Image & jpg & View a JPEG image \\ +\opt{MASCODEC}{\opt{HAVE_LCD_BITMAP}{ + \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png} + & Rockbox Video & rvf & View a movie (Rockbox format)\\} +} +\bottomrule \end{tabularx} \end{center} -- cgit v1.2.3