Michael Mayer
403afc69aa
Config: Don't disable ffmpeg even when server has < 3 GB memory
...
see #1135 , #1390 , and #1397
2021-08-05 20:18:52 +02:00
Michael Mayer
6dee522472
Config: Improve warning message shown when server has < 3 GB memory
...
see #1135 , #1390 , and #1397
2021-08-05 19:10:53 +02:00
Michael Mayer
a4289ec9f0
Config: Limit workers and disable transcoding if < 3 GB of memory
...
see #1135 , #1390 , and #1397
2021-08-05 15:15:33 +02:00
theresa
9263895408
Tests: Adapt tests to fixture changes
2021-08-05 12:33:52 +02:00
theresa
c13af0408d
Tests: Update photo fixtures
2021-08-05 12:33:02 +02:00
theresa
a0cb73bd12
Tests: Update photo fixtures
2021-08-05 10:30:08 +02:00
theresa
c0cd45afe8
Tests: Update photo fixtures
2021-08-04 18:43:39 +02:00
theresa
8b47775315
Tests: Adapt tests for internal/query to fixture updates
2021-08-04 17:10:26 +02:00
theresa
4f10fdc83a
Tests: Adapt tests for internal/photoprism to fixture updates
2021-08-04 17:10:00 +02:00
theresa
a5152bad4d
Tests: Adapt tests for internal/entity to fixture updates
2021-08-04 17:09:36 +02:00
theresa
7c16183998
Tests: Adapt tests for internal/api to fixture updates
2021-08-04 17:09:12 +02:00
theresa
c241faf248
Tests: Update file fixtures
2021-08-04 17:08:26 +02:00
Michael Mayer
0c42ded320
Tests: Reformat link_fixtures.go
...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2021-07-25 23:48:34 +02:00
theresa
09c51c8db6
Tests: Update test fixtures
2021-07-23 13:25:28 +02:00
theresa
ca390351d8
Tests: Update fixtures
2021-07-22 18:31:56 +02:00
theresa
de1eee18bf
Tests: Update fixtures
2021-07-22 15:05:23 +02:00
theresa
dcebf32c2c
Tests: Adapt tests to fixture changes
2021-07-22 13:53:28 +02:00
theresa
830fba9d0b
Tests: Update test fixtures
2021-07-22 13:53:28 +02:00
Michael Mayer
bc86997ba3
Backend: Replace gopkg.in/ugjka/go-tz with gopkg.in/photoprism/go-tz
...
Original package was archived and not maintained anymore.
2021-07-17 15:21:03 +02:00
Michael Mayer
c79558a039
Backend: Run make fmt
2021-07-16 19:32:33 +02:00
Michael Mayer
07c711a0b4
RAW: Skip Darktable when converting Canon CR3 and Fuji RAF files #1362
2021-07-16 18:12:42 +02:00
Michael Mayer
63094e7b17
MariaDB: Set default table engine, charset and collation #1371
2021-07-16 18:02:51 +02:00
Michael Mayer
2d9918e72b
People: Store detected face embeddings in markers table #22 #1406
2021-07-16 14:34:05 +02:00
Garrett Gu
46a3773c8e
Sessions: Fix unhandled error ( #1349 )
2021-07-15 17:47:43 +02:00
Michael Mayer
4fcd009b8b
Metadata: Fix time zone for Quicktime videos #1388
...
Assume UTC, same as for MP4 videos.
2021-07-13 18:08:47 +02:00
Michael Mayer
c819e9159c
Metadata: Fix time zone for MP4 videos #1388
...
As it turned out, the exiftool -api QuickTimeUTC parameter converts
CreateDate to local time using the server's time zone. This doesn't
help as it's technically still a local time and not UTC. Had to
implement this manually in our Exiftool JSON parser for MP4 videos only.
2021-07-13 17:56:26 +02:00
Michael Mayer
513a7e9257
Exiftool: Fix CLI parameters and add tests #1388 #1401
2021-07-12 21:41:44 +02:00
Michael Mayer
aa119c72ea
Exiftool: Add command params to fix time zone for videos #1388 #1401
...
This also enables large file support to read metadata from
movie length video files.
2021-07-08 18:33:41 +02:00
Michael Mayer
4a2e4fc99f
Config: Update manifest.json location for generating hash #425 #1351
2021-07-08 18:31:06 +02:00
Michael Mayer
c87d5da2e3
Config: Add CDN URL option #425 #1351
2021-07-05 16:41:43 +02:00
Michael Mayer
1a78bc7052
Tests: Code clean-up
2021-06-28 12:45:00 +02:00
theresa
1a90f4a454
Tests: Add tests for internal/entity
2021-06-23 15:34:19 +02:00
Michael Mayer
49fd531420
People: Implement marker update API #22
2021-06-02 17:25:04 +02:00
Michael Mayer
f37b740ec8
People: Select best thumbnail depending on config options #22
2021-06-02 12:12:30 +02:00
Michael Mayer
72c50ef2aa
People: Increase face score threshold for high-res images #22
2021-06-01 18:57:41 +02:00
Michael Mayer
e29e9977a9
UI: Add people tab to photo edit dialog #22
...
Work in progress. Buttons don't work yet.
2021-06-01 17:39:03 +02:00
Michael Mayer
11b4fbd5a0
People: Refactor face marker indexing #22
2021-05-31 15:40:52 +02:00
Michael Mayer
64d45c6dab
People: Save face markers #22
2021-05-26 14:41:59 +02:00
Michael Mayer
65b779823d
People: Reduce face detection score threshold #22
2021-05-26 11:55:10 +02:00
Michael Mayer
0d160fe833
People: Simplify "faces" search #22
2021-05-26 10:46:32 +02:00
Michael Mayer
5ecba4926a
People: Show number of faces in edit dialog #22
2021-05-26 09:51:00 +02:00
Michael Mayer
171a4e799a
People: Change search filter behavior #22
2021-05-25 19:32:36 +02:00
Michael Mayer
a6bf89d104
People: Detect number of faces (experimental) #22
2021-05-25 18:01:21 +02:00
Michael Mayer
f5a1cc6231
People: Add feature checkbox in Settings UI #22
2021-05-25 14:55:41 +02:00
Michael Mayer
1da02bd48e
People: Calculate relative face markers #22
2021-05-25 14:30:24 +02:00
Michael Mayer
27b14087e2
People: Add "people" search filter #22
2021-05-25 11:55:44 +02:00
Michael Mayer
07d1a74be8
People: Add PhotoPeople property to Photo struct #22
2021-05-25 11:39:22 +02:00
Michael Mayer
c2a8098b6c
People: Add Marker entity #22
2021-05-25 11:38:04 +02:00
Michael Mayer
cf36ef3f3d
People: Refactor face landmark detection #22
2021-05-24 17:57:44 +02:00
Michael Mayer
3619cf3635
People: Proof-of-concept for face detection via Pigo #22
...
see https://github.com/esimov/pigo
2021-05-24 15:54:22 +02:00