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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
1
# Changelog
2
+
## [20251219.14] - 2025-12-19
3
+
### Added
4
+
- A new menu item has been added Library->Plug-in Extras->Piwigo Publisher->Convert selected Published Collection to Published Collection Set. This option enables a Publish Collection to be converted to a Publish Collection Set, enabling sub albums to be created under this album.
5
+
2
6
## [20251218.13] - 2025-12-18
3
7
### Fixed
4
8
- Send Metadata to Piwigo for Selected Photos crashed when photos weren't selected from a Publish Service
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ A Lightroom Classic plugin which publishes images to a Piwigo host via the Piwig
9
9
* Images are not downloaded from Piwigo as part of this, nor are existing images in LrC automatically added to the newly created Published Collections.
10
10
* Images added to the Publish Service are published to the corresponding album on Piwigo. Metadata and keywords are transferred, respecting rules configured in the Publishing Manager for this service.
11
11
* Special collections can be created which allow images to be published to Piwigo albums that also have sub-albums. See details in the notes on the relationship between Piwigo Albums and LrC Publish Services below.
12
+
* The plugin allows a Publish Collection to be converted to a Publish Collection Set - a Special Collection is created for the new Publish Collection Set and any photos that were in the converted Publish Collection will be in this Special Collection. This enables sub albums to be created under an album that was initially created for photos only.
12
13
* Set Piwigo album cover from an image in the Published Collection
13
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.
14
15
* the following fields are set :
@@ -52,7 +53,7 @@ The plugin provides a function to import an existing Piwigo album structure into
52
53
- If a Piwigo album contains sub-albums, an equivalent Publish Collection Set is created in the LrC Publish Service.
53
54
- If a Piwigo album contains only photographs (i.e. no sub-albums) or is empty then a Publish Collection is created in the LrC Publish Service.
54
55
- Piwigo allows an album to contain both photographs and sub albums. LrC does not allow this - a Publish Collection Set can contain only further Publish Collection Sets, or Publish Collections, not both. Publish Collections can contain only photographs and not further Publish Collection Sets.
55
-
- The workround for this constraint is the the creation of specical collections (an option in the Piwigo Publish Service Configuration Extras section of the Publishing Manager). This creates a specially named collection for each collection set, linked to the parent album in Piwigo. Any photos in these collections are published to the Piwigo parent album.
56
+
- The workround for this constraint is the the creation of specical collections (an option in the Piwigo Publish Service Configuration Extras section of the Publishing Manager). This creates a 'Special Collection', named "[Photos in *CollectionSetName*]" for each collection set, linked to the parent album in Piwigo. Any photos in these collections are published to the Piwigo parent album.
56
57
- Piwigo allows albums with the same name to exist under the same parent. LrC does not allow this - albums with the same name can only exist if they are sub albums of different parents within the publish service.
57
58
- The plugin allows the alteration of the Piwigo album structure:
58
59
- New albums containing photographs can be created - right-click in Publish Service -> Create Piwigo Album... or Create Piwigo Album (Smart collection)...
0 commit comments