Commit Graph

946 Commits

Author SHA1 Message Date
Rhet Turnbull
dc1a600493 Version bump 2022-11-12 20:07:41 -08:00
Rhet Turnbull
ae560d24cb Bug labels ventura 816 (#823)
* Partial fix for #816, labels on Ventura / macOS 13.0

* Version bump
2022-11-12 11:22:44 -08:00
Rhet Turnbull
dcc16c92c1 Added ImportInfo __bool__, #820 2022-11-07 22:11:13 -08:00
Rhet Turnbull
d91bf14790 Version bump 2022-11-06 17:55:54 -08:00
Davlatjon Shavkatov
7b28d7c24b fix: remove warning for macOS 11.7 (#805)
This commit should fix the case where warning appears on macOS 11.7

```
2022-10-16 21:11:25,014 - WARNING - photosdb.py - 119 - WARNING: This module has only been tested with macOS versions [10.12, 10.13, 10.14, 10.15, 10.16, 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6]: you have Darwin, OS version: 11.7
```

macOS 11.7 fixes only security patches as i known and i'm did not noticed any new feature or broken feature, so i think it should work
2022-10-16 14:19:12 -07:00
Rhet Turnbull
5665cf1804 Refactor update osxmetadata (#804)
* Updated osxmetadata to use v1.0.0

* Added README_DEV

* fix for missing detected_text xattr

* fix for missing detected_text xattr
2022-10-15 22:12:11 -07:00
Rhet Turnbull
0ba8bc3eb9 Bugfix for bare {filepath} template 2022-10-13 21:00:49 -07:00
Rhet Turnbull
00eb80044e Release 0.51.8, bug fix for exportdb migration 2022-09-25 09:04:52 -07:00
Rhet Turnbull
191a2cd618 Bugfix exportdb migration 794 (#795)
* Fixed migration for already migrated database, #794

* Version bump
2022-09-25 07:55:15 -07:00
Rhet Turnbull
eedc2f0b05 Tested on 12.6, #792 2022-09-17 20:33:12 -07:00
Rhet Turnbull
43fcdbc371 Updated dependencies 2022-09-17 09:03:40 -07:00
Rhet Turnbull
b5b7a28539 Release 0.51.7, support for reading iPhone Photos.sqlite 2022-09-11 22:31:33 -07:00
Rhet Turnbull
3cb4be4254 Feature read iphone db #745 (#791)
* Added ability to read iPhone database

* Added comments

* Fixed tests

* Fixed albums for iPhone database
2022-09-11 22:26:45 -07:00
Rhet Turnbull
5391d1059c Refactor phototemplate (#788)
* Refactored date code in phototemplate.py

* Refactored date code in phototemplate.py

* Refactored place values in PhotoTemplate

* Refactored place values in PhotoTemplate
2022-09-04 15:13:59 -07:00
Rhet Turnbull
9b175d17d6 Refactored ExportResults (#786) 2022-09-03 21:01:48 -07:00
Rhet Turnbull
d5a9001661 Updated PhotosAlbum code 2022-09-02 18:07:09 -07:00
Rhet Turnbull
fe514e79ab Added close for import_db 2022-09-01 20:46:08 -07:00
Rhet Turnbull
cee2acad53 Updated sqlitekvstore 2022-09-01 06:17:15 -07:00
Rhet Turnbull
5794df0069 Release 0.51.6, added --resume to import 2022-08-31 22:30:01 -07:00
Rhet Turnbull
b8ad8016aa Added --resume to import, #768 (#784) 2022-08-31 22:14:49 -07:00
Rhet Turnbull
3ca0e2bb5b Added release files for 0.51.5 2022-08-27 21:25:17 -07:00
Rhet Turnbull
e39776b51e Added --field to dump and query, #777 (#779) 2022-08-27 21:05:57 -07:00
Rhet Turnbull
bb480f6991 Release 0.51.4, added --print to dump 2022-08-27 11:25:46 -07:00
Rhet Turnbull
af9311c9c8 Fixed --print to work with {tab} 2022-08-27 11:11:38 -07:00
Rhet Turnbull
5eaeb72c3e Added --print to dump, added {tab} 2022-08-27 10:50:25 -07:00
Rhet Turnbull
d576ca5494 Release 0.51.3, added --print (#769), --quiet (#770) 2022-08-27 09:31:37 -07:00
Rhet Turnbull
8e986b451e Added --print, --quiet, #769, #770 (#773) 2022-08-26 22:17:12 -07:00
Rhet Turnbull
4ca681ee4f Release 0.51.2, added new filter(x) to template filters (#772) 2022-08-26 06:55:45 -07:00
Rhet Turnbull
66f6002a57 Feature filter filter 759 (#771)
* Added filter(x) filter, #759

* Added int, float filters
2022-08-26 06:39:32 -07:00
Rhet Turnbull
d845e9b66e Release 0.51.1, added --report to import (#767) 2022-08-22 09:31:47 -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
b7cfd1da9b Release 0.51.0 (#763) 2022-08-21 09:45:32 -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
Rhet Turnbull
5979d6245d Updated tested versions (#757) 2022-08-13 11:44:15 -07:00
Rhet Turnbull
8e3578e29b Release 0.50.13 (#756) 2022-08-13 08:50:16 -07:00
Rhet Turnbull
38a5998063 Feature orphans (#755)
* Initial implementation of orphan command

* Implemented orphans command, #84
2022-08-13 08:43:02 -07:00
Rhet Turnbull
26a9028497 Add PhotosAlbumPhotosKit to __all__ 2022-08-10 21:37:33 -06:00
Rhet Turnbull
e41f89480a Add PhotosAlbum to osxphotos __all__ 2022-08-10 20:53:07 -06:00
Rhet Turnbull
db3c37fb5b Hot fix for 749 (#750) 2022-08-08 06:26:08 -07:00
Rhet Turnbull
f4154e8691 Feature not reference 738 (#744)
* Added --not-reference, 738

* Release files for #738
2022-07-28 06:24:58 -07:00
Rhet Turnbull
f7771909d6 Updated docs for v0.58.10 [skip-ci] (#741) 2022-07-27 08:25:06 -07:00
Rhet Turnbull
76625b9e84 Feature add keep 730 (#740)
* Implemented #730, --keep

* Implemented #739, fixed --keep to accept relative paths

* Updated to macos-latest

Ref: https://github.com/actions/virtual-environments/issues/5583

* Release files for #730
2022-07-27 08:14:00 -07:00
Rhet Turnbull
f8f9bd7b93 Release files for #732, add --favorite-rating 2022-07-23 18:25:07 -07:00
Rhet Turnbull
5d33dcdcc3 Implemented --favorite-rating, #732 2022-07-23 18:16:06 -07:00
Rhet Turnbull
6e33540e60 Fixed report_summart view 2022-07-23 16:42:02 -07:00
Rhet Turnbull
2e85f9be89 Fixed report_summart view 2022-07-23 16:33:24 -07:00
Rhet Turnbull
7484c7b994 Added report_summary view to export report database 2022-07-23 16:27:49 -07:00
Rhet Turnbull
f279217118 Added report_summary view to export report database 2022-07-23 16:21:21 -07:00
Rhet Turnbull
f3557d1991 Updated docs [skip ci] 2022-07-23 15:42:34 -07:00