photoprism/internal/meta
Michael Mayer 8fd381860a Backend: Refactor Google Photos metadata parsing
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-07-11 20:47:52 +02:00
..
testdata Backend: Import JSON metadata from Google Photos 2020-07-11 16:46:29 +02:00
codec.go
codec_test.go Backend: Add unit tests for internal/meta 2020-07-08 10:13:11 +02:00
data.go Backend: Import JSON metadata from Google Photos 2020-07-11 16:46:29 +02:00
data_test.go Backend: Add unit tests for internal/meta 2020-07-08 10:13:11 +02:00
duration.go
duration_test.go
exif.go Metadata: Add patterns to unwanted descriptions list 2020-07-11 10:19:06 +02:00
exif_test.go Backend: Import JSON metadata from Google Photos 2020-07-11 16:46:29 +02:00
gps.go
gps_test.go Backend: Add unit tests for internal/meta 2020-07-08 10:13:11 +02:00
json.go Backend: Refactor Google Photos metadata parsing 2020-07-11 20:47:52 +02:00
json_exiftool.go Backend: Import JSON metadata from Google Photos 2020-07-11 16:46:29 +02:00
json_gphotos.go Backend: Refactor Google Photos metadata parsing 2020-07-11 20:47:52 +02:00
json_test.go Backend: Import JSON metadata from Google Photos 2020-07-11 16:46:29 +02:00
meta.go
sanitize.go Backend: Import JSON metadata from Google Photos 2020-07-11 16:46:29 +02:00
sanitize_test.go Backend: Import JSON metadata from Google Photos 2020-07-11 16:46:29 +02:00
xmp.go
xmp_document.go
xmp_test.go