Difference between revisions of "ReNamer:Scripts"
Jump to navigation
Jump to search
Line 50: | Line 50: | ||
== User scripts == | == User scripts == | ||
− | {| | + | {| class="wikitable" |
|- | |- | ||
! Script | ! Script | ||
Line 57: | Line 57: | ||
|- | |- | ||
| Separate words<br> | | Separate words<br> | ||
− | | | + | | Insert a space in front of each capitalized letter.<br/>So '''SeparateEachWord.pdf''' becomes '''Separate Each Word.pdf''' |
− | Insert a space in front of each capitalized letter.<br>So '''SeparateEachWord.pdf''' becomes | + | | [http://www.den4b.com/forum/viewtopic.php?pid=2529#p2529 http://www.den4b.com/forum/viewtopic.php?pid=2529]<br> |
− | |||
− | | [http://www.den4b.com/forum/viewtopic.php?pid=2529#p2529 www.den4b.com/forum/viewtopic.php]<br> | ||
|- | |- | ||
− | | | + | | ... |
− | | | + | | ... |
− | | | + | | ... |
− | |||
− | |||
− | |||
− | |||
|} | |} |
Revision as of 14:24, 28 July 2009
This page contains a collection of scripts which can be used in ReNamer's PascalScript rule.
3rd party libraries
Script | Description | Temp 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 |
Educational scripts
NOTE: This section might not be needed as most will probably go into user manual section as snippets of code!
Script | Description |
---|---|
Initialize | How to initialize the code |
Import DLL functions | Demonstrates how to call functions of 3rd party DLL |
Date and Time | How to use date and time of the file |
Index filenames | Insert a simple index to filenames |
... | ... |
User scripts
Script | Description | Temp Forum Link |
---|---|---|
Separate words |
Insert a space in front of each capitalized letter. So SeparateEachWord.pdf becomes Separate Each Word.pdf |
http://www.den4b.com/forum/viewtopic.php?pid=2529 |
... | ... | ... |