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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,18 @@
1
1
# Changelog
2
+
## [20260101.20] - 2026-01-01
3
+
### Fixed
4
+
Fixed #13 - new option to allow different metadata to be used for title and description
5
+
6
+
### Added
7
+
New option in Lightroom Publishing Manager panel - Metadata Settings. Allows tokenised strings to be used for image Title and Description as sent to Piwigo - tokens idenfified by {{token}} will be subtituted for image specific values on export. Supports all metadata documented in photo:getFormattedMetadata and photo:getRawMetadata from the Lightroom Classic SDK. See Wiki for more information.
8
+
2
9
## [20251229.19] - 2025-12-29
3
10
Fixed #22 - Error 1003 - Keyword already exisits. Required normalisation of keywords - all lower case, remove accents etc - for comparison between LrC and Piwigo keyword names as Piwigo effectively does accent-folding + case-folding and Lrc retains original.
4
11
5
12
Fixed #16 (after re-opening) - New option to check local collection / set structure against existing Piwigo album structure - missing Piwigo albums will be created and incorrect links between collections / sets will be updated. Mis-named special collections will be renamed.
6
13
7
14
## [20251227.18] - 2025-12-27
8
-
### ### Fixed
15
+
### Fixed
9
16
Fixed #16 - When importing a smart collection album a publishing error occurs - Running Import Smart Collection Settings created a collection within the Publish Service but a corresponding Piwigo album wasn't. This fix checks for missing albums during the Publish process and creates them if needed
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,10 @@ A Lightroom Classic plugin which publishes images to a Piwigo host via the Piwig
14
14
* Metadata and keywords are exported directly to Piwigo regardless of exif/iptc settings - as part of the publish process along with the photo, or separately via a menu on the Library -> Plug-in Extras menu - which sends the metadata without re-sending the photo.
15
15
* the following fields are set :
16
16
* author from Lrc Creator,
17
-
* name from LrC Title,
18
-
* comment from LrC Caption,
19
-
* date_creation from LrC Date Time Original,
17
+
* date_creation from LrC Date Time Original
18
+
* name (title) - default from LrC Title,
19
+
* comment (description) - default from LrC Caption,
20
+
* tokenised strings may be used instead for image name (title) and comment (description) - tokens idenfified by {{token}} will be substituted for image specific values on export. All metadata documented in photo:getFormattedMetadata (see https://archive.stecman.co.nz/files/docs/lightroom-sdk/API-Reference/modules/LrPhoto.html#photo:getFormattedMetadata) and photo:getRawMetadata (see https://archive.stecman.co.nz/files/docs/lightroom-sdk/API-Reference/modules/LrPhoto.html#photo:getRawMetadata) from the Lightroom Classic SDK are supported - for example: title, caption, headline, altTextAccessibility, extDescrAccessibility, copyName are supported.
20
21
* Keywords are handled as follows:
21
22
* The Include on Export attribute set on individual keywords is respected.
22
23
* Flags for Include Full Keyword Hierarchy and Include Keyword Synonyms can be set in the LrC Publishing Manager (the equivalent flags set in the LrC Keyword Tag editor are not visible to plugins so can't be used)
@@ -39,15 +40,14 @@ A Lightroom Classic plugin which publishes images to a Piwigo host via the Piwig
39
40
40
41
* Metadata customisation - select which LrC metedata fields are used for Piwigo photo Title and Description fields.
41
42
* Per album custom settings - allowing image sizes and other settings to be set at album level, overriding the global Publish Manager settings
* Support for the X-PIWIGO-API header instead of Authorization when sending API keys - v16.1 and above
47
48
* Import collection/set/image structure from another publish service
48
49
* 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.
0 commit comments