20 lines
416 B
Markdown
20 lines
416 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 libheif-examples
|
|
pipenv install
|
|
pipenv shell
|
|
```
|
|
|
|
License
|
|
-------
|
|
|
|
GPL v3
|