fxstein / GoProX

The missing GoPro data and workflow manager for macOS
MIT License
25 stars 3 forks source link

Feature: Cleanup parameters and add filter options #30

Closed fxstein closed 1 year ago

fxstein commented 1 year ago

Create the option to filter processing of goprox by date and other metadata. Leverage exiftool -if and -if4 to perform the filtering

fxstein commented 1 year ago

After some research and feedback I received here is syntax for the date and metadata filters:

--created-on:[date]
--created-after:[date]
--created-before:[date]
--if:[condition]
--modified-on:[date]
--modified-after:[date]
--modified-before:[date]

As part of these new options I will also cleanup the entire parameter parsing setup (order alphanumerical) as well as add the following options:

-q --quiet
-v --verbose
--version