
[lua scripts api] created manual from embedded library documentation [lua api] created stub to contain lua api manual
43 lines
750 B
Markdown
43 lines
750 B
Markdown
---
|
|
title: rate_group
|
|
id: rate_group
|
|
weight: 270
|
|
draft: false
|
|
author: "people"
|
|
---
|
|
|
|
## Name
|
|
|
|
rate_group.lua - rate groups of images
|
|
|
|
## Description
|
|
|
|
Script to provide shortcuts for rating or rejecting all images within a group;
|
|
particularly useful for RAW+JPEG shooters employing a star rating workflow
|
|
like the below:
|
|
|
|
http://blog.chasejarvis.com/blog/2011/03/photo-editing-101/
|
|
|
|
## Usage
|
|
|
|
Assign a keyboard shortcut to each action via settings > shortcuts > lua
|
|
|
|
I use the following shortcuts:
|
|
|
|
* Reject group: Ctrl+R
|
|
* Rate group 1: Ctrl+1
|
|
* Rate group 2: Ctrl+2
|
|
* Rate group 3: Ctrl+3
|
|
* Rate group 4: Ctrl+4
|
|
* Rate group 5: Ctrl+5
|
|
* Rate group 0: Ctrl+0
|
|
|
|
## Additional Software Required
|
|
|
|
|
|
## Limitations
|
|
|
|
|
|
## Author
|
|
|
|
Dom H - dom@hxy.io
|