summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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