[EN/FR] Import the url of picture

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
noyt
Posts: 3
Joined: 2006-06-18 12:05:30

[EN/FR] Import the url of picture

Post by noyt »

Hi, I would like to import the url of the picture's movies (and not copy the picture in catalogue data). It isn't important if the picture doesn't display in amc, but i would like save the url in a white field like video format to use it in my html exportation. Is there a people able to do it? (I have a preference for the allocine.com's pictures, but it isn't important too).

Thanks.

--

Salut, je voudrais importer l'adresse de l'image des films (et pas la copier dans le catalogue). Ce n'est pas grave (quoique si c'était possible je ne dirais pas non) si l'image ne s'affiche pas dans amc, mais je voudrais pouvoir sauver chaque lien dans un champ dont je ne me sert pas comme le format vidéo pour l'utiliser dans mon exportation html. Quelqu'un est-il capable de faire ça? (J'ai une préference pour les images d'allocine.com, mais ça non plus, ça n'est pas très important).

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

Post by antp »

Il faut modifier le script. Trouver la ligne "GetPicture(blablabla)" et remplacer ça par "SetField(nom, blablabla)" où "nom" est le nom du champ (liste dispo dans l'aide, FieldVideoFormat par exemple)
baffab
Posts: 339
Joined: 2005-12-22 09:33:25
Contact:

Post by baffab »

Tu peux aussi seulement l'ajouter à la suite de "GetPicture..." si tu veux également garder la récupération de l'image (ce n'est pas incompatible).
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Oui, en effet. J'aurais pu le préciser ;)
Post Reply