blob: 29be2ab18739e2e3bf86c03111f0248678ca5ce9 [file] [log] [blame]
Dominik Riebeling251e5192006-08-02 17:21:38 +00001% $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 \\
Nicolas Pennequine7f72802007-04-04 13:01:55 +000015 \includegraphics[width=0.37cm]{appendix/images/icon-cuesheet.png}
16 & Cuesheet & \fname{.cue} & View a cuesheet file \\
Dominik Riebeling251e5192006-08-02 17:21:38 +000017\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}
Dominik Riebelinga25fa2c2007-01-14 09:55:19 +000020 & Playlist & \fname{.m3u,.m3u8} & Rockbox loads the playlist and starts playing
Dominik Riebeling251e5192006-08-02 17:21:38 +000021 the first file \\
22\includegraphics[width=0.37cm]{appendix/images/icon-rolo.png}
23 & Rockbox firmware &
Tom Ross56162032007-01-20 00:43:50 +000024 \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}}
Dominik Riebeling251e5192006-08-02 17:21:38 +000025 & 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 \\
41 }
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)\\}
49}
50\bottomrule
51\end{tabularx}
52\end{center}
53\end{table}
54