When installing builds use the real platform name, not the configuration section...
[Rockbox.git] / manual / appendix / file_formats.tex
blob29be2ab18739e2e3bf86c03111f0248678ca5ce9
1 % $Id$ %
2 \chapter{File formats}
3 \section{\label{ref:Supportedfileformats}Supported file formats}
4 \begin{table}
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-cuesheet.png}
16 & Cuesheet & \fname{.cue} & View a cuesheet file \\
17 \includegraphics[width=0.37cm]{appendix/images/icon-wav-file.png}
18 & Wave Audio File & \fname{.wav} & Play a WAV file \\%
19 \includegraphics[width=0.37cm]{appendix/images/icon-playlist.png}
20 & Playlist & \fname{.m3u,.m3u8} & Rockbox loads the playlist and starts playing
21 the first file \\
22 \includegraphics[width=0.37cm]{appendix/images/icon-rolo.png}
23 & Rockbox firmware &
24 \opt{player}{\fname{.mod}}\opt{recorder,recorderv2fm,ondiofm,ondiosp}{\fname{.ajz}}\opt{iriver}{\fname{.iriver}}\opt{ipod}{\fname{.ipod}}\opt{iaudio}{\fname{.iaudio}}\opt{sansa}{\fname{.e200}}
25 & ROLO will load the new firmware \\
26 \includegraphics[width=0.37cm]{appendix/images/icon-wps.png}
27 & While Playing Screen & \fname{.wps} & The new WPS display configuration will be loaded \\
28 \includegraphics[width=0.37cm]{appendix/images/icon-lang.png}
29 & Language File & \fname{.lng} & Loads a language file \\
30 \includegraphics[width=0.37cm]{appendix/images/icon-text.png}
31 & Text File & \fname{.txt} & This will display the text file using Rockbox text browser plugin\\
32 \includegraphics[width=0.37cm]{appendix/images/icon-config.png}
33 & Configuration File & \fname{.cfg} & The settings file will be loaded\\
34 \includegraphics[width=0.37cm]{appendix/images/icon-font.png}
35 & Font & \fname{.fnt} & This font will replace the current one\\
36 \includegraphics[width=0.37cm]{appendix/images/icon-rock.png}
37 & Plugin & \fname{.rock} & Starts a Rockbox plugin\\
38 \opt{archos}{
39 \includegraphics[width=0.37cm]{appendix/images/icon-ucl.png}
40 & Flash Image & \fname{.ucl} & This Rockbox image will be flashed into the ROM \\
42 \includegraphics[width=0.37cm]{appendix/images/icon-chip8.png}
43 & Chip8 game & \fname{.ch8} & Play a Chip8 game \\
44 \includegraphics[width=0.37cm]{appendix/images/icon-image-file.png}
45 & Image & \fname{.jpg} & View a JPEG image \\
46 \opt{MASCODEC}{\opt{HAVE_LCD_BITMAP}{
47 \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png}
48 & Rockbox Video & \fname{.rvf} & View a movie (Rockbox format)\\}
50 \bottomrule
51 \end{tabularx}
52 \end{center}
53 \end{table}