Index: manual/plugins/movieplayer.tex =================================================================== --- manual/plugins/movieplayer.tex (revision 22340) +++ manual/plugins/movieplayer.tex (working copy) @@ -2,5 +2,4 @@ \subsection{Movie Player} Play movies on your \dap! In order to do this, movies must be in AVI format, and then converted to \fname{.RVF}, Rockbox's own video format. For more -details on how to use this plugin, please see -\wikilink{VideoTutorial}. +details on how to use this plugin, please see \wikilink{VideoTutorial}. Index: manual/plugins/vbrfix.tex =================================================================== --- manual/plugins/vbrfix.tex (revision 22340) +++ manual/plugins/vbrfix.tex (working copy) @@ -7,7 +7,7 @@ fwd/rew does not work correctly or the time display is incorrect. To use this plugin, open the \setting{Context Menu} (see \reference{ref:Contextmenu}) upon a \fname{.mp3} file and select \setting{Open With... $\rightarrow$ vbrfix}. - -\note{VBRfix can only run when music is - turned off (since it uses the same memory as the player) and can take a - while to complete if run on big files.} +\\ +\note{VBRfix can only run when music is turned off (since it uses +the same memory as the player) and can take a while to complete if +run on big files.} Index: manual/plugins/pngviewer.tex =================================================================== --- manual/plugins/pngviewer.tex (revision 22340) +++ manual/plugins/pngviewer.tex (working copy) @@ -1,6 +1,7 @@ % $Id: $id$ % \subsection{PNG viewer} -Open a PNG file in the \setting{File Browser} to view it% +This plugin opens \fname{.png} files in the \setting{File Browser} to display them. +\\ \opt{swcodec}{ \note{When an audio file is playing the size of the image is limited as the decoding process needs to share memory with audio tracks. To be able to Index: manual/plugins/main.tex =================================================================== --- manual/plugins/main.tex (revision 22340) +++ manual/plugins/main.tex (working copy) @@ -119,9 +119,40 @@ \section{\label{ref:Viewersplugins}Viewers} Viewers are plugins which are associated with specific file extensions. -They cannot be run directly but are started by ``playing'' -the associated file. Viewers are stored in the -\textbf{/.rockbox/rocks/viewers/ }directory. +They cannot be run directly but are started by ``playing''the associated file. +Viewers are stored in the \textbf{/.rockbox/rocks/viewers/ }directory. +\\ +\note{Some viewer plugins can only be used by selecting the \setting{Open With...} +option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} +\begin{table} +\begin{center} + \begin{tabularx}{.92\textwidth}{Xlc}% + \toprule% + \textbf{Viewer Plugin}& \textbf{Associated filetype(s)} & \textbf{Context Menu only} \\ + \midrule + Shortcuts & \fname{.link} & \\ + Chip-8 Emulator & \fname{.ch8} & \\ + JPEG Viewer & \fname{.jpg, .jpeg} & \\ + Lua scripting language& \fname{.lua} & \\ + Midiplay & \fname{.mid, .midi} & \\ + \opt{swcodec}{ + MPEG Player & \fname{.mpg, .mpeg, .mpv, .m2v} & \\} + \opt{masf}{\opt{lcd_bitmap}{ + Movie Player & \fname{.rvf} & \\}} + PNG viewer & \fname{.png} & \\ + PPM viewer & \fname{.ppm} & \\ + Rockboy & \fname{.gb, .gbc} & \\ + Search & \fname{.m3u, .m3u8} & X \\ + Sort & \fname{.*} & X \\ + Text Viewer & \fname{.txt, .*} & \\ + VBRfix & \fname{.mp3} & X \\ + \opt{masf}{ + Wavplay & \fname{.wav} & \\} + ZXBox & \fname{.tap, .tax, .sna, .z80} & \\ + \bottomrule + \end{tabularx} +\end{center} +\end{table} {\input{plugins/shortcuts.tex}} Index: manual/plugins/jpegviewer.tex =================================================================== --- manual/plugins/jpegviewer.tex (revision 22340) +++ manual/plugins/jpegviewer.tex (working copy) @@ -1,8 +1,7 @@ % $Id$ % \subsection{JPEG viewer} -Open a JPEG file in the \setting{File Browser} to view it% -\nopt{lcd_color}{ using Rockbox's -greyscale library}. +This plugin opens \fname{.jpeg} files in the \setting{File Browser} to display them\nopt{lcd_color}{ using Rockbox's greyscale library}. +\\ \opt{swcodec}{ \note{When an audio file is playing the size of the image is limited as the decoding process needs to share memory with audio tracks. To be able to Index: manual/plugins/ppmviewer.tex =================================================================== --- manual/plugins/ppmviewer.tex (revision 22340) +++ manual/plugins/ppmviewer.tex (working copy) @@ -1,11 +1,9 @@ % $Id$ % \subsection{PPM viewer} -Open a PPM file in the \setting{File Browser} to view it. - -ppmviewer exits when any button is pressed. - +This plugin opens \fname{.ppm} files in the \setting{File Browser} +to display them. Exit the ppmviewer plugin by pressing any button. +\\ \note{ Both ASCII PPM (P3) and raw PPM (P6) files are supported. - -For more information about PPM files, see \url{http://netpbm.sourceforge.net/doc/ppm.html} -} +For more information about PPM files, see +\url{http://netpbm.sourceforge.net/doc/ppm.html}}