Difference between revisions of "ReNamer:Scripts"

From den4b Wiki
Jump to navigation Jump to search
(another forum link to Exiv2)
(educational scripts section)
Line 24: Line 24:
 
|}
 
|}
  
== Scripts ==
+
== Educational scripts ==
 +
 +
{| class="wikitable"
 +
! 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 ==
  
 
{| class="wikitable"
 
{| class="wikitable"

Revision as of 17:20, 23 June 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

http://www.den4b.com/forum/viewtopic.php?id=407

http://www.den4b.com/forum/viewtopic.php?id=109

Educational scripts

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
... ... ...