Scripts that need to be fixed / Scripts à corriger
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Salut,Ln2 wrote:... Allocine ramene les secrets de tournage en double. (pas les premiers, mais à partir du 7eme)
ex: Despicable Me 2. ...
Merci d'avoir signalé le bug.
C'est corrigé, une mise à jour va arriver sous peu et elle sera annoncée ici.
-
- Posts: 3
- Joined: 2009-11-01 04:14:31
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.
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.
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Hi,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?
I'm going to have a look.
What is 'beoordeling' ... the rating ?
Next Announcement in the dedicated topic.
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
http://www.adultdvdempire.com 1.5.0 needs fixing
Fist performer name is not being included in the list
Script dvdfr.com
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
Jean Christophe
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
Jean Christophe
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
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
IMDB
Hi,
please be informed that the IMDB-Script (Okt-2014) doesn't work anymore.
Error: unknown identifier: FIELDCOMPOSER in row 295
Please have a look!
Regards,
pah
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;
Regards,
pah
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
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.
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.