A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

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

+52 -20
+1
docs/CREDITS-MANUAL
··· 34 34 Robert Menes 35 35 Alex Parker 36 36 Dan Davison 37 + David Kaufmann
+6 -6
manual/plugins/jpegviewer.tex
··· 1 1 % $Id$ % 2 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}. 3 + This plugin opens \fname{.jpeg} files from the \setting{File Browser} to display them\nopt{lcd_color}{ using Rockbox's greyscale library}. 6 4 \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.} 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 10 } 11 11 \nopt{large_plugin_buffer}{% 12 12 \note{This plugin will cause playback to stop.}%
+32 -3
manual/plugins/main.tex
··· 119 119 \section{\label{ref:Viewersplugins}Viewers} 120 120 121 121 Viewers 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. 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} 125 154 126 155 {\input{plugins/shortcuts.tex}} 127 156
+1 -2
manual/plugins/movieplayer.tex
··· 2 2 \subsection{Movie Player} 3 3 Play movies on your \dap! In order to do this, movies must be in AVI format, 4 4 and 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}. 5 + details on how to use this plugin, please see \wikilink{VideoTutorial}.
+2 -1
manual/plugins/pngviewer.tex
··· 1 1 % $Id: $id$ % 2 2 \subsection{PNG viewer} 3 - Open a PNG file in the \setting{File Browser} to view it.\\% 3 + This plugin opens \fname{.png} files from the \setting{File Browser} to 4 + display them. 4 5 \opt{swcodec}{ 5 6 \note{When an audio file is playing the size of the image is limited as 6 7 the decoding process needs to share memory with audio tracks. To be able to
+4 -3
manual/plugins/ppmviewer.tex
··· 1 1 % $Id$ % 2 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.\\ 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.} 5 7 6 - \note{Both ASCII PPM (P3) and raw PPM (P6) files are supported. 7 8 For more information about PPM files, see 8 9 \url{http://netpbm.sourceforge.net/doc/ppm.html}}
+6 -5
manual/plugins/vbrfix.tex
··· 6 6 This function is especially useful when the playback of a file skips, 7 7 fwd/rew does not work correctly or the time display is incorrect. 8 8 To 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.} 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.}