That script is AI slop... so I ended up writing the image importing myself. It only saved me the time of reading the AMC docs about extra fields.Dorohedoro wrote: 2026-05-10 19:50:15 I thought that the actor image code you added right after I shared the script through Mega was the one Claude created, but from your comment I now understand (or assume) that you made it yourself from scratch. Sorry for the confusion. I’m not going to talk about it again here, since it was just a personal project anyways...
[REL] IMDB ( via API )
Re: [REL] IMDB ( via API )
Re: [REL] IMDB ( via API )
Thanks, updated on my server.Munkey wrote: 2026-05-10 19:20:33Code: Select all
3.5.0 - (2026/05/10) - Reworked country importing. Bugfix: The script failure when no country was present. Change: Added a '15' option for ActorsLimit.
For the other script (actor images), there is already another thread, and indeed discussions related to it should be done there:
viewtopic.php?p=95127#p95127
-
raulsara01
- Posts: 24
- Joined: 2024-09-18 08:26:59
Re: [REL] IMDB ( via API ) in spanish
Como ya estaba harto de tener que traducir la sinopsis y los comentarios de la info importada de IMDB, he modificado el script para que lance un Translate de Google y nos pase la info ya traducida. En opciones de script he añadido:
La opción principal es TranslateToSpanish:
0 = no traducir
1 = traducir solo la sinopsis (y solo si IMDb no la tiene ya en español)
2 = sinopsis + comentario (por defecto)
DescriptionLanguage1st Idioma preferido de la sinopsis.
Por defecto = 4 (Español de España). Si IMDb tiene la sinopsis en
ese idioma, la coge directa (sin pasar por Google) y solo traduce los comentarios.
DescriptionLanguage2nd Idioma de reserva si no existe el 1º.
Por defecto = 0 (Inglés). Si cae aquí (inglés) y TranslateToSpanish
es 1 ó 2, entonces sí se traduce con Google.
He probado algunas pelis y he tenido bastantes problemas con UTF8Decode en pelis tipo Danesas y nordicas por los acentos pero creo que ya funcionan, si veis cualquier cosa a mejorar me lo haceis saber.
Ahora le paso a Antonie el nuevo script
La opción principal es TranslateToSpanish:
0 = no traducir
1 = traducir solo la sinopsis (y solo si IMDb no la tiene ya en español)
2 = sinopsis + comentario (por defecto)
DescriptionLanguage1st Idioma preferido de la sinopsis.
Por defecto = 4 (Español de España). Si IMDb tiene la sinopsis en
ese idioma, la coge directa (sin pasar por Google) y solo traduce los comentarios.
DescriptionLanguage2nd Idioma de reserva si no existe el 1º.
Por defecto = 0 (Inglés). Si cae aquí (inglés) y TranslateToSpanish
es 1 ó 2, entonces sí se traduce con Google.
He probado algunas pelis y he tenido bastantes problemas con UTF8Decode en pelis tipo Danesas y nordicas por los acentos pero creo que ya funcionan, si veis cualquier cosa a mejorar me lo haceis saber.
Ahora le paso a Antonie el nuevo script
Re: [REL] IMDB ( via API )
Thanks, the script has been added to the server