summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/config_file_options.tex4
-rw-r--r--manual/configure_rockbox/playback_options.tex8
2 files changed, 12 insertions, 0 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index b7e807baf4..09bc148535 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -132,6 +132,10 @@
132 rewind duration on pause & 0 to 15 & s\\ 132 rewind duration on pause & 0 to 15 & s\\
133 disable autoresume if phones not present & off, on & N/A\\ 133 disable autoresume if phones not present & off, on & N/A\\
134 Last.fm Logging & off, on & N/A\\ 134 Last.fm Logging & off, on & N/A\\
135 \opt{albumart}{
136 album art
137 & off, prefer embedded, prefer image file & N/A\\
138 }
135 talk dir & off, number, spell& N/A\\ 139 talk dir & off, number, spell& N/A\\
136 talk dir clip & off, on & N/A\\ 140 talk dir clip & off, on & N/A\\
137 talk file & off, number, spell& N/A\\ 141 talk file & off, number, spell& N/A\\
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex
index 6c8f5de316..2619125e5e 100644
--- a/manual/configure_rockbox/playback_options.tex
+++ b/manual/configure_rockbox/playback_options.tex
@@ -324,3 +324,11 @@ you to configure settings related to audio playback.
324 your audio. This is typically 44.1kHz.} 324 your audio. This is typically 44.1kHz.}
325 \note{Opus files are always 48kHz.} 325 \note{Opus files are always 48kHz.}
326} 326}
327
328\opt{albumart}{
329 \section{Album Art}
330 Album art will not be loaded or displayed when set to \setting{Off}.
331 To prefer loading album art that is stored in a separate image file, set to
332 \setting{Prefer Image File}. The default behavior is to
333 \setting{Prefer Embedded} album art.
334} \ No newline at end of file