updating just one field on a big database

If you need help on how to use the program
Post Reply
plus
Posts: 5
Joined: 2006-04-02 10:56:50

updating just one field on a big database

Post by plus »

Hi,

say I got a database filled up with 4 or 5 hundreds movies; say I want to load from the internet just the plot movie field (so retrieving it from filmup I suppose..) to have this field in italian language; how can I do this without doing by hand one by one (490 movies!) and without any kind of confirmation or choice dialog prompted to me?

thanx a lot,

massimiliano
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Some scripts have a batch mode option (or similar) that allow to bypass all confirmation dialogs, but if Filmup script does not offer that you have to modify the script to skip the dialog. Do you have the URL of Filmup movie page in the URL field of each movie? Else the script would have to do a search, which can lead to more than one result...
plus
Posts: 5
Joined: 2006-04-02 10:56:50

Post by plus »

Hi,

no I haven't :( could you help me to modify the script to achieve my target ?

thanx a lot anyway,
massimiliano
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Sorry I do not really have time for that.
Do you have some programming knowledge?
Post Reply