No description
Find a file
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
heic2jpeg@27bbf2ea93 Remove /volume1 from path 2022-10-22 13:12:23 +09:00
.env.original Remove /volume1 from path 2022-10-22 13:12:23 +09:00
.gitignore Initial commit 2021-08-06 04:43:12 +02:00
.gitmodules Remove /volume1 from path 2022-10-22 13:12:23 +09:00
client_secret.json.original Initial commit 2021-08-06 04:43:12 +02:00
darktable.py Add Darktable to export files 2021-09-08 12:08:48 +09:00
edit.py Remove /volume1 from path 2022-10-22 13:12:23 +09:00
google-photos.py Change DB name and path to adapt to DSM7 2021-08-25 17:25:47 +02:00
ha.py Remove /volume1 from path 2022-10-22 13:12:23 +09:00
helper.py Move escape file path to helper.py file 2021-09-08 11:41:27 +09:00
LICENSE Add license 2021-08-06 04:49:27 +02:00
Pipfile Remove /volume1 from path 2022-10-22 13:12:23 +09:00
Pipfile.lock Remove /volume1 from path 2022-10-22 13:12:23 +09:00
README.md Remove /volume1 from path 2022-10-22 13:12:23 +09:00
run.sh Remove /volume1 from path 2022-10-22 13:12:23 +09:00
synology.py Remove /volume1 from path 2022-10-22 13:12:23 +09:00

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