dvdkon
ca3da647f2
Port to non-MacOS platforms ( #1026 )
...
* Port to non-MacOS platforms
* Keep NFD normalization on macOS
* Update locale_util.py
Fix lint error from ruff (runs in CI)
* Update query.py
click.Option first arg needs to be a list (different than click.option)
* Dynamically normalize Unicode paths in test
* Fix missing import
---------
Co-authored-by: Rhet Turnbull <rturnbull@gmail.com >
2023-05-07 06:55:56 -07:00
Rhet Turnbull
b03670dc70
Implemented show command, #964 ( #982 )
2023-02-12 08:11:38 -08:00
Rhet Turnbull
8c46b8e545
Bug slow import 934 ( #942 )
...
* Working on slow import, #934
* Tests working for #934
* Removed unnecessary report record updates
2023-01-21 07:44:42 -08:00
Rhet Turnbull
ce5145ff85
Added --post-function to import, #842 ( #851 )
2022-11-24 09:26:09 -08:00
Rhet Turnbull
6bf24ad2de
Feature import parse date 847 ( #850 )
...
* Working on #847
* Added additional help for --parse-date
* Added tests for --parse-date
2022-11-23 22:56:02 -08:00
Rhet Turnbull
b8ad8016aa
Added --resume to import, #768 ( #784 )
2022-08-31 22:14:49 -07:00
Rhet Turnbull
991511af07
Added --report to import command ( #766 )
2022-08-22 07:29:53 -07:00
Rhet Turnbull
3c98906158
Fixed template function to work with import command ( #765 )
2022-08-21 14:33:18 -07:00
Rhet Turnbull
c88fc75013
Feature add import 754 ( #762 )
...
* Initial alpha version of import command
* Refactored
* Improved help, added --clear-metadata
* Added --clear-metadata, --exiftool to import
* Added --keyword, --title, --description
* Added --location
* Added test for --location
* Changed --auto-folder to --split-folder, added docs
* Added --walk, updated docs
* Added --check-templates
* Updated help text for import
2022-08-21 09:07:22 -07:00