mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-05 21:29:24 +00:00
[Request] Use 7Z (or other format) for compressed logs in MPF. #338
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @InternalLoss on GitHub (Oct 12, 2021).
Originally assigned to: @mnadareski on GitHub.
Before You Submit
If none of those apply, then continue...
Is your feature request related to a problem? Please describe.
As Redump's forum only accepts files under a certain size, a lot of people upload their logs to Discord (which has an 8MB limit for non-paying users), or another cloud storage platform.
Describe the solution you'd like
Being able to change the compressed log format from
zipto7z(or another format, if 7z is unsuitable), as zip files are typically not compressed as well as7zfiles.Describe alternatives you've considered
This "works", but gets very annoying when you have to do for multiple discs.
Additional context
I understand that changing the format for everyone would result in people requiring software to extract their log files (whereas ZIP is supported in most modern OSes), so it might be a better idea to allow users to choose which format they'd like?
@mnadareski commented on GitHub (Dec 31, 2021):
This has been brought up previously, but I am opting to stick with zip-only for the time being. I'll leave this open in case anyone wants to implement this (along with the required new setting to use either 7z or zip).
@mnadareski commented on GitHub (Oct 11, 2023):
Implementing this is not going to be happening. The combination of
zipfor logs and.gzfor large submission info JSON files is sufficient. There are ways of repacking zips into 7z that can be done locally.