Page 1 of 1

Mass Renaming Tags

Posted: 2003-01-09 13:00:24
by Awesome-Yoshi
hey,

first: greatest movie tool i've seen!!! :grinking: thx

second: how about a mass renaming feature, so i can highlight several films on the left and still edit fields on the right (kinda usful for filds like: MediaType, Language, Disks, Country, Framerate etc.)

greetz

A-Y

Posted: 2003-01-09 14:56:41
by antp
You can do that already actually :
Select the movies to modify, click Tools -> Scripting, go in Editor, click New, then enter between begin and end the following new line :
SetField(fieldLanguage, 'English');
(for example)
And click 'Execute'.

Posted: 2003-01-09 19:42:58
by Guest
thx for the answer! and it works just fine but i thought i might be a LOT easier if it could work the way i described above. thanx anyway

Posted: 2003-01-09 20:06:39
by antp
yes but it is much easier for me to let you use the scripting that's already there in the program instead of coding a new functionnality :D