summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/FAQ12
1 files changed, 12 insertions, 0 deletions
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,
766 44100, 48000, 32000: MPEG version 1 766 44100, 48000, 32000: MPEG version 1
767 22050, 24000, 16000: MPEG version 2 767 22050, 24000, 16000: MPEG version 2
768 11025, 12000, 8000: MPEG version 2.5 (not an official standard) 768 11025, 12000, 8000: MPEG version 2.5 (not an official standard)
769
770Q79: How can I make rockbox play tracks in CD order?
771A79: You have two options.
772
773 1: You can rename all tracks to have the track number in front of them
774 (01 - track1.mp3, 02 - track2.mp3, ...). Just make sure to zero-prefix
775 the number properly so that 10 will play after 09.
776
777 2: Make a playlist for each album and play that instead of the .mp3
778 files.
779
780 No, you can't make Rockbox use the track number id3 info for this.