From 6903836b498a57c4a8c1f5516c15da90ac565491 Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Sat, 16 May 2009 20:53:40 +0000 Subject: (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 --- manual/appendix/album_art.tex | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'manual') 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. \section{Where to put album art} -The pictures can be named a number of different ways, and placed a number of +The pictures can be named a number of different ways, and placed to a number of different locations. You can have pictures specific to the file or the album -or use a generic picture. You can place the picture in the same direcotry +or use a generic picture. You can place the picture in the same directory as the file, in the parent directory or in a fixed directory named \fname{/.rockbox/albumart/}. The order Rockbox uses when looking for a picture -is as follows: +is as follows (a list in braces means that those file extensions are tried in +that order): \begin{enumerate} -\item \fname{./cover.jpg} +\item \fname{./filename.\{jpeg,jpg,bmp\}} +\item \fname{./albumtitle.\{jpeg,jpg,bmp\}} +\item \fname{./cover.\{jpeg,jpg,bmp\}} \item \fname{./folder.jpg} -\item \fname{./filename.bmp} -\item \fname{./albumtitle.bmp} -\item \fname{./cover.bmp} -\item \fname{/.rockbox/albumart/artist-albumtitle.bmp} -\item \fname{../albumtitle.bmp} -\item \fname{../cover.bmp} +\item \fname{/.rockbox/albumart/artist-albumtitle.\{jpeg,jpg,bmp\}} +\item \fname{../albumtitle.\{jpeg,jpg,bmp\}} +\item \fname{../cover.\{jpeg,jpg,bmp\}} \end{enumerate} The following characters will be replaced with an underscore (\_) when looking -- cgit v1.2.3