Open kentcdodds opened 1 year ago
As you found out large files are currently not supported. Out of interested what kind of data are you trying to process that it is that large? Usually ID3 is more oriented for music files and music files are not that large. We will try to add support for large files for read/write functions (probably not update), but that requires a bit of work if want to do it cleanly. We also are currently cleaning up the code, which will help supporting large files, but we need to finish some refactor before. So we can't really give any ETA for now.
My use case is audiobooks (some are 38+ hours long). This one in particular has some music and other sound effects in the background so it's nice to have a higher bitrate.
I have a very large mp3 file (over 4 GB) and I'm getting this error:
Is it possible to support writing the headers without reading the entire file?