Jump to content

Recommended Posts

Posted

Normally im importing about 20-40 photos for editing purposes.

The problem - the imported photos are not sorted. But for exporting all those files, i have to start with the first of those pictures.

image.png.2620977dfddc34317d045b35e845934b.png

Im trying to work around that issue with clicking through the photos on the right side. And this list is chronological sorted.

How do i achieve exactly that but for the tab bar on top?

Posted

Unfortunately it currently isn’t possible for APhoto to open and load a selection of images in alphanumeric order. Try the same images multiple times and the Tab order is always different.
Alphanumeric Tab opening has been asked for by others before, including myself but so far we are still living in hope!

macOS 12.7.6  15" Macbook Pro, 2017  |  4 Core i7 3.1GHz CPU  |  Radeon Pro 555 2GB GPU + Integrated Intel HD Graphics 630 1.536GB  |  16GB RAM  |  Wacom Intuos4 M

Posted

For what it is worth I wrote a little Python Script that would take the images in a folder and sort them alphanumerically then open in Photo one after the other so they were in the proper order in the tabs. Never actually needed it so I trashed it. I work on very few at a time, usually just one.

List all the files in a folder (with a particular file extension), sort the list. Work through the list opening each in Photo, or Photo 2 or Preview or whatever.

Mac Pro (Late 2013) Mac OS 12.7.6 
Affinity Designer 2.6.0 | Affinity Photo 2.6.0 | Affinity Publisher 2.6.0 | Beta versions as they appear.

I have never mastered color management, period, so I cannot help with that.

Posted
11 hours ago, Affinity-userr said:

Import photos in Affinity Photo - chronological order

If you really mean chronological order as opposed to alphabetical order you may want to add a feature request for this. As I don't think one exists at the moment

 

To save time I am currently using an automated AI to reply to some posts on this forum. If any of "my" posts are wrong or appear to be total b*ll*cks they are the ones generated by the AI. If correct they were probably mine. I apologise for any mistakes made by my AI - I'm sure it will improve with time.

Posted
13 hours ago, Affinity-userr said:

Never would i have guessed that this is not just "basic stuff"

I don't think it's "basic stuff" for a photo editor, maybe for a DAM (which APhoto isn't).

What time do you want to sort it by? By the time of the file (could be totally out), or by any of the times in the EXIF (date/time original, create date, modify date), so parsing the data in the files is required?

Affinity Store (MSI/EXE): Affinity Suite (ADe, APh, APu) 2.5.7.2948 (Retail)
Dell OptiPlex 7060, i5-8500 3.00 GHz, 16 GB, Intel UHD Graphics 630, Dell P2417H 1920 x 1080, Windows 11 Pro, Version 24H2, Build 26100.2605.
Dell Latitude E5570, i5-6440HQ 2.60 GHz, 8 GB, Intel HD Graphics 530, 1920 x 1080, Windows 11 Pro, Version 24H2, Build 26100.2605.
Intel NUC5PGYH, Pentium N3700 2.40 GHz, 8 GB, Intel HD Graphics, EIZO EV2456 1920 x 1200, Windows 10 Pro, Version 21H1, Build 19043.2130.

Posted

Here's a Powershell script I wrote a while back to load files in chronological order however it sorts on system creation time
You'll need to change "C:\Program Files\Affinity\Photo\Photo.exe" for a V2 location and may reduce the sleep delay as required

Pšenda makes some good points, it may be possible to use exiftool to dig into the files, extract whatever datetime, sort that then let the script open the files in that order but that's for another life
Like Old Bruce, I found this to be not what I need and forgot about it until reading this thread

LoadToPhotoSorted.ps1

Microsoft Windows 11 Home, Intel i7-1360P 2.20 GHz, 32 GB RAM, 1TB SSD, Intel Iris Xe
Affinity Photo - 24/05/20, Affinity Publisher - 06/12/20, KTM Superduke - 27/09/10

Posted

File dates can be confusing in Windows because there are so many of them.

The meaning of the Date displayed by default in File Explorer's Date column (that follows the Name column in File Explorer's default configuration) differs depending on the type of file and folder you are viewing.

Let us look at a folder containing
a.) original jpg files from the camera,
b.) afphoto files saved after editing the jpg files in APhoto1, and
c.) jpg files exported from APhoto1

For jpgs
1.) the default date in File Explorer will be the Date Taken, even after the file has been edited
2.) the Date Created will be the date the files were first saved to the hard drive or copied to the hard drive from elsewhere
3.) the Date Modified will be the date the files were last edited

For afphoto files
1.) the default Date will be the Date Modified (when the afphoto file was last saved after editing)
2.) the Date Created will be the date the afphoto file was first saved or first copied to the hard drive from elsewhere
3.) the Date Taken will be blank 

The Windows Date Created can be long after the Date Taken and Date Modified fields, depending on when the file was copied to its folder on the hard drive.

It can be helpful to reset the folder view to show all four dates for any folder containing images. Numerous other date fields can also be displayed besides these commonly used four.

Below is an example of a folder containing jpg files I took with my Panasonic DMC-FZ1000 on 1/4/2021, edited in APhoto1 and exported to jpg from APhoto1 on 1/9/2021 and 1/16/2021, and later that year copied to my newer computer on 10/31/2021.

I speculate that many people do not realize the different possible meanings of the Date column in Windows File Explorer. 

FileExplorerDates.png

Affinity Photo 2.6.0 (MSI) and 1.10.6; Affinity Publisher 2.6.0 (MSI) and 1.10.6. Windows 10 Home x64 version 22H2.
Dell XPS 8940, 64 GB Ram, Intel Core i7-11700K @ 3.60 GHz, NVIDIA GeForce RTX 3060

Posted
1 hour ago, Granddaddy said:

File dates can be confusing in Windows because there are so many of them.

Whilst that's true, if the OP needs to sort by the datetime that an image was shot in a camera then the various windows dates may not be useful
The attached Powershell script uses exiftool to sort by time of shooting, DateTimeOriginal can be substituted as required for other exif dates

StartByShotTime.ps1

Microsoft Windows 11 Home, Intel i7-1360P 2.20 GHz, 32 GB RAM, 1TB SSD, Intel Iris Xe
Affinity Photo - 24/05/20, Affinity Publisher - 06/12/20, KTM Superduke - 27/09/10

Posted
On 3/8/2023 at 10:48 AM, Affinity-userr said:

The problem - the imported photos are not sorted.

The order, such as it is, is determined by when each of the photos has finished loading into the app. In part, that depends on how the files are accessed in the file system, which can vary depending on how busy the drive is with managing them & other files.

If it did not do that, it could hang for a very long time if there was a problem loading one or more of them.

All 3 1.10.8, & all 3 V2.6 Mac apps; 2020 iMac 27"; 3.8GHz i7, Radeon Pro 5700, 32GB RAM; macOS 10.15.7
A
ll 3 V2 apps for iPad; 6th Generation iPad 32 GB; Apple Pencil; iPadOS 15.7

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.