Index: manual/appendix/album_art.tex =================================================================== --- manual/appendix/album_art.tex (revision 0) +++ manual/appendix/album_art.tex (revision 0) @@ -0,0 +1,29 @@ +% $Id: wps_tags.tex 19361 2008-12-07 23:00:15Z bluebrother $ % +\chapter{\label{ref:album_art}Album Art} +\section{Introduction} + +Rockbox allows you to put the album art, or another image related to the music +on your \dap to display it in the Pictureflow plugin\opt{albumart}{ or in the +WPS}. For this feature to work, you must observe a few rules. + +\section{Where to put album art} + +The pictures can be named a number of different ways, and placed 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 +as the file, in the parent directory or in a fixed directory named +.rockbox/albumart/The order Rockbox uses when looking for a picture is as +follows: + +\begin{enumerate} +\item ./filename.bmp +\item ./albumtitle.bmp +\item ./cover.bmp +\item /.rockbox/albumart/artist-albumtitle.bmp +\item ../albumtitle.bmp +\item ../cover.bmp +\end{enumerate} + +The following characters will be replaced with an underscore (\_) when looking +for albumtitle.bmp or artist-albumtitle.bmp: \\ / : < > ? * |. Doublequotes +will be replaced by single qutoes. Index: manual/appendix/appendix.tex =================================================================== --- manual/appendix/appendix.tex (revision 20042) +++ manual/appendix/appendix.tex (working copy) @@ -5,6 +5,10 @@ \input{appendix/wps_tags.tex} +\opt{lcd_bitmap}{ +\input{appendix/album_art.tex} +} + \input{appendix/config_file_options.tex} \input{appendix/menu_structure.tex}