How to include existing directories to an album?
tutmosis
Joined: 2014-01-02
Posts: 2 |
![]() |
Hi Folks, I just want to make my entire photo library available to other devices like laptops, tablets etc. within my LAN. I don't want to publish photos in the cloud. Is there a way in Gallery to add an existing directory on the hard disk as an album? Regards, Karsten |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
use this method http://codex.galleryproject.org/Gallery2:How_to_Add_Items#How_to_Add_Items_from_the_Local_Server_.28or_with_FTP.29 -s |
|
tutmosis
Joined: 2014-01-02
Posts: 2 |
![]() |
Hi, thank you very much for the answer. However, it is still some kind of duplicate workflow for me keeping my actual database in sync with the gallery folder. I always had to add photos two times. One to the database and then to the gallery folder. Is there a way to script the ftp upload stuff in gallery? Regards, Karsten |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
The G2 API is pretty straightforward. I would probably setup node.js on the server and create a file watcher to detect changes to your upload path and add items automatically. -s |
|