diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-09 06:33:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-09 06:33:59 +0000 |
commit | 963f31a6a15a7cf7de1ec5dce2e4100f2a84cbae (patch) | |
tree | 65b3a090f68df03df36ea853653795406153e0f3 /docs | |
parent | 00f67d61ce7ca02188ea8934f4accd53f51235c3 (diff) |
scott's entry #79, edited my me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4723 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FAQ | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |