Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ellman12/DateTakenExtractor issues and pull requests
#14 - Try checking more metadata places in mp4 and png files
Issue -
State: closed - Opened by ellman12 over 2 years ago
Labels: enhancement
#13 - 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.
Issue -
State: closed - Opened by ellman12 over 2 years ago
Labels: enhancement
#12 - 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.
Issue -
State: closed - Opened by ellman12 over 2 years ago
Labels: enhancement
#11 - Experiment with using ExifTool, ffmpeg, etc for writing Date Taken metadata
Issue -
State: closed - Opened by ellman12 over 2 years ago
Labels: enhancement
#10 - Test and verify the methods to analyze filenames can properly handle full/short paths, and they can properly strip those extra characters
Issue -
State: closed - Opened by ellman12 over 2 years ago
Labels: bug, enhancement
#9 - Update package version in README when done with V1.1
Issue -
State: closed - Opened by ellman12 over 2 years ago
Labels: documentation
#7 - Create overloads that take a FileStream argument instead of a string path
Issue -
State: closed - Opened by ellman12 over 2 years ago
Labels: enhancement
#6 - The overloads that take a string path should probably do a using block and open a FileStream with the path given
Issue -
State: closed - Opened by ellman12 over 2 years ago
Labels: enhancement
#4 - Try using MetadataExtractor instead of ExifLib. Also try writing metadata.
Issue -
State: closed - Opened by ellman12 over 2 years ago
Labels: enhancement
#2 - 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...
Issue -
State: closed - Opened by ellman12 over 2 years ago
Labels: enhancement