2150 Commits

Author SHA1 Message Date
Rhet Turnbull
30e81eddb5 Updated CHANGELOG.md [skip ci] 2023-02-20 09:04:19 -08:00
Rhet Turnbull
5aa4a20bb5
Added pip caching v0.57.3 2023-02-20 08:58:08 -08:00
Rhet Turnbull
109917321a Updated docstrings, [skip-ci] 2023-02-20 08:54:44 -08:00
Rhet Turnbull
7fb7a551a8
Release files for 0.57.3 (#996) 2023-02-20 08:46:39 -08:00
Rhet Turnbull
d3267cb0f0
Added ability to show from export filepath to osxphotos show (#995) 2023-02-20 08:44:17 -08:00
Rhet Turnbull
1209d98e6e Updated CHANGELOG.md [skip ci] 2023-02-20 08:14:22 -08:00
Rhet Turnbull
c90c241a36
Release files for 0.57.2 (#994) v0.57.2 2023-02-20 07:58:17 -08:00
Rhet Turnbull
206490cacc Fixed click.confirm to not abort 2023-02-19 23:00:33 -08:00
Rhet Turnbull
31212a1daa Added exportdb test for #990 2023-02-19 22:54:13 -08:00
Rhet Turnbull
a46f8bd244
Fix error during cleanup, #987 (#993) 2023-02-19 22:51:52 -08:00
Rhet Turnbull
06b02b4a23
Feature exportdb update 990 (#992)
* Added cloud_guid, #990

* Added fingerprint, cloud_guid to PhotoInfo.json

* Added stub for --migrate-photos-library

* Added --migrate-photos-library option to exportdb, #990
2023-02-19 22:51:25 -08:00
allcontributors[bot]
30c036a287
add swduncan as a contributor for ideas (#991)
* update README.md [skip ci]

* update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-18 16:38:52 -08:00
Rhet Turnbull
715d874306 Updated CHANGELOG.md [skip ci] 2023-02-12 08:41:54 -08:00
Rhet Turnbull
e39424e906
Release files for 0.57.1 (#983) v0.57.1 2023-02-12 08:27:17 -08:00
Rhet Turnbull
b03670dc70
Implemented show command, #964 (#982) 2023-02-12 08:11:38 -08:00
Rhet Turnbull
ce297ced0a
Added lock files to export to minimize name collisions (#981) 2023-02-11 18:21:15 -08:00
Rhet Turnbull
c4788c0fd2 Updated textx version 2023-02-11 09:34:56 -08:00
allcontributors[bot]
98e988cd6a
add aa599 as a contributor for ideas (#980)
* update README.md [skip ci]

* update .all-contributorsrc [skip ci]

* update README.md [skip ci]

* update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Rhet Turnbull <rturnbull@gmail.com>
2023-02-11 09:31:11 -08:00
allcontributors[bot]
b39f52cc35
add aa599 as a contributor for bug (#977)
* update README.md [skip ci]

* update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-11 09:27:12 -08:00
Rhet Turnbull
d990670f72
Bug fix timezone none 976 (#978)
* Allow --uuid-from-file to read from stdin, #965

* Load query options before opening the database

* Fix for timezone in database has value None, #976
2023-02-11 09:26:57 -08:00
Rhet Turnbull
97a0a65d8a
Feature UUID from stdin 965 (#979)
* Allow --uuid-from-file to read from stdin, #965

* Load query options before opening the database
2023-02-11 09:26:42 -08:00
Rhet Turnbull
f7ca3977a9 Updated CHANGELOG.md 2023-02-05 18:41:52 -08:00
Rhet Turnbull
fbb05d6795
Release 0.57.0 (#971) v0.57.0 2023-02-05 18:21:18 -08:00
Rhet Turnbull
0982d0c548 Fixes regression for #640 2023-02-05 18:00:04 -08:00
Rhet Turnbull
007f0e0960
Feature add query command (#970)
* Added query_command and example

* Refactored QUERY_OPTIONS, added query_command, refactored verbose, #930, #931

* Added query options to debug-dump, #966

* Refactored query, #602

* Added precedence test for --load-config

* Refactored handling of query options

* Refactored export_photo

* Removed extraneous print

* Updated API_README

* Updated examples
2023-02-05 14:48:42 -08:00
Rhet Turnbull
0f1866e39d Updated CHANGELOG.md [skip ci] 2023-01-28 19:09:57 -08:00
Rhet Turnbull
da6c3b8440 Updated CHANGELOG.md [skip ci] 2023-01-28 19:09:00 -08:00
Rhet Turnbull
10c6e91d80
Release files for 0.56.7 (#963) v0.56.7 2023-01-28 18:44:29 -08:00
allcontributors[bot]
0abdf62bef
add pweaver as a contributor for bug, and ideas (#962)
* update README.md [skip ci]

* update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-28 18:09:10 -08:00
Rhet Turnbull
9efb99cbd4
Fixed --dry-run with --finder-tags-keywords and --xattr-template, #958 (#961) 2023-01-28 18:08:19 -08:00
Rhet Turnbull
0c293d0bf5
Refactor verbose 931 (#960)
* Began refactoring verbose code for #931

* Fixed tests for timewarp due to verbose refactor

* Updated test data

* More refactoring for #931

* Refactored queryoptions.py

* Refactored queryoptions.py

* Refactored queryoptions.py

* Refactored echo_error

* Refactored debug

* Refactored debug

* Refactored use of verbose in export

* Refactored use of verbose in export

* Refactred --verbose in add-locations and debug-dump

* Refactored --verbose for

* Refactored --verbose for osxphotos exportdb

* Refactored --verbose for osxphotos import

* Refactored --verbose for osxphotos orphans

* Refactored --verbose for osxphotos snap-diff

* Refactored --verbose for osxphotos sync

* Refactored --verbose for osxphotos timewarp

* Added default verbose() function to verbose
2023-01-28 17:44:20 -08:00
Rhet Turnbull
770d85759d
Implemented {counter} template (#957) 2023-01-25 06:17:06 -08:00
oPromessa
80ee142c7f
Added --not-edited option to query | Added corresponding tests for query and export (#956)
* Added --not-edited option to query

Added --not-edited option to query (exclusive with --edited) to search for photos that have not been edited.

Added test scenarios for --edited and -.-not-edited

* Added --not-edited option to query

Added --not-edited option to query (exclusive with --edited) to search for photos that have not been edited.

Added query test scenarios for --edited and --not-edited

Added export test scenarios for --edited and --not-edited

* Added --not-edited option to query

Added --not-edited option to query (exclusive with --edited) to search for photos that have not been edited.

Added query test scenarios for --edited and --not-edited

Added export test scenarios for --edited and --not-edited

* Made edited/non-edited mutually exclusive in query() to match other filters

Co-authored-by: Rhet Turnbull <rturnbull@gmail.com>
2023-01-24 20:11:47 -08:00
allcontributors[bot]
7f7e58a1bd
add eecue as a contributor for ideas, and userTesting (#953)
* update README.md [skip ci]

* update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-22 22:48:18 -08:00
Rhet Turnbull
6a6f1da746 Updated CHANGELOG.md [skip ci] 2023-01-22 22:43:59 -08:00
Rhet Turnbull
db5c4a216f
Release files for 0.56.6 (#952) v0.56.6 2023-01-22 22:40:50 -08:00
Rhet Turnbull
369fa553e8
Feature timewarp parse date 867 (#951)
* Working on tests for timewarp --parse-date

* Test working for --parse-date

* Refactored date utils out of timewarp.py

* Added timezone to --parse-date, updated tests

* Added cog to README
2023-01-22 22:35:05 -08:00
Rhet Turnbull
29968269ff
Feature person favorite 940 (#950)
* Added person favorite for #940

* Added person.feature_less #940 (but not 100% sure it's right yet)

* Added tests for PersonInfo.favorite, PersonInfo.feature_less
2023-01-22 11:53:08 -08:00
Rhet Turnbull
381141bc09 Updated CHANGELOG.md [skip ci] 2023-01-21 14:55:06 -08:00
Rhet Turnbull
caa279e394
Release files for 0.56.5 (#948) v0.56.5 2023-01-21 14:52:15 -08:00
Rhet Turnbull
bd01e41714
Bug timewarp sync 946 (#947)
* Fix --timezone iCloud sync, #946

* ADded tests for timezone fix #946
2023-01-21 14:48:56 -08:00
Rhet Turnbull
32b23a09cb Updated CHANGELOG.md [skip ci] 2023-01-21 10:45:34 -08:00
allcontributors[bot]
4857598324
add djbeadle as a contributor for ideas (#945)
* update README.md [skip ci]

* update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-21 10:44:10 -08:00
Rhet Turnbull
b937874f66
Updated release files for v0.56.4 (#944) v0.56.4 2023-01-21 10:38:07 -08:00
Rhet Turnbull
69eb4b070c
Updated search info for Ventura, #937 (#943) 2023-01-21 10:29:31 -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
b6ab618154 Updated CHANGELOG.md [skip ci] 2023-01-16 21:54:40 -08:00
Rhet Turnbull
7ab33f66d7
Release files for 0.56.3 (#933) v0.56.3 2023-01-16 21:51:17 -08:00
Rhet Turnbull
83d14ac191
Feature add locations 929 (#932)
* Initial implementation of add-locations command #929

* Updated help for add-locations

* Fixed handling of shared albums in sync

* Added test for add-locations
2023-01-16 21:26:02 -08:00
Rhet Turnbull
aca2333477 Fixed handling of shared albums in sync 2023-01-16 10:03:19 -08:00