summaryrefslogtreecommitdiff
path: root/manual/plugins/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/main.tex')
-rw-r--r--manual/plugins/main.tex35
1 files changed, 32 insertions, 3 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index 51344123f7..5e98d08170 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -119,9 +119,38 @@ text files%
119\section{\label{ref:Viewersplugins}Viewers} 119\section{\label{ref:Viewersplugins}Viewers}
120 120
121Viewers are plugins which are associated with specific file extensions. 121Viewers are plugins which are associated with specific file extensions.
122They cannot be run directly but are started by ``playing'' 122They cannot be run directly but are started by ``playing''the associated file.
123the associated file. Viewers are stored in the 123Viewers are stored in the \fname{/.rockbox/rocks/viewers/} directory.
124\textbf{/.rockbox/rocks/viewers/ }directory. 124\par
125\note{
126Some viewer plugins can only be used by selecting the \setting{Open With...}
127option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
128\begin{table}
129\begin{rbtabular}{.92\textwidth}{Xlc}%
130 {\textbf{Viewer Plugin}& \textbf{Associated filetype(s)} & \textbf{Context Menu only}}%
131 {}{}
132 Shortcuts & \fname{.link} & \\
133 Chip-8 Emulator & \fname{.ch8} & \\
134 JPEG Viewer & \fname{.jpg, .jpeg} & \\
135 Lua scripting language& \fname{.lua} & \\
136 Midiplay & \fname{.mid, .midi} & \\
137 \opt{swcodec}{
138 MPEG Player & \fname{.mpg, .mpeg, .mpv, .m2v} & \\}
139 \opt{masf}{\opt{lcd_bitmap}{
140 Movie Player & \fname{.rvf} & \\}}
141 PNG viewer & \fname{.png} & \\
142 \opt{lcd_color}{
143 PPM viewer & \fname{.ppm} & \\}
144 Rockboy & \fname{.gb, .gbc} & \\
145 Search & \fname{.m3u, .m3u8} & x \\
146 Sort & \fname{.*} & x \\
147 Text Viewer & \fname{.txt, .*} & \\
148 VBRfix & \fname{.mp3} & x \\
149 \opt{masf}{
150 Wavplay & \fname{.wav} & \\}
151 ZXBox & \fname{.tap, .tax, .sna, .z80} & \\
152\end{rbtabular}
153\end{table}
125 154
126{\input{plugins/shortcuts.tex}} 155{\input{plugins/shortcuts.tex}}
127 156