···11+\subsection{Announce Status}
22+33+The \setting{Announce Status} plugin allows you to use the voice system to announce things in the audio stream
44+55+Currently the list includes:
66+\begin{itemize}
77+\item Time (If applicable)
88+\item Date (If applicable)
99+\item Track name (spelled)
1010+\item Artist name (spelled)
1111+\item Track Elapsed / Remaining
1212+\item Playlist position
1313+\item Battery level
1414+\item Sleep Timer remaining
1515+\item Running time
1616+\end{itemize}
1717+1818+\subsubsection{Configuration}
1919+The input for announce format is actually a parsed string of options
2020+while you can edit the items directly to get your preferred order preset options are included.
2121+If you choose to manually edit the option string the input box helpfully has all valid options for the parser
2222+2323+2424+\setting{TIME}
2525+\begin{itemize}
2626+\item DT current time
2727+\item D1 'time'
2828+\item DD current date
2929+\item D2 'date'
3030+\end{itemize}
3131+3232+\setting{TRACK}
3333+\begin{itemize}
3434+\item TT title (spelled)
3535+\item TA artist (spelled)
3636+\item TE elapsed
3737+\item TL length
3838+\item TR remaining
3939+\item T1 'elapsed'
4040+\item T2 'remaining'
4141+\item T3 'of'
4242+\end{itemize}
4343+4444+\setting{PLAYLIST}
4545+\begin{itemize}
4646+\item PC current track
4747+\item PN total tracks
4848+\item PR remaining tracks
4949+\item P1 'track'
5050+\item P2 'of'
5151+\end{itemize}
5252+5353+\setting{BATTERY}
5454+\begin{itemize}
5555+\item BP level (percentage 0-100)
5656+\item BM remaining time (HMS)
5757+\item B1 'battery level'
5858+\end{itemize}
5959+6060+\setting{SLEEPTIMER/RUNTIME}
6161+\begin{itemize}
6262+\item RT runtime (HMS)
6363+\item R1 'running time'
6464+\item RS sleep timer remaining (HMS)
6565+\item R2 'sleep time'
6666+\item R3 'remaining'
6767+\end{itemize}
6868+6969+\subsubsection{Usage}
7070+\begin{description}
7171+\item[Timeout] [0-360] seconds announcements will not repeat until timeout is met.
7272+\item[Announce on] [Off, Track Change].
7373+\item[Grouping] [0-7] 0- play all, 1-7 only announce the first n items.
7474+ Helpful for infrequently used items.
7575+\item[Announcement format] Select from preset options or manually enter your own.
7676+\item[Quit] Exit without Saving.
7777+\item[Save and Exit] Save settings and exit
7878+\end{description}
7979+8080+Now that we have configuration out of the way (don't forget the preset options if this looks daunting)
8181+8282+Not quite out of the woods yet though...
8383+8484+You can choose to get announcements each track change or only when you run the plugin again
8585+it would get quite annoying to have to go run the plugin every time you wanted a status update though
8686+8787+Enter the \setting{WPS Hotkey}
8888+now we will assign the wps hotkey to announce_status
8989+Settings>General Settings>What's Playing Screen>WPS Hotkey
9090+choose 'OpenPlugin' browse to 'demos'
9191+finally choose 'announce_status'
9292+9393+Now you should be able to press your wps hotkey and get status updates on command.
9494+9595+\note{
9696+This is actually a plugin running on top of the WPS screen and as such running other plugins stops the announce plugin
9797+so if you only choose the track change option you should probably set the announce plugin to open on startup and keep
9898+in mind that you may have to start the plugin again later.}
9999+}
···11+\subsection{Multiboot Select}
22+The \setting{Multiboot Select} plugin allows you to select from multiple
33+versions of rockbox on devices that support it.
44+55+\subsubsection{How it works}
66+Normally your \setting{Rockbox} install lives in the root of your main drive
77+On devices with multiboot your rockbox install can live in a separate folder
88+\opt{multidrive_usb}{on the external drive}.
99+1010+Once several installs exist, \setting{Multiboot Select} will allow you to
1111+select them for next boot or even reboot with your selected install immediately.
1212+1313+\subsubsection{Menu}
1414+\begin{description}
1515+\item[Select root] Displays a list of installs found on the device.
1616+\item[Clear redirect] Removes all redirects returning to default install
1717+\item[Using root] Displays the currently selected install path
1818+\item[Save and Exit] Saves the currently selected install to be run next boot.
1919+\item[Save and Reboot] Saves the currently selected install and reboots immediately.
2020+\item[Save and Exit] Exit without saving changes.
2121+\end{description}
+26
manual/plugins/open_plugins.tex
···11+\subsection{OpenPlugins}
22+\setting{Rockbox} uses an on disk database to store plugins and parameters.
33+\setting{OpenPlugins} allows viewing/editing/exporting items from this database.
44+55+\subsubsection{How it works}
66+\setting{OpenPlugins} displays a list of plugins you have set for actions such
77+as your \setting{Wps Hotkey}, \setting{Wps Context Plugin}, or \setting{Startup Plugin}.
88+You can export these entries or your own custom entries to a shortcut.
99+Any time this shortcut is run your selected parameters (or file) will be supplied.
1010+1111+If no items currently exist there will only be a single item 'Add',
1212+on selection you will be presented with the file browser choose a plugin.
1313+1414+After selecting a plugin you will have a new entry long press on an entry will
1515+display the context menu where you can edit the name,
1616+add parameters or even remove the entry.
1717+Selecting the entry will run it immediately.
1818+1919+\begin{description}
2020+\item[Run] Exit and run selected entry.
2121+\item[Edit] Edit the name, path or parameters of the selected entry.
2222+\item[Remove] Delete the selected entry.
2323+\item[Export] Export selected entry you can change the filename if desired.
2424+\item[Add] On selection you will be presented with the file browser choose a plugin.
2525+\item[Back] Return to previous menu.
2626+\end{description}