summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/appendix/wps_tags.tex12
1 files changed, 8 insertions, 4 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 06bae6ce89..c4e96a29e3 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -389,12 +389,15 @@ theme}. For this feature to work, there are a few requirements.
389 389
390\subsection{Limitations} 390\subsection{Limitations}
391 391
392Rockbox does not support album art embedded in your files' tags, and will 392Rockbox supports embedded album art only for formats that use ID3v2 tags, such
393instead look for a picture located on disk. In addition to this, the 393as MP3. It additionally supports loading images located on the \disk{}.
394pictures must be in either BMP or JPEG format. Rockbox does not support 394The image files must be in either BMP or JPEG format, while embedded album art
395is currently limited to JPEG. Rockbox does not support
395RLE-compressed BMP files, nor does it support progressive and multi-scan 396RLE-compressed BMP files, nor does it support progressive and multi-scan
396JPEG files. JPEG files must consist of a single scan with interleaved components, 397JPEG files. Embedded JPEG images must not be unsynchronized.
398JPEG files must consist of a single scan with interleaved components,
397as progessive and multi-scan images require much more memory to decode. 399as progessive and multi-scan images require much more memory to decode.
400Pictureflow does not currently support embedded album art.
398 401
399\subsection{Where to put album art} 402\subsection{Where to put album art}
400 403
@@ -407,6 +410,7 @@ is as follows (a list in braces means that those file extensions are tried in
407that order): 410that order):
408 411
409\begin{enumerate} 412\begin{enumerate}
413\item embedded (JPEG images in ID3v2 tags only)
410\item \fname{./filename.\{jpeg,jpg,bmp\}} 414\item \fname{./filename.\{jpeg,jpg,bmp\}}
411\item \fname{./albumtitle.\{jpeg,jpg,bmp\}} 415\item \fname{./albumtitle.\{jpeg,jpg,bmp\}}
412\item \fname{./cover.\{jpeg,jpg,bmp\}} 416\item \fname{./cover.\{jpeg,jpg,bmp\}}