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
Can I mass replace video/audio fields?
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/
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/
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
http://www.antp.be/temp/scripts/ScorEpi ... Script.pas
http://www.antp.be/temp/scripts/AutoUtils.pas
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?

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?
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:
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;