summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/appendix/config_file_options.tex2
-rw-r--r--manual/appendix/file_formats.tex2
-rw-r--r--manual/configure_rockbox/playback_options.tex10
3 files changed, 13 insertions, 1 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index 0de643ae70..61e374a4da 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -87,6 +87,8 @@
87 & on, off & N/A\\ 87 & on, off & N/A\\
88 warn when erasing dynamic playlist 88 warn when erasing dynamic playlist
89 & on, off & N/A\\ 89 & on, off & N/A\\
90 cuesheet support
91 & on, off & N/A\\
90% 92%
91 \opt{SWCODEC}{ 93 \opt{SWCODEC}{
92 replaygain & on, off & N/A\\ 94 replaygain & on, off & N/A\\
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex
index 88c89ba48f..29be2ab187 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -12,6 +12,8 @@
12 & Audio file & 12 & Audio file &
13 \opt{MASCODEC}{mp3}\opt{SWCODEC}{\emph{various}} 13 \opt{MASCODEC}{mp3}\opt{SWCODEC}{\emph{various}}
14 & Rockbox takes you to the WPS and starts playing the file \\ 14 & Rockbox takes you to the WPS and starts playing the file \\
15 \includegraphics[width=0.37cm]{appendix/images/icon-cuesheet.png}
16 & Cuesheet & \fname{.cue} & View a cuesheet file \\
15\includegraphics[width=0.37cm]{appendix/images/icon-wav-file.png} 17\includegraphics[width=0.37cm]{appendix/images/icon-wav-file.png}
16 & Wave Audio File & \fname{.wav} & Play a WAV file \\% 18 & Wave Audio File & \fname{.wav} & Play a WAV file \\%
17\includegraphics[width=0.37cm]{appendix/images/icon-playlist.png} 19\includegraphics[width=0.37cm]{appendix/images/icon-playlist.png}
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex
index 45f3c9be47..29e6d6e94a 100644
--- a/manual/configure_rockbox/playback_options.tex
+++ b/manual/configure_rockbox/playback_options.tex
@@ -218,7 +218,7 @@ related to audio playback.
218 \setting{Auto-Change Directory} to function properly.} 218 \setting{Auto-Change Directory} to function properly.}
219 219
220 % 220 %
221\opt{ipodnano,ipodvideo,ipodmini,ipod4g,ipod3g,ipodcolor}{ 221\opt{ipodnano,ipodvideo,ipodmini,ipod4g,ipod3g,ipodcolor,gigabeatf}{
222\item[Pause on headphone unplug.] Enables and disables automatic pausing of 222\item[Pause on headphone unplug.] Enables and disables automatic pausing of
223 playback when the headphones are disconnected from the \daps{} headphone 223 playback when the headphones are disconnected from the \daps{} headphone
224 socket. 224 socket.
@@ -256,4 +256,12 @@ related to audio playback.
256 \note{See \wikilink{LastFMLog} for a further description, and for tools you 256 \note{See \wikilink{LastFMLog} for a further description, and for tools you
257 can use to submit your Last.fm log.} 257 can use to submit your Last.fm log.}
258 258
259\item[Cuesheet Support.]\index{Cuesheet Support}
260 Enables reading of cuesheet files for played tracks. If a cuesheet is found
261 for a track, track markers are displayed on the progressbar and it is
262 possible to skip between the tracks within the cuesheet. Also the information
263 found in the cuesheet file will replace the information from the ID3 tags.
264 When you enable this option, you'll have to reboot for it to come into
265 effect.
266
259\end{description} 267\end{description}