diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-07-01 11:52:57 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-07-01 11:52:57 +0000 |
| commit | e092410dbd25d4b6946f6e3e043a2311964dc1fa (patch) | |
| tree | 0786d50f2cf30809652c719a97be31c7728ae3e7 /manual/appendix/appendix.tex | |
| parent | 1d66826ad8f9ec0f691b6e2e503cf83a3933e567 (diff) | |
| download | rockbox-e092410dbd25d4b6946f6e3e043a2311964dc1fa.zip rockbox-e092410dbd25d4b6946f6e3e043a2311964dc1fa.tar.gz rockbox-e092410dbd25d4b6946f6e3e043a2311964dc1fa.tar.bz2 rockbox-e092410dbd25d4b6946f6e3e043a2311964dc1fa.tar.xz | |
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.tex | 51 |
1 files changed, 31 insertions, 20 deletions
diff --git a/manual/appendix/appendix.tex b/manual/appendix/appendix.tex index dff43e2..7e1c6ec 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} |