Read embedded thumbnail simon987/sist2#74

This commit is contained in:
2020-07-15 20:56:25 -04:00
parent 649689ce30
commit 5cc1fa86a9
7 changed files with 11 additions and 9 deletions

View File

@@ -209,7 +209,8 @@ function infoButtonCb(hit) {
const displayFields = new Set([
"mime", "size", "mtime", "path", "title", "width", "height", "duration", "audioc", "videoc",
"bitrate", "artist", "album", "album_artist", "genre", "title", "font_name", "tag"
"bitrate", "artist", "album", "album_artist", "genre", "title", "font_name", "tag", "author",
"modified_by"
]);
Object.keys(doc)
.filter(key => key.startsWith("_keyword.") || key.startsWith("_text.") || displayFields.has(key) || key.startsWith("exif_"))