Page 1 of 1

how to not redisplay the enter title dialog.

Posted: 2006-05-02 20:46:20
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

Posted: 2006-05-02 22:09:55
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.

Posted: 2006-05-03 15:55:30
by trigonul
i use only allmovie and imdb as alternative. i changed the script for allmovie like you said and works fine. thanks

Posted: 2006-05-03 17:48:54
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;