2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-15 18:12:46 +00:00

Merge pull request #180 from jareware/patch-1

Allow reading movie caption from QuickTime Title, when available
This commit is contained in:
Romain 2019-09-01 20:43:01 +02:00 committed by GitHub
commit d899528ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,8 @@ function caption (exif, picasa) {
tagValue(exif, 'IPTC', 'Headline') ||
tagValue(exif, 'XMP', 'Description') ||
tagValue(exif, 'XMP', 'Title') ||
tagValue(exif, 'XMP', 'Label')
tagValue(exif, 'XMP', 'Label') ||
tagValue(exif, 'QuickTime', 'Title')
}
function keywords (exif, picasa) {