mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
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
This commit is contained in:
parent
aafe2dd2d1
commit
bc5a638594
11 changed files with 153 additions and 6 deletions
|
|
@ -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.
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue