Skip to content

V1.2: Add support for MOV files

Compare
Choose a tag to compare
@ellman12 ellman12 released this 18 Mar 16:22
· 1778 commits to main since this release

MOV files are now supported.
PSS also should now be able to support files with extensions in all caps (or any kind of case really) instead of just lowercase like .MOV, .mOv, etc.
Improved GetDateTaken function in Metadata. Now no longer returns a tuple but instead has 2 out paramaters, which makes way more sense. Also made all ref paramaters in Metadata into out's which just makes more sense.