Does it exist this option in script instructions?

If you need help on how to use the program
Post Reply
ABNormal
Posts: 135
Joined: 2005-01-08 08:33:38

Does it exist this option in script instructions?

Post by ABNormal »

I'ld like to write a script that, instead of asking me which movie i want to choose, select all the movies that the "PopulatePickTree" finds, and automatically creates (in the archive file) new lines for each found movie.
example: my search is for movies that include "200" in their titles
so i create one empty line, i start script, i answer '200' to the main question then script has to create a line for each of these movies:

Code: Select all

1 APRILE 2000 (1952)
11 SETTEMBRE 2001 (2002)
200 CIGARETTES (1999)
2000: LA FINE DELL'UOMO (1971)
2001 - UN'ASTRONAVE SPUNTATA NELLO SPAZIO
2001: ODISSEA NELLO SPAZIO (1968)
....
so, at the end of the script my database has ... 6 ... new lines automatically created, one for each movie.
It can be useful to create an archive with all infos available in a web site.

so the question is:

May a script add lines in the main database? which is the instruction?
Thx

ABN

PS: if i remember, a page of this website contains a list of commands usable for creating script. am i right?
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

It is not possible to add movies from the script window, sorry.
What you could do is generate a text/CSV file that you could import later.

The list of non-standard functions/constants is listed in the help file.
Post Reply