💾 Archived View for gmn.clttr.info › sources › photo-helpers.git captured on 2023-01-29 at 15:54:21. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

git clone git://git.clttr.info/photo-helpers.git

commits/

refs/

tree/

About

This rather small scripts written in Perl provide useful function for managing (raw and output) files for photographers.

Perl

usage

Simply clone the repo or manually download the scripts from https://src.clttr.info/rwa/photo-helpers/

https://src.clttr.info/rwa/photo-helpers/

To run the script, open a shell and invoke `perl <script>`, on most systems it should be sufficient to just invoke `script` (after you granted execute-permissions to the script).

prerequisites for running the pure scripts

Additionally the following perl modules need to be installed:

ART helper scripts

Helper scripts to manage files which where handled by ART, the easy-to-use RAW converter forked from RawTherapee.

ART

processed file mover

Filename: `afm`

Moves all already converted raw files and their corresponding jpegs to a given folder.

generic scripts

JpegDivider

Filename: `jd`

Moves all jpeg files (suffixes .jpg and .jpeg) in the given folder or the current working directory to the subfolder JPEG (or the given subfolder).

Silkypix helper scripts

Helper scripts to manage the sidecar data files created by Silkypix Developer Studio.

Silkypix Developer Studio

Silkypix usually uses a folder structure similar to this example:

base folder
|_ RAW0001.DNG
|_ RAW0002.DNG
|_ JPEG
   |_ RAW0001.jpg
   |_ RAW0002.tif
|_ SILKYPIX_DS
   |_ RAW0001.DNG.10.spd
   |_ RAW0002.DNG.10.spd
   |_ RAW0003.DNG.10.spf

orphaned sidecar cleaner

Filename: `sposc`

Deletes all sidecar files in the given directory or alternatively in the current working directory when the associated raw file is missing.

multiversion sidecar cleaner

Filename: `spmvsc`

Deletes Silkypix Sidecar files when newer versions of the files are available. This usually happens when a file is opened in a newer version of Silkypix, as the sidecar files are version specific.