summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2010-07-01 12:30:18 +0000
committerJonas Häggqvist <rasher@rasher.dk>2010-07-01 12:30:18 +0000
commit22b287540c40db6ffe5f4b4eb8dd266f5686fd0a (patch)
tree83f9eedff705a7604f4f57c77c30960030e2ff43 /manual
parentea3cdf09ccf602afad63bd4006e6ff7e50b0bd69 (diff)
downloadrockbox-22b287540c40db6ffe5f4b4eb8dd266f5686fd0a.tar.gz
rockbox-22b287540c40db6ffe5f4b4eb8dd266f5686fd0a.zip
Clarify that we use album artist if available.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27215 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/wps_tags.tex9
1 files changed, 5 insertions, 4 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 05e9d81017..cdd5ff322c 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -373,16 +373,17 @@ that order):
373\item \fname{./albumtitle.\{jpeg,jpg,bmp\}} 373\item \fname{./albumtitle.\{jpeg,jpg,bmp\}}
374\item \fname{./cover.\{jpeg,jpg,bmp\}} 374\item \fname{./cover.\{jpeg,jpg,bmp\}}
375\item \fname{./folder.jpg} 375\item \fname{./folder.jpg}
376\item \fname{/.rockbox/albumart/artist-albumtitle.\{jpeg,jpg,bmp\}} 376\item \fname{/.rockbox/albumart/albumartist-albumtitle.\{jpeg,jpg,bmp\}}
377\item \fname{../albumtitle.\{jpeg,jpg,bmp\}} 377\item \fname{../albumtitle.\{jpeg,jpg,bmp\}}
378\item \fname{../cover.\{jpeg,jpg,bmp\}} 378\item \fname{../cover.\{jpeg,jpg,bmp\}}
379\end{enumerate} 379\end{enumerate}
380 380
381The following characters will be replaced with an underscore (\_) when looking 381The following characters will be replaced with an underscore (\_) when looking
382for albumtitle.bmp or artist-albumtitle.bmp: \textbackslash{} / : \textless{} 382for albumtitle.bmp or albumartist-albumtitle.bmp: \textbackslash{} / : \textless{}
383\textgreater{} ? * \textbar{}. Doublequotes will be replaced by single quotes. 383\textgreater{} ? * \textbar{}. Doublequotes will be replaced by single quotes.
384See \wikilink{AlbumArt} in the wiki for programs that will 384If no album artist is set, artist will be used instead. See \wikilink{AlbumArt}
385help you automate the process of putting album art on your \dap{}. 385in the wiki for programs that will help you automate the process of putting
386album art on your \dap{}.
386 387
387\subsection{How to display the album art} 388\subsection{How to display the album art}
388 389