Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order of images when navigating through files in directory #21

Open
HoustonNguyen opened this issue Aug 15, 2020 · 5 comments
Open

Order of images when navigating through files in directory #21

HoustonNguyen opened this issue Aug 15, 2020 · 5 comments

Comments

@HoustonNguyen
Copy link

When you are viewing an image in a directory that contains many images, you are able to iterate over the files to look at other images in the directory.

However, it is possible to have the order of the images reflect what is currently observed in the directory?

@Ruben2776
Copy link
Owner

Hi there.

The order of the sorting is by default set to file name, which is the same ordering as what Windows Explorer uses. The sort function can be changed in the context menu.

However, if you have enabled search subdirectories in the settings window, you might be viewing a collection of images from different folders that can't be sorted exactly the same way as Windows Explorer.

@HoustonNguyen
Copy link
Author

Although sorting by name is default, as you have mentioned, it is possible to set any property as the default, including date modified and file size.
image

I think it would be very beneficial to scroll through the images as they appear in the windows directory.
There are use cases that support scrolling through images sorted by datetime.

@Ruben2776
Copy link
Owner

Sort files by -> Last write time
Navigate backwards, since you have set it to descending.

The file ordering will be saved the next time you start up the app.

@HoustonNguyen
Copy link
Author

Last Write Time does not seem to be the same as Last Date Modified.
Is it possible to have it automatically derive order from the directory like Microsoft Photo Viewer, without setting it at all?

@Ruben2776
Copy link
Owner

Sorry for the slow response.
I've tried searching the web and looking through similar image viewers, but I cannot find a solution, since they all use a variation of the same code as I do, which achieves the same results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants