diff options
author | Alex Parker <rockbox@aeparker.com> | 2010-07-08 20:10:39 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2010-07-08 20:10:39 +0000 |
commit | 9dd5f75966f43b59740259647ba37d0b1d71f7c4 (patch) | |
tree | 2587b32251f63b5dc69176ed4b9a6664d9e5089c | |
parent | 91a0e8a4c2a40811bf2da49522b43895f23b9c41 (diff) | |
download | rockbox-9dd5f75966f43b59740259647ba37d0b1d71f7c4.tar.gz rockbox-9dd5f75966f43b59740259647ba37d0b1d71f7c4.zip |
Clarify where music can be put on the player.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27352 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | manual/rockbox_interface/main.tex | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index 8a69744f17..9da1ad098e 100644 --- a/manual/rockbox_interface/main.tex +++ b/manual/rockbox_interface/main.tex @@ -675,21 +675,22 @@ To turn on and off your Rockbox enabled \dap{} use the following keys: 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 transfer method that you would use to copy files between drives (e.g. Drag-and-Drop). +Files may be placed wherever you like on the \dap{}, but it is strongly suggested +not to place them in the \fname{/.rockbox} folder. The default directory structure that is assumed by some parts of Rockbox \opt{albumart}{% (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, see \reference{ref:album_art} for the requirements 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. + that folder as the Artist name. 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. See \reference{ref:album_art} for the requirements + for Album Art to work properly. }% \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 + name. 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. |