Page 1 of 1

updating just one field on a big database

Posted: 2006-04-02 11:05:35
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

Posted: 2006-04-02 12:27:04
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...

Posted: 2006-04-02 13:12:09
by plus
Hi,

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

thanx a lot anyway,
massimiliano

Posted: 2006-04-02 20:40:56
by antp
Sorry I do not really have time for that.
Do you have some programming knowledge?