No description
Find a file
2022-10-22 22:13:27 +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 Removed heic2jpeg git submodule 2022-10-22 22:13:27 +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 heic2jpeg and add libheif-examples instead 2022-10-22 22:11:01 +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 heic2jpeg and add libheif-examples instead 2022-10-22 22:11:01 +09:00
run.sh Remove /volume1 from path 2022-10-22 13:12:23 +09:00
synology.py Remove heic2jpeg and add libheif-examples instead 2022-10-22 22:11:01 +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 libheif-examples
pipenv install
pipenv shell

License

GPL v3