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

Patch #4842 from Nils Wallménius. Adds several demos with screenshots to the manual


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9063 a1c6a512-1295-4272-9138-f99709370657

+95
+26
manual/plugins/fire.tex
··· 1 + \subsection{Fire} 2 + \begin{figure}[ht!] 3 + \begin{center} 4 + \includegraphics[width=4cm]{plugins/images/ss-fire-\genericimg.png} 5 + \end{center} 6 + \caption{Fire} 7 + \end{figure} 8 + Fire is a demo displaying a fire effect. 9 + 10 + \begin{table}[ht!] 11 + \begin{center} 12 + \begin{tabular}{ll}\toprule 13 + \textbf{Key} & \textbf{Action}\\\midrule 14 + \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up}\opt{ipodcolor,ipodnano,ipodvideo}{Scroll backward} 15 + & Increase number of flames\\ 16 + \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down}\opt{ipodcolor,ipodnano,ipodvideo}{Scroll forward} 17 + & Decrease number of flames\\ 18 + \opt{recorder,recorderv2fm}{Menu}\opt{ondio}{Mode}\opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano,ipodvideo}{Select} 19 + & Toggle flame type\\ 20 + \opt{recorder,recorderv2fm}{Play}\opt{ondio,ipodcolor,ipodnano,ipodvideo}{Right}\opt{h1xx,h300}{Record} 21 + & Toggle moving flames\\ 22 + \opt{recorder,recorderv2fm,h1xx,h300}{Stop}\opt{ondio}{Off}\opt{ipodcolor,ipodnano,ipodvideo}{Menu} 23 + & Quit\\\bottomrule 24 + \end{tabular} 25 + \end{center} 26 + \end{table}
manual/plugins/images/ss-fire-112x64x1.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-fire-160x128x2.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-fire-176x132x16.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-fire-220x176x16.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-fire-320x240x16.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-plasma-112x64x1.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-plasma-160x128x2.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-plasma-176x132x16.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-plasma-220x176x16.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-plasma-320x240x16.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-starfield-112x64x1.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-starfield-160x128x2.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-starfield-176x132x16.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-starfield-220x176x16.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-starfield-320x240x16.png

This is a binary file and will not be displayed.

+14
manual/plugins/logo.tex
··· 1 + \subsection{Logo} 2 + Demo showing the Rockbox logo bouncing around the screen. 3 + 4 + \begin{table}[ht!] 5 + \begin{center} 6 + \begin{tabular}{ll}\toprule 7 + \textbf{Key} & \textbf{Action}\\\midrule 8 + \opt{player}{Plus / Minus, On+Plus / On+Minus}\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano,ipodvideo}{Directions} 9 + & Increase / decrease speed in either direction.\\ 10 + \opt{player,recorder,recorderv2fm,h1xx,h300}{Stop}\opt{ondio}{Off}\opt{ipodcolor,ipodnano,ipodvideo}{Menu} 11 + & Quit\\\bottomrule 12 + \end{tabular} 13 + \end{center} 14 + \end{table}
+8
manual/plugins/main.tex
··· 61 61 62 62 \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/cube.tex}} 63 63 64 + \opt{HAVE_LCD_BITMAP}{\input{plugins/fire.tex}} 65 + 64 66 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{\input{plugins/grayscale.tex}} 65 67 66 68 {\input{plugins/hello.tex}} 69 + 70 + {\input{plugins/logo.tex}} 67 71 68 72 \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/mandelbrot.tex}} 69 73 ··· 71 75 72 76 \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/oscilloscope.tex}} 73 77 78 + \opt{HAVE_LCD_BITMAP}{\input{plugins/plasma.tex}} 79 + 74 80 \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/snow.tex}} 81 + 82 + \opt{HAVE_LCD_BITMAP}{\input{plugins/starfield.tex}} 75 83 76 84 \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/vumeter.tex}} 77 85
+23
manual/plugins/plasma.tex
··· 1 + \subsection{Plasma} 2 + \begin{figure}[ht!] 3 + \begin{center} 4 + \includegraphics[width=4cm]{plugins/images/ss-plasma-\genericimg.png} 5 + \end{center} 6 + \caption{Plasma} 7 + \end{figure} 8 + Plasma is a demo displaying a 80's style retro plasma effect. 9 + 10 + \begin{table}[ht!] 11 + \begin{center} 12 + \begin{tabular}{ll}\toprule 13 + \textbf{Key} & \textbf{Action}\\\midrule 14 + \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up}\opt{ipodcolor,ipodnano,ipodvideo}{Scroll backward} 15 + & Increase frequency\\ 16 + \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down}\opt{ipodcolor,ipodnano,ipodvideo}{Scroll forward} 17 + & Decrease frequency\\ 18 + \opt{ipodcolor,ipodnano,ipodvideo}{Select & Change colours\\}\opt{h300}{Navi & Change colours\\} 19 + \opt{recorder,recorderv2fm,h1xx,h300}{Stop}\opt{ondio}{Off}\opt{ipodcolor,ipodnano,ipodvideo}{Menu} 20 + & Quit\\\bottomrule 21 + \end{tabular} 22 + \end{center} 23 + \end{table}
+24
manual/plugins/starfield.tex
··· 1 + \subsection{Starfield} 2 + \begin{figure}[ht!] 3 + \begin{center} 4 + \includegraphics[width=4cm]{plugins/images/ss-starfield-\genericimg.png} 5 + \end{center} 6 + \caption{Starfield} 7 + \end{figure} 8 + Starfield simulation (like the classic screensaver). 9 + 10 + \begin{table}[ht!] 11 + \begin{center} 12 + \begin{tabular}{ll}\toprule 13 + \textbf{Key} & \textbf{Action}\\\midrule 14 + Right & Increase number of stars\\ 15 + Left & Decrease number of stars\\ 16 + \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up}\opt{ipodcolor,ipodnano,ipodvideo}{Scroll backward} 17 + & Increase speed\\ 18 + \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down}\opt{ipodcolor,ipodnano,ipodvideo}{Scroll forward} 19 + & Decrease speed\\ 20 + \opt{recorder,recorderv2fm,h1xx,h300}{Stop}\opt{ondio}{Off}\opt{ipodcolor,ipodnano,ipodvideo}{Menu} 21 + & Quit\\\bottomrule 22 + \end{tabular} 23 + \end{center} 24 + \end{table}