summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-12-17 15:07:55 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-12-17 15:07:55 +0000
commitf372212adf279d12c88d6bde948d11cf3ad002b3 (patch)
tree827099334264b923766045a372741cd6a1d8d325
parentf0f24a3b4a516ba73ff7570db81abda8ed8bc0e6 (diff)
downloadrockbox-f372212adf279d12c88d6bde948d11cf3ad002b3.tar.gz
rockbox-f372212adf279d12c88d6bde948d11cf3ad002b3.zip
Add new metadata feature to the manual section 'Featureset for generic metadata tags'.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31344 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/file_formats.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex
index a086c5d2f7..d6d6593990 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -332,12 +332,13 @@
332 332
333 \subsection{Featureset for generic metadata tags} 333 \subsection{Featureset for generic metadata tags}
334 \label{ref:featureset_for_generic_metadata_tags} 334 \label{ref:featureset_for_generic_metadata_tags}
335 \begin{rbtabular}{0.80\textwidth}{lXXXXX}% 335 \begin{rbtabular}{0.90\textwidth}{lXXXXX}%
336 {\textbf{Feature} & \textbf{ID3} & \textbf{APE} & \textbf{Vorbis} & 336 {\textbf{Feature} & \textbf{ID3} & \textbf{APE} & \textbf{Vorbis} &
337 \textbf{MP4} & \textbf{ASF}}{}{} 337 \textbf{MP4} & \textbf{ASF}}{}{}
338 Embedded albumart \fname{.bmp} & & & & & \\ 338 Embedded albumart \fname{.bmp} & & & & & \\
339 Embedded albumart \fname{.jpg} & x & x & & x & x \\ 339 Embedded albumart \fname{.jpg} & x & x & & x & x \\
340 Embedded albumart \fname{.png} & & & & & \\ 340 Embedded albumart \fname{.png} & & & & & \\
341 Embedded cuesheet & x & & x & & \\
341 Replaygain information & x & x & x & x & x \\ 342 Replaygain information & x & x & x & x & x \\
342 Title (string) & x & x & x & x & x \\ 343 Title (string) & x & x & x & x & x \\
343 Artist (string) & x & x & x & x & x \\ 344 Artist (string) & x & x & x & x & x \\