summaryrefslogtreecommitdiffstats
path: root/manual/main_menu/fmradio.tex
blob: 56fe40a6bec5e110dd440207e01ebc193cd4a0c9 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
% $Id$ %
\section{\label{ref:FMradio}FM Radio}
\opt{sansa}{
  \note{Not all Sansas have a radio receiver. Generally all American models do,
  but European models might not. Rockbox will display the radio menu only if it
  can find a radio receiver in your Sansa.}
}

\screenshot{main_menu/images/ss-fm-radio-screen}{The FM radio screen}{}
  This menu option switches to the radio screen.
  The FM radio has the ability to remember station frequency settings
  (presets). Since stations and their frequencies vary depending on location,
  it is possible to load these settings from a file. Such files should have
  the filename extension \fname{.fmr} and reside in the directory
  \fname{/.rockbox/fmpresets} (note that this directory does not exist after
  the initial Rockbox installation; you should create it manually). To load
  the settings, i.e. a set of FM stations, from a preset file, just ``play''
  it from the file browser. Rockbox will ``remember'' and use it in
  \setting{PRESET} mode until another file has been selected. Some preset
  files are available here: \wikilink{FmPresets}.

  \opt{recording}{
      \opt{swcodec}{
         It is also possible to record the FM radio while listening.
         To start recording, enter the FM radio settings menu with
         \ActionFMMenu{} and then select \setting{Recording}.
         At this point, you will be switched to the \setting{Recording Screen}.
         Further information on \setting{Recording} can be found in
         \reference{ref:Recording}.
      }
  }

      \begin{btnmap}
          \ActionFMPrev, \ActionFMNext
          \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMPrev, \ActionRCFMNext}
          & Change frequency in \setting{SCAN} mode or jump to next/previous
          station in \setting{PRESET} mode.\\
          %
          Long \ActionFMPrev, Long \ActionFMNext
          \opt{HAVEREMOTEKEYMAP}{& Long \ActionRCFMPrev, Long \ActionRCFMNext}
          & Seek to next station in \setting{SCAN} mode.\\
          %
          \opt{SANSA_FUZEPLUS_PAD}{
              \ActionFMPrevPreset, \ActionFMNextPreset
              & Jump to next/previous preset station.\\
          }
          %
          \ActionFMSettingsInc, \ActionFMSettingsDec
          \opt{HAVEREMOTEKEYMAP}{
              &
              \opt{IRIVER_RC_H100_PAD}{\ActionRCFMVolUp, \ActionRCFMVolDown}%
              \nopt{IRIVER_RC_H100_PAD}{\ActionRCFMSettingsInc, \ActionRCFMSettingsDec}%
          }
          & Change volume.\\

          %
          \ActionFMExit
          \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMExit}
          & Leave the radio screen with the radio playing.\\
          %
          \ActionFMStop
          \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMStop}
          & Stop the radio and return to \setting{Main Menu}.\\%
          %
            \ActionFMPlay
              \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMPlay}
              & Mute radio playback.\\%
            %
            \ActionFMMode
            \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMMode}
            & Switch between \setting{SCAN} and \setting{PRESET} mode.\\
            %
            \ActionFMPreset
            \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMPreset}
            & Open a list of radio presets. You can view all the presets that
              you have, and switch to the station.\\
          %
          %
          \ActionFMMenu
          \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMMenu}
          & Display the FM radio settings menu.\\
          %
          % software hold targets
          \nopt{hold_button}{%
            \opt{SANSA_CLIP_PAD}{\ButtonHome+\ButtonSelect}
            \opt{SANSA_FUZEPLUS_PAD}{\ButtonPower}
            & Key lock (software hold switch) on/off.\\
          }%
       \end{btnmap}

  \begin{description}

  \item[Saving a preset:]
    Up to 64 of your favourite stations can be saved as presets.
      \ActionFMMenu{} to go to the menu, then select \setting{Add preset}.%
    Enter the name (maximum number of characters is 32).
    Press \ActionKbdDone{} to save.

  \item[Selecting a preset:]
        \ActionFMPreset to go to the presets list.
        Use \ActionFMSettingsInc{} and \ActionFMSettingsDec{}
        to move the cursor and then press \ActionStdOk{}
        to select. Use \ActionStdCancel{} to leave the preset list without selecting
        anything.

  \item[Removing a preset:]
        \ActionFMPreset to go to the presets list.
        Use \ActionFMSettingsInc{} and \ActionFMSettingsDec{}
        to move the cursor and then press \ActionStdContext{}
        on the preset that you wish to remove, then select \setting{Remove Preset}.
  \end{description}
  \note{The radio will turn off when starting playback of an audio file.}