Skip to content

Commit

Permalink
Merge pull request #12 from hulmgulm/main
Browse files Browse the repository at this point in the history
Added notes to Configuration in README.md
  • Loading branch information
v411e authored Sep 6, 2024
2 parents 6604a6f + de92f90 commit 311c177
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ immich:
base_url: https://immich.example.com
api_key:
```

Notes:
* The PhotoPrism account must not have two factor authentication enabled
* `base_url` must not end with a slash

## Usage
### Migrate all favorites from photoprism to immich
```
Expand All @@ -71,4 +74,4 @@ python -m ppim-migrator migrate-all-albums
You can overwrite the default 1000 albums cap, by adding a `--count=` option:
```
python -m ppim-migrator migrate-all-albums --count=5000
```
```

0 comments on commit 311c177

Please sign in to comment.