https://github.com/popbones/lightroom.plugin.collection-set-to-folder
A failed attempt of developing a Lightroom plugin to convert Collection Sets created by importing Aperture library to folders
https://github.com/popbones/lightroom.plugin.collection-set-to-folder
Last synced: 6 months ago
JSON representation
A failed attempt of developing a Lightroom plugin to convert Collection Sets created by importing Aperture library to folders
- Host: GitHub
- URL: https://github.com/popbones/lightroom.plugin.collection-set-to-folder
- Owner: popbones
- Created: 2015-04-28T11:37:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T04:33:57.000Z (about 11 years ago)
- Last Synced: 2025-03-31T07:19:29.556Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 7.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lightroom-collection-set-to-folder
The development of this plugin is stopped and it is not working so don't use it.
I started this plugin hoping it could copy the Collection Set strucutre imported from Aperture into folders and move all coresponding photos to the desired location. However, after some initial development, it appered to me that there is not proper way to either:
1. Create new empty LrFolder in the catalog.
I know how to create new directories on the disk, but those directories will not show up in the catalog until I add them.
2. APIs to move LrPhoto from one LrFolder to another.
I know that I can move files around. But again they will not show up in the catalog untill being added.
Another reason that I prefer a proper moving API is that virtual copies of photo are not files and I'm not sure development settings would be preserved while moving photo files and re-add them.