photexo

designed to create a structure like below:

photos
  |
  ├─ 2019  (year)
  │   │
  │   ├─ 03  (month)
  │   │   │
  │   │   ├─ 01  (day)
  │   │   │   └─ i190301_131500.jpg
  │   │   └─ 28
  │   │       ├─ i190328_091523.jpg
  │   │       └─ i190328_134557.jpg
  │   ├─ 05
  │   │   └─ 26
  │   │       ├─ i190526_081637.jpg
  │   │       └─ i190526_155646.jpg
  │   └─ 12
  │       └─ 31
  │           └─ i191231_235958.jpg
  ├─ 2021
      |
      └─ 03
          ├─ 04
          │   └─ i210304_074503.jpg
          ├─ 17
          │   ├─ i210317_130300.jpg
          │   ├─ i210317_152005.jpg
          │   └─ i210317_160503.png
          └─ 25
              └─ i210325_224311.jpg

Organise a directory structure
where main directory is yyyy
and subdirectorys mm/dd
rename photos to iyymmdd_hhmmss Keep the original file extension.

program: Henk Speksnijder 20170808
website: Henk Speksnijder 20210608