Added documentation for contrib/rename_images

This commit is contained in:
Bill Ferguson 2022-01-12 16:33:41 -05:00
parent 2c3cc06a1d
commit fee1e00da6

View file

@ -0,0 +1,37 @@
---
title: rename_images
id: rename_images
weight: 275
draft: false
author: "people"
---
## Name
rename_images.lua - rename one or more image files
## Description
Rename an image or images according to a pattern built by
the user. It is possible to specify a different directory
in the rename pattern, which will result in a move as well as
a rename. The database will be updated to reflect the new
name/location of the image.
## Usage
* require this script from your luarc file or start it from script_manager
* select an image or images
* enter a renaming pattern
* click the button to rename the files
## Additional Software Required
## Limitations
## Author
Bill Ferguson - wpferguson@gmail.com