summaryrefslogtreecommitdiff
path: root/manual/plugins/main.tex
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-09-21 10:43:22 +0000
committerAlexander Levin <al.le@rockbox.org>2009-09-21 10:43:22 +0000
commitf744e2651fc3d8a330d721e1443dc904df51aafd (patch)
treef8c5a791069e9d61d4617c3c26c49d0ba4c541a0 /manual/plugins/main.tex
parentd9490178ff85b9b5af673826613d2a5b134b8783 (diff)
downloadrockbox-f744e2651fc3d8a330d721e1443dc904df51aafd.tar.gz
rockbox-f744e2651fc3d8a330d721e1443dc904df51aafd.zip
Improvements to the viewers section of the manual (FS#10531 by David Kaufmann)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22764 a1c6a512-1295-4272-9138-f99709370657
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