mirror of
https://github.com/simon987/sist2.git
synced 2025-12-13 15:29:04 +00:00
Update mappings
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,3 +16,4 @@ bundle.js
|
||||
*.a
|
||||
vgcore.*
|
||||
build/
|
||||
third-party/
|
||||
|
||||
@@ -108,13 +108,6 @@ target_link_libraries(
|
||||
pthread
|
||||
magic
|
||||
|
||||
# TODO: compile ffmpeg with those disabled?
|
||||
va
|
||||
va-drm
|
||||
va-x11
|
||||
X11
|
||||
vdpau
|
||||
|
||||
scan
|
||||
)
|
||||
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
"mime": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"thumbnail": {
|
||||
"type": "keyword",
|
||||
"index": false
|
||||
},
|
||||
"videoc": {
|
||||
"type": "keyword",
|
||||
"index": false
|
||||
@@ -133,6 +137,12 @@
|
||||
},
|
||||
"exif_user_comment": {
|
||||
"type": "text"
|
||||
},
|
||||
"author": {
|
||||
"type": "text"
|
||||
},
|
||||
"modified_by": {
|
||||
"type": "text"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -144,6 +144,12 @@ char *get_meta_key_text(enum metakey meta_key) {
|
||||
return "exif_model";
|
||||
case MetaExifDateTime:
|
||||
return "exif_datetime";
|
||||
case MetaAuthor:
|
||||
return "author";
|
||||
case MetaModifiedBy:
|
||||
return "modified_by";
|
||||
case MetaThumbnail:
|
||||
return "thumbnail";
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
||||
2
third-party/libscan
vendored
2
third-party/libscan
vendored
Submodule third-party/libscan updated: 5d39dc6758...ec129b84e8
Reference in New Issue
Block a user