Scripts that need to be fixed / Scripts à corriger

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.
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

Salut,

Voici une nouvelle correction pour le script CinEmotions pour récupérer l'image suite à un nouveau changement du site.

http://mickaelvanneufville.online.fr/AM ... ons_FR.ifs

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

Post by antp »

merci ;)
Ln2
Posts: 7
Joined: 2012-03-10 23:51:58

Post by Ln2 »

Bonjour
Allocine ramene les secrets de tournage en double. (pas les premiers, mais à partir du 7eme)
ex: Despicable Me 2.

D'avance merci.
Raoul_Volfoni
Posts: 863
Joined: 2006-08-31 23:58:18

Post by Raoul_Volfoni »

Ln2 wrote:... Allocine ramene les secrets de tournage en double. (pas les premiers, mais à partir du 7eme)
ex: Despicable Me 2. ...
Salut,
Merci d'avoir signalé le bug.
C'est corrigé, une mise à jour va arriver sous peu et elle sera annoncée ici.
bpeddicord
Posts: 3
Joined: 2009-11-01 04:14:31

Post by bpeddicord »

DvdEmpire is not displaying the names when you do a search.
deadeye
Posts: 33
Joined: 2009-02-17 17:33:43

Post by deadeye »

bpeddicord wrote:DvdEmpire is not displaying the names when you do a search.
I will be working on it in the next few days, thanks!
elman
Posts: 226
Joined: 2005-01-03 09:05:35

Post by elman »

Hi,

is any of you guys updating IMDb script for new fields (Writer, Composer, Certification, etc.)?

Also trivia import needs some work as it also imports voting.

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

Post by antp »

And it seems that there is also a problem with large images: viewtopic.php?p=37547#37547
I hoped to have time this week for that, but I didn't.
I'll try to check these one of these days if no-one else fixes the script.
avberk
Posts: 4
Joined: 2011-01-27 12:37:02

Post by avberk »

I noticed the moviemeter (NL).ifs script doesn't work properly anymore.
It doesn't import the picture and 'beoordeling' is not imported.
Also it imports 'TRAILER' in the 'beschrijving' field.

Can this be fixed?
Raoul_Volfoni
Posts: 863
Joined: 2006-08-31 23:58:18

Post by Raoul_Volfoni »

avberk wrote:I noticed the moviemeter (NL).ifs script doesn't work properly anymore.
It doesn't import the picture and 'beoordeling' is not imported.
Also it imports 'TRAILER' in the 'beschrijving' field.

Can this be fixed?
Hi,

I'm going to have a look.
What is 'beoordeling' ... the rating ?
Next Announcement in the dedicated topic.
avberk
Posts: 4
Joined: 2011-01-27 12:37:02

Post by avberk »

beoordeling=rating
Raoul_Volfoni
Posts: 863
Joined: 2006-08-31 23:58:18

Post by Raoul_Volfoni »

avberk wrote:beoordeling=rating
Ok ... i'm working on it.
taiguer
Posts: 2
Joined: 2014-04-09 15:08:02

http://www.adultdvdempire.com 1.5.0 needs fixing

Post by taiguer »

Fist performer name is not being included in the list
rosbert
Posts: 9
Joined: 2011-04-05 13:01:54

Post by rosbert »

FilmTv.it: the script doesn't work anymore after website update
al0203
Posts: 72
Joined: 2013-02-27 05:24:17

Post by al0203 »

Since today when I try to import the information from Filmaffinity, the script doesn't import the special characters of spanish like the ñ.
sts85
Posts: 40
Joined: 2005-03-02 09:39:33
Contact:

Script dvdfr.com

Post by sts85 »

Bonjour,

Depuis quelques jours le script dvdfr.com fonctionne mal.

il transcrit:
- Français au lieu de Français
- Émilie au lieu d’Émilie
- Comédie au lieu de Comédie

Il a vraiment du mal avec les accents , les cédilles....

J'ai la dernière version du script 1.62 du 30/08/2014.

Merci d'avance :grinking:

Jean Christophe
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Bonjour,
En effet, il semblerait qu'ils soient passé à de l'UTF8 pour l'encodage.
J'ai rajouté des appel à UTF8Decode un peu partout dans le script, globalement ça semble fonctionner, mais il faudrait bien tester ça pour en être sûr. Surtout pour tout ce qui touche aux commentaires, comme ça dépend pas mal des options c'est pas facile d'être sûr que tout marche.
Pour la suite, j'ai créé un nouveau sujet (il ne semblait pas y en avoir un récent au sujet de DVDFR), ça sera plus pratique de continuer là s'il y a d'autres problèmes à signaler pour ce script :
viewtopic.php?p=38965
pah
Posts: 8
Joined: 2014-11-16 14:50:16

IMDB

Post by pah »

Hi,

please be informed that the IMDB-Script (Okt-2014) doesn't work anymore.

Error: unknown identifier: FIELDCOMPOSER in row 295

Code: Select all

  // Composer
  if CanSetField(fieldComposer) then
  begin    
    Value := TextBetween(PageText, 'Music by</a></h5>', '</table>');
    FullValue := '';
    Value2 := TextBetween(Value, '<a href="/name/', '</a>');
    while Value2 <> '' do
    begin
      Value := RemainingText;
      Value2 := TextAfter(Value2, '">');
      if FullValue <> '' then
        FullValue := FullValue + ', ';
      FullValue := FullValue + Value2;
      Value2 := TextBetween(Value, '<a href="/name/', '</a>');
    end;
    HTMLDecode(FullValue);
    SetField(fieldComposer, FullValue);
  end;
Please have a look!

Regards,
pah
Raoul_Volfoni
Posts: 863
Joined: 2006-08-31 23:58:18

Post by Raoul_Volfoni »

Hi,

The iMDB script (3.84) work ... but only with AMC 4.2.0
The composer field is a new field added in AMC 4.2.0.

@ antp
Can you edit the script and change the checkversion for 4.2.0 at line 1013 (in AMC editor) to avoid confusion.
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Raoul_Volfoni wrote: @ antp
Can you edit the script and change the checkversion for 4.2.0 at line 1013 (in AMC editor) to avoid confusion.
Indeed that would be safer
Post Reply