summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-05-16 20:53:40 +0000
committerAlexander Levin <al.le@rockbox.org>2009-05-16 20:53:40 +0000
commit6903836b498a57c4a8c1f5516c15da90ac565491 (patch)
treeaa91e8f7e8ade4b9b3afb9aa9c9f1e35dae60b6d /manual
parent9a2e8c293d4ff7d066df531870ec111634f59565 (diff)
downloadrockbox-6903836b498a57c4a8c1f5516c15da90ac565491.tar.gz
rockbox-6903836b498a57c4a8c1f5516c15da90ac565491.zip
(Maybe the first) correction of the order the album art images are searched. Also correct some typos. Preferred sizes are not described yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20971 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/album_art.tex20
1 files changed, 10 insertions, 10 deletions
diff --git a/manual/appendix/album_art.tex b/manual/appendix/album_art.tex
index dcdf918ac0..acdd3f8c05 100644
--- a/manual/appendix/album_art.tex
+++ b/manual/appendix/album_art.tex
@@ -17,22 +17,22 @@ as progessive and multi-scan images require much more memory to decode.
17 17
18\section{Where to put album art} 18\section{Where to put album art}
19 19
20The pictures can be named a number of different ways, and placed a number of 20The pictures can be named a number of different ways, and placed to a number of
21different locations. You can have pictures specific to the file or the album 21different locations. You can have pictures specific to the file or the album
22or use a generic picture. You can place the picture in the same direcotry 22or use a generic picture. You can place the picture in the same directory
23as the file, in the parent directory or in a fixed directory named 23as the file, in the parent directory or in a fixed directory named
24\fname{/.rockbox/albumart/}. The order Rockbox uses when looking for a picture 24\fname{/.rockbox/albumart/}. The order Rockbox uses when looking for a picture
25is as follows: 25is as follows (a list in braces means that those file extensions are tried in
26that order):
26 27
27\begin{enumerate} 28\begin{enumerate}
28\item \fname{./cover.jpg} 29\item \fname{./filename.\{jpeg,jpg,bmp\}}
30\item \fname{./albumtitle.\{jpeg,jpg,bmp\}}
31\item \fname{./cover.\{jpeg,jpg,bmp\}}
29\item \fname{./folder.jpg} 32\item \fname{./folder.jpg}
30\item \fname{./filename.bmp} 33\item \fname{/.rockbox/albumart/artist-albumtitle.\{jpeg,jpg,bmp\}}
31\item \fname{./albumtitle.bmp} 34\item \fname{../albumtitle.\{jpeg,jpg,bmp\}}
32\item \fname{./cover.bmp} 35\item \fname{../cover.\{jpeg,jpg,bmp\}}
33\item \fname{/.rockbox/albumart/artist-albumtitle.bmp}
34\item \fname{../albumtitle.bmp}
35\item \fname{../cover.bmp}
36\end{enumerate} 36\end{enumerate}
37 37
38The following characters will be replaced with an underscore (\_) when looking 38The following characters will be replaced with an underscore (\_) when looking