diff options
| author | Nick Peskett <rockbox@peskett.co.uk> | 2011-12-12 10:44:23 +0000 |
|---|---|---|
| committer | Nick Peskett <rockbox@peskett.co.uk> | 2011-12-12 10:44:23 +0000 |
| commit | 5450219e11f4c323bd22f9d7c0b6fb2a8dc4ab02 (patch) | |
| tree | 9f03a537d60c4693b5d67b95095884bdbc1069bf | |
| parent | 5515a7a88049391b36d2b53a297c89c832bc8f26 (diff) | |
| download | rockbox-5450219e11f4c323bd22f9d7c0b6fb2a8dc4ab02.zip rockbox-5450219e11f4c323bd22f9d7c0b6fb2a8dc4ab02.tar.gz rockbox-5450219e11f4c323bd22f9d7c0b6fb2a8dc4ab02.tar.bz2 rockbox-5450219e11f4c323bd22f9d7c0b6fb2a8dc4ab02.tar.xz | |
Manual: Clarification of cuesheet file name and location
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31214 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/configure_rockbox/playback_options.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex index 39864c6..a9aa35d 100644 --- a/manual/configure_rockbox/playback_options.tex +++ b/manual/configure_rockbox/playback_options.tex @@ -267,6 +267,10 @@ you to configure settings related to audio playback. found in the cuesheet file will replace the information from the ID3 tags. When you enable this option, you'll have to reboot for it to come into effect. + Cuesheet files should have the same file name as the audio file they + reference, except with the extension ".cue". This file can either reside in + the same directory as the audio file (checked first), or within the + .rockbox/cue directory. \section{Skip Length}\index{Skip Length} Designed to speed up navigation when listening to long audio tracks, |