File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -369,14 +369,15 @@ Albums created for `root_path = /external_libs/photos/Birthdays`:
369
369
370
370
Albums created for `root_path = /external_libs/photos` and `--album-levels = 2` :
371
371
- ` 2020` (containing all images from `2020` itself, if any)
372
- - ` 2020 02 Feb` (containing all images from `2020/02 Feb` itself, `2020/02 Feb/Vacation` and `2020/02 Aug/Vacation`)
372
+ - ` 2020 02 Feb` (containing all images from `2020/02 Feb` itself, `2020/02 Feb/Vacation`)
373
+ - ` 2020 08 Aug` (containing all images from `2020/08 Aug` itself, `2020/08 Aug/Vacation`)
373
374
- ` Birthdays John` (containing all images from `Birthdays/John`)
374
375
- ` Birthdays Jane` (containing all images from `Birthdays/Jane`)
375
376
- ` Skiing 2023`
376
377
377
378
Albums created for `root_path = /external_libs/photos`, `--album-levels = 3` and `--album-separator " - "` :
378
379
- ` 2020` (containing all images from `2020` itself, if any)
379
- - ` 2020 - 02 Feb` (containing all images from `02 Feb` itself, if any)
380
+ - ` 2020 - 02 Feb` (containing all images from `2020/ 02 Feb` itself, if any)
380
381
- ` 2020 - 02 Feb - Vacation` (containing all images from `2020/02 Feb/Vacation`)
381
382
- ` 2020 - 08 Aug - Vacation` (containing all images from `2020/02 Aug/Vacation`)
382
383
- ` Birthdays - John`
You can’t perform that action at this time.
0 commit comments