Rhet Turnbull
9b11cbf32b
Fixed searchinfo so processing can continue if no search DB found
2020-05-25 17:50:28 -07:00
Rhet Turnbull
8c3bf040c6
Update test library
2020-05-25 17:47:25 -07:00
Rhet Turnbull
c0855c7702
Updated CHANGELOG.md
2020-05-25 10:54:48 -07:00
Rhet Turnbull
288b1abc1c
Updated CHANGELOG.md
2020-05-25 10:50:54 -07:00
Rhet Turnbull
9eae66030e
Added --dry-run option to CLI export, closes #91
v0.29.5
2020-05-25 10:37:30 -07:00
Rhet Turnbull
46fdc94398
Catch exception in folder processing to address #148
2020-05-24 07:22:00 -07:00
Rhet Turnbull
09c7d18901
Added test for DateTimeFormatter.dow
2020-05-24 06:37:15 -07:00
Rhet Turnbull
5f071b9c3f
Merge pull request #147 from grundsch/add_dow
...
added created.dow (day of week) to template
2020-05-24 06:17:40 -07:00
Stephane
8df6d2c707
added created.dow (day of week) to template
2020-05-24 14:20:25 +02:00
Rhet Turnbull
28935b0af9
added created.dd and modified.dd to template system, closes #135
2020-05-23 21:39:40 -07:00
Rhet Turnbull
af750dd2e3
Updated CHANGELOG.md
2020-05-23 17:47:47 -07:00
Rhet Turnbull
1d095d7284
Added try/except for bad datettime values
v0.29.2
2020-05-23 17:40:57 -07:00
Rhet Turnbull
f67f239278
Merge pull request #146 from agprimatic/patch-1
...
Catch illegal timestamp value
v0.29.1
2020-05-23 16:06:23 -07:00
Ag Primatic
441de711dc
Catch illegal timestamp value
...
When using this on my Photos database, it threw a ValueError. I wrapped the fromtimestamp() call in a try block so that it would continue with the oldest date allowable.
2020-05-23 18:15:45 -04:00
Rhet Turnbull
1450b3ccac
Updated CHANGELOG.md
2020-05-23 10:03:17 -07:00
Rhet Turnbull
c06c230a46
version bump
v0.29.0
2020-05-23 09:37:10 -07:00
Rhet Turnbull
b1171e96cc
Added --update to CLI export; reference issue #100
2020-05-23 09:34:04 -07:00
Rhet Turnbull
8c4fe40aa6
Added as_dict to PlaceInfo
2020-05-23 08:47:10 -07:00
Rhet Turnbull
f416418546
Test library update
2020-05-16 06:53:03 -07:00
Rhet Turnbull
8e9691d6d7
Made --exiftool and --export-as-hardlink incompatible in CLI to fix #132
2020-05-16 06:48:23 -07:00
Rhet Turnbull
cafa483cfc
Updated CHANGELOG.md
2020-05-15 14:41:50 -07:00
Rhet Turnbull
11d368a69c
Updated README.md
2020-05-15 14:41:22 -07:00
Rhet Turnbull
bd9d5a26f3
version bump
v0.28.19
2020-05-15 14:12:40 -07:00
Rhet Turnbull
ec19636cbf
move template.py to photoinfo
2020-05-15 14:06:27 -07:00
Rhet Turnbull
48e9c32add
Revert "test library updates"
...
This reverts commit d125854f2a .
2020-05-15 14:05:36 -07:00
Rhet Turnbull
b455bd4c4a
Added label and label_normalized to template system, closes #130
2020-05-15 13:57:12 -07:00
Rhet Turnbull
d125854f2a
test library updates
2020-05-15 13:46:45 -07:00
Rhet Turnbull
e228cfab74
Updated CHANGELOG.md
2020-05-14 14:45:07 -07:00
Rhet Turnbull
85760dc4fe
Update README.md
2020-05-14 14:43:50 -07:00
Rhet Turnbull
be07f90e5a
Update README.md
2020-05-14 14:43:22 -07:00
Rhet Turnbull
a80dee401c
Implemented PhotoInfo.exiftool
v0.28.18
2020-05-14 12:55:17 -07:00
Rhet Turnbull
e67fce2871
Updated CHANGELOG.md
2020-05-14 06:46:12 -07:00
Rhet Turnbull
53304d7023
Added ExifInfo (Photos 5 only)
v0.28.17
2020-05-13 22:42:33 -07:00
Rhet Turnbull
d1af14dbb4
Added as_dict to ExifTool
2020-05-11 05:07:19 -07:00
Rhet Turnbull
ca8f2b8d5c
Added link to original work by @simonw
v0.28.15
2020-05-10 22:05:21 -05:00
Rhet Turnbull
e3e5a20681
Merge branch 'master' of https://github.com/RhetTbull/osxphotos
2020-05-10 19:55:54 -07:00
Rhet Turnbull
98b3f63a92
Refactored photosdb and photoinfo to add SearchInfo and labels
2020-05-10 19:55:09 -07:00
Rhet Turnbull
c8128203f4
removed flake8
2020-05-10 11:09:35 -05:00
Rhet Turnbull
c061161605
Added pytest-mock
2020-05-10 11:06:45 -05:00
Rhet Turnbull
397db0d72f
Updated a couple of tests to use pytest-mock
2020-05-10 09:00:56 -07:00
Rhet Turnbull
605d63aa4f
Updated README.md to add link to wiki
2020-05-09 13:39:10 -05:00
Rhet Turnbull
ac9b6d52a3
Update README.md
2020-05-09 10:27:44 -05:00
Rhet Turnbull
57315d4449
Added additional test for --export-as-hardlink
2020-05-08 15:53:20 -07:00
Rhet Turnbull
49cfd0b93e
Merge pull request #127 from britiscurious/master
...
fixed some minor findings...
2020-05-08 17:35:40 -05:00
britiscurious
b15f744aab
Update cli.py
...
correction of the name of the shell script to build an executable
2020-05-09 00:06:04 +02:00
britiscurious
cc8b10e792
Update README.md
...
fixed minor typo
2020-05-09 00:03:58 +02:00
Rhet Turnbull
93835130c2
Update README.md to include GitHub Workflow status
2020-05-08 16:50:03 -05:00
Rhet Turnbull
df13683d11
Merge pull request #126 from britiscurious/master
...
added --export-as-hardlink option
2020-05-08 16:40:11 -05:00
britiscurious
b0ec6c6b36
added test for export using hardlinks, fixed a test that failed if users locale settings were different to en_US
2020-05-08 23:29:18 +02:00
britiscurious
cb124713d6
version increment after adding --export-as-hardlink option
2020-05-08 23:06:32 +02:00