ANT Movie Catalog suggestion

Comments on existing version & Suggestions for future versions. If you want a new feature suggest it here. Discussions about beta versions also come in this section.
Post Reply
Guest

ANT Movie Catalog suggestion

Post by Guest »

Hello,

I have a suggestion regarding Ant Movie Catalog. I have a rather huge movie database and I started importing info from IMDB using the imdb script. I modified it according to my needs but there is a problem:
if the movie is not found on IMDB, then I am presented with a window of matching titles. Sometimes, these titles are complettly wrong, and I have no chance to see which movie I am suppose to chose. (If I would run the script for one movie at a time, there wouldn't be a problem). But I am running the script for a few hundred movies, so I can't see what movie from my list is presented with matching titles.
Isn't it possible that the window whitch presents my choices to have the movie from the list in its title ?

thx.
antp
Site Admin
Posts: 9675
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

In the script window, when IMDB batch script is selected, click the "Editor" tab and search for the line "PickTreeClear;" (you can also open the "IMDB (batch).ifs" file with Notepad).
Just after it, add the following :

Code: Select all

PickTreeAdd('Search for "' + MovieName + '"', '');
But you are right, I could add the old origjnal title of the movie somewhere in the window so all script can get it without need of manually go change them.
Guest

Post by Guest »

great, this solves my problem. Thank you very much.
Post Reply