<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.den4b.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=HenryOwens</id>
	<title>den4b Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.den4b.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=HenryOwens"/>
	<link rel="alternate" type="text/html" href="https://www.den4b.com/wiki/Special:Contributions/HenryOwens"/>
	<updated>2026-06-09T23:24:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://www.den4b.com/w/index.php?title=ReNamer:Scripts&amp;diff=1553</id>
		<title>ReNamer:Scripts</title>
		<link rel="alternate" type="text/html" href="https://www.den4b.com/w/index.php?title=ReNamer:Scripts&amp;diff=1553"/>
		<updated>2010-01-12T13:57:41Z</updated>

		<summary type="html">&lt;p&gt;HenryOwens: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a collection of scripts which can be used in [[ReNamer]]&#039;s [[ReNamer:Rules:PascalScript|PascalScript rule]].&lt;br /&gt;
&lt;br /&gt;
== 3rd party libraries ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Script&lt;br /&gt;
! Description&lt;br /&gt;
! Temp Forum Link&lt;br /&gt;
|-&lt;br /&gt;
| [[ReNamer:Scripts:TrID|TrID]]&lt;br /&gt;
| Detecting file extension&lt;br /&gt;
| http://www.den4b.com/forum/viewtopic.php?id=550&lt;br /&gt;
|-&lt;br /&gt;
| [[ReNamer:Scripts:Xpdf|Xpdf]]&lt;br /&gt;
| Extract PDF tags&lt;br /&gt;
| http://www.den4b.com/forum/viewtopic.php?id=349&lt;br /&gt;
|-&lt;br /&gt;
| [[ReNamer:Scripts:Exiv2|Exiv2]]&lt;br /&gt;
| Extract EXIF/IPTC/XMP tags from any images &lt;br /&gt;
|&lt;br /&gt;
http://www.den4b.com/forum/viewtopic.php?id=407&lt;br /&gt;
&lt;br /&gt;
http://www.den4b.com/forum/viewtopic.php?id=109&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Educational scripts ==&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;NOTE: This section might not be needed as most will probably go into user manual section as snippets of code!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Script&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| Initialize&lt;br /&gt;
| How to initialize the code&lt;br /&gt;
|-&lt;br /&gt;
| Import DLL functions&lt;br /&gt;
| Demonstrates how to call functions of 3rd party DLL&lt;br /&gt;
|-&lt;br /&gt;
| Date and Time&lt;br /&gt;
| How to use date and time of the file&lt;br /&gt;
|-&lt;br /&gt;
| Index filenames&lt;br /&gt;
| Insert a simple index to filenames&lt;br /&gt;
|-&lt;br /&gt;
| ...&lt;br /&gt;
| ...&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== User scripts  ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Script &lt;br /&gt;
! Description &lt;br /&gt;
! Temp Forum Link&lt;br /&gt;
|-&lt;br /&gt;
| [[ReNamer:Scripts:Separate words|Separate words]]&lt;br /&gt;
| Insert a space in front of each capitalized letter.&lt;br /&gt;
| [http://www.den4b.com/forum/viewtopic.php?pid=2529#p2529 http://www.den4b.com/forum/viewtopic.php?pid=2529#p2529]&lt;br /&gt;
|-&lt;br /&gt;
| [[ReNamer:Scripts:AVI video codec|AVI video codec]]&lt;br /&gt;
| Extract name of video codec used encoding AVI file.&lt;br /&gt;
| [http://www.den4b.com/forum/viewtopic.php?pid=3484#p3484 http://www.den4b.com/forum/viewtopic.php?pid=3484#p3484]&lt;br /&gt;
|-&lt;br /&gt;
| [[ReNamer:Scripts:RegEx Case Convertion|RegEx Case Convertion]]&lt;br /&gt;
| Convert case of capturing groups of your regular expression.&lt;br /&gt;
| &lt;br /&gt;
[http://www.den4b.com/forum/viewtopic.php?pid=3454#p3454 http://www.den4b.com/forum/viewtopic.php?pid=3454#p3454]&lt;br /&gt;
&lt;br /&gt;
[http://www.den4b.com/forum/viewtopic.php?pid=3459#p3459 http://www.den4b.com/forum/viewtopic.php?pid=3459#p3459]&lt;br /&gt;
|-&lt;br /&gt;
| [[ReNamer:Scripts:Using MasterFile|Using MasterFile]]&lt;br /&gt;
| Renaming folder basing on the MetaTag of the first file in the folder. In this particular case: adding the ID3_Year metatag from the mp3 file to it&#039;s parent folder name.&lt;br /&gt;
| [http://www.den4b.com/forum/viewtopic.php?pid=1626#p1626 http://www.den4b.com/forum/viewtopic.php?pid=1626#p1626]&lt;br /&gt;
|-&lt;br /&gt;
| [[ReNamer:Scripts:Hours span|Hours span]]&lt;br /&gt;
| Add hours to a date embedded in the filename in format yyyy-mm-dd hh-nn-ss.JPG&lt;br /&gt;
| [http://www.den4b.com/forum/viewtopic.php?id=696 http://www.den4b.com/forum/viewtopic.php?id=696]&lt;br /&gt;
|-&lt;br /&gt;
| ...&lt;br /&gt;
| ...&lt;br /&gt;
| ...&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
** [http://www.research-service.com/custom-research-paper.html research paper] for college students and professional writers.&lt;/div&gt;</summary>
		<author><name>HenryOwens</name></author>
	</entry>
</feed>