summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2010-04-04 13:56:59 +0000
committerMarianne Arnold <pixelma@rockbox.org>2010-04-04 13:56:59 +0000
commit54e8e8c11c0ba3b43332a2909b853eef5ff62967 (patch)
treefa0ca9e20b791706b88e8fa6baeb7c9796cbf675 /manual
parent8fa6c881ec89c2d57c80aa4bc093ade9b540ef3e (diff)
downloadrockbox-54e8e8c11c0ba3b43332a2909b853eef5ff62967.tar.gz
rockbox-54e8e8c11c0ba3b43332a2909b853eef5ff62967.zip
Refine the file formats table which explains what plugins are used to open which files so that the table is only included in manuals of targets which have the plugin...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25468 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/plugins/main.tex58
1 files changed, 34 insertions, 24 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index 01e676339d..489f24ec86 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -130,32 +130,42 @@ Viewers are stored in the \fname{/.rockbox/rocks/viewers/} directory.
130Some viewer plugins can only be used by selecting the \setting{Open With...} 130Some viewer plugins can only be used by selecting the \setting{Open With...}
131option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} 131option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
132\begin{table} 132\begin{table}
133\begin{rbtabular}{.92\textwidth}{Xlc}% 133 \begin{rbtabular}{.92\textwidth}{Xlc}%
134 {\textbf{Viewer Plugin}& \textbf{Associated filetype(s)} & \textbf{Context Menu only}}% 134 {\textbf{Viewer Plugin}& \textbf{Associated filetype(s)} & \textbf{Context Menu only}}%
135 {}{} 135 {}{}
136 BMP Viewer & \fname{.bmp} & \\ 136 BMP Viewer & \fname{.bmp} & \\
137 Shortcuts & \fname{.link} & \\ 137 Shortcuts & \fname{.link} & \\
138 Chip-8 Emulator & \fname{.ch8} & \\ 138 Chip-8 Emulator & \fname{.ch8} & \\
139 Frotz & \fname{.z1 - .z8} & \\ 139 Frotz & \fname{.z1 - .z8} & \\
140 JPEG Viewer & \fname{.jpg, .jpeg} & \\ 140 JPEG Viewer & \fname{.jpg, .jpeg} & \\
141 Lua scripting language& \fname{.lua} & \\ 141 Lua scripting language& \fname{.lua} & \\
142 Midiplay & \fname{.mid, .midi} & \\ 142 \opt{swcodec}{
143 \opt{swcodec}{ 143 Midiplay & \fname{.mid, .midi} & \\
144 MPEG Player & \fname{.mpg, .mpeg, .mpv, .m2v} & \\} 144 MPEG Player & \fname{.mpg, .mpeg, .mpv, .m2v} & \\
145 \opt{masf}{\opt{lcd_bitmap}{ 145 }
146 Movie Player & \fname{.rvf} & \\}} 146 \opt{masf}{
147 PNG viewer & \fname{.png} & \\ 147 \opt{lcd_bitmap}{
148 \opt{lcd_color}{ 148 Movie Player & \fname{.rvf} & \\
149 PPM viewer & \fname{.ppm} & \\} 149 }
150 Rockboy & \fname{.gb, .gbc} & \\ 150 }
151 Search & \fname{.m3u, .m3u8} & x \\ 151 \opt{lcd_color}{
152 Sort & \fname{.*} & x \\ 152 PNG viewer & \fname{.png} & \\
153 Text Viewer & \fname{.txt, .nfo, .*} & \\ 153 PPM viewer & \fname{.ppm} & \\
154 VBRfix & \fname{.mp3} & x \\ 154 }
155 \opt{masf}{ 155 \opt{lcd_bitmap}{
156 Wavplay & \fname{.wav} & \\} 156 \nopt{ondio}{% not enough buttons
157 ZXBox & \fname{.tap, .tax, .sna, .z80} & \\ 157 Rockboy & \fname{.gb, .gbc} & \\
158\end{rbtabular} 158 }
159 }
160 Search & \fname{.m3u, .m3u8} & x \\
161 Sort & \fname{.*} & x \\
162 Text Viewer & \fname{.txt,.nfo, .*} & \\
163 VBRfix & \fname{.mp3} & x \\
164 \opt{masf}{
165 Wavplay & \fname{.wav} & \\
166 }
167 ZXBox & \fname{.tap, .tax, .sna, .z80} & \\
168 \end{rbtabular}
159\end{table} 169\end{table}
160 170
161{\input{plugins/shortcuts.tex}} 171{\input{plugins/shortcuts.tex}}