Commit Graph

  • 62d096b5a1 Partial fix for #155 Rhet Turnbull 2020-06-06 12:09:51 -07:00
  • 5c7a0c3a24 Refactoring with sourceryAI Rhet Turnbull 2020-06-01 21:06:09 -07:00
  • ec727cc556 Updated CHANGELOG.md Rhet Turnbull 2020-05-31 11:31:24 -07:00
  • 6c84827ec7 Added --filename to CLI, closes #89 v0.29.9 Rhet Turnbull 2020-05-31 11:25:34 -07:00
  • d47fd46a21 Updated CHANGELOG.md Rhet Turnbull 2020-05-31 06:32:06 -07:00
  • 7707bc1625 Added --edited-suffix to CLI, closes #145 v0.29.8 Rhet Turnbull 2020-05-30 18:33:52 -07:00
  • fc1bf08cfa Removed pyinstaller Rhet Turnbull 2020-05-30 14:43:29 -07:00
  • f35ea70b72 More refactoring in PhotoTemplate Rhet Turnbull 2020-05-30 14:42:08 -07:00
  • 16f802bf71 Refactored template code out of PhotoInfo into PhotoTemplate Rhet Turnbull 2020-05-30 13:14:07 -07:00
  • 8d2d5a8a33 refactored render_template, closes #149 Rhet Turnbull 2020-05-30 11:27:44 -07:00
  • 3a8bef1572 Added test for SearchInfo on 10.15.5 Rhet Turnbull 2020-05-29 21:40:29 -07:00
  • fd71b13c77 performance improvements for SearchInfo Rhet Turnbull 2020-05-29 20:30:20 -07:00
  • 2243395bff Added test for Photos 5 on 10.15.5 Rhet Turnbull 2020-05-28 21:10:45 -07:00
  • 42b89d34f3 performance improvements for update and export_db Rhet Turnbull 2020-05-27 20:52:05 -07:00
  • 9b11cbf32b Fixed searchinfo so processing can continue if no search DB found Rhet Turnbull 2020-05-25 17:50:28 -07:00
  • 8c3bf040c6 Update test library Rhet Turnbull 2020-05-25 17:47:25 -07:00
  • c0855c7702 Updated CHANGELOG.md Rhet Turnbull 2020-05-25 10:54:48 -07:00
  • 288b1abc1c Updated CHANGELOG.md Rhet Turnbull 2020-05-25 10:50:54 -07:00
  • 9eae66030e Added --dry-run option to CLI export, closes #91 v0.29.5 Rhet Turnbull 2020-05-25 10:37:30 -07:00
  • 46fdc94398 Catch exception in folder processing to address #148 Rhet Turnbull 2020-05-24 07:22:00 -07:00
  • 09c7d18901 Added test for DateTimeFormatter.dow Rhet Turnbull 2020-05-24 06:37:15 -07:00
  • 5f071b9c3f Merge pull request #147 from grundsch/add_dow Rhet Turnbull 2020-05-24 06:17:40 -07:00
  • 8df6d2c707 added created.dow (day of week) to template Stephane 2020-05-24 14:20:25 +02:00
  • 28935b0af9 added created.dd and modified.dd to template system, closes #135 Rhet Turnbull 2020-05-23 21:39:40 -07:00
  • af750dd2e3 Updated CHANGELOG.md Rhet Turnbull 2020-05-23 17:47:47 -07:00
  • 1d095d7284 Added try/except for bad datettime values v0.29.2 Rhet Turnbull 2020-05-23 17:40:57 -07:00
  • f67f239278 Merge pull request #146 from agprimatic/patch-1 v0.29.1 Rhet Turnbull 2020-05-23 16:06:23 -07:00
  • 441de711dc Catch illegal timestamp value Ag Primatic 2020-05-23 18:15:45 -04:00
  • 1450b3ccac Updated CHANGELOG.md Rhet Turnbull 2020-05-23 10:03:17 -07:00
  • c06c230a46 version bump v0.29.0 Rhet Turnbull 2020-05-23 09:37:10 -07:00
  • b1171e96cc Added --update to CLI export; reference issue #100 Rhet Turnbull 2020-05-23 09:34:04 -07:00
  • 8c4fe40aa6 Added as_dict to PlaceInfo Rhet Turnbull 2020-05-23 08:47:10 -07:00
  • f416418546 Test library update Rhet Turnbull 2020-05-16 06:53:03 -07:00
  • 8e9691d6d7 Made --exiftool and --export-as-hardlink incompatible in CLI to fix #132 Rhet Turnbull 2020-05-16 06:48:23 -07:00
  • cafa483cfc Updated CHANGELOG.md Rhet Turnbull 2020-05-15 14:41:50 -07:00
  • 11d368a69c Updated README.md Rhet Turnbull 2020-05-15 14:41:22 -07:00
  • bd9d5a26f3 version bump v0.28.19 Rhet Turnbull 2020-05-15 14:12:40 -07:00
  • ec19636cbf move template.py to photoinfo Rhet Turnbull 2020-05-15 14:06:27 -07:00
  • 48e9c32add Revert "test library updates" Rhet Turnbull 2020-05-15 14:05:36 -07:00
  • b455bd4c4a Added label and label_normalized to template system, closes #130 Rhet Turnbull 2020-05-15 13:57:12 -07:00
  • d125854f2a test library updates Rhet Turnbull 2020-05-15 13:46:45 -07:00
  • e228cfab74 Updated CHANGELOG.md Rhet Turnbull 2020-05-14 14:45:07 -07:00
  • 85760dc4fe Update README.md Rhet Turnbull 2020-05-14 14:43:50 -07:00
  • be07f90e5a Update README.md Rhet Turnbull 2020-05-14 14:43:22 -07:00
  • a80dee401c Implemented PhotoInfo.exiftool v0.28.18 Rhet Turnbull 2020-05-14 12:55:17 -07:00
  • e67fce2871 Updated CHANGELOG.md Rhet Turnbull 2020-05-14 06:46:12 -07:00
  • 53304d7023 Added ExifInfo (Photos 5 only) v0.28.17 Rhet Turnbull 2020-05-13 22:42:33 -07:00
  • d1af14dbb4 Added as_dict to ExifTool Rhet Turnbull 2020-05-11 05:07:19 -07:00
  • ca8f2b8d5c Added link to original work by @simonw v0.28.15 Rhet Turnbull 2020-05-10 22:05:21 -05:00
  • e3e5a20681 Merge branch 'master' of https://github.com/RhetTbull/osxphotos Rhet Turnbull 2020-05-10 19:55:54 -07:00
  • 98b3f63a92 Refactored photosdb and photoinfo to add SearchInfo and labels Rhet Turnbull 2020-05-10 19:55:09 -07:00
  • c8128203f4 removed flake8 Rhet Turnbull 2020-05-10 11:09:35 -05:00
  • c061161605 Added pytest-mock Rhet Turnbull 2020-05-10 11:06:45 -05:00
  • 397db0d72f Updated a couple of tests to use pytest-mock Rhet Turnbull 2020-05-10 09:00:56 -07:00
  • 605d63aa4f Updated README.md to add link to wiki Rhet Turnbull 2020-05-09 13:39:10 -05:00
  • ac9b6d52a3 Update README.md Rhet Turnbull 2020-05-09 10:27:44 -05:00
  • 57315d4449 Added additional test for --export-as-hardlink Rhet Turnbull 2020-05-08 15:53:20 -07:00
  • 49cfd0b93e Merge pull request #127 from britiscurious/master Rhet Turnbull 2020-05-08 17:35:40 -05:00
  • b15f744aab Update cli.py britiscurious 2020-05-09 00:06:04 +02:00
  • cc8b10e792 Update README.md britiscurious 2020-05-09 00:03:58 +02:00
  • 93835130c2 Update README.md to include GitHub Workflow status Rhet Turnbull 2020-05-08 16:50:03 -05:00
  • df13683d11 Merge pull request #126 from britiscurious/master Rhet Turnbull 2020-05-08 16:40:11 -05:00
  • b0ec6c6b36 added test for export using hardlinks, fixed a test that failed if users locale settings were different to en_US britiscurious 2020-05-08 23:29:18 +02:00
  • cb124713d6 version increment after adding --export-as-hardlink option britiscurious 2020-05-08 23:06:32 +02:00
  • 97d3c69ade Update osxphotos/utils.py britiscurious 2020-05-08 22:56:43 +02:00
  • a8622b6b90 Update osxphotos/utils.py britiscurious 2020-05-08 22:56:24 +02:00
  • cceab62993 Update osxphotos/utils.py britiscurious 2020-05-08 22:56:12 +02:00
  • 69356c0b57 Update osxphotos/utils.py britiscurious 2020-05-08 22:55:56 +02:00
  • 5eb0876e33 added --export-as-hardlink option britiscurious 2020-05-08 21:13:50 +02:00
  • 7444b6d173 Updated test for 10.15.4 Rhet Turnbull 2020-05-02 07:39:34 -07:00
  • 180450c1e7 Added test for folder_names on 10.15.4, closes #119 Rhet Turnbull 2020-05-02 07:33:15 -07:00
  • 00e16611fc added CHANGELOG.md Rhet Turnbull 2020-05-01 22:32:05 -07:00
  • 65674f57bc added --keyword-template v0.28.13 Rhet Turnbull 2020-05-01 22:05:46 -07:00
  • 7af1ccd4ed Fixed bug related to issue #119 Rhet Turnbull 2020-04-30 21:38:24 -07:00
  • 1b6f661e6b test library updates Rhet Turnbull 2020-04-30 13:02:11 -07:00
  • a57da2346b Bug fix for albums in Photos <= 4 to address issue #116 v0.28.10 Rhet Turnbull 2020-04-28 18:20:26 -07:00
  • 3fe03cd127 version bump for pypi Rhet Turnbull 2020-04-28 07:54:22 -07:00
  • 5cc98c338b Update README.md v0.28.8 Rhet Turnbull 2020-04-28 07:48:54 -07:00
  • 1c9d4f282b Update README.md Rhet Turnbull 2020-04-28 07:44:00 -07:00
  • 1ceda15134 Fixed implementation of use_albums_as_keywords and use_persons_as_keywords, closes #115 Rhet Turnbull 2020-04-28 07:41:37 -07:00
  • a80071111f Updated README.md Rhet Turnbull 2020-04-28 07:10:48 -07:00
  • 072a8d795e Updated CHANGELOG.md Rhet Turnbull 2020-04-27 23:16:31 -07:00
  • b35b071634 Added --album-keyword and --person-keyword to CLI, closes #61 v0.28.7 Rhet Turnbull 2020-04-27 23:08:59 -07:00
  • 56a000609f Updated tests/README.md Rhet Turnbull 2020-04-26 16:31:24 -07:00
  • 54d5d4b7ba Updated test libraries Rhet Turnbull 2020-04-26 16:04:03 -07:00
  • 38137a1351 Updated CHANGELOG.md Rhet Turnbull 2020-04-26 16:03:26 -07:00
  • 4b29a2e05f Merge branch 'master' of https://github.com/RhetTbull/osxphotos v0.28.6 Rhet Turnbull 2020-04-26 15:57:51 -07:00
  • 9be0f849b7 Updated test to avoid issue with GitHub workflow Rhet Turnbull 2020-04-26 15:57:43 -07:00
  • ccb5f252d1 Update pythonpackage.yml to remove older pythons Rhet Turnbull 2020-04-26 15:39:37 -07:00
  • d8a64c9573 Fixed locale bug in templates, closes #113 Rhet Turnbull 2020-04-26 15:20:28 -07:00
  • 81d4e392c3 Updated CHANGELOG.md Rhet Turnbull 2020-04-20 22:22:08 -07:00
  • 85d2baac10 Updated setup.py and README with install instructions v0.28.5 Rhet Turnbull 2020-04-20 22:13:42 -07:00
  • 8a768e62ce Still working on bpylist2 install error Rhet Turnbull 2020-04-20 21:35:12 -07:00
  • 1c8eb764f5 Merge branch 'master' of https://github.com/RhetTbull/osxphotos Rhet Turnbull 2020-04-20 21:21:54 -07:00
  • 8e4b88ad1f Updated setup.py to resolve issue with bpylist2 on python < 3.8 Rhet Turnbull 2020-04-20 21:21:47 -07:00
  • 3f80f786a3 Update README.md to clarify install instructions Rhet Turnbull 2020-04-20 08:01:09 -07:00
  • a337e79e13 added raw_is_original handling Rhet Turnbull 2020-04-19 19:16:43 -07:00
  • ec68feec49 Removed warning from path_raw Rhet Turnbull 2020-04-19 18:39:53 -07:00
  • 9b9b54e590 Updated tests and test library with RAW images Rhet Turnbull 2020-04-19 18:24:24 -07:00
  • 22f1e8f2a6 Updated CHANGELOG.md Rhet Turnbull 2020-04-19 00:04:47 -07:00