Difference between revisions of "ReNamer:Scripts"
Jump to navigation
Jump to search
m (→Educational scripts: typo) |
(→Educational scripts: Index filenames added) |
||
Line 20: | Line 20: | ||
| [[ReNamer:Scripts:Move filename portion|Move filename portion]] | | [[ReNamer:Scripts:Move filename portion|Move filename portion]] | ||
| How to move part of the filename to a new position. | | How to move part of the filename to a new position. | ||
+ | |- | ||
+ | | [[ReNamer:Scripts:Index filenames|Index filenames]] | ||
+ | | How to insert an incrementing number into the filename. | ||
|} | |} | ||
Revision as of 20:09, 8 September 2010
This page contains a collection of scripts which can be used in ReNamer's PascalScript rule.
Educational scripts
Script | Description |
---|---|
Initialize | How to initialize the code. |
Import DLL | Demonstrates how to call functions of 3rd party DLL. |
Date and Time | How to use date and time of the file. |
Move filename portion | How to move part of the filename to a new position. |
Index filenames | How to insert an incrementing number into the filename. |
3rd party libraries
Script | Description | Forum Link |
---|---|---|
TrID | Detecting file extension. | http://www.den4b.com/forum/viewtopic.php?id=550 |
Xpdf | Extract PDF tags. | http://www.den4b.com/forum/viewtopic.php?id=349 |
Exiv2 | Extract EXIF/IPTC/XMP tags from any images. | http://www.den4b.com/forum/viewtopic.php?id=407 http://www.den4b.com/forum/viewtopic.php?id=109 |