Rhet Turnbull
fd71b13c77
performance improvements for SearchInfo
2020-05-29 20:30:20 -07:00
Rhet Turnbull
42b89d34f3
performance improvements for update and export_db
2020-05-27 20:52:05 -07:00
Rhet Turnbull
9b11cbf32b
Fixed searchinfo so processing can continue if no search DB found
2020-05-25 17:50:28 -07:00
Rhet Turnbull
9eae66030e
Added --dry-run option to CLI export, closes #91
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
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
1d095d7284
Added try/except for bad datettime values
2020-05-23 17:40:57 -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
c06c230a46
version bump
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
8e9691d6d7
Made --exiftool and --export-as-hardlink incompatible in CLI to fix #132
2020-05-16 06:48:23 -07:00
Rhet Turnbull
bd9d5a26f3
version bump
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
a80dee401c
Implemented PhotoInfo.exiftool
2020-05-14 12:55:17 -07:00
Rhet Turnbull
53304d7023
Added ExifInfo (Photos 5 only)
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
2020-05-10 22:05:21 -05:00
Rhet Turnbull
98b3f63a92
Refactored photosdb and photoinfo to add SearchInfo and labels
2020-05-10 19:55:09 -07:00
britiscurious
cb124713d6
version increment after adding --export-as-hardlink option
2020-05-08 23:06:32 +02:00
britiscurious
97d3c69ade
Update osxphotos/utils.py
...
Co-authored-by: Rhet Turnbull <rturnbull@gmail.com >
2020-05-08 22:56:43 +02:00
britiscurious
a8622b6b90
Update osxphotos/utils.py
...
Co-authored-by: Rhet Turnbull <rturnbull@gmail.com >
2020-05-08 22:56:24 +02:00
britiscurious
cceab62993
Update osxphotos/utils.py
...
Co-authored-by: Rhet Turnbull <rturnbull@gmail.com >
2020-05-08 22:56:12 +02:00
britiscurious
69356c0b57
Update osxphotos/utils.py
...
Co-authored-by: Rhet Turnbull <rturnbull@gmail.com >
2020-05-08 22:55:56 +02:00
britiscurious
5eb0876e33
added --export-as-hardlink option
2020-05-08 21:13:50 +02:00
Rhet Turnbull
65674f57bc
added --keyword-template
2020-05-01 22:05:46 -07:00
Rhet Turnbull
7af1ccd4ed
Fixed bug related to issue #119
2020-04-30 21:38:24 -07:00
Rhet Turnbull
a57da2346b
Bug fix for albums in Photos <= 4 to address issue #116
2020-04-28 18:20:26 -07:00
Rhet Turnbull
3fe03cd127
version bump for pypi
2020-04-28 07:54:22 -07:00
Rhet Turnbull
1ceda15134
Fixed implementation of use_albums_as_keywords and use_persons_as_keywords, closes #115
2020-04-28 07:41:37 -07:00
Rhet Turnbull
b35b071634
Added --album-keyword and --person-keyword to CLI, closes #61
2020-04-27 23:08:59 -07:00
Rhet Turnbull
d8a64c9573
Fixed locale bug in templates, closes #113
2020-04-26 15:20:28 -07:00
Rhet Turnbull
85d2baac10
Updated setup.py and README with install instructions
2020-04-20 22:13:42 -07:00
Rhet Turnbull
8a768e62ce
Still working on bpylist2 install error
2020-04-20 21:35:12 -07:00
Rhet Turnbull
8e4b88ad1f
Updated setup.py to resolve issue with bpylist2 on python < 3.8
2020-04-20 21:21:47 -07:00
Rhet Turnbull
a337e79e13
added raw_is_original handling
2020-04-19 19:16:43 -07:00
Rhet Turnbull
ec68feec49
Removed warning from path_raw
2020-04-19 18:39:53 -07:00
Rhet Turnbull
1867c1d747
added __len__ to PhotosDB, closes #44
2020-04-18 23:57:34 -07:00
Rhet Turnbull
87eb84fddd
Updated use of _PHOTOS_4_VERSION, closes #106
2020-04-18 23:33:02 -07:00
Rhet Turnbull
15a3736b74
Fixed documentation error
2020-04-18 23:10:13 -07:00
Rhet Turnbull
f20fadcef7
Fixed some stray tabs
2020-04-18 13:38:37 -07:00
Rhet Turnbull
47d1c82c03
Added folder support for Photos <= 4, closes #93
2020-04-18 12:21:08 -07:00
Rhet Turnbull
6f281711e2
cleaned up SQL statements in _process_database4
2020-04-18 08:05:43 -07:00
Rhet Turnbull
4b30b3b426
Fixed suffix check on export to be case insensitive
2020-04-18 07:59:04 -07:00
Rhet Turnbull
36c2821a0f
replaced CLI option --original-name with --current-name
2020-04-17 23:20:23 -07:00
Rhet Turnbull
ed425724a0
Changed default CLI behavior to export all photos
2020-04-17 22:52:11 -07:00