abstrctn/Import Lightroom Album

Download images from a public Lightroom Album

View on GitHub

Trust Signals

Scorecard Score
Scorecard 0–2scored Jul 6, 2026
Maintenance Recency
Stalelast commit Apr 10, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: abstrctn/lightroom-album-import@818735ca0327509b3fc48844217c27d38bcae349 # v0.1.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
album_urlURL of a public Lightroom album.yes
default_copyrightDefault value to populate rights-related image metadata fields with.
download_directoryDestination for downloaded images. Can include `$album_name` as a variable.
add_exif_metadataApply available EXIF data to the images.true
optimize_image_downloadsSkip downloading image content if newsest version already exists on filesystemtrue
rendition_typeWhich image rendition to download (2048, 1080, 640, thumbnail2x).2048
hide_stacked_assetsSkip imags not at the front of a stack.true
save_xmpSave XMP sidecar files alongside images.false
save_jsonSave JSON metadata from adobe alongside images.false
namedescription
album_idThe id of the album found at the provided URL
album_nameThe name of the album found at the provided URL
album_sort_orderSort order the shared album: captureDate, importTimestamp, fileName, rating, userUpdated + Asc or Desc. For example, captureDateAsc.
sorted_image_idsSpace-delimited list of image IDs
sorted_image_pathsSpace-delimited list of image filepaths