2006-04-17 16:55:14 +00:00
|
|
|
% $Id$ %
|
2006-03-31 11:54:55 +00:00
|
|
|
\chapter{Plugins}\label{ref:plugins}
|
2006-02-11 01:29:51 +00:00
|
|
|
Plugins are little programs that Rockbox can load and run. Plugins have
|
|
|
|
the file extension .rock. Most of them can be started from the main
|
|
|
|
menu if you put them in the \textbf{/.rockbox/rocks} directory. Press
|
2006-04-05 18:32:07 +00:00
|
|
|
PLAY on them to start them.
|
2006-02-11 01:29:51 +00:00
|
|
|
|
|
|
|
Viewer plugins get started automatically by
|
|
|
|
``playing'' an associated file (i.e. text
|
2006-03-07 10:07:35 +00:00
|
|
|
files, chip8 games), or from the ``Open with'' option on the File menu.\\
|
2006-02-11 01:29:51 +00:00
|
|
|
|
|
|
|
\textbf{The plugin loader}
|
|
|
|
Only one plugin can be loaded at a time. Plugins run in the GUI thread
|
|
|
|
and have exclusive control over the user interface. This means you
|
|
|
|
cannot switch back and forth between a plugin and Rockbox. A plugin is
|
|
|
|
loaded, run and then exited, which returns control to Rockbox. Music
|
|
|
|
will carry on playing whilst plugins are being run.
|
|
|
|
|
|
|
|
\section{Games}
|
2006-03-11 07:52:11 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}
|
2006-03-12 22:29:15 +00:00
|
|
|
{See also the Chip{}-8 emulator on page \pageref{ref:Chip8emulator}
|
2006-03-14 08:20:39 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor}{, Rockboy on page
|
|
|
|
\pageref{ref:Rockboy} and Sudoku on page \pageref{ref:Sudoku}}.}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-03-31 00:10:22 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/brickmania.tex}}
|
2006-03-11 16:28:33 +00:00
|
|
|
|
2006-05-31 12:41:53 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/bubbles.tex}}
|
2006-03-21 20:41:06 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/chessbox.tex}}
|
2006-03-12 12:56:49 +00:00
|
|
|
|
2006-04-04 19:12:02 +00:00
|
|
|
\opt{h1xx,h300,ipodcolor,ipodnano,ipodvideo}{\input{plugins/doom.tex}}
|
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/flipit.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
|
|
|
\opt{player}{\input{plugins/jackpot.tex}}
|
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/jewels.tex}}
|
2006-03-20 11:27:04 +00:00
|
|
|
|
2006-05-27 17:12:08 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD,x5}{\input{plugins/minesweeper.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
|
|
|
\opt{player}{\input{plugins/nim.tex}}
|
|
|
|
|
2006-03-13 21:36:35 +00:00
|
|
|
\opt{h1xx,h300,ipodcolor,ipodnano}{\input{plugins/pacbox.tex}}
|
|
|
|
|
2006-05-29 12:17:44 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/pong.tex}}
|
2006-03-12 22:29:15 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/rockblox.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/sliding.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/snake.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-30 12:05:01 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/snake2.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/sokoban.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-31 12:41:53 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/solitaire.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-31 11:26:25 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/spacerocks.tex}}
|
|
|
|
|
2006-05-31 14:18:24 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/star.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-03-25 18:16:36 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/tetrox.tex}}
|
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/wormlet.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{h1xx,h300,IPOD_4G_PAD}{\input{plugins/xobox.tex}}
|
2006-03-19 18:41:17 +00:00
|
|
|
|
2006-02-11 01:29:51 +00:00
|
|
|
\section{Demos}
|
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/bounce.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-03-25 18:16:36 +00:00
|
|
|
{\input{plugins/credits.tex}}
|
|
|
|
|
2006-05-30 10:28:00 +00:00
|
|
|
{\input{plugins/cube.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-03-19 18:41:17 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/demystify.tex}}
|
|
|
|
|
2006-03-16 20:53:09 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/fire.tex}}
|
|
|
|
|
|
|
|
{\input{plugins/logo.tex}}
|
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipod4g,ipodcolor,ipodnano,ipodvideo}{\input{plugins/mandelbrot.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{player,recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/mosaic.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/oscilloscope.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-03-16 20:53:09 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/plasma.tex}}
|
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{player,recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/snow.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-03-16 20:53:09 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/starfield.tex}}
|
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/vumeter.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
|
|
|
\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/viewers/ }directory.
|
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/chip8emulator.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano,ipodvideo}{\input{plugins/jpegviewer.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-02-21 11:54:53 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio}{\input{plugins/movieplayer.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-02-21 11:54:53 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio}{\input{plugins/rockbox_flash.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodvideo}{\input{plugins/rockboy.tex}}
|
2006-03-14 08:20:39 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
{\input{plugins/search.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
{\input{plugins/sort.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipod4g,ipodcolor,ipodnano,ipodvideo}{\input{plugins/sudoku.tex}}
|
2006-03-12 22:29:15 +00:00
|
|
|
|
2006-03-28 22:46:54 +00:00
|
|
|
{\input{plugins/text_viewer.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
{\input{plugins/vbrfix.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
|
|
|
\section{Applications}
|
|
|
|
|
2006-03-28 12:18:51 +00:00
|
|
|
\opt{player,recorder,recorderv2fm}{\input{plugins/alpinecdc.tex}}
|
|
|
|
|
2006-03-27 17:12:14 +00:00
|
|
|
{\input{plugins/batterybenchmark.tex}}
|
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
{\input{plugins/battery_test.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/calculator.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-31 12:41:53 +00:00
|
|
|
\opt{recorder,recorderv2fm}{\input{plugins/calendar.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
{\input{plugins/chess_clock.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-06-03 05:02:15 +00:00
|
|
|
\opt{CONFIG_RTC}{\input{plugins/clock.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-03-25 18:16:36 +00:00
|
|
|
{\input{plugins/dice.tex}}
|
|
|
|
|
2006-05-31 12:41:53 +00:00
|
|
|
\opt{player}{\input{plugins/euro_converter.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
{\input{plugins/favorites.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-02-21 11:54:53 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio}{\input{plugins/firmware_flash.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
{\input{plugins/metronome.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-02-21 11:54:53 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio}{\input{plugins/split_editor.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-03-25 18:16:36 +00:00
|
|
|
{\input{plugins/stats.tex}}
|
|
|
|
|
2006-05-20 11:54:27 +00:00
|
|
|
{\input{plugins/stopwatch.tex}}
|
2006-04-05 18:32:07 +00:00
|
|
|
|
2006-05-31 12:41:53 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/text_editor.tex}}
|