mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
1514662b8d
* Removed the SideCar Type to make reading sidecar data just as generic as reading the embedded exif data * Moved metadata-mapping into separate function to prepare for reuse * Most sidecar metadata is now read with the same function as embedded metadata (for photos). Fixed a bug with rating: 0 being ignored * added new test for special chars and timezone * merge incoming changes * xmp rating fix - 0 is a value. prep for xmp timestamp handling * refactored mapping of metadata into smaller functions * consolidated GPS coordinate mapping * simplification of sidecar date reading logic * Moved date mapping code into one function - fixed testdata - did not yet resolve offset bug * CreationDateOffset is now mapped from Sidecar timestamps. Tests updated accordingly. Total: changed sidecar reading for video to shared reader and fixed tests accordingly (more data is read now)
44 lines
639 B
Plaintext
44 lines
639 B
Plaintext
.angular/
|
|
.idea/
|
|
PiGallery2.iml
|
|
node_modules/
|
|
pigallery2.zip
|
|
src/**/*.js
|
|
src/**/*.js.map
|
|
src/frontend/dist
|
|
test/coverage
|
|
test/backend/**/*.js
|
|
test/backend/**/*.js.map
|
|
test/frontend/**/*.js
|
|
test/frontend/**/*.js.map
|
|
test/common/**/*.js
|
|
test/common/**/*.js.map
|
|
test/e2e/**/*.js
|
|
test/e2e/**/*.js.map
|
|
test/*.js
|
|
test/*.js.map
|
|
test/tmp/*
|
|
benchmark/**/*.js
|
|
benchmark/**/*.js.map
|
|
gulpfile.js
|
|
gulpfile.js.map
|
|
demo/tmp/
|
|
config.json
|
|
users.db
|
|
sqlite.db
|
|
dist/
|
|
release/
|
|
out-tsc/
|
|
ffmpeg/
|
|
locale.source.xlf
|
|
test.*
|
|
/db/
|
|
/test/cypress/screenshots/
|
|
/extensions/
|
|
/extension/lib/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
.DS_Store
|
|
/coverage/
|
|
.nyc_output/
|
|
.vscode* |