- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Backend / Core → Import
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version Devel
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Photo Organizer
Opened by geolee - 2010-06-09
Last edited by pizza - 2010-06-10
Opened by geolee - 2010-06-09
Last edited by pizza - 2010-06-10
FS#432 - Generic focal length stored instead of 35mm equivalent
In v2.37rc2. Generic focal length stored instead of 35mm equivalent.
In my Panasonic camera, the exif string 'Scale Factor To 35mm Equivalent' should read as 'Scale Factor To 35 mm Equivalent', has a space between 35 and mm. Is it a typo? I need to change the string in file include/exif.php line 362 to make it work.
Closed by pizza
2010-06-10 17:40
Reason for closing: Fixed
Additional comments about closing: I've committed the fix, thanks! (I don't have any P&S cameras any more, so I didn't trip over this bug myself..)
2010-06-10 17:40
Reason for closing: Fixed
Additional comments about closing: I've committed the fix, thanks! (I don't have any P&S cameras any more, so I didn't trip over this bug myself..)
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Over the years exiftool has tweaked their tag names. The existing code was correct when I wrote it, but that was a few years ago.
I wonder when it changed. We don't enforce any particular version of exiftool.
I'll add that space to the code, and add a note that one should use a current exiftool wherver possible.