Stefan Huelswitt schrieb:
[...]
- Now using propper readdir() to scan directory contents rather than the external find & sort tools.
Wow! Scanning is pretty fast now. I have a huge music archive and it used to take some seconds until the dir-list was shown.
The next benefit is, that this is more busybox compatible and I can throw away the native versions of 'find' and 'sort'.
Thanks Alfred