(Es) Filmaffinity, problema con el titulo original

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
consecuenciactiva
Posts: 2
Joined: 2009-07-20 16:07:21

(Es) Filmaffinity, problema con el titulo original

Post 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.
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post 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.
antp
Site Admin
Posts: 9652
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

There is another small change to do, but there is a new script on my server (and through the "update scripts" script)
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post 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. :)
consecuenciactiva
Posts: 2
Joined: 2009-07-20 16:07:21

Post by consecuenciactiva »

Thanks to all, problem fixed. I just update the script.

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