Tag Archives: Bash

HowTo: Bulk exporting all of your image collections from Lightroom to a folder-based structure

Do you plan to switch from Adobe Lightroom to a different image management and raw editor, like its free alternatives darktable or RawTherapee? One of the main challenges is to preserve your carefully created collections’ structure whilst migrating. Ideally via the file system represented by a hierarchical folder structure to be independent from whatever software you choose.

As I am currently abandoning Lightroom, I have written a Bash-script to accomplish this task:

https://github.com/apfelkraut/ExportLRCatalog

For details please refer to the README.

HowTo: Automatically generating image galleries based on Galleria.io

As you might have noticed all image galleries of this blog are meanwhile based on the Galleria.io framework.

Galleria.io is great because it is Free/Libre Software (MIT-licensed), simply does what it is supposed to do, and requires not yet another plugin for WordPress nor a database backend. It also supports mobile devices and its typical touch gestures. Furthermore it enables self-hosted galleries and does not require to rely on any cloud services where you might loose control on your data.

The only thing that I was missing was a straight forward way to automatically generate a gallery. Creating it by hand – as for example described in Galleria.io’s “Beginners Guide” – is time-consuming, cumbersome, and error-prone. So the overall idea was to create a ready-to-run Galleria.io gallery based on a given folder that contains just the image files by using a shell script.

In detail I wanted to have the following functionality:
Continue reading HowTo: Automatically generating image galleries based on Galleria.io