How to modify imdb script

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
Teebee
Posts: 111
Joined: 2005-06-04 10:46:56

How to modify imdb script

Post by Teebee »

How can i change imdb script so when you are in batchmode, it first checks if there is an imdb link available in fieldurl, and if not, it asks the name of the movie.

Now you can pick batchmode 2 but then it picks the first name of the list, which isnt always the correct one.
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

In the procedure AnalyzeResultsPage, there are two lines like this:

if GetOption('BatchMode') = 0 then

I think you can change the second one to

if (GetOption('BatchMode') = 0) or (GetOption('BatchMode') = 2) then

so it will also built the results list in case batchmode = 2 and it had to do a search
Teebee
Posts: 111
Joined: 2005-06-04 10:46:56

Post by Teebee »

Not sure what i did wrong, but he skips the input when i modify this
Raoul_Volfoni
Posts: 863
Joined: 2006-08-31 23:58:18

Post by Raoul_Volfoni »

Using AMC editor, the line to edit as antp said is 67.
Only works if there is already a title in the translated title field or the original title field.
Post Reply