You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,12 @@
1
1
# Changelog
2
+
3
+
## [20251224.16] - 2025-12-24
4
+
### Added
5
+
- Custom metadata displaying details of most recent upload for an image is maintained. Note that if the same image is published via multiple instances of this plugin (for example to different Piwigo hosts) then only details of the most recent upload will be displayed. Details of the previous upload are overwritten. This metadata is for display / information purposes only so the overwrite has no functional impact. Images published with earlier versions of the plugin will not display the metadata - re-publishing them will refresh it. When an image is removed from a published collection this metadata is cleared, regardless of whether it has also been published via a different instance of this plugin.
6
+
7
+
### Fixed
8
+
Fixed #18 Setting up another publish service on a different catalogue generates an error message 'PiwigoAPI.lua 694 attempt to concatenate local statusDes (a nil value) - note this fixes the crash rather than the underlying issue that triggered the crash which is still being investigated
9
+
2
10
## [20251223.15] - 2025-12-23
3
11
### Fixed
4
12
- Set Piwigo Album Cover from Selected Photo would only allow setting the cover for the selected photo's album or immediate parent. This fix allow any album cover in the selected photo's album hierarchy to be set to the selected photo
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ A Lightroom Classic plugin which publishes images to a Piwigo host via the Piwig
23
23
* New keywords are created if not present in the Piwigo keywords list
24
24
* Tag comparison between LrC and Piwigo is not case sensitive - so for example 'This Is A Keyword' and 'this is a keyword' are treated as the same when sending keywords to Piwigo.
25
25
* GPS location data is only sent via exif so users of the OpenStreetMap plugin need to ensure that location info is included in the Metadata settings on the LrC Publishing Manager
26
+
* The plugin maintains a custom metadata set, Piwigo Publisher Metadata, with details of the most recent publishing activity for an image. NOTE - only images published using release 20251224.16 or later of this plugin will have this metadata.
26
27
* Changes to images which trigger a re-publish will overwrite the previously published Piwigo image.
27
28
* Images removed from the Publish Service are removed from corresponding album on Piwigo
28
29
* Moving a Published Collection under a different Published Collection Set is reflected in the associated Piwigo albums
@@ -34,11 +35,12 @@ A Lightroom Classic plugin which publishes images to a Piwigo host via the Piwig
34
35
35
36
## The following functionality is under development:
36
37
37
-
*Consistency Check - check for images missing on Piwigo and update published status accordingly
38
+
*Metadata customisation - select which LrC metedata fields are used for Piwigo photo Title and Description fields.
* Consistency Check - check for images missing on Piwigo and update published status accordingly
42
44
* Support for the X-PIWIGO-API header instead of Authorization when sending API keys - v16.1 and above
43
45
* Import collection/set/image structure from another publish service
44
46
* if remoteIds / URLs are present these will be copied. Useful to copy another publish service where a Piwigo host is the target without having to clear the existing Piwigo albums prior to re-publishing.
@@ -91,6 +93,10 @@ I am investigating whether there is something else causing this but I suspect so
91
93
92
94
If you see similar errors please check image sizes prior to raising an issue.
93
95
96
+
## Logging
97
+
98
+
Windows logs are UTF-16 and need to be opened with UTF-16 encoding
99
+
94
100
## CREDITS
95
101
96
102
As a user of both Lightroom Classic and Piwigo, the ability use the powerful Publishing Service in LrC to keep my Piwigo galleries up to date is very appealing. I've been a long time user of a popular plugin that has been providing this functionality, but unfortunately since the version 15 release of LrC that has not been available.
0 commit comments