Can I mass replace video/audio fields?

If you need help on how to use the program
Post Reply
daws0n
Posts: 53
Joined: 2005-02-04 13:53:18

Can I mass replace video/audio fields?

Post by daws0n »

I remember a few versions ago you could mass replace/update the audio & video format fields using the "update fields" script. However I can't find the option to do this anymore! Is it still possible?
Cheers guys,
Dawson
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

You mean that you do not find the script or that this particular field is not suggested by the script?
You may try the "auto.tools" script made by HappyTalk. It is not included with latest AMC release I think (I should update it btw), so you may have to get it from www.antp.be/temp/scripts/
daws0n
Posts: 53
Joined: 2005-02-04 13:53:18

Post by daws0n »

Hey Ant,
Thanks for the advice - about to check out the auto.tools script, will report back how I get on! I believe the "update fields" script was the one I used before, but when you go to the replace field dialog box there is no option to select video/audio format as the field you want to replace.
daws0n
Posts: 53
Joined: 2005-02-04 13:53:18

Post by daws0n »

error message when running auto.tools

Script error in "AUTO_TOOLS":unit is not found at line 3

-----------------------

line 3 is:
ScorEpioNCommonScript, AutoUtils;

Looks like it needs updating?
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

To run the script properly, it needs the following files in your script directory :

http://www.antp.be/temp/scripts/ScorEpi ... Script.pas
http://www.antp.be/temp/scripts/AutoUtils.pas
daws0n
Posts: 53
Joined: 2005-02-04 13:53:18

Post by daws0n »

Still having a bit of trouble with the script, it's all in French despite the name saying (ENG)... Not to worry though, have done what I wanted to do using a simple find.replace script I found quoted in another thread :)
Appeciate the help though guys!

P.S Is it ok to using the newest version of mediainfo's .dll with AMC, or should I stick to the 0.6.0 supplied with it?
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

To use 0.7.x versions you have to use AMC 3.5.1 "beta", see Comments section.

About replacing a field using these scripts, I do not know, I usually do that myself by writing a script directly:

Code: Select all

program newScript;
begin
  SetField(fieldVideoFormat, 'new value');
end;
Post Reply