diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-12-17 15:07:55 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-12-17 15:07:55 +0000 |
| commit | f372212adf279d12c88d6bde948d11cf3ad002b3 (patch) | |
| tree | 827099334264b923766045a372741cd6a1d8d325 /manual/appendix | |
| parent | f0f24a3b4a516ba73ff7570db81abda8ed8bc0e6 (diff) | |
| download | rockbox-f372212adf279d12c88d6bde948d11cf3ad002b3.zip rockbox-f372212adf279d12c88d6bde948d11cf3ad002b3.tar.gz rockbox-f372212adf279d12c88d6bde948d11cf3ad002b3.tar.bz2 rockbox-f372212adf279d12c88d6bde948d11cf3ad002b3.tar.xz | |
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
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/file_formats.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index a086c5d..d6d6593 100644 --- a/manual/appendix/file_formats.tex +++ b/manual/appendix/file_formats.tex @@ -332,12 +332,13 @@ \subsection{Featureset for generic metadata tags} \label{ref:featureset_for_generic_metadata_tags} - \begin{rbtabular}{0.80\textwidth}{lXXXXX}% + \begin{rbtabular}{0.90\textwidth}{lXXXXX}% {\textbf{Feature} & \textbf{ID3} & \textbf{APE} & \textbf{Vorbis} & \textbf{MP4} & \textbf{ASF}}{}{} Embedded albumart \fname{.bmp} & & & & & \\ Embedded albumart \fname{.jpg} & x & x & & x & x \\ Embedded albumart \fname{.png} & & & & & \\ + Embedded cuesheet & x & & x & & \\ Replaygain information & x & x & x & x & x \\ Title (string) & x & x & x & x & x \\ Artist (string) & x & x & x & x & x \\ |