I'm trying to figure out how to apply a category change to all movies. Basically I have a catalog with X amount of movies in it. All of them do not have "Media Type" in them. I want to set it to "CD-ROM" and apply it to all the movies but not have to click each movie and then click media type and then click cd-rom for every movie. Is there a way to apply to all other movies? Or is there a way to set it for one movie and then apply it to all?
It sounds like a scripting thing but maybe someone has already done this?
I did a search for "apply to all" in the forums and it didn't bring up anything?
Any suggestions?
Booker
I want to apply a category change to all movies
Go to Tools -> Scripting, in the Movies tab be sure that all the movies to modify are checked (if not, right click, Check all)
Then in the Editor tab click New and enter between begin and end :
Click Run 
Then in the Editor tab click New and enter between begin and end :
Code: Select all
SetField(fieldMediaType, 'CD-ROM');
