Skip to content

Commit 2d48dec

Browse files
committed
chore: Fixed album examples in 'How it works' for --album-levels = 2
1 parent 4dc54f7 commit 2d48dec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,14 +369,15 @@ Albums created for `root_path = /external_libs/photos/Birthdays`:
369369

370370
Albums created for `root_path = /external_libs/photos` and `--album-levels = 2`:
371371
- `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`)
373374
- `Birthdays John` (containing all images from `Birthdays/John`)
374375
- `Birthdays Jane` (containing all images from `Birthdays/Jane`)
375376
- `Skiing 2023`
376377

377378
Albums created for `root_path = /external_libs/photos`, `--album-levels = 3` and `--album-separator " - "` :
378379
- `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)
380381
- `2020 - 02 Feb - Vacation` (containing all images from `2020/02 Feb/Vacation`)
381382
- `2020 - 08 Aug - Vacation` (containing all images from `2020/02 Aug/Vacation`)
382383
- `Birthdays - John`

0 commit comments

Comments
 (0)