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

Rename Folders with Year Month and the *Day* of the first (youngest) picture taken: %firstday placeholder #469

Open
rafo opened this issue Sep 28, 2024 · 0 comments

Comments

@rafo
Copy link

rafo commented Sep 28, 2024

That sounds esoteric, but allow me to explain:

I did numerous trips in one month and trips that span more than one month. To have the folders sorted by time it would be great to add the day of the youngest picture in the folder.

Instead of:

├── 201506_Berlin_Germany
│   ├── 20150629_16-34-14-img_3900.jpg
│   └── 20150630_17-07-06-img_3901.jpg
├── 201506_Gradac_Croatia
│   ├── 20150619_17-16-37-img_9426.jpg
│   └── 20150624_19-06-33-img_9432.jpg
├── 201506_Vienna
│    ├── 20150612_01-41-38-_dsc8705.dng
│    ├── 20150612_01-41-38-_dsc8705.nef
├── 201507_Berlin_Germany
    ├── 20150701_16-34-14-img_3900.jpg
    └── 20150701_17-07-06-img_3901.jpg

Berlin was one destination or let's say one project, but since it goes from June to July its in two different folders, with two to n different folders in between.

It should be like:

├── 20150612_Vienna
│    ├── 20150612_01-41-38-_dsc8705.dng
│    ├── 20150612_01-41-38-_dsc8705.nef
├── 20150619_Gradac_Croatia
│   ├── 20150619_17-16-37-img_9426.jpg
│   └── 20150624_19-06-33-img_9432.jpg
└── 20150629_Berlin_Germany
    ├── 20150629_16-34-14-img_3900.jpg
    ├── 20150630_17-07-06-img_3901.jpg
    ├── 20150701_16-34-14-img_3900.jpg
    └── 20150701_17-07-06-img_3901.jpg

Because Berlin was the last destination, starting end of June but going into July, It should be at the end of the list. This could be easyely accomplished with a %firstday placeholder (or however you want to name it).

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

No branches or pull requests

1 participant