Gracias por el esfuerzo. Cuesta, pero va funcionando. Lo que no consigo, es que me ponga el REPARTO, los actores. ¿Hago algo mal o es fallo del script?
* * * * * *
Thanks for the effort. It's hard, but it's working. What I can't seem to get is the CAST, the actors. Am I doing something wrong, or is it a script error?
[UPD ES] Filmaffinity 4.0
-
- Posts: 114
- Joined: 2010-02-22 23:15:05
Re: [UPD ES] Filmaffinity 4.0
Y seguí intentando, pero no hubo forma.
Agradezco a todos los implicados, pero no me funciona la ruta.
Probé con todo y todas las C D ,cree una carpeta de temporales en descarga y no me sale la información encuentra la película al apretar f6 pero no guarda la información en el lugar correcto.
Seguiré usando IMDB, hasta que se pueda solucionar esto
Agradezco a todos los implicados, pero no me funciona la ruta.
Probé con todo y todas las C D ,cree una carpeta de temporales en descarga y no me sale la información encuentra la película al apretar f6 pero no guarda la información en el lugar correcto.
Seguiré usando IMDB, hasta que se pueda solucionar esto
-
- Posts: 4
- Joined: 2025-07-14 14:38:42
Re: [UPD ES] Filmaffinity 4.0
masterchipo wrote: 2025-07-16 18:51:32 Y seguí intentando, pero no hubo forma.
Agradezco a todos los implicados, pero no me funciona la ruta.
Probé con todo y todas las C D ,cree una carpeta de temporales en descarga y no me sale la información encuentra la película al apretar f6 pero no guarda la información en el lugar correcto.
Seguiré usando IMDB, hasta que se pueda solucionar esto
Pero cuando pones a buscar la película con el programa, la buscas por titulo o directamente con el link de filmaffinity?
A mi solo me funciona poniendo el link y re-escribes todo el tiempo sobre el mismo archivo de la carpeta de temporal (AMC_FilmAffinity.html)
No lo se, pero será que no tienes clicada esa opción y por eso no te lo añade?Taino75 wrote: 2025-07-16 18:14:31 Gracias por el esfuerzo. Cuesta, pero va funcionando. Lo que no consigo, es que me ponga el REPARTO, los actores. ¿Hago algo mal o es fallo del script?
* * * * * *
Thanks for the effort. It's hard, but it's working. What I can't seem to get is the CAST, the actors. Am I doing something wrong, or is it a script error?
Cuando te sale la info que te va a añadir, a la izda, tienes todas las opciones, mira si tienes la de interpretes sin clicar.
-
- Posts: 10
- Joined: 2024-09-18 08:26:59
Re: [UPD ES] Filmaffinity 4.0
Hola he probado el nuevo script de Filmaffinity y va muy bien pero es para cuando quieres documentar pocas peliculas, en mi caso una vez al año meto varios cientos de pelis y no me es practico. Al final tiraré de IMDB, una vez con los datos de las pelis, lo exporto a CSV, con una función de excel traduzco Sinopsis y Comentarios y después lo vuelvo a importar. Va perfecto y tengo toda la info además de sinopsis y comentarios en castellano. Para la categoria y el pais que también esta en ingles, hago un replace en el excel (Por ejemplo Comedy por Comedia) y asi lo tengo todo en castellano. Es mas laborioso pero cuando hablamos de muchas pelis sale a cuenta. Lastima que no se haya encontrado ninguna solución para importar las pelis directamente de Filmaffinity.
Un saludo
Un saludo
-
- Posts: 109
- Joined: 2022-02-02 00:03:55
Re: [UPD ES] Filmaffinity 4.0
I released a new IMDB version using @Ertehe improvements, if you have requests or you want test and report bugs please use this threadErtehe wrote: 2025-07-13 14:40:57Alright, I'll check with him, thanks!antp wrote: 2025-07-08 06:56:07Maybe it would be good to find a way to integrate your changes as options of the official script, as that one is still evolving it will be difficult to keep the two up to date separately.Ertehe wrote: 2025-07-05 15:28:00 Mientras alguien encuentra una solución, yo para salir del paso, estoy utilizando el script de IMDB
[...]
Aquí dejo el script por si a alguien le interesa.
https://drive.proton.me/urls/PQ8DEY2VDM#E84yh8ktAp1e
Maybe check with MrObama2022 if he can include some of your changes?
viewtopic.php?p=92469#p92469
-
- Posts: 109
- Joined: 2022-02-02 00:03:55
Re: [UPD ES] Filmaffinity 4.0
I have an idea for fixing Filmaffinity (if you like it).
Open Windows prompt then try this:
curl "https://www.filmaffinity.com/es/film811435.html" -H "Accept: text/html, */*" -H "Accept-Language: it" -H "DNT: 1" -H "Priority: u=0, i" -H "Sec-Ch-Ua: \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"138\", \"Google Chrome\";v=\"138\"" -H "Sec-Ch-Ua-Mobile: ?0" -H "Sec-Ch-Ua-Platform: \"Windows\"" -H "Sec-Fetch-Dest: Document" -H "Sec-Fetch-Mode: Navigate" -H "Sec-Fetch-Site: None" -H "Sec-Fetch-User: ?1" -H "Upgrade-Insecure-Requests: 1" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36"
This works. So this is the idea: a simple powershell script that starts at windows login. The script monitor a directory. When AMC must visit filmaffinity it write the url in a txt file (requesthttp.txt) inside this directory. When the file is changed then the powershell script use curl to access that file and write the output in a result.txt file. The Filmaffinity script monitor the directory and when the result.txt is written it access to get the html.
I can simply all the steps for newbies and you will get a no-hassle working script. I hope so ... it's 6:36 am so I should have same rest now, but tell me if you like the idea and if you like to have a beta script to test on your pc.
Open Windows prompt then try this:
curl "https://www.filmaffinity.com/es/film811435.html" -H "Accept: text/html, */*" -H "Accept-Language: it" -H "DNT: 1" -H "Priority: u=0, i" -H "Sec-Ch-Ua: \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"138\", \"Google Chrome\";v=\"138\"" -H "Sec-Ch-Ua-Mobile: ?0" -H "Sec-Ch-Ua-Platform: \"Windows\"" -H "Sec-Fetch-Dest: Document" -H "Sec-Fetch-Mode: Navigate" -H "Sec-Fetch-Site: None" -H "Sec-Fetch-User: ?1" -H "Upgrade-Insecure-Requests: 1" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36"
This works. So this is the idea: a simple powershell script that starts at windows login. The script monitor a directory. When AMC must visit filmaffinity it write the url in a txt file (requesthttp.txt) inside this directory. When the file is changed then the powershell script use curl to access that file and write the output in a result.txt file. The Filmaffinity script monitor the directory and when the result.txt is written it access to get the html.
I can simply all the steps for newbies and you will get a no-hassle working script. I hope so ... it's 6:36 am so I should have same rest now, but tell me if you like the idea and if you like to have a beta script to test on your pc.