summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}}