From bc5a6385949c9f0a17173f3512aa9a6db9175803 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Fri, 19 Nov 2021 05:11:13 +0100 Subject: Option to switch off album art or to prefer file over embedded Large embedded album art can cause pauses during playback or when skipping between tracks, especially on older devices, but embedded art is currently loaded even when separately stored smaller image files would be available. A workaround is to remove large album art from the metadata of files. This now adds a setting to either turn off loading of album art completely, or to prefer loading the album art from a separate image file and thus ignore the embedded versions. Change-Id: I22fb581abf56072e35e6c29d72e553747ec1a96a --- manual/configure_rockbox/playback_options.tex | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'manual/configure_rockbox/playback_options.tex') 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. your audio. This is typically 44.1kHz.} \note{Opus files are always 48kHz.} } + +\opt{albumart}{ + \section{Album Art} + Album art will not be loaded or displayed when set to \setting{Off}. + To prefer loading album art that is stored in a separate image file, set to + \setting{Prefer Image File}. The default behavior is to + \setting{Prefer Embedded} album art. +} \ No newline at end of file -- cgit v1.2.3