Page 2 of 4

Posted: 2017-05-27 21:52:02
by masterchipo
Choi2116 wrote:Mira aquí:

viewtopic.php?t=4844
Gracias, una no entiendo inglés, ni otros idiomas, y la segunda creo que descargué la versión correcta.
4.2.1 y de otro lugar decía 4.2.1.1 y me instalaba la misma versión o sea 4.2.1 siempre beta

Posted: 2017-05-27 22:06:49
by Choi2116
Yo instalé esta:

http://mickaelvanneufville.online.fr/AM ... [BETA].exe

Una vez instalada resultó ser la 4.2.1.1

Saludos

Posted: 2017-05-27 23:19:29
by masterchipo
Choi2116 wrote:Yo instalé esta:

http://mickaelvanneufville.online.fr/AM ... [BETA].exe

Una vez instalada resultó ser la 4.2.1.1

Saludos
Gracias amigo, es la misma que tengo yo, pero no importa ni las carátulas, ni writer, ni composer.
Supongo que es un error del script.

Posted: 2017-05-28 08:09:46
by Choi2116
Comfirmo que NO importa la Carátula. Pero Compositor y Escritor SÍ lo hace

Saludos

Posted: 2017-05-29 03:56:19
by masterchipo
Choi2116 wrote:Comfirmo que NO importa la Carátula. Pero Compositor y Escritor SÍ lo hace

Saludos
Choi, tenemos misma versión de script y de softawre tú y yo. Pero te desafío a que pruebes con otras películas ya catalogadas, u otras por ejemplo Collide, que antes salía (en de la columna de "campo" debajo de "Productor" -que sí se importa-) "Writer" y debajo "Composer" NO LOS IMPORTA.
Ya probé con películas ya catalogadas y al destildarse, quedan importados porque ya están guardados, o probá borrando los campos o ver que sale destildado al buscar la info del script.
Gracias y saludos

Posted: 2017-05-29 10:15:59
by maravic
masterchipo wrote:
Choi2116 wrote:Comfirmo que NO importa la Carátula. Pero Compositor y Escritor SÍ lo hace

Saludos
Choi, tenemos misma versión de script y de softawre tú y yo. Pero te desafío a que pruebes con otras películas ya catalogadas, u otras por ejemplo Collide, que antes salía (en de la columna de "campo" debajo de "Productor" -que sí se importa-) "Writer" y debajo "Composer" NO LOS IMPORTA.
Ya probé con películas ya catalogadas y al destildarse, quedan importados porque ya están guardados, o probá borrando los campos o ver que sale destildado al buscar la info del script.
Gracias y saludos
Actualicé programa y script a la versión que ambos tienen instalada y luego he probado con la película que tu dices y (Collide) y ha importado tanto tanto "writer" como "composer". El problema sigue estando con las carátulas...
Ojalá se pueda solucionar .....
Saludos!

Posted: 2017-05-29 12:56:01
by PACOIRIPO
Habría que retocar también el script porque las coincidencias antes de elegir la pelicula en cuestión antes salían por orden de año de la peli de más reciente a más antigua, ahora no llevan orden.

Saludos.

Posted: 2017-05-29 13:26:17
by JuanRa_007
Parece que es fácil. Luego lo miro con detalle, pero creo que solo habría que cambiar esta línea:

Code: Select all

LineNr := FindLine('http://pics.filmaffinity.com/', Page, LineNr);
por

Code: Select all

LineNr := FindLine('https://pics.filmaffinity.com/', Page, LineNr);


It seems to be easy. Then I look at it in detail, but I think it would only have to change this line:

Code: Select all

LineNr := FindLine('http://pics.filmaffinity.com/', Page, LineNr);
por

Code: Select all

LineNr := FindLine('https://pics.filmaffinity.com/', Page, LineNr);

Posted: 2017-05-29 16:16:23
by maravic
JuanRa_007 wrote:Parece que es fácil. Luego lo miro con detalle, pero creo que solo habría que cambiar esta línea:

Code: Select all

LineNr := FindLine('http://pics.filmaffinity.com/', Page, LineNr);
por

Code: Select all

LineNr := FindLine('https://pics.filmaffinity.com/', Page, LineNr);


It seems to be easy. Then I look at it in detail, but I think it would only have to change this line:

Code: Select all

LineNr := FindLine('http://pics.filmaffinity.com/', Page, LineNr);
por

Code: Select all

LineNr := FindLine('https://pics.filmaffinity.com/', Page, LineNr);
Probé cambiando esa línea, pero a la hora de importar la carátula, da el siguiente mensaje de error: "Error connecting with SSL" .... Saludos!

Posted: 2017-05-29 16:26:40
by Choi2116
masterchipo wrote:
Choi2116 wrote:Comfirmo que NO importa la Carátula. Pero Compositor y Escritor SÍ lo hace

Saludos
Choi, tenemos misma versión de script y de softawre tú y yo. Pero te desafío a que pruebes con otras películas ya catalogadas, u otras por ejemplo Collide, que antes salía (en de la columna de "campo" debajo de "Productor" -que sí se importa-) "Writer" y debajo "Composer" NO LOS IMPORTA.
Ya probé con películas ya catalogadas y al destildarse, quedan importados porque ya están guardados, o probá borrando los campos o ver que sale destildado al buscar la info del script.
Gracias y saludos
He probado con "Collide" como dices:

Solo deja de importar la Carátula.

Saludos

Posted: 2017-05-29 16:49:40
by antp
maravic wrote: Probé cambiando esa línea, pero a la hora de importar la carátula, da el siguiente mensaje de error: "Error connecting with SSL" .... Saludos!
Indeed, that's the error I got, so for the images I suppose that more changes are required.

Posted: 2017-05-29 18:26:09
by JuanRa_007
He tenido que modificar el apartado de búsqueda de las carátulas en dos partes:
//
I have had to modify the section of search of the covers in two parts:

1.- El string de búsqueda para la caratula cambia. Quedaría así:
//
he search string for the tag changes. It would look like this:

Code: Select all

LineNr := FindLine('"http://pics.filmaffinity.com/', Page, LineNr);
a//to

Code: Select all

LineNr := FindLine('href="https://pics.filmaffinity.com/', Page, LineNr);
Han incluido en el código html "meta-datos" y uno de ellos es la caratula y por eso fallaba el "scripts".
//
They have included in the html code "meta-data" and one of them is the title and that is why the "scripts" failed.


2.- El comando que se usa para traer la caratula (GetPicture(Item);) devuelve un error si la dirección web contenida en "item" empieza por "https:", por lo que hago un cambio antes de descargarme la caratula. Así quedaría:
//
The GetPicture (Item);) command returns an error if the web address contained in "item" starts with "https:", so I make a change before downloading the title. This would be:

Code: Select all

GetPicture(Item);
por//by

Code: Select all

Item := StringReplace(Item,'https://','http://');
GetPicture(Item);

El código de la parte de la caratula quedaría así:
//
The code of the part of the title would look like this:

Code: Select all

   // Picture
   LineNr := FindLine('href="https://pics.filmaffinity.com/', Page, LineNr);
   if LineNr <> -1 then
   begin
      Line := Page.GetString(LineNr);
      Item := TextBetween(Line, '<a class="lightbox" href="', '" title="');
      if Length(Item) = 0 then
         Item := TextBetween(Line, '" src="', '"></a>');
      Item := StringReplace(Item,'https://','http://');
      GetPicture(Item);
   end;
Saludos.

Posted: 2017-05-29 18:36:55
by masterchipo
JuanRa_007 wrote:He tenido que modificar el apartado de búsqueda de las carátulas en dos partes:
//
I have had to modify the section of search of the covers in two parts:

1.- El string de búsqueda para la caratula cambia. Quedaría así:
//
he search string for the tag changes. It would look like this:

Code: Select all

LineNr := FindLine('"http://pics.filmaffinity.com/', Page, LineNr);
a//to

Code: Select all

LineNr := FindLine('href="https://pics.filmaffinity.com/', Page, LineNr);
Han incluido en el código html "meta-datos" y uno de ellos es la caratula y por eso fallaba el "scripts".
//
They have included in the html code "meta-data" and one of them is the title and that is why the "scripts" failed.


2.- El comando que se usa para traer la caratula (GetPicture(Item);) devuelve un error si la dirección web contenida en "item" empieza por "https:", por lo que hago un cambio antes de descargarme la caratula. Así quedaría:
//
The GetPicture (Item);) command returns an error if the web address contained in "item" starts with "https:", so I make a change before downloading the title. This would be:

Code: Select all

GetPicture(Item);
por//by

Code: Select all

Item := StringReplace(Item,'https://','http://');
GetPicture(Item);

El código de la parte de la caratula quedaría así:
//
The code of the part of the title would look like this:

Code: Select all

   // Picture
   LineNr := FindLine('href="https://pics.filmaffinity.com/', Page, LineNr);
   if LineNr <> -1 then
   begin
      Line := Page.GetString(LineNr);
      Item := TextBetween(Line, '<a class="lightbox" href="', '" title="');
      if Length(Item) = 0 then
         Item := TextBetween(Line, '" src="', '"></a>');
      Item := StringReplace(Item,'https://','http://');
      GetPicture(Item);
   end;
Saludos.
Muy esforzado lo tuyo Juan, pero no entiendo como hacerlo y qué es lo que tengo que editar en el script, supongo que los administradores modificaran el script ¿no?

Posted: 2017-05-29 19:22:13
by maravic
JuanRa_007 wrote:He tenido que modificar el apartado de búsqueda de las carátulas en dos partes:
//
I have had to modify the section of search of the covers in two parts:

1.- El string de búsqueda para la caratula cambia. Quedaría así:
//
he search string for the tag changes. It would look like this:

Code: Select all

LineNr := FindLine('"http://pics.filmaffinity.com/', Page, LineNr);
a//to

Code: Select all

LineNr := FindLine('href="https://pics.filmaffinity.com/', Page, LineNr);
Han incluido en el código html "meta-datos" y uno de ellos es la caratula y por eso fallaba el "scripts".
//
They have included in the html code "meta-data" and one of them is the title and that is why the "scripts" failed.


2.- El comando que se usa para traer la caratula (GetPicture(Item);) devuelve un error si la dirección web contenida en "item" empieza por "https:", por lo que hago un cambio antes de descargarme la caratula. Así quedaría:
//
The GetPicture (Item);) command returns an error if the web address contained in "item" starts with "https:", so I make a change before downloading the title. This would be:

Code: Select all

GetPicture(Item);
por//by

Code: Select all

Item := StringReplace(Item,'https://','http://');
GetPicture(Item);

El código de la parte de la caratula quedaría así:
//
The code of the part of the title would look like this:

Code: Select all

   // Picture
   LineNr := FindLine('href="https://pics.filmaffinity.com/', Page, LineNr);
   if LineNr <> -1 then
   begin
      Line := Page.GetString(LineNr);
      Item := TextBetween(Line, '<a class="lightbox" href="', '" title="');
      if Length(Item) = 0 then
         Item := TextBetween(Line, '" src="', '"></a>');
      Item := StringReplace(Item,'https://','http://');
      GetPicture(Item);
   end;
Saludos.
Muy bueno!!! Ahora sí, carátulas incluidas!!!

Posted: 2017-05-29 19:22:38
by PACOIRIPO
Muchas gracias Juan Ra. Todo ok.
Pero... Habría que retocar también el script porque las coincidencias antes de elegir la pelicula en cuestión salían por orden de año de la peli de más reciente a más antigua, ahora no llevan orden.

Saludos.

Posted: 2017-05-29 20:06:48
by antp
JuanRa_007 wrote:He tenido que modificar el apartado de búsqueda de las carátulas en dos partes:
//
I have had to modify the section of search of the covers in two parts:
Thanks, I updated the script on the server
(switched from 2.96 to 3.00, since we were reaching the end of 2.xx, the change to https may be the time for that :D)

Posted: 2017-05-29 20:14:22
by masterchipo
Muchísimas gracias

Posted: 2017-05-29 21:07:14
by PinkFloyd
¿Sabeís algún link para la versión 4.2.1.1 beta en español o inglés?

Posted: 2017-05-29 23:51:27
by masterchipo
PinkFloyd wrote:¿Sabeís algún link para la versión 4.2.1.1 beta en español o inglés?
Choi2116 wrote:Yo instalé esta:

http://mickaelvanneufville.online.fr/AM ... [BETA].exe

Una vez instalada resultó ser la 4.2.1.1

Saludos
Amigo, está más arriba, en una pregunta que hice yo, ahí un compañero puso el enlace.
Ahí está y sirve aunque te diga 4.2.1 una vez instalado te dice BETA y es ese, y una recomendación, no borres ni desinstales la versión anterior, ya que te instala todo con el paquete de lenguajes.
Suerte

Posted: 2017-05-30 12:57:32
by magol
Con las actualizaciones que habéis hecho funciona correctamente.

Muchas gracias.