Go Back   Digital Photography School - Photography Forums > General Discussion > General Chit Chat


Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 02-06-2012, 07:32 AM
cyber3d's Avatar
TrueLightDigital
 
Join Date: May 2011
Location: From Seattle to L.A.
Posts: 807
Default Is this possible: code a metadata data collection app

Is it possible to code a program/app that would scan all my images, read the metadata and give me an instant readout of each item and the percentage of use for each?

I want to add a category to my blog that shows the lenses I use and at what percentage I use them, same for ISO, f-stop, etc...

Want to add something fun to show on the blog. A realtime widget sort of.
__________________
Canon 60D, G12, Leica V-LUX 20, Canon 10-22mm EF-S f/3.5-4.5, 18-135mm EF-S f/3.5-5.6 IS, 100mm EF f/2.8 Macro, 15-85mm EF-S f3.5-5.6 IS, 50mm EF f1.4, 70-200mm EF f2.8L IS II, Kenko tubes, Satechi WR-C100 Wireless Remote, B+W Filters, Gitzo monopod, Sunpak 623px tripod, Sunbounce mini micro reflector, Colormunki Photo, DPP, PSD, Pixma Pro9000 Mark II, MAC, WIN.
Reply With Quote
  #2 (permalink)  
Old 02-06-2012, 07:38 AM
milosh's Avatar
A photo opportunist..
 
Join Date: Mar 2009
Location: Bosnia & Herzegovina
Posts: 1,554
Default

I remember reading somewhere about a program capable of doing exactly that (telling you percentages by scanning your collection, which lens you use most, which aperture, shutter speed, etc.) but I can't remember where. Someone here at dps probably knows about it.
__________________
Nikon D60 + Nikkor 18-105mm f/3.5-5.6 DX + Nikkor 35mm f/1.8 DX + Tamron AdaptAll 80-210mm f/3.8 Macro

Flickr
Webshots
500px
Reply With Quote
  #3 (permalink)  
Old 02-06-2012, 09:29 AM
Mike
 
Join Date: Sep 2011
Location: Seattle, Wa
Posts: 102
Default

I had a LR3 plugin that plotted that stuff, I think it was
Jeffrey Friedl's Blog Jeffrey’s “Data Plot” Lightroom Plugin.
For a standalone version, Exposure plot; Jeff links to it on the blog.
Reply With Quote
  #4 (permalink)  
Old 02-06-2012, 10:36 AM
SwissJon's Avatar
Enjoys shooting people.
 
Join Date: Oct 2010
Location: Switzerland
Posts: 4,514
Default

The LR Library filter (Available at the top of the page in the Library Module) gives you similar information. And obviously there's the answers above mine.

So the short answer to your question is "yes, it is possible" however whether anyone has written a program that you can tie into your blog I can't answer.. But if you find one, let me know, I'd love to access that kind of real time data.
__________________
A photo needs to start and finish in your imagination, if it passes through your camera in between, that's cool, if it doesn't, that's cool also.
Flickriver Portfolio 500px Flickr NSFW
Reply With Quote
  #5 (permalink)  
Old 02-06-2012, 10:56 AM
Biomech's Avatar
World Commended
 
Join Date: May 2009
Location: UK
Posts: 2,234
Default

You certainly could do and you could do it with PHP which means it could read from a folder of images on your website if you wanted it to and make the list completely dynamic.

If not, you could still do it in PHP and convert it to an executable app.

In fact, in an effort to avoid work because this sounds more interesting, I might give it a go later on today :P
__________________
Art: www.jamieorourke.co.uk
Work: www.jamieorourkephotography.co.uk
Work: Photo booth Hire in the West Midlands, and Wales
Sony a200 Sony a580, Canon 500D, Photobooth
Reply With Quote
  #6 (permalink)  
Old 02-06-2012, 01:15 PM
dakwegmo's Avatar
I shoot people
 
Join Date: Apr 2008
Location: Atlanta
Posts: 1,981
Default

For Wordpress users, metadata is inserted in the database for any image you upload through Wordpress. Creating a plugin should then be as simple as running a query on the database and displaying the results. Of course this would only work on the images you actually upload to your blog.
__________________
[¯Ô¯] marcus
photoblog | Facebook | flickr | 5∞ px | G+
Reply With Quote
  #7 (permalink)  
Old 02-06-2012, 03:18 PM
SwissJon's Avatar
Enjoys shooting people.
 
Join Date: Oct 2010
Location: Switzerland
Posts: 4,514
Default

Well you might find this function useful Biomech. It certainly shouldn't be too difficult to save this info into a database and make it searchable.

PHP: exif_read_data - Manual

If you write something, would you be kind enoug to share the source code? I'd be really happy to hack a couple of pages on my site to get this kind of info.

Of course, if Wordpress is already doing this, (probably using this function) then it's just a case of reading the data from SQL.
__________________
A photo needs to start and finish in your imagination, if it passes through your camera in between, that's cool, if it doesn't, that's cool also.
Flickriver Portfolio 500px Flickr NSFW
Reply With Quote
  #8 (permalink)  
Old 02-06-2012, 05:28 PM
Biomech's Avatar
World Commended
 
Join Date: May 2009
Location: UK
Posts: 2,234
Default

Had a really shit day so didn't bother. But certainly, if I get something going, I'll be sure to share
__________________
Art: www.jamieorourke.co.uk
Work: www.jamieorourkephotography.co.uk
Work: Photo booth Hire in the West Midlands, and Wales
Sony a200 Sony a580, Canon 500D, Photobooth
Reply With Quote
  #9 (permalink)  
Old 02-06-2012, 06:23 PM
cyber3d's Avatar
TrueLightDigital
 
Join Date: May 2011
Location: From Seattle to L.A.
Posts: 807
Default

You're a good egg biomech!
__________________
Canon 60D, G12, Leica V-LUX 20, Canon 10-22mm EF-S f/3.5-4.5, 18-135mm EF-S f/3.5-5.6 IS, 100mm EF f/2.8 Macro, 15-85mm EF-S f3.5-5.6 IS, 50mm EF f1.4, 70-200mm EF f2.8L IS II, Kenko tubes, Satechi WR-C100 Wireless Remote, B+W Filters, Gitzo monopod, Sunpak 623px tripod, Sunbounce mini micro reflector, Colormunki Photo, DPP, PSD, Pixma Pro9000 Mark II, MAC, WIN.
Reply With Quote
  #10 (permalink)  
Old 02-06-2012, 08:15 PM
dlambert's Avatar
Take better pictures.
 
Join Date: Dec 2008
Location: Ohio, USA
Posts: 1,762
Default

I think the tool you're looking for is ExifTool. It's fairly widely-used, and I believe there are some GUI front-ends for it, too.
__________________
David Lambert
lambertpix.com
More photos in my gallery and 500px
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off



Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.

What’s Your Preference?

Daily Digest

Each day we send out a quick email to thousands of DPS readers to notify them of updates. This email is just short excerpt of the first few lines of our latest post with a link if you want to read it all. You can unsubscribe from this this service at any time.

This service is provided by a third party (Feedburner) and you can subscribe to it by leaving your email address in the following field and confirming your subscription when you get an email asking you to do so.

Enter your email address for
Daily Updates:

Weekly Summary

For those wanting a weekly summary of what happens on this site this free email newsletter is probably your best option. It includes a summary of the tips posted to the site each week. This newsletter is subscribed to by over 25000 readers (many who also subscribe to the other options above) - come join the community!

To subscribe to this weekly newsletter simply add your email address to the following field and then follow the confirmation prompts. You will be able to unsubscribe at any time.

Enter your email address for
Free Weekly Newsletter:

 
SEO by vBSEO 3.3.0