Extracting text file of captions etc from pictures in a gallery

henrytdhenrytd Registered Users Posts: 74 Big grins

I'm looking for an automated way to create a text file of some or all of:

Captions,
Filenames
Date of Creation
Keywords

from all photos in a Smugmug gallery (about 160 images) so I can make labels for a display binder.

The gallery happens to be "smart" in that all images are actually stored in other galleries on the site in question.

Also, all of these images are also in a Collection in LR3, if that's an easier place to get this information into a text file that can easily be manipulated into a set of labels.

This is also posted in Customization, but it was suggested to put it here instead.

Any ideas?

Thanks!

Comments

  • SamirDSamirD Registered Users Posts: 3,474 Major grins
    edited June 7, 2011
    Without fooling around with the API, I think using smugroom tools might be the easiest way to get this information. Then you can massage it to get it in the format you like. http://smugroom.com/tools/
    Pictures and Videos of the Huntsville Car Scene: www.huntsvillecarscene.com
    Want faster uploading? Vote for FTP!
  • henrytdhenrytd Registered Users Posts: 74 Big grins
    edited June 7, 2011
    Smugroom Tools
    SamirD wrote: »
    Without fooling around with the API, I think using smugroom tools might be the easiest way to get this information. Then you can massage it to get it in the format you like. http://smugroom.com/tools/

    That's a great suggestion. I'll look into it immediately.

    For my immediate purpose, I ended up cutting and pasting, which was time consuming, but it got the job done.

    Thanks very much,

    Skip
  • SamirDSamirD Registered Users Posts: 3,474 Major grins
    edited June 8, 2011
    No problem. thumb.gif If you're ever having to do any 'brute force' work like that, consider using the 'view source' option in your browser. Everything you see on a page like the Tools-->Captions/ Keyword is still just html, including all the information in the dialogue boxes. You can view source and then use find and other tools to automatically strip out everything you need. It's how I generate scripts to delete thousands of junk galleries sometimes created by testing smugftp.
    Pictures and Videos of the Huntsville Car Scene: www.huntsvillecarscene.com
    Want faster uploading? Vote for FTP!
  • henrytdhenrytd Registered Users Posts: 74 Big grins
    edited June 8, 2011
    SamirD wrote: »
    No problem. thumb.gif If you're ever having to do any 'brute force' work like that, consider using the 'view source' option in your browser. Everything you see on a page like the Tools-->Captions/ Keyword is still just html, including all the information in the dialogue boxes. You can view source and then use find and other tools to automatically strip out everything you need. It's how I generate scripts to delete thousands of junk galleries sometimes created by testing smugftp.

    Thanks again! There is a whole world behind the mirror (as Alice would say). I should look more often!

    Skip
  • SamirDSamirD Registered Users Posts: 3,474 Major grins
    edited June 8, 2011
    I'd also recommend Portable Notepad++, which is a great editor with very, very powerful find and replace and other features that make it easy to write scripts. Also research batch files that can be run on xp and the command line for osx on the mac. So much automation can be done with these. thumb.gif
    Pictures and Videos of the Huntsville Car Scene: www.huntsvillecarscene.com
    Want faster uploading? Vote for FTP!
  • darryldarryl Registered Users Posts: 997 Major grins
    edited June 8, 2011
    SamirD wrote: »
    Without fooling around with the API, I think using smugroom tools might be the easiest way to get this information. Then you can massage it to get it in the format you like. http://smugroom.com/tools/

    Whoa, that's a *great* resource. Forwarded it to my friend whose SmugMug site has a ton of galleries. Hopefully it'll help her with organization, etc.

    Thanks Samir!
  • SamirDSamirD Registered Users Posts: 3,474 Major grins
    edited June 8, 2011
    You're welcome. thumb.gif When you've got well over 2000 galleries like I do full of over 1/2 a million photos, you need all the tools you can get your hands on.
    Pictures and Videos of the Huntsville Car Scene: www.huntsvillecarscene.com
    Want faster uploading? Vote for FTP!
Sign In or Register to comment.