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:
commit
d899528ecb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user