Commit Graph

1933 Commits

Author SHA1 Message Date
MSP
5d0dc82148 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.
2023-01-13 00:57:57 +00:00
Rhet Turnbull
8caee5a81b Added --incloud, --not-incloud, --not-missing, --cloudasset, --not-cloudasset to query options, #800 (#902) 2023-01-08 14:53:16 -08:00
Rhet Turnbull
6788f318a2 Added PhotoInfo.fingerprint #900 (#901) 2023-01-06 18:39:12 -08:00
Rhet Turnbull
1f7480a9b9 Added .gitattributes 2023-01-03 06:30:26 -08:00
Rhet Turnbull
8b72374001 Fixed API docs and added example, #897 2023-01-02 09:15:35 -08:00
allcontributors[bot]
cf72a1f821 add johnsturgeon as a contributor for bug, and doc (#898)
* update README.md [skip ci]

* update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-02 09:13:56 -08:00
allcontributors[bot]
11266cd62b add qkeddy as a contributor for ideas, and data (#895)
* update README.md [skip ci]

* update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-01 08:38:16 -08:00
Rhet Turnbull
1a5bb0e36a Updated CHANGELOG.md [skip ci] 2023-01-01 08:34:29 -08:00
Rhet Turnbull
a1a97eec13 Release files for 0.55.7 (#894) v0.55.7 2023-01-01 08:30:29 -08:00
Rhet Turnbull
eb0251b198 Fix for incorrect path for shared photos on Ventura, #883 (#893)
Fixes PhotoInfo.path to return the correct path for shared photos on Ventura (#883)
2023-01-01 08:26:54 -08:00
Rhet Turnbull
dbdeb069be Updated CHANGELOG.md [skip ci] 2022-12-30 22:44:42 -08:00
Rhet Turnbull
1d5b51dd3d Release files v0.55.6 2022-12-30 22:40:11 -08:00
Rhet Turnbull
45392511e5 Added Quicktime:ContentCreateDate to photo exporter #890 (#891) 2022-12-30 22:32:58 -08:00
Michael Petrochuk
e76b2cfadc Use "QuickTime:ContentCreateDate" (#888)
Hello! 

I recently had a bunch of `m4v` files categorized with the wrong date. I was able to fix that by using `QuickTime:ContentCreateDate`. All the other fields were wrong, I am not sure why.

I don't think I am the only person experiencing this:
https://gist.github.com/jhubble/432a1ad713b0a9e0dee6ea78b431b579
https://exiftool.org/forum/index.php?topic=7904.0
https://github.com/photoprism/photoprism/issues/1691#issuecomment-956477211

I suggest having it on the list, and I suggest having it prioritized.

Thanks!
2022-12-30 21:59:14 -08:00
allcontributors[bot]
d6e0e340b7 add PetrochukM as a contributor for bug, and code (#889)
* update README.md [skip ci]

* update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-12-30 21:43:44 -08:00
Rhet Turnbull
d518ca5d5d Added about string to kvstore 2022-12-28 22:58:16 -07:00
Rhet Turnbull
a6cce9ef65 Fixed color output for find_bad_extensions.py 2022-12-28 22:53:01 -07:00
Rhet Turnbull
00481d3623 Added examples for finding / fixing bad extensions, #382, #336 2022-12-28 22:40:11 -07:00
Rhet Turnbull
f5ed3d7518 Updated CHANGELOG.md [skip ci] 2022-12-24 20:28:15 -07:00
Rhet Turnbull
c091a0b6c1 Version bump for release 2022-12-24 09:58:22 -07:00
Rhet Turnbull
5f298709d7 Version bump for release v0.55.5 2022-12-24 09:45:44 -07:00
Ferdia McKeogh
9a9a1be165 Handle "Z" as EXIF offset time (#881) 2022-12-24 08:19:36 -07:00
allcontributors[bot]
89f82e92f0 add fmckeogh as a contributor for code, and bug (#882)
* update README.md [skip ci]

* update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-12-24 08:18:55 -07:00
Rhet Turnbull
5bd793ae64 Updated CHANGELOG.md [skip ci] 2022-12-19 09:14:06 -08:00
Rhet Turnbull
de584e3dec Release files v0.55.3 2022-12-19 09:10:28 -08:00
Rhet Turnbull
a8586f911f Release files for 0.55.3 (#879) 2022-12-19 09:08:07 -08:00
Rhet Turnbull
00796f1c0a Partial implementation for #868, candidate paths (#878) 2022-12-19 08:23:11 -08:00
Rhet Turnbull
1b89f85a41 Fix for #853, deleted files not in exportdb --report (#877) 2022-12-19 08:02:29 -08:00
Rhet Turnbull
0472582870 Fix for #872, duplicate results with --exif (and --name) (#876) 2022-12-19 07:39:24 -08:00
Rhet Turnbull
830da7b3b4 Added Ventura 13.1 to support OS versions 2022-12-19 06:45:22 -08:00
Rhet Turnbull
5e7ab06458 fix: dev_requirements.txt to reduce vulnerabilities (#836)
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2022-12-18 19:38:17 -08:00
Rhet Turnbull
b2b814954b Added errors to export database, --update-errors to export, #872 (#874) 2022-12-18 14:16:38 -08:00
Rhet Turnbull
8b9af7be67 Bug fix for missing RAW images during export 2022-12-16 06:13:12 -08:00
Rhet Turnbull
a3aee63eab Updated CHANGELOG.md [skip ci] 2022-12-13 23:08:33 -08:00
Rhet Turnbull
aeb6283b2b Version bump, fix for #859, wrong edited path in Mojave v0.55.2 2022-12-13 23:05:59 -08:00
Rhet Turnbull
47e2454584 Bug edited path bad mojave 859 (#870)
* Partial fix for #859, missing path edited on Mojave

* Fixed annotation issue

* Fix for HEIC edited images on Mojave, #859

* Additional fix for live photo edited paths, #859
2022-12-13 22:55:17 -08:00
Rhet Turnbull
ee370f5dfb Added template function example 2022-12-12 22:41:09 -08:00
Rhet Turnbull
3e2076df12 Updated timewarp example 2022-12-11 23:24:24 -08:00
Rhet Turnbull
2afab9e3b1 Added timewarp --function example 2022-12-11 23:21:48 -08:00
Rhet Turnbull
3c8d7e13b9 Added edited live video path to inspect, #865 2022-12-11 20:43:01 -08:00
Rhet Turnbull
c3bd04f257 Updated README for supported OS versions 2022-12-11 20:33:30 -08:00
Rhet Turnbull
12fecec3de Updated CHANGELOG.md [skip ci] 2022-12-11 19:38:26 -08:00
Rhet Turnbull
e4faf3779c Version bump, fix for #859, wrong edited path in Mojave v0.55.1 2022-12-11 19:34:56 -08:00
Rhet Turnbull
53a61ed5aa Bug edited path bad mojave 859 (#864)
* Partial fix for #859, missing path edited on Mojave

* Fixed annotation issue

* Fix for HEIC edited images on Mojave, #859
2022-12-11 19:30:28 -08:00
Rhet Turnbull
debc001af9 Update tests.yml 2022-12-11 19:05:05 -08:00
Rhet Turnbull
025ee36086 Fixed edit_resource_id for Photos 5+ 2022-12-11 12:32:10 -08:00
Rhet Turnbull
d66cb6dc2b Updated CHANGELOG.md [skip ci] 2022-12-11 12:21:29 -08:00
Rhet Turnbull
88e56bc0b9 Added target architecture, #857 v0.55.0 2022-12-11 12:16:31 -08:00
Rhet Turnbull
327f19809e Updated build for Ventura 2022-12-11 12:13:22 -08:00
Rhet Turnbull
924a5f2f61 Added Ventura to list of supported OS (#863) 2022-12-11 11:20:23 -08:00