Pierrick Le Gall
Pierrick Le Gall
> Like getting rating from the metadata and it have a specific meaning like the rating from the owner...? I understand the question because in software like Adobe Lightroom, there...
Adding a tag to an album sounds a bit complicated to me. "Configuration Piwigo so that all photos of an album automatically get a specific tag" sounds simpler. In that...
do you have theme Modus installed as well?
> (using namespaces, perhaps it's time for Piwigo to switch to PHP 5.3...) That's definitely possible. I'm perfectly OK with that. 5.4 could easily become a requirement now. I don't...
Hi everybody, just a word to tell you that a plugin to read metadata based on exiftool would be a great idea. You already have seen my plugin Exiftool Keywords...
(I don't forget this issue) Yesterday I was discussing with @EddyLB and I realized that some hosting providers still disable the `exec` PHP function. Making it impossible to use `ffmpeg`,...
In Piwigo, here is the usual way to test file extension: ``` if (in_array(strtolower(get_extension($picture['current']['file'])), array('pdf'))) ``` please change and I'll merge it :-)
Hi @dirkhillbrecht I think this feature is a good idea, but not the way it is implemented. First, it should be a plugin, not a part of the core sync...
branch merged
Hi @TheFax > why my pull request hasn't been reviewed yet The problem is that translations are managed on https://piwigo.org/translate/ not by pull-requests on the code. I can try to...