kawipiko icon indicating copy to clipboard operation
kawipiko copied to clipboard

Feature request: Support for CDB64?

Open lemondevxyz opened this issue 5 months ago • 2 comments

CDB has a file size limit of 4 GB which is a part of the file specification. There is a library that makes some of the 32 bit integers, the ones responsible for the 4 GB limit, into 64 bit integers thereby erasing the file limit.

Here's a link to the cdb64 library.

The use case for this feature request is multiple hosts. Imagine you have multiple hosts that use high quality images (4 MB per image) and the 4 GB is quickly reached when applied to multiple hosts.

I can implement this feature request myself.

lemondevxyz avatar Aug 30 '24 03:08 lemondevxyz