alvistar / immich-albums

Create immich albums from folder structure
MIT License
38 stars 7 forks source link

README: clarify api host #8

Closed adidalal closed 4 months ago

adidalal commented 4 months ago

Turns out that https://github.com/alvistar/immich-albums/issues/5 is also exactly the error you get when missing /api on your server URL. Clarifying the readme to hopefully help others.

The alternative would be to check for a response from {api_host}/server-info and otherwise try {api_host}/api/server-info - and exit with an error if neither works.

Sidenote, you don't actually need to explicitly activate the virtualenv, poetry run im ... works

Thanks again for an amazingly useful project!

alvistar commented 4 months ago

Modified readme and help file