blob: 07e8eb8b7bc517a2e8fa291091c956e24f155c85 [file] [log] [blame]
Alexander Levin98b7da42009-05-16 21:16:53 +00001% $Id$ %
Jonas Häggqvist410cbd12009-02-20 18:37:57 +00002\chapter{\label{ref:album_art}Album Art}
3\section{Introduction}
4
5Rockbox allows you to put the album art, or another image related to the music
6on your \dap to display it in the PictureFlow plugin\opt{albumart}{ or in the
7WPS}. For this feature to work, you must observe a few rules.
8
9\section{Limitations}
10
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
Robert Menes7d5477c2009-05-15 21:28:52 +000013pictures must be in the BMP or JPEG formats. Rockbox does not support
14RLE-compressed BMP files, nor does it support progressive and multi-scan
15JPEG files. JPEG files must consist of a single scan with interleaved components,
16as progessive and multi-scan images require much more memory to decode.
Jonas Häggqvist410cbd12009-02-20 18:37:57 +000017
18\section{Where to put album art}
19
Alexander Levin69038362009-05-16 20:53:40 +000020The pictures can be named a number of different ways, and placed to a number of
Jonas Häggqvist410cbd12009-02-20 18:37:57 +000021different locations. You can have pictures specific to the file or the album
Alexander Levin69038362009-05-16 20:53:40 +000022or use a generic picture. You can place the picture in the same directory
Jonas Häggqvist410cbd12009-02-20 18:37:57 +000023as 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
Alexander Levin69038362009-05-16 20:53:40 +000025is as follows (a list in braces means that those file extensions are tried in
26that order):
Jonas Häggqvist410cbd12009-02-20 18:37:57 +000027
28\begin{enumerate}
Alexander Levin69038362009-05-16 20:53:40 +000029\item \fname{./filename.\{jpeg,jpg,bmp\}}
30\item \fname{./albumtitle.\{jpeg,jpg,bmp\}}
31\item \fname{./cover.\{jpeg,jpg,bmp\}}
Robert Menesa96ce3b2009-05-15 21:41:15 +000032\item \fname{./folder.jpg}
Alexander Levin69038362009-05-16 20:53:40 +000033\item \fname{/.rockbox/albumart/artist-albumtitle.\{jpeg,jpg,bmp\}}
34\item \fname{../albumtitle.\{jpeg,jpg,bmp\}}
35\item \fname{../cover.\{jpeg,jpg,bmp\}}
Jonas Häggqvist410cbd12009-02-20 18:37:57 +000036\end{enumerate}
37
38The following characters will be replaced with an underscore (\_) when looking
39for albumtitle.bmp or artist-albumtitle.bmp: \textbackslash{} / : \textless{}
40\textgreater{} ? * \textbar{}. Doublequotes will be replaced by single qutoes.
41See \wikilink{AlbumArt} in the wiki for more details and programs that will
42help you automate the process of putting album art on your \dap{}.