mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Request] Only gzip !submissionInfo.json if "Include Artifacts" ticked #421
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 @JohnVeness on GitHub (Apr 1, 2022).
Originally assigned to: @mnadareski on GitHub.
Is your feature request related to a problem? Please describe.
If "Include Artifacts" is not ticked, the !submissionInfo.json seems to be unnecessarily gzipped, as it's tiny already. If one is using nightson's user script to help fill in a New Disc form, one has to unzip the file first.
Describe the solution you'd like
For the !submissionInfo.json file to only be gzipped if "Include Artifacts" is ticked.
Describe alternatives you've considered
Continuing as currently, manually unzipping. It's obviously not a big chore, but a small "papercut" when you have to do it for a lot of discs! Thanks.
@mnadareski commented on GitHub (Apr 5, 2022):
I like that as an idea. Thank you for suggesting it. I will very likely implement this.