Skip to content

PhotoStation API replaces FileStation API

Compare
Choose a tag to compare
@flingo64 flingo64 released this 22 Jan 22:47
· 893 commits to master since this release

With this release the plugin finally gets rid of the FileStation API which was required for some of the Publish functions (Delete, CheckExisting)! Hooray!
This makes rooms for more exiting functions and options....

  • FileStation API / FileStation access permissions are no longer needed. This means, that all Plugin functions can be used from anywhere as log as you have http(s) access to the PhotoStation
  • DeletePhotosFromPublishedCollections and DeletePublishedCollection will now remove all orphaned albums
  • the sort order of the photos within a Published Collection can now be preserved in the Target Album in the PhotoStation
  • the option "RAW+JPG to same Album" allows to export two different file formats to the same album by renaming the non-jpg version
  • mirroring of local Collection/Collection Set hierarchies is now possible via the {LrCC:name|path} metadata placeholder within the Target Album definition of a Published Collection
  • the {Date} metadata placeholder will now try to get the second best capture date if the DateTimeOriginal metadata is not available
  • metadata placeholders may now define a default value
  • metadata placeholders may now be declared as 'Required' to prevent the upload of photos w/o the respective metadata
  • processed videos will now be uploaded with the correct (.mp4) extension
  • video upload will now first delete older versions of the video on the PhotoStation: this is required since the PhotoStation does not correctly clean-up the index
  • the logfile will now be truncated on session start if the logfile is older than 5 minutes: you may still access an older logfile as long as you do not start a new session for Export, Publish or Delete