2006-04-17 16:55:14 +00:00
|
|
|
% $Id$ %
|
2006-03-31 11:54:55 +00:00
|
|
|
\chapter{Plugins}\label{ref:plugins}
|
2006-07-25 20:46:04 +00:00
|
|
|
Plugins are little programs that Rockbox can load and run. Only one plugin can
|
|
|
|
be loaded at a time. Plugins 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. Most
|
|
|
|
plugins will not interfere with music playback but some of them will stop
|
2006-08-15 10:53:14 +00:00
|
|
|
playback while running. Plugins have the file extension \fname{.rock}. Most of
|
2006-07-25 20:46:04 +00:00
|
|
|
them can be started from \setting{Browse Plugins} in the \setting{Main Menu}.
|
|
|
|
|
|
|
|
Viewer plugins get started automatically by opening an associated file (i.e.
|
|
|
|
text files, chip8 games), or from the \setting{Open with} option on the
|
|
|
|
\setting{File Menu}.
|
2006-02-11 01:29:51 +00:00
|
|
|
|
|
|
|
\section{Games}
|
2006-06-06 15:54:11 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}
|
2006-08-01 11:57:38 +00:00
|
|
|
{See also the Chip{}-8 emulator in \reference{ref:Chip8emulator}
|
2006-07-25 20:46:04 +00:00
|
|
|
\opt{recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodvideo}
|
2006-08-01 11:57:38 +00:00
|
|
|
{and Rockboy in \reference{ref:Rockboy}}.}
|
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-06-06 15:54:11 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/chessbox.tex}}
|
2006-03-12 12:56:49 +00:00
|
|
|
|
2006-09-10 09:52:56 +00:00
|
|
|
\opt{SWCODEC}{\input{plugins/doom.tex}}
|
2006-04-04 19:12:02 +00:00
|
|
|
|
2006-06-06 15:54:11 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/flipit.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
|
|
|
\opt{player}{\input{plugins/jackpot.tex}}
|
|
|
|
|
2006-06-06 15:54:11 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/jewels.tex}}
|
2006-03-20 11:27:04 +00:00
|
|
|
|
2006-06-06 15:54:11 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/minesweeper.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
|
|
|
\opt{player}{\input{plugins/nim.tex}}
|
|
|
|
|
2006-06-06 15:54:11 +00:00
|
|
|
\opt{h1xx,HAVE_LCD_COLOR}{\input{plugins/pacbox.tex}}
|
2006-03-13 21:36:35 +00:00
|
|
|
|
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-06-06 15:54:11 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/sliding.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-06-06 15:54:11 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\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-06-04 16:32:50 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\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-09-10 09:52:56 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,ipod3g,ipod4g,HAVE_LCD_COLOR}{\input{plugins/sudoku.tex}}
|
2006-06-06 15:54:11 +00:00
|
|
|
|
2006-09-19 21:29:22 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/rockblox.tex}}
|
2006-03-25 18:16:36 +00:00
|
|
|
|
2006-08-23 17:10:08 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD,IPOD_3G_PAD}{\input{plugins/wormlet.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-06-06 15:54:11 +00:00
|
|
|
\opt{SWCODEC}{\input{plugins/xobox.tex}}
|
2006-03-19 18:41:17 +00:00
|
|
|
|
2006-02-11 01:29:51 +00:00
|
|
|
\section{Demos}
|
|
|
|
|
2006-06-06 15:54:11 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\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-09-10 09:52:56 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/mandelbrot.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-06-06 15:54:11 +00:00
|
|
|
{\input{plugins/mosaic.tex}}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
2006-06-06 15:54:11 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\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-06-06 15:54:11 +00:00
|
|
|
{\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-06-06 15:54:11 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\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''
|
2006-09-10 09:52:56 +00:00
|
|
|
the associated file. Viewers are stored in the
|
2006-02-11 01:29:51 +00:00
|
|
|
\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-09-10 09:52:56 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\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-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
|
|
|
|
2006-08-27 17:05:57 +00:00
|
|
|
\opt{recorder,recorderv2fm,ondio}{\input{plugins/wavplay.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
|
|
|
\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-09-03 11:58:25 +00:00
|
|
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/disktidy.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}}
|