From 963f31a6a15a7cf7de1ec5dce2e4100f2a84cbae Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 9 Jun 2004 06:33:59 +0000 Subject: scott's entry #79, edited my me git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4723 a1c6a512-1295-4272-9138-f99709370657 --- docs/FAQ | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs') diff --git a/docs/FAQ b/docs/FAQ index 63170dfabc..7cd9b103c8 100644 --- a/docs/FAQ +++ b/docs/FAQ @@ -766,3 +766,15 @@ A78: Linus Nielsen Feltzing replied to a similar question on April 17th 2004, 44100, 48000, 32000: MPEG version 1 22050, 24000, 16000: MPEG version 2 11025, 12000, 8000: MPEG version 2.5 (not an official standard) + +Q79: How can I make rockbox play tracks in CD order? +A79: You have two options. + + 1: You can rename all tracks to have the track number in front of them + (01 - track1.mp3, 02 - track2.mp3, ...). Just make sure to zero-prefix + the number properly so that 10 will play after 09. + + 2: Make a playlist for each album and play that instead of the .mp3 + files. + + No, you can't make Rockbox use the track number id3 info for this. -- cgit