Revision 13.a-beta (2023-03-24)
About: Import data from a Menalto Gallery into Piwigo
The algorithm is a conversion into PHP of the Perl script convertcomments.pl by dschwen, see https://github.com/dschwen/g2piwigo
This plugin just makes things "simpler" for users but the hard part comes from dschwen, he deserves all credits!
Changes: * compatibility with Piwigo 12 (and 13)
* Split keywords on , and ;
* Allow for more than 2 comment states (published Vs spam/unpublished/...)
I mark this version as "beta" since I have no data set to test it on. Please provide feedback on the forums if you have any problem.
New languages:
* Catalan (Català [CA])
* Czech (Česky [CZ])
Revision 1.3.d (2022-01-19)
About: To update several (or all) photos at once in an given album without losing related Piwigo data.
- select the album to be updated
- select image files on your computer
- update
Allow also to add photos to the album.
Changes: Add Danish, German, Norwegian and Dutch languages (thanks to piwigo translate team)
Revision 12.1 (2021-09-28)
About: PresyncAutoRename sanitizes your directories and files names within your gallery. It automatically corrects and renames files to a Piwigo compatible pattern.
All invalid characters are replaced with underscores so that the Synchronization process can run smoothly.
It has a simulation mode to preview which changes will be made on your files.
It automatically checks for files existence prior renaming them, appending a sequential number to them in case of duplicate.
Changes: Version 12.1
* Piwigo 12 compatible
Revision 11.a (2020-12-29)
About: Fetch emails and add attached/embedded photos
Changes: compatibility with Piwigo 11
Revision 1.5.5 (2019-08-17)
About: Import pictures from your Flickr account with Flickr2Piwigo. You can:
* browse your albums and choose pictures (or whole albums) to import,
* or import your entire Flickr portfolio.
You will need a Flickr API key to use this plugin; all instructions are in the Configuration tab of the plugin.
Changes: Minor code improvements.