In DSM 7 the path mounted for SSH is /photo and does not have the real path in it anymore.
24 lines
473 B
Markdown
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
|