synology-pictures/README.md
Jeena a26b128fba Remove /volume1 from path
In DSM 7 the path mounted for SSH is /photo and does not have the
real path in it anymore.
2022-10-22 13:12:23 +09:00

24 lines
473 B
Markdown

Synology Photos extraction
===========================
I have all my photos in a Synology Photos database and want to do fun stuff with it.
I'm getting the pictures from the Synology and upload them into Home Assistant. Make sure you have access to the database.
Installation
------------
```
sudo apt-get install ufraw-batch imagemagick
git submodule update --init --recursive
pipenv install
pipenv shell
cd heic2jpeg
pipenv install
cd ..
```
License
-------
GPL v3