X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=perl%2FSesse%2Fpr0n%2FCommon.pm;h=b00810e610d721af181f0db3517f43aa45d5c66f;hp=4229829ff29ff5643e152b7a50dea655a1701feb;hb=94f48b7b936c7958fa58a0d8dc5f3812ac1ce30d;hpb=e584d0f808e6c457850757a21ccc0b118b980ae7 diff --git a/perl/Sesse/pr0n/Common.pm b/perl/Sesse/pr0n/Common.pm index 4229829..b00810e 100644 --- a/perl/Sesse/pr0n/Common.pm +++ b/perl/Sesse/pr0n/Common.pm @@ -259,9 +259,9 @@ sub update_image_info { } # Model/Lens - my $model = $exiftool->GetValue('Model', 'ValueConv'); - my $lens = $exiftool->GetValue('Lens', 'ValueConv'); - $lens = $exiftool->GetValue('LensSpec', 'ValueConv') if (!defined($lens)); + my $model = $exiftool->GetValue('Model', 'PrintConv'); + my $lens = $exiftool->GetValue('Lens', 'PrintConv'); + $lens = $exiftool->GetValue('LensSpec', 'PrintConv') if (!defined($lens)); $model =~ s/^\s*//; $model =~ s/\s*$//;