You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't block files from exporting if there is a problem with the source file or metadata (added a flag if you want to block --export-block-if-failure)
Made the metadata and file processing more robust to errors. These seem to be common in larger / older libraries with inconsistent writing of metadata / JPEG start/end of file. Used a library to help with this.
Added file name to process bar
Added a flag to turn down logging verbosity in the terminal - use --quiet to hide ERROR (only show CRITICAL)