[REQ][EN] How to modify IMDB script to import large pic url
Posted: 2005-12-29 19:51:09
Hi, I want to import the large pic url to ie Media Field, besides from the "normal" import of the small pic. I use this because I export to html with a small pic but use a (online) link to the large pic (as to save space but to be able to see a big pic)
I previously used a modification of an old IMDB to import the url from amazon, but it's not working very well, and I wanted to take advantage of the IMDB scrip functions:
I don't have programming knowledge and previously modified scripts "empirically". I know I have to start with:
And end with:
But I haven't been able to put something in the middle that works
Thanks in advance,
Mguel
PS: as a off-topic comment: I recently switched to linux... tried xamc, lmc (Moviefly), GCFilms, but didn't like them... so now I'm happily using AMC with wine
I previously used a modification of an old IMDB to import the url from amazon, but it's not working very well, and I wanted to take advantage of the IMDB scrip functions:
Code: Select all
ImportLargePicture
ImportMerchandisingPicture
ImportDvdDetailsPicture
Code: Select all
if CanSetField(fieldMedia) then
begin
Code: Select all
SetField(fieldMedia, Value);
end;
Thanks in advance,
Mguel
PS: as a off-topic comment: I recently switched to linux... tried xamc, lmc (Moviefly), GCFilms, but didn't like them... so now I'm happily using AMC with wine