mirror of
https://github.com/simon987/sist2.git
synced 2025-04-24 12:45:56 +00:00
Update mappings
This commit is contained in:
parent
2a857db75a
commit
dd3d6cf99a
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ bundle.js
|
|||||||
*.a
|
*.a
|
||||||
vgcore.*
|
vgcore.*
|
||||||
build/
|
build/
|
||||||
|
third-party/
|
||||||
|
@ -108,13 +108,6 @@ target_link_libraries(
|
|||||||
pthread
|
pthread
|
||||||
magic
|
magic
|
||||||
|
|
||||||
# TODO: compile ffmpeg with those disabled?
|
|
||||||
va
|
|
||||||
va-drm
|
|
||||||
va-x11
|
|
||||||
X11
|
|
||||||
vdpau
|
|
||||||
|
|
||||||
scan
|
scan
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -16,6 +16,10 @@
|
|||||||
"mime": {
|
"mime": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
|
"thumbnail": {
|
||||||
|
"type": "keyword",
|
||||||
|
"index": false
|
||||||
|
},
|
||||||
"videoc": {
|
"videoc": {
|
||||||
"type": "keyword",
|
"type": "keyword",
|
||||||
"index": false
|
"index": false
|
||||||
@ -133,6 +137,12 @@
|
|||||||
},
|
},
|
||||||
"exif_user_comment": {
|
"exif_user_comment": {
|
||||||
"type": "text"
|
"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";
|
return "exif_model";
|
||||||
case MetaExifDateTime:
|
case MetaExifDateTime:
|
||||||
return "exif_datetime";
|
return "exif_datetime";
|
||||||
|
case MetaAuthor:
|
||||||
|
return "author";
|
||||||
|
case MetaModifiedBy:
|
||||||
|
return "modified_by";
|
||||||
|
case MetaThumbnail:
|
||||||
|
return "thumbnail";
|
||||||
default:
|
default:
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
2
third-party/libscan
vendored
2
third-party/libscan
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 5d39dc675849ecb99d5308b02f7e1fd20ca5b410
|
Subproject commit ec129b84e87550a2bd4361d3a3701c687590992a
|
Loading…
x
Reference in New Issue
Block a user