Search found 4 matches

by clement
2020-01-10 20:16:07
Forum: Ant Movie Catalog > Scripts
Topic: [REL] [FR] Allociné v2
Replies: 605
Views: 78442

Re: [REL] [FR] Allociné v2

Apparemment ils ont encore modifié la page depuis ma suggestion. Du coup ligne 482 j'ai maintenant : begin Value := TextBetween(Page, '<figure class="thumbnail ">', '</figure>'); Value := TextBetween(Value, '<img class="thumbnail-img" src="', '"'); if Value <> '' then E...
by clement
2020-01-08 18:20:50
Forum: Ant Movie Catalog > Scripts
Topic: [REL] [FR] Allociné v2
Replies: 605
Views: 78442

Re: [REL] [FR] Allociné v2

Hello, Depuis quelques jours le script Allociné ne récupère plus le poster du film. J'ai modifié le script sur ma machine pour que ça fonctionne à nouveau : J'ai remplacé, ligne 484 (fonction AnalyzeMoviePage) : Value := TextBetween(Value, '<img class="thumbnail-img" src="', '"')...
by clement
2019-04-17 17:35:19
Forum: Ant Movie Catalog > Scripts
Topic: [REL] [FR] Allociné v2
Replies: 605
Views: 78442

Re: [REL] [FR] Allociné v2

Pour corriger la dernière version du script (problème de l'affiche qui ne remonte pas): (Depuis la version 2.38) Ligne 514 remplacer Value := TextBetween(Page, '<figure class="thumbnail col-xs-12 col-md-4">', '</figure>'); par Value := TextBetween(Page, '<figure class="thumbnail "...
by clement
2005-10-02 21:33:30
Forum: Ant Movie Catalog > Bug reports
Topic: SQL + pictures export with same number for different films
Replies: 4
Views: 2345

SQL + pictures export with same number for different films

When using SQL export and exporting pictures, if some films have the same numbers, their pictures name will be the same ([table_name]_[number]), and thus only one picture will be available. For example, if I have FILM1 with a picture, which has number 5 and FILM2 with another picture, which has numb...