how to not redisplay the enter title dialog.

If you need help on how to use the program
Post Reply
trigonul
Posts: 2
Joined: 2006-05-02 19:40:44
Location: Iasi

how to not redisplay the enter title dialog.

Post by trigonul »

i would like to know how to not redisplay the enter title dialog. after multiple title selection, it keeps redisplaying next title dialog, with the title of the next movie (automaticaly written) and does not passes automatically on the other title and search for info.
thanks
antp
Site Admin
Posts: 9668
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

If the script that you use do not provide an option for that, you have to edit the script code.
Near the end, you usually have a line like :
"if Input(.......) then"
Just remove that line (or put a // in front of it to make it inactive, so you can revert back to the old script later).
On some scripts it may look different, so then the change will be different.
trigonul
Posts: 2
Joined: 2006-05-02 19:40:44
Location: Iasi

Post by trigonul »

i use only allmovie and imdb as alternative. i changed the script for allmovie like you said and works fine. thanks
antp
Site Admin
Posts: 9668
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

For the IMDB script, you can remove or put a // in front of these two lines:

if not Input('IMDB Import', 'Enter the title or the IMDB URL of the movie:', MovieName) then
Exit;
Post Reply