Remove /volume1 from path

In DSM 7 the path mounted for SSH is /photo and does not have the
real path in it anymore.
This commit is contained in:
Jeena 2022-10-22 13:12:23 +09:00
parent 39b88a4df9
commit a26b128fba
10 changed files with 460 additions and 207 deletions

View file

@ -1,18 +1,21 @@
Synology Moments extraction
Synology Photos extraction
===========================
I have all my photos in a Synology Moments database and want to do fun stuff with it.
I have all my photos in a Synology Photos 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.
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