|
|
Rockbox mail archiveSubject: We surrender!!!From: Linus Nielsen Feltzing (linus_at_haxx.se) Date: 2003-05-09
People have been whining and bitching about the 400-file limit for
The Rockbox core team has decided that we have better things to do than
We give up. We have now made that limit (and the playlist size)
One catch: the device must be rebooted for the settings to take effect.
NOTE! You have to force a disk spinup (to save the settings) before you
The memory calculation formula for the dir size setting is:
numbytes = num_files_in_dir * (AVERAGE_FILENAME_SIZE * 2 + 8)
where AVERAGE_FILENAME_SIZE is 34 bytes
The formula for the playlist size is:
numbytes = num_files_in_playlist * 4;
Happy rockboxing!
Linus
Page was last modified "Jan 10 2012" The Rockbox Crew |