Author Topic: Ability to preserve contact sheet arrangement?  (Read 887 times)

Offline Jerry and Lois Photo

  • Newcomer
  • *
  • Posts: 22
    • View Profile
Ability to preserve contact sheet arrangement?
« on: December 06, 2024, 11:31:20 PM »
Hello!

Is it possible to preserve the arrangement of contact sheets?  I have a somewhat complex set of contact sheets that all need to be open simultaneously and sized for my workflow.  One is filtered only by file ratings, the center contact sheet is filtered according to color class, and the third window is unfiltered. 

I've attached a screenshot of what I'm currently working with.  I'm in a holiday crunch, and didn't have time to shrink the attached - so you may have to scroll to the far right to see the full image (which is important here).

In the ideal world, it'd be great to save this arrangement, and reload it the next time I launch PM (or have that as an option).

I'm finding that saving my working arrangements is something I wish I had more and more.

Many thanks,
Jerry

PS - I realize this may simply be a new feature request, but perhaps this ability already exists...

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 25054
    • View Profile
    • Camera Bits, Inc.
Re: Ability to preserve contact sheet arrangement?
« Reply #1 on: December 07, 2024, 07:27:50 AM »
Jerry,

Is it possible to preserve the arrangement of contact sheets?  I have a somewhat complex set of contact sheets that all need to be open simultaneously and sized for my workflow.  One is filtered only by file ratings, the center contact sheet is filtered according to color class, and the third window is unfiltered. 

I've attached a screenshot of what I'm currently working with.  I'm in a holiday crunch, and didn't have time to shrink the attached - so you may have to scroll to the far right to see the full image (which is important here).

In the ideal world, it'd be great to save this arrangement, and reload it the next time I launch PM (or have that as an option).

I'm finding that saving my working arrangements is something I wish I had more and more.

If you open the Preferences dialog (Edit->Preferences...) and choose "Restore Contact Sheets from last session" in the "On startup:" section of the "General" page, PM should restore the layout of your workspace, including the settings of each contact sheet.

I was able to reproduce your layout, restart PM, and have it all restored.

HTH,

-Kirk

Offline Jerry and Lois Photo

  • Newcomer
  • *
  • Posts: 22
    • View Profile
Re: Ability to preserve contact sheet arrangement?
« Reply #2 on: December 07, 2024, 09:20:00 AM »
YES!!!!!!!!!!!!!!!!!!

I had looked through Preferences, but <obviously> didn't see that option.

And of course it works perfectly!  This is PhotoMechanic, after all!

As always, THANK YOU Kirk!

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 25054
    • View Profile
    • Camera Bits, Inc.
Re: Ability to preserve contact sheet arrangement?
« Reply #3 on: December 07, 2024, 09:24:31 AM »
You're welcome, Jerry!

-Kirk

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 25054
    • View Profile
    • Camera Bits, Inc.
Re: Ability to preserve contact sheet arrangement?
« Reply #4 on: December 11, 2024, 10:40:47 AM »
Robert,

Hi Jerry, as a failsafe, you could also write a sequence number into an unused variable.  This would allow you to sort the images by this variable in the future if they don't display as per the original arrangement.

1) Open a Contact Sheet on the image set.
2) 'View' | 'Make Arrangement' and arrange the images as desired.
3) 'Edit' | 'Settings' | 'Set Sequence Variable' to the desired first number of the sequence (Example: "001").
4) CTRL-I (Open IPTC Metadata Manager) & clear all fields and checkboxes.
5) Enter variable {seqn} in an unused field & check the adjacent box (example: "Extended Description" field)
6) CTRL-A (Select All) & CTRL-SHIFT-I to apply the Template to the selected photos.

This will write ascending sequence numbers in the "Extended Description" field, which you can use to sort the images back the arrangement order.

I believe that Jerry was more concerned about the layout of his Contact Sheet panes than the order the images appear in each Contact Sheet.  Setting PM to "Restore Contact Sheets from last session" achieves this.

Your solution is great as a backup for an accidentally deleted arrangement data file.

-Kirk