Simon Conseil

Results 370 comments of Simon Conseil

Gexiv2 may be easier to install on Linux, but probably not on MacOS/Windows. There is no package on PyPI. If I look at PyPI (https://pypi.org/search/?q=exiv2&o=), there is [py3exiv2](https://pypi.org/project/py3exiv2/) which is...

That should be doable quite easily, there is already a setting to deactivate the generation of thumbnails, so we would only need to copy (or link) the external thumbnails to...

Hi @sebiii , Sorry I don't have any idea of what is happening here. The encoding part is done by jinja I guess, so it would need some investigation ...

Thanks for the kind words :) > I did not notice the Wiki at first. Please consider linking to the wiki from the template configuration file, especially on the theme...

It is close indeed. I was not sure at that time (and I'm still not) if it is a good idea to pass all the files from a theme through...

There is nothing like this currently, and I have no idea how to implement this :)

Hi, thanks! Maybe you already know it, there is a map feature for albums only with the galleria theme. If you are willing to write a plugin it should not...

It's a flag to know if the album has at least one image with coordinates: https://github.com/saimn/sigal/blob/7e35d1fa4076c3d18a9404eded123d5fc50e2182/sigal/gallery.py#L474-L477 About where to put the map, no strong feelings, it could be on the...

You can add any field in the config file and access it in the template. So what is needed is to integrate this in the themes (if the license is...

Yes, just thought it was better to clarify the issue in case someone wants to take on this.