diff options
author | James D. Smith <smithjd15@gmail.com> | 2020-04-26 11:55:28 -0600 |
---|---|---|
committer | James D. Smith <smithjd15@gmail.com> | 2020-04-26 13:05:39 -0600 |
commit | 7256a3f220b1f9d99178a44a3b48828446eccee1 (patch) | |
tree | 1e4e8ac38cd039f2bb8476fe0936fabb636f97d3 | |
parent | 3cc3e600fe3acd2361f63fd32007c4b3bfcd3a73 (diff) | |
download | rockbox-7256a3f.tar.gz rockbox-7256a3f.zip |
Update APEv2 tag capabilities in the manual.
Change-Id: Ia4683a164e8ee155158f9244c0224d4571768058
-rw-r--r-- | manual/appendix/file_formats.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index dcd58f83e0..c909dfe91c 100644 --- a/manual/appendix/file_formats.tex +++ b/manual/appendix/file_formats.tex @@ -335,10 +335,10 @@ \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{.bmp} & & x & & & \\ Embedded albumart \fname{.jpg} & x & x & & x & x \\ - Embedded albumart \fname{.png} & & & & & \\ - Embedded cuesheet & x & & x & & \\ + Embedded albumart \fname{.png} & & x & & & \\ + Embedded cuesheet & x & x & x & & \\ Replaygain information & x & x & x & x & x \\ Title (string) & x & x & x & x & x \\ Artist (string) & x & x & x & x & x \\ |