I've build a C# application that emulates and mounts a (currently) FAT32 disk. The FAT32 disk contains the content of a selected uncompressed rar-archive. This way you can mount a uncompressed rar archive to a drive letter, and then browse (or playback) the rar content in real time. The application can handle splitted archives (rar,r00,r01,etc.).
Due to the limits of FAT32, mounting of rar archives containing large files ( >4gb) are NOT possible. Therefor I'm now trying to chnage from the FAT32 emulation to UDF 1.02. This will probably take some days.
I'm also working on a plugin for MP that will do the mounting and unmounting of uncompressed rar archives seemlessly.
/J
Due to the limits of FAT32, mounting of rar archives containing large files ( >4gb) are NOT possible. Therefor I'm now trying to chnage from the FAT32 emulation to UDF 1.02. This will probably take some days.
I'm also working on a plugin for MP that will do the mounting and unmounting of uncompressed rar archives seemlessly.
/J