press the targets "stop" button to exit stats after counting if finished
[Rockbox.git] / manual / appendix / file_formats.tex
blob580978b518f76378b6b2608814b23e2e610086cb
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}}%
25 \opt{h1xx,h300}{\fname{.iriver}}\opt{ipod}{\fname{.ipod}}\opt{iaudio}{\fname{.iaudio}}%
26 \opt{h10,h10_5gb,sansa}{\fname{.mi4}}\opt{gigabeat}{\fname{.gigabeat}}
27 & ROLO will load the new firmware \\
28 \includegraphics[width=0.37cm]{appendix/images/icon-wps.png}
29 & While Playing Screen & \fname{.wps} & The new WPS display configuration will be loaded \\
30 \includegraphics[width=0.37cm]{appendix/images/icon-lang.png}
31 & Language File & \fname{.lng} & Loads a language file \\
32 \includegraphics[width=0.37cm]{appendix/images/icon-text.png}
33 & Text File & \fname{.txt} & This will display the text file using Rockbox text browser plugin\\
34 \includegraphics[width=0.37cm]{appendix/images/icon-config.png}
35 & Configuration File & \fname{.cfg} & The settings file will be loaded\\
36 \includegraphics[width=0.37cm]{appendix/images/icon-font.png}
37 & Font & \fname{.fnt} & This font will replace the current one\\
38 \includegraphics[width=0.37cm]{appendix/images/icon-rock.png}
39 & Plugin & \fname{.rock} & Starts a Rockbox plugin\\
40 \opt{archos}{
41 \includegraphics[width=0.37cm]{appendix/images/icon-ucl.png}
42 & Flash Image & \fname{.ucl} & This Rockbox image will be flashed into the ROM \\
44 \includegraphics[width=0.37cm]{appendix/images/icon-chip8.png}
45 & Chip8 game & \fname{.ch8} & Play a Chip8 game \\
46 \includegraphics[width=0.37cm]{appendix/images/icon-image-file.png}
47 & Image & \fname{.jpg} & View a JPEG image \\
48 \opt{MASCODEC}{\opt{lcd_bitmap}{
49 \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png}
50 & Rockbox Video & \fname{.rvf} & View a movie (Rockbox format)\\}
52 \bottomrule
53 \end{tabularx}
54 \end{center}
55 \end{table}