MIMEtype check for comic book archives #3

Merged
rishighan merged 6 commits from mimetype-check into master 2023-03-24 03:59:30 +00:00
rishighan commented 2023-03-17 16:44:56 +00:00 (Migrated from github.com)

This PR covers work to include a MIMEtype checker for compressed archives, so that the uncompression method doesn't rely on file extensions. File extensions can be incorrectly set either because of user error, or by the uncompression app.

MIMEtypes offer a more reliable way to correctly determine what format a comic book archive is.

This PR covers work to include a MIMEtype checker for compressed archives, so that the uncompression method doesn't rely on file extensions. File extensions can be [incorrectly set](https://github.com/rishighan/threetwo/issues/59#issuecomment-1470307124) either because of user error, or by the uncompression app. MIMEtypes offer a more reliable way to correctly determine what format a comic book archive is.
nstephenh (Migrated from github.com) reviewed 2023-03-17 16:44:56 +00:00
Sign in to join this conversation.