1
0
Fork 0
forked from len0rd/rockbox

(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
This commit is contained in:
Alexander Levin 2009-05-16 20:53:40 +00:00
parent 9a2e8c293d
commit 6903836b49

View file

@ -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