Manual: give more info about file structure in the 'Putting music on your player' paragraph and only mention album art for targets with it (fixes FS#9134, phrasing by Paul Louden). While at it, opt the reference to the 'supported audio formats' table for swcodec since the table itself exists only in swcodec player manuals.

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_1@19477 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marianne Arnold 2008-12-19 00:34:02 +00:00
parent 8405f3f6b1
commit 7ac1d249f2

View file

@ -502,8 +502,28 @@ With the \dap{} connected to the computer as an MSC/UMS device (like a
USB Drive), music files can be put on the player via any standard file USB Drive), music files can be put on the player via any standard file
transfer method that you would use to copy files between drives (e.g. Drag 'n' Drop). transfer method that you would use to copy files between drives (e.g. Drag 'n' Drop).
The default directory structure that is assumed by some parts of Rockbox The default directory structure that is assumed by some parts of Rockbox
(album art searching, WPS missing-tag fallback) is: /ArtistName/AlbumName/*.ext. \opt{albumart}{%
See \reference{ref:Supportedaudioformats} for a list of supported audio formats. (album art searching, and missing-tag fallback in some WPSes) uses the
parent directory of a song as the Album name, and the parent directory of
that folder as the Artist name. While files may be organized however you
like, the \wikilink{AlbumArt} wiki page explains the requirement for Album
Art to work properly, and WPSes may display information incorrectly if your
files are not properly tagged, and you have your music organized in a way
different than they assume when attempting to guess the Artist and Album
names from your filetree.
}%
\nopt{albumart}{%
(missing-tag fallback in some WPSes) uses the parent directory of a song
as the Album name, and the parent directory of that folder as the Artist
name. While files may be organized however you like, WPSes may display
information incorrectly if your files are not properly tagged, and you have
your music organized in a way different than they assume when attempting to
guess the Artist and Album names from your filetree.
}
\opt{swcodec}{
See \reference{ref:Supportedaudioformats} for a list of supported audio
formats.
}
\subsection{The first contact} \subsection{The first contact}