- Status Unconfirmed
- Percent Complete
- Task Type Feature Request
- Category Backend / Core
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version 2.34
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#327 - Focal length statistics
A running statistic of most used focal lengths (can be expanded to any EXIF/IPTC property like most used lens, flash usage and so on).
Something like this: http://billigites.blogspot.com/2005/06/focal-length-statistics.html
Invaluable to decide which lens to buy next. :-)
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
select count(*), focal_length from photo_tech group by focal_length;
More generically, I don't know of a good way to integrate this into the UI.
It's an interesting idea; having a generic statistics engine.
Ah, of course it's already in the db... *doh*
I'll see if I can come up with a neat UI for it without painting myself into a corner.