forked from len0rd/rockbox
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
|
|
@ -16187,3 +16187,45 @@
|
|||
*: "Descending"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ALBUM_ART
|
||||
desc: in Settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Album Art"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Album Art"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Album Art"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PREFER_EMBEDDED
|
||||
desc: in Settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Prefer Embedded"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Prefer Embedded"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Prefer Embedded"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PREFER_IMAGE_FILE
|
||||
desc: in Settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Prefer Image File"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Prefer Image File"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Prefer Image File"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue