No description
Find a file
Jeena 1f6f2cd6be Change DB name and path to adapt to DSM7
Luckily in our case only the database name and the name of the
directory where the files are saved have changed.
2021-08-25 17:25:47 +02:00
.env.original Initial commit 2021-08-06 04:43:12 +02:00
.gitignore Initial commit 2021-08-06 04:43:12 +02:00
client_secret.json.original Initial commit 2021-08-06 04:43:12 +02:00
google-photos.py Change DB name and path to adapt to DSM7 2021-08-25 17:25:47 +02:00
ha.py Change DB name and path to adapt to DSM7 2021-08-25 17:25:47 +02:00
LICENSE Add license 2021-08-06 04:49:27 +02:00
Pipfile Initial commit 2021-08-06 04:43:12 +02:00
Pipfile.lock Add Home Assistant upload and convert 2021-08-23 05:37:35 +02:00
README.md Add Home Assistant upload and convert 2021-08-23 05:37:35 +02:00
run.sh Add Home Assistant upload and convert 2021-08-23 05:37:35 +02:00
synology.py Change DB name and path to adapt to DSM7 2021-08-25 17:25:47 +02:00

Synology Moments extraction

I have all my photos in a Synology Moments database and want to do fun stuff with it.

google-photos.py uploads 20 random pictures of specific people to a specific Google Photo album so that they are showed on my TV with help of the Chromecast.

Installation

sudo apt-get install ufraw-batch imagemagick
pipenv install
pipenv shell

License

GPL v3