summaryrefslogtreecommitdiff
path: root/manual/appendix/album_art.tex
diff options
context:
space:
mode:
authorRobert Menes <rmenes@rockbox.org>2009-05-15 21:21:59 +0000
committerRobert Menes <rmenes@rockbox.org>2009-05-15 21:21:59 +0000
commita1c9174a6a47607dfc548be66df3439cd6e4a13c (patch)
treefc46ce8af8fac14d38b10b05f7af65c876bfe89d /manual/appendix/album_art.tex
parente56030a40d624532a3121d73447e1146c6f0078c (diff)
downloadrockbox-a1c9174a6a47607dfc548be66df3439cd6e4a13c.tar.gz
rockbox-a1c9174a6a47607dfc548be66df3439cd6e4a13c.zip
Make a mention of the now-supported JPEG album art in the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20946 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix/album_art.tex')
-rw-r--r--manual/appendix/album_art.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/appendix/album_art.tex b/manual/appendix/album_art.tex
index dc6a778320..a962e617c2 100644
--- a/manual/appendix/album_art.tex
+++ b/manual/appendix/album_art.tex
@@ -10,7 +10,7 @@ WPS}. For this feature to work, you must observe a few rules.
10 10
11Rockbox does not support album art embedded in your files' tags, and will 11Rockbox does not support album art embedded in your files' tags, and will
12instead look for a picture located in the filesystem. In addition to this, the 12instead look for a picture located in the filesystem. In addition to this, the
13pictures must be in the BMP format. 13pictures must be in the BMP or JPG formats.
14 14
15\section{Where to put album art} 15\section{Where to put album art}
16 16
@@ -25,6 +25,8 @@ is as follows:
25\item \fname{./filename.bmp} 25\item \fname{./filename.bmp}
26\item \fname{./albumtitle.bmp} 26\item \fname{./albumtitle.bmp}
27\item \fname{./cover.bmp} 27\item \fname{./cover.bmp}
28\item \fname{./cover.jpg}
29\item \fname{./folder.jpg}
28\item \fname{/.rockbox/albumart/artist-albumtitle.bmp} 30\item \fname{/.rockbox/albumart/artist-albumtitle.bmp}
29\item \fname{../albumtitle.bmp} 31\item \fname{../albumtitle.bmp}
30\item \fname{../cover.bmp} 32\item \fname{../cover.bmp}