diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2003-05-09 16:16:10 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2003-05-09 16:16:10 +0000 |
commit | 00509b2d7dcc6ff4aaed078b199c97c3dd2dd437 (patch) | |
tree | 6c520063b5f8abd3c69454d49f26961ad419935d | |
parent | bcf67658bdb9b7f08dcfc886fb64fa8de80ef4ab (diff) |
Configurable dir browser file buffer size. No more 400-file limit. No more whining.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3663 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | www/docs/features.t | 4 | ||||
-rw-r--r-- | www/main.t | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/docs/features.t b/www/docs/features.t index 8124130a48..9ad5f58e8b 100644 --- a/www/docs/features.t +++ b/www/docs/features.t @@ -84,7 +84,7 @@ TD 15 - 20 ETD EFEAT NAME Max number of songs in a playlist ENAME -TD 10 000 ETD +TD 20 000 ETD TD 999 ETD EFEAT @@ -179,7 +179,7 @@ YES EFEAT NAME Max number of files in a dir ENAME -TD 400 ETD +TD 10 000 ETD TD 999 ETD EFEAT diff --git a/www/main.t b/www/main.t index 7ce8c1b331..12148a5ba2 100644 --- a/www/main.t +++ b/www/main.t @@ -8,6 +8,7 @@ <p>Rockbox is an Open Source replacement firmware for the Archos Jukebox 5000, 6000, Studio and Recorder MP3 players. <h2>News</h2> +<p><i>2003-05-09</i>: The 400-file dir browser limit is <a href=http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0334.shtml>gone</a>. <p><i>2003-05-03</i>: Finally, FM Radio support for FM Recorder models! |