···11% $Id$ %
22\subsection{JPEG viewer}
33-Open a JPEG file in the \setting{File Browser} to view it%
44-\nopt{lcd_color}{ using Rockbox's
55-greyscale library}.
33+This plugin opens \fname{.jpeg} files from the \setting{File Browser} to display them\nopt{lcd_color}{ using Rockbox's greyscale library}.
64\opt{swcodec}{
77- \note{When an audio file is playing the size of the image is limited as
88- the decoding process needs to share memory with audio tracks. To be able to
99- view a bigger file you may need to stop playback.}
55+\par
66+\note{
77+When an audio file is playing the size of the image is limited as
88+the decoding process needs to share memory with audio tracks. To be able to
99+view a bigger file you may need to stop playback.}
1010}
1111\nopt{large_plugin_buffer}{%
1212\note{This plugin will cause playback to stop.}%
+32-3
manual/plugins/main.tex
···119119\section{\label{ref:Viewersplugins}Viewers}
120120121121Viewers are plugins which are associated with specific file extensions.
122122-They cannot be run directly but are started by ``playing''
123123-the associated file. Viewers are stored in the
124124-\textbf{/.rockbox/rocks/viewers/ }directory.
122122+They cannot be run directly but are started by ``playing''the associated file.
123123+Viewers are stored in the \fname{/.rockbox/rocks/viewers/} directory.
124124+\par
125125+\note{
126126+Some viewer plugins can only be used by selecting the \setting{Open With...}
127127+option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
128128+\begin{table}
129129+\begin{rbtabular}{.92\textwidth}{Xlc}%
130130+ {\textbf{Viewer Plugin}& \textbf{Associated filetype(s)} & \textbf{Context Menu only}}%
131131+ {}{}
132132+ Shortcuts & \fname{.link} & \\
133133+ Chip-8 Emulator & \fname{.ch8} & \\
134134+ JPEG Viewer & \fname{.jpg, .jpeg} & \\
135135+ Lua scripting language& \fname{.lua} & \\
136136+ Midiplay & \fname{.mid, .midi} & \\
137137+ \opt{swcodec}{
138138+ MPEG Player & \fname{.mpg, .mpeg, .mpv, .m2v} & \\}
139139+ \opt{masf}{\opt{lcd_bitmap}{
140140+ Movie Player & \fname{.rvf} & \\}}
141141+ PNG viewer & \fname{.png} & \\
142142+ \opt{lcd_color}{
143143+ PPM viewer & \fname{.ppm} & \\}
144144+ Rockboy & \fname{.gb, .gbc} & \\
145145+ Search & \fname{.m3u, .m3u8} & x \\
146146+ Sort & \fname{.*} & x \\
147147+ Text Viewer & \fname{.txt, .*} & \\
148148+ VBRfix & \fname{.mp3} & x \\
149149+ \opt{masf}{
150150+ Wavplay & \fname{.wav} & \\}
151151+ ZXBox & \fname{.tap, .tax, .sna, .z80} & \\
152152+\end{rbtabular}
153153+\end{table}
125154126155{\input{plugins/shortcuts.tex}}
127156
+1-2
manual/plugins/movieplayer.tex
···22\subsection{Movie Player}
33Play movies on your \dap! In order to do this, movies must be in AVI format,
44and then converted to \fname{.RVF}, Rockbox's own video format. For more
55-details on how to use this plugin, please see
66-\wikilink{VideoTutorial}.
55+details on how to use this plugin, please see \wikilink{VideoTutorial}.
+2-1
manual/plugins/pngviewer.tex
···11% $Id: $id$ %
22\subsection{PNG viewer}
33-Open a PNG file in the \setting{File Browser} to view it.\\%
33+This plugin opens \fname{.png} files from the \setting{File Browser} to
44+display them.
45\opt{swcodec}{
56 \note{When an audio file is playing the size of the image is limited as
67 the decoding process needs to share memory with audio tracks. To be able to
+4-3
manual/plugins/ppmviewer.tex
···11% $Id$ %
22\subsection{PPM viewer}
33-Open a PPM file in the \setting{File Browser} to view it. PPM viewer exits
44-when any button is pressed.\\
33+This plugin opens \fname{.ppm} files from the \setting{File Browser}
44+to display them. Exit the ppm viewer plugin by pressing any button.
55+66+\note{Both ASCII PPM (P3) and raw PPM (P6) files are supported.}
5766-\note{Both ASCII PPM (P3) and raw PPM (P6) files are supported.
78For more information about PPM files, see
89\url{http://netpbm.sourceforge.net/doc/ppm.html}}
+6-5
manual/plugins/vbrfix.tex
···66This function is especially useful when the playback of a file skips,
77fwd/rew does not work correctly or the time display is incorrect.
88To use this plugin, open the \setting{Context Menu} (see \reference{ref:Contextmenu})
99-upon a \fname{.mp3} file and select \setting{Open With... $\rightarrow$ vbrfix}.
1010-1111-\note{VBRfix can only run when music is
1212- turned off (since it uses the same memory as the player) and can take a
1313- while to complete if run on big files.}
99+upon a \fname{.mp3} file and select \setting{Open With\dots $\rightarrow$ vbrfix}.
1010+\par
1111+\note{
1212+VBRfix can only run when music is turned off (since it uses
1313+the same memory as the player) and can take a while to complete if
1414+run on big files.}