37 lines
716 B
Markdown
37 lines
716 B
Markdown
---
|
|
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
|
|
|