#1 2007-01-10 12:18

fjord
Member
From: Denmark
Registered: 2006-08-25
Posts: 43

Meta tags in scripts

Is it possible to access the Meta tag values in a script?

Offline

#2 2007-01-10 15:08

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,380

Re: Meta tags in scripts

It is now! smile

Downlaod latest dev version: ReNamerBeta.zip. And find new function:
function CalculateMetaTag(const FilePath: WideString; const MetaTagName string): string;

Sample usage:

begin
  FileName := CalculateMetaTag(FilePath, ':Hash_MD5:');
end.

Offline

#3 2007-01-10 15:30

fjord
Member
From: Denmark
Registered: 2006-08-25
Posts: 43

Re: Meta tags in scripts

Whoa! That was fast. You are a miracle worker, Denis! cool

Offline

#4 2010-10-11 10:40

Stefan
Moderator
From: Germany, EU
Registered: 2007-10-23
Posts: 1,161

Re: Meta tags in scripts

Today i was searching if this feature exists, great it is already there. Thank you.


Find me:
Insert :MetaTag: PascalScript  MetaTag meta tag script scripts :File_FileName: :File_BaseName: :File_Extension: :ID3_Title: :EXIF_Date: :AVI_Duration: :VersionInfo_Company: :File_SizeBytes:


Read the  *WIKI* for HELP + MANUAL + Tips&Tricks.
If ReNamer had helped you, please *DONATE* to Denis or buy a PRO license. (Read *Lite vs Pro*)

Offline

Board footer

Powered by FluxBB