Photo Organizer

This is the bug tracker for Photo Organizer.
Tasklist

FS#327 - Focal length statistics

Attached to Project: Photo Organizer
Opened by Rickard Olsson (Richie) - Saturday, 16 February 2008, 18:02 GMT-4
Task Type Feature Request
Category Backend / Core
Status Unconfirmed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version 2.34
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

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. :-)
This task depends upon

Comment by Solomon Peachy (pizza) - Sunday, 17 February 2008, 08:33 GMT-4
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.
Comment by Rickard Olsson (Richie) - Sunday, 17 February 2008, 14:10 GMT-4
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.

Loading...