Quote:
drwxrwsr-x 2 root 60 1024 Mar 7 01:12 _0a2c2

Woah, how big are your FID numbers? The car-player expects the FID numbers to be smallish; the database takes up one byte per unused FID below the maximum, and so the maximum wants to be pretty small. Optimum memory usage occurs when the FIDs are dense from 0x100 onwards.

Peter