Page 1 of 1

(Es) Filmaffinity, problema con el titulo original

Posted: 2009-07-20 16:17:59
by consecuenciactiva
Buenos dias a todos. Disculpen pero el script de Filmaffinity en español version 2.39 no habilita el campo para "Titulo Original" tampoco recoge la informacion. ¿alguna solucion? Probe cambiando estas lineas:

131 LineNr := FindLine('<b>TÍTULO ORIGINAL</b>', Page, 0);
132 if LineNr = -1 then LineNr := FindLine('<b>TITULO ORIGINAL</b>', Page, 0);

232 LineNr := FindLine('TÍTULO ORIGINAL', Page, 0);
233 if LineNr = -1 then LineNr := FindLine('TITULO ORIGINAL', Page, 0);

y no me ha funcionado. De antemano gracias.

The problem is with the "original title" field that I can not import information from Filmaffinity. Any idea? Thanks.

Posted: 2009-07-20 17:01:51
by bad4u
Simply change TÍTULO ORIGINAL to TITULO ORIGINAL in both lines. Please test for yourself, as I only did a short test with 2 movies.

Posted: 2009-07-21 10:02:03
by antp
There is another small change to do, but there is a new script on my server (and through the "update scripts" script)

Posted: 2009-07-21 21:16:23
by bad4u
antp wrote:.., but there is a new script on my server (and through the "update scripts" script)
Even better. And it seems I misunderstood that posting (using online translator) - it was a possible solution, not a question, I guess. Sorry. :)

Posted: 2009-07-24 13:29:46
by consecuenciactiva
Thanks to all, problem fixed. I just update the script.

Gracias a todos, se soluciono el problema actualizando el script.