···1% $Id$ %
2\subsection{JPEG viewer}
3-Open a JPEG file in the \setting{File Browser} to view it%
4-\nopt{lcd_color}{ using Rockbox's
5-greyscale library}.
6\opt{swcodec}{
7- \note{When an audio file is playing the size of the image is limited as
8- the decoding process needs to share memory with audio tracks. To be able to
9- view a bigger file you may need to stop playback.}
0010}
11\nopt{large_plugin_buffer}{%
12\note{This plugin will cause playback to stop.}%
···1% $Id$ %
2\subsection{JPEG viewer}
3+This plugin opens \fname{.jpeg} files from the \setting{File Browser} to display them\nopt{lcd_color}{ using Rockbox's greyscale library}.
004\opt{swcodec}{
5+\par
6+\note{
7+When an audio file is playing the size of the image is limited as
8+the decoding process needs to share memory with audio tracks. To be able to
9+view a bigger file you may need to stop playback.}
10}
11\nopt{large_plugin_buffer}{%
12\note{This plugin will cause playback to stop.}%
+32-3
manual/plugins/main.tex
···119\section{\label{ref:Viewersplugins}Viewers}
120121Viewers are plugins which are associated with specific file extensions.
122-They cannot be run directly but are started by ``playing''
123-the associated file. Viewers are stored in the
124-\textbf{/.rockbox/rocks/viewers/ }directory.
00000000000000000000000000000125126{\input{plugins/shortcuts.tex}}
127
···119\section{\label{ref:Viewersplugins}Viewers}
120121Viewers are plugins which are associated with specific file extensions.
122+They cannot be run directly but are started by ``playing''the associated file.
123+Viewers are stored in the \fname{/.rockbox/rocks/viewers/} directory.
124+\par
125+\note{
126+Some viewer plugins can only be used by selecting the \setting{Open With...}
127+option 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}
154155{\input{plugins/shortcuts.tex}}
156
+1-2
manual/plugins/movieplayer.tex
···2\subsection{Movie Player}
3Play movies on your \dap! In order to do this, movies must be in AVI format,
4and then converted to \fname{.RVF}, Rockbox's own video format. For more
5-details on how to use this plugin, please see
6-\wikilink{VideoTutorial}.
···2\subsection{Movie Player}
3Play movies on your \dap! In order to do this, movies must be in AVI format,
4and then converted to \fname{.RVF}, Rockbox's own video format. For more
5+details on how to use this plugin, please see \wikilink{VideoTutorial}.
0
+2-1
manual/plugins/pngviewer.tex
···1% $Id: $id$ %
2\subsection{PNG viewer}
3-Open a PNG file in the \setting{File Browser} to view it.\\%
04\opt{swcodec}{
5 \note{When an audio file is playing the size of the image is limited as
6 the decoding process needs to share memory with audio tracks. To be able to
···1% $Id: $id$ %
2\subsection{PNG viewer}
3+This plugin opens \fname{.png} files from the \setting{File Browser} to
4+display them.
5\opt{swcodec}{
6 \note{When an audio file is playing the size of the image is limited as
7 the decoding process needs to share memory with audio tracks. To be able to
+4-3
manual/plugins/ppmviewer.tex
···1% $Id$ %
2\subsection{PPM viewer}
3-Open a PPM file in the \setting{File Browser} to view it. PPM viewer exits
4-when any button is pressed.\\
0056-\note{Both ASCII PPM (P3) and raw PPM (P6) files are supported.
7For more information about PPM files, see
8\url{http://netpbm.sourceforge.net/doc/ppm.html}}
···1% $Id$ %
2\subsection{PPM viewer}
3+This plugin opens \fname{.ppm} files from the \setting{File Browser}
4+to display them. Exit the ppm viewer plugin by pressing any button.
5+6+\note{Both ASCII PPM (P3) and raw PPM (P6) files are supported.}
708For more information about PPM files, see
9\url{http://netpbm.sourceforge.net/doc/ppm.html}}
+6-5
manual/plugins/vbrfix.tex
···6This function is especially useful when the playback of a file skips,
7fwd/rew does not work correctly or the time display is incorrect.
8To use this plugin, open the \setting{Context Menu} (see \reference{ref:Contextmenu})
9-upon a \fname{.mp3} file and select \setting{Open With... $\rightarrow$ vbrfix}.
10-11-\note{VBRfix can only run when music is
12- turned off (since it uses the same memory as the player) and can take a
13- while to complete if run on big files.}
0
···6This function is especially useful when the playback of a file skips,
7fwd/rew does not work correctly or the time display is incorrect.
8To use this plugin, open the \setting{Context Menu} (see \reference{ref:Contextmenu})
9+upon a \fname{.mp3} file and select \setting{Open With\dots $\rightarrow$ vbrfix}.
10+\par
11+\note{
12+VBRfix can only run when music is turned off (since it uses
13+the same memory as the player) and can take a while to complete if
14+run on big files.}