scott's entry #79, edited my me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4723 a1c6a512-1295-4272-9138-f99709370657
diff --git a/docs/FAQ b/docs/FAQ
index 63170df..7cd9b10 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -766,3 +766,15 @@
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.