Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Move photos from managed to referenced while keeping folder structure/hierarchy

Comments

4 comments

  • Walter Rowe
    Moderator
    Top Commenter

    There is no simple way to maintain that date-based folder structure while moving the images from managed to referenced. If you are on macOS it might be possible to do it via AppleScript. I haven't tried using AppleScript to create and add folders to a catalog, and then move images into them.

    0
  • Walter Rowe
    Moderator
    Top Commenter

    I have done some reading .. the Capture One dictionary for AppleScript includes a "move" action. I think this is scriptable but only on macOS.

    0
  • Walter Rowe
    Moderator
    Top Commenter

    It took some work but I have a working AppleScript. It will move selected variants to a folder tree where you choose the parent and it creates the necessary YYYY/MM/DD subfolders based on EXIF date. It does not use the catalog managed folder date path as those dates are import dates vs image dates.

    0
  • Walter Rowe
    Moderator
    Top Commenter

    David Brewster

    See this project on Github where I posted the script that moves managed images to referenced folders based on EXIF date. If you select managed and referenced images it will skip over the images already referenced and only move the "managed" images stored inside the catalog. It does this by looking at the path of the file. If the path of the file doesn't match the path of the catalog itself then it knows the file is already referenced.

    https://github.com/walterrowe/capture-one-scripts/tree/master/managed-to-referenced

    0

Please sign in to leave a comment.