fisharebest / webtrees

Online genealogy
https://webtrees.net
GNU General Public License v3.0
490 stars 301 forks source link

Support / Integrate external galleries #3579

Open cbenning opened 4 years ago

cbenning commented 4 years ago

I've got a huge photo library, with many people in photos that I've carefully face-tagged into the image metadata. I've written an external static gallery generator, deliberately to link out from my personal webtrees instance because managing photos and galleries is nice but not really something I want a geneology site to be managing.

The way I would like to integrate with my instance of webtrees with photo collections is to:

Here is my project: https://github.com/cbenning/fussel

I was wondering if there were thoughts / plans for adding something like a well supported outward gallery link or something? I'd be happy to contribute on something like this if there is interest.

t-karcher commented 4 years ago

I also would appreciate better integration of external media sites. Not only image galleries, but cloud media services in general (video, documents, ...). Something in the direction of https://collectionaire.com/ . Unfortunately, it'll be a challenge to do all this within the limitations of the GEDCOM standard. The best approach would probably be a new (external) Webtrees module scanning for special URLs in the GEDCOM media objects and handling the presentation of these URLs (embed videos, image galleries etc.).