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
Rhet Turnbull
15c75ff17c
Release 0.56.2 ( #928 )
v0.56.2
2023-01-15 19:08:36 -08:00
oPromessa
1e58e20b3c
On import consider GPS Location from XMP if EXIF is not available. ( #912 )
...
* On import consider GPS Location from XMP if EXIF is not available.
On import consider GPS Location from XMP if EXIF is not available. Relevant for MOV file types without EXIF.
* Revert "On import consider GPS Location from XMP if EXIF is not available."
This reverts commit 5d0dc821489cedf92a4e87ca6443c80ca93d4e5d.
* On import consider GPS Location from XMP if EXIF is not available.
Relevant for MOV files which do not have EXIF.
2023-01-15 19:03:05 -08:00
Rhet Turnbull
51ca4d30f3
Added score info to inspect, #899 ( #927 )
2023-01-15 18:55:42 -08:00
Rhet Turnbull
15b331047c
Updated PhotoScript version to use faster folder/album code ( #926 )
2023-01-15 15:24:32 -08:00
Rhet Turnbull
81f4a4c3ee
Fixed 'Photos 5 only' text, #916 ( #925 )
2023-01-15 15:22:55 -08:00
mave2k
227a3e2836
Update README.md ( #923 )
...
Added a step in the readme for pipx-installation, to make sure 'pipx ensurepath' is executed to access the installed packages.
2023-01-15 15:18:17 -08:00
allcontributors[bot]
0688729785
add mave2k as a contributor for doc ( #924 )
...
* update README.md [skip ci]
* update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-15 14:14:30 -08:00
allcontributors[bot]
8fa7f18ece
add mave2k as a contributor for doc ( #924 )
...
* update README.md [skip ci]
* update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-15 14:14:16 -08:00
Rhet Turnbull
99aff7396f
Updated CHANGELOG.md [skip ci]
2023-01-14 22:51:56 -08:00
Rhet Turnbull
c36610ab62
Updated docs
v0.56.1
2023-01-14 22:42:35 -08:00
Rhet Turnbull
2aa80996bf
Updated docs
2023-01-14 22:41:41 -08:00
Rhet Turnbull
de8f29a431
Release 0.56.1 ( #922 )
2023-01-14 22:28:34 -08:00
Rhet Turnbull
c383212822
Feature add sync command 887 ( #921 )
...
* Starting work on sync command, #887
* Added parsing for --set, --merge
* Added query options
* Added --incloud, --not-incloud, --not-missing, --cloudasset, --not-cloudasset to query options, #800 (#902 )
* Got basic import logic working
* Got basic set/merge logic working
* add to album now working
* Resolve paths for --import
* Refactored report writer to reuse code from export report
* Removed report_writer_sync.py
* add oPromessa as a contributor for code (#914 )
* update README.md [skip ci]
* update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* Added --profile, --watch, --breakpoint, --debug as global options (#917 )
* Removed unnecessary import
* Release 0.56.0 (#918 )
* Release 0 56 0 (#919 )
* Release 0.56.0
* Release 0.56.0
* Updated CHANGELOG.md [skip ci]
* Got CSV reporting, summary results done
* Added json report for sync results
* Added sqlite report for sync
* Basic set/merge working for sync
* sync mvp working
* Added help text for sync
* Added test for sync
* Updated tests for sync
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-14 22:06:20 -08:00
Rhet Turnbull
5fc8c022ab
Updated CHANGELOG.md [skip ci]
2023-01-13 20:29:49 -08:00
Rhet Turnbull
8aa850e969
Release 0 56 0 ( #919 )
...
* Release 0.56.0
* Release 0.56.0
v0.56.0
2023-01-13 19:27:49 -08:00