diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2011-11-26 22:51:19 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2011-11-26 22:51:19 +0000 |
| commit | fc81af98ee6798814fbd896e4ff44f0cd4eb3d6f (patch) | |
| tree | b66abc9e09ff8765051609020ca2e496c27b2c50 | |
| parent | 9fdfb79f12a80c8ef253748743f786eb89c6730e (diff) | |
| download | rockbox-fc81af98ee6798814fbd896e4ff44f0cd4eb3d6f.zip rockbox-fc81af98ee6798814fbd896e4ff44f0cd4eb3d6f.tar.gz rockbox-fc81af98ee6798814fbd896e4ff44f0cd4eb3d6f.tar.bz2 rockbox-fc81af98ee6798814fbd896e4ff44f0cd4eb3d6f.tar.xz | |
Replace embedded AA limitations by a reference to the "official" list of supported AA tags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31062 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/appendix/file_formats.tex | 1 | ||||
| -rw-r--r-- | manual/appendix/wps_tags.tex | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index 8062694..a256a2a 100644 --- a/manual/appendix/file_formats.tex +++ b/manual/appendix/file_formats.tex @@ -328,6 +328,7 @@ \end{rbtabular} \subsection{Featureset for generic metadata tags} + \label{ref:featureset_for_generic_metadata_tags} \begin{rbtabular}{0.80\textwidth}{lXXXXX}% {\textbf{Feature} & \textbf{ID3} & \textbf{APE} & \textbf{Vorbis} & \textbf{MP4} & \textbf{ASF}}{}{} diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 5b3549d..6fd2f2d 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -422,8 +422,9 @@ theme}. For this feature to work, there are a few requirements. \subsection{Limitations} -Rockbox supports embedded album art only for formats that use ID3v2 tags, such -as MP3. It additionally supports loading images located on the \disk{}. +Rockbox supports embedded album art only for some specific formats, see +\reference{ref:featureset_for_generic_metadata_tags} for full details. It additionally supports +loading images located on the \disk{}. The image files must be in either BMP or JPEG format, while embedded album art is currently limited to JPEG. Rockbox does not support RLE-compressed BMP files, nor does it support progressive and multi-scan |