abstrctn/Import Lightroom Album
Download images from a public Lightroom Album
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 0–2scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Apr 10, 2023
- License
- MIT
Pinned Snippet
uses: abstrctn/lightroom-album-import@818735ca0327509b3fc48844217c27d38bcae349 # v0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| album_url | URL of a public Lightroom album. | yes | — |
| default_copyright | Default value to populate rights-related image metadata fields with. | — | — |
| download_directory | Destination for downloaded images. Can include `$album_name` as a variable. | — | — |
| add_exif_metadata | Apply available EXIF data to the images. | — | true |
| optimize_image_downloads | Skip downloading image content if newsest version already exists on filesystem | — | true |
| rendition_type | Which image rendition to download (2048, 1080, 640, thumbnail2x). | — | 2048 |
| hide_stacked_assets | Skip imags not at the front of a stack. | — | true |
| save_xmp | Save XMP sidecar files alongside images. | — | false |
| save_json | Save JSON metadata from adobe alongside images. | — | false |
Outputs
| name | description |
|---|---|
| album_id | The id of the album found at the provided URL |
| album_name | The name of the album found at the provided URL |
| album_sort_order | Sort order the shared album: captureDate, importTimestamp, fileName, rating, userUpdated + Asc or Desc. For example, captureDateAsc. |
| sorted_image_ids | Space-delimited list of image IDs |
| sorted_image_paths | Space-delimited list of image filepaths |