TheLastGimbus / GooglePhotosTakeoutHelper

Script that organizes the Google Takeout archive into one big chronological folder
https://aur.archlinux.org/packages/gpth-bin
Apache License 2.0
3.88k stars 191 forks source link

utils: Read file header if mime type can't be detected #325

Open drinkcat opened 3 months ago

drinkcat commented 3 months ago

If the mime type can't be detected using the extension alone, open the file and try again with a few bytes of header.

Allows for file type detection for .MP files that the Google Pixel phone generates.

Fixes #324.