Page 1 of 1

Global changes?

Posted: 2002-10-05 02:28:48
by Penguindave
Is it possible somehow to select a group of movies and make a global change, such as media format? I enetered my entire DVD collection and did not set the default to DVD beforehand. Now it will take me hours to change it on all of them.

Posted: 2002-10-05 08:36:44
by antp
Simply select the movies that you want to modify, then go to Tools -> Scripting.
In the Editor tab click on the "new" icon, and put this line between begin and end :

Code: Select all

SetField(fieldMediaType, 'DVD');
(here it will put DVD as MediaType for selected movies)

If no movie is selected, all movies will be selected in the Movies tab of this window (there you can check which movies will be affected by the script)