ellman12/DateTakenExtractor
Small, fast, simple library for reading and writing Date Taken metadata for photos and videos.
C#MIT
Issues
- 0
Create a method that takes either a string path or FileStream and returns a List containing DT from filename, and every possible metadata location, or 'null' if no DT at all.
#13 opened by ellman12 - 0
- 0
Add ability to remove DT metadata from files. Allow DateTime parameter to be null and if it's null remove all the DT metadata from the file.
#12 opened by ellman12 - 0
Test and verify the methods to analyze filenames can properly handle full/short paths, and they can properly strip those extra characters
#10 opened by ellman12 - 0
- 0
The overloads that take a string path should probably do a using block and open a FileStream with the path given
#6 opened by ellman12 - 0
- 0
- 0
- 0
Try Regex for the filename timestamp stuff. Try reading in the patterns from a txt file or something??? Probs wouldn't be any different than hardcoding in the .cs file...
#2 opened by ellman12