Added documentation for contrib/rename_images
This commit is contained in:
parent
2c3cc06a1d
commit
fee1e00da6
1 changed files with 37 additions and 0 deletions
37
content/lua.scripts.manual/scripts/contrib/rename_images.md
Normal file
37
content/lua.scripts.manual/scripts/contrib/rename_images.md
Normal 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
|
||||
|
Loading…
Reference in a new issue