summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-05-09 16:22:53 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-05-09 16:22:53 +0000
commitcc16b501240c0aa158e118995c634453702f6127 (patch)
tree813de98912dc013a9aa234e17662d818a18f4fe8
parent00509b2d7dcc6ff4aaed078b199c97c3dd2dd437 (diff)
downloadrockbox-cc16b501240c0aa158e118995c634453702f6127.tar.gz
rockbox-cc16b501240c0aa158e118995c634453702f6127.zip
Configurable dir browser file buffer size. No more 400-file limit. No more whining.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3664 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--docs/NODO16
1 files changed, 4 insertions, 12 deletions
diff --git a/docs/NODO b/docs/NODO
index 91b8629900..9a546d8810 100644
--- a/docs/NODO
+++ b/docs/NODO
@@ -67,20 +67,12 @@ A11. The MP3 encoding hardware does not allow this.
67Q12. Change tempo of a song without changing pitch! 67Q12. Change tempo of a song without changing pitch!
68A12. The MP3 decoding hardware does now allow this. 68A12. The MP3 decoding hardware does now allow this.
69 69
70Q13. Increase the 400 file limit in directories! 70Q13. Graphic frequency (spectrum) analyzer!
71A13. The original Archos firmware used really big directories was a workaround 71A13. We can't access the audio waveform from the MP3 decoder so we can't
72 for the poor playlist capabilities of the original Archos firmware. With
73 Rockbox, you no longer need this workaround. Organize your files in
74 directories, then build playlists for all collections you want to
75 shuffle-play. We feel more then 400 files becomes a bit unweildly to
76 maintain or work with. Playlists are much easier to manage.
77
78Q14. Graphic frequency (spectrum) analyzer!
79A14. We can't access the audio waveform from the MP3 decoder so we can't
80 analyze it. Even if we had access to it, the CPU would probably be too 72 analyze it. Even if we had access to it, the CPU would probably be too
81 slow to perform the analysis anyway. 73 slow to perform the analysis anyway.
82 74
83Q15. Cool sound effects! 75Q14. Cool sound effects!
84A15. Adding new sound effects requires reprogramming the MAS chip, and we can't 76A14. Adding new sound effects requires reprogramming the MAS chip, and we can't
85 do that. The MAS chip is programmable, but we have no access to the chip 77 do that. The MAS chip is programmable, but we have no access to the chip
86 documentation. 78 documentation.