Specifications

Appendix F. User feedback 177
Interfacing with other USB devices (like cameras) or 2 player games over USB.
The USB system demands that there is a master that talks to a slave. The player
can only serve as a slave, as most other USB devices such as cameras can. Thus,
without a master no communication between the slaves can take place. If that is
not enough, we have no way of actually controlling the communication performed
over USB since the USB circuit in the player is strictly made for disk-access and
does not allow us to play with it the way we’d need for any good communication
to work.
Support other file systems than FAT32 (like NTFS or ext2 etc.).
No. Rockbox needs to support FAT32 since it can only start off a FAT32 partition
(since that is the only way the ROM can load it), and addingsupport for more
file systems will just take away valuable ram for unnecessary features. You can
partition your player fine, just make sure the first one is FAT32 and then make
the other ones whatever file system you want. Just do not expect Rockbox to
understand them.
Add scandisk-like features.
It would be a very slow operation that would drain the batteries and take a lot of
useful ram for something that is much better and faster done when connected to
a host computer.
Alphabetical list skipping.
Skipping around the lists by jumping letters (i.e skip all C’s and go straight to the
first D). This isn’t feasible with the current list implementation, if you really want
this you can get similar effects using the database (see section 4.2 (page 25)).
Add support for non standard tag formats.
APE tags in MP3 files has been rejected a few times already. Its not something
we want.
Implementing the ability to playback DRM files.
Firstly, this would be extremely difficult to implement legally - Rockbox is not
legal entity as such, and therefore is unable to enter into license agreements with
providers of DRM technology. Secondly, Rockbox is open source, which would
mean that any DRM technology we incorporated into our codebase would sud-
denly become visible to the whole world, completely defeating its purpose. Re-
member, DRM achieves part of its security through obscurity, and publishing the
keys necessary to decrypt DRM’d media would essentially render it useless.
The Rockbox manual (version rUnversioned directory-150515) Archos Recorder