I want to apply a category change to all movies

If you need help on how to use the program
Post Reply
Guest

I want to apply a category change to all movies

Post by Guest »

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
antp
Site Admin
Posts: 9668
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

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 :

Code: Select all

  SetField(fieldMediaType, 'CD-ROM');
Click Run ;)
Post Reply