blob: 617a208fdbb3e823c7cd48e851b7db1ac300008b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
\subsection{Alarm Clock}
This plugin is an alarm clock, which resumes a paused song at a given time.
\subsubsection{Key configuration}
\begin{btnmap}
\PluginLeft{} / \PluginRight
\opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft{} / \PluginRCRight}
& Switch between hours/minutes selection \\
\opt{scrollwheel}{\PluginScrollBack{} / \PluginScrollFwd{} or}
\PluginUp{} / \PluginDown
\opt{HAVEREMOTEKEYMAP}{& \PluginRCUp{} / \PluginRCDown}
& Increase/Decrease hours/minutes \\
\PluginSelect
\opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect}
& Set the alarm \\
\PluginCancel
\opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
& Exit \\
\end{btnmap}
\subsubsection{Setting an alarm}
First select a track and play it, then launch the ``alarmclock'' plugin. The
plugin pauses the playback. Enter a 24h-time (e.g. 13:58) and set the alarm.
Music playback will resume when the set time is reached.
|