Page 6 of 8

Re: [REL] IMDB ( via API )

Posted: 2026-04-09 05:07:13
by antp
Thanks! I updated it on my server

Re: [REL] IMDB ( via API )

Posted: 2026-04-09 07:38:17
by Dorohedoro
Thank you so much to both of you.

Re: [REL] IMDB ( via API )

Posted: 2026-04-10 12:48:05
by MMM
Working !!!!!
It also downloads actors images !
Script IMDB_ALT.ifs v3.0.0

Thank you very much !!!!! :grinking: :grinking: :grinking:

Re: [REL] IMDB ( via API )

Posted: 2026-04-11 10:21:35
by Munkey
New version:

Code: Select all

3.1.0 - (2026/04/11) - Improvement: Untie actor image importing from CanSetField(fieldActors) dependency.
MMM wrote: 2026-04-10 12:48:05 Working !!!!!
It also downloads actors images !

Thank you very much !!!!! :grinking: :grinking: :grinking:
You are welcome!

Re: [REL] IMDB ( via API )

Posted: 2026-04-11 10:52:48
by lobest1
Thank you so much!

The new version isn't available yet?

Re: [REL] IMDB ( via API )

Posted: 2026-04-11 11:06:59
by Munkey
lobest1 wrote: 2026-04-11 10:52:48 Thank you so much!

The new version isn't available yet?
To get it via an AMC update, it must be updated by antp.
Otherwise, download it from GitHub, then search your PC for "IMDB_ALT.ifs" file and replace it.

Re: [REL] IMDB ( via API )

Posted: 2026-04-12 13:22:13
by antp
Updated, thanks ;)

Re: [REL] IMDB ( via API )

Posted: 2026-04-12 18:15:17
by humungus
What's a parade without a little rain, eh? :naughty:

While updating some movies I observed a small issue with this script.

This documentary, for example: https://www.imdb.com/title/tt21870816

It has a lot of credits on its page formatted like this:

Code: Select all

Billie Joe Armstrong	Self - Vocalist & Guitarist, Green Day
Duff McKagan	Self - Bassist, Guns N' Roses
Steve Jones	Self - Guitarist, Sex Pistols
Paul Cook	Self - Drummer, Sex Pistols
Observe the comma and space before the band's name.

I have selected the option to have actors listed with their character names, and with that the comma appears to be replaced by a linebreak, pushing the band names in their own rows:

Code: Select all

Billie Joe Armstrong ... Self - Vocalist & Guitarist
Green Day
Duff McKagan ... Self - Bassist
Guns N' Roses
Steve Jones ... Self - Guitarist
Sex Pistols
Paul Cook ... Self - Drummer
Sex Pistols
This issue is not that easy to spot when it's only one or two credits buried among a few dozen, and I see that contrary to my original impression such credits are not as rare an occurrence on IMDb as I thought.

Here's a sample movie with a small cast and one credit with the above issue: https://www.imdb.com/title/tt0043344 (it also shows IMDb's inconsistency in that a comparable credit is followed by a dash, not a comma).

Having said all that, I am most grateful to Munkey for this script. It's a lifesaver!

Re: [REL] IMDB ( via API )

Posted: 2026-04-12 20:27:14
by Munkey
humungus wrote: 2026-04-12 18:15:17 This documentary, for example: https://www.imdb.com/title/tt21870816

... the comma appears to be replaced by a linebreak, pushing the band names in their own rows:

Code: Select all

Billie Joe Armstrong ... Self - Vocalist & Guitarist
Green Day
Duff McKagan ... Self - Bassist

Thanks for the report. Fixed:

Code: Select all

3.2.0 - (2026/04/12) - Bugfix: Incorrect line break in Actors field when a character name contains a comma.

Re: [REL] IMDB ( via API )

Posted: 2026-04-13 11:26:26
by antp
Updated, thanks

Re: [REL] IMDB ( via API )

Posted: 2026-04-13 14:34:11
by humungus
Thank you, Munkey! Works a treat with both movies.

Re: [REL] IMDB ( via API )

Posted: 2026-04-17 10:54:34
by MMM
I just updated the script,but:
Image

What can I do here?

Or anybody has the 3.0.0 version??

Thank you very much

Re: [REL] IMDB ( via API )

Posted: 2026-04-17 11:46:20
by Munkey
MMM wrote: 2026-04-17 10:54:34 I just updated the script,but:
Ah, a silly Pascal syntax mistake caused it. Fixed:

Code: Select all

3.3.0 - (2026/04/17) - Regression bugfix: Version 3.1.0 broke "Actor image importing" [3.0.0] due to a Pascal syntax typo.

Re: [REL] IMDB ( via API )

Posted: 2026-04-17 11:53:13
by MMM
Thank you very much...but I don't know what to do with it. :shaking: :shaking:

Will it be an update to the IFS?

Thank you.

Re: [REL] IMDB ( via API )

Posted: 2026-04-17 12:00:26
by Munkey
MMM wrote: 2026-04-17 11:53:13 Thank you very much...but I don't know what to do with it. :shaking: :shaking:
Read this post: viewtopic.php?p=95611#p95611
MMM wrote: 2026-04-17 10:54:34 ...where can I find the previous one...
All previous versions you can download from GitHub.
Press the "Commits" button to view the full change history. For example, next to "v3.0.0", click the "<>" button on the right to open that version of the repo.

Re: [REL] IMDB ( via API )

Posted: 2026-04-17 12:11:37
by MMM
Ok, since I don't know how to fix the syntax error (the post you pasted is this very one), I did the best next think you said, and downloaded version 3.0.0 from github, wich worked perfectly, and replaced the 3.3.0 ;)
It's working again. :D

Thank you again ! :clapping:

Re: [REL] IMDB ( via API )

Posted: 2026-04-17 12:17:12
by Munkey
MMM wrote: 2026-04-17 12:11:37 Ok, since I don't know how to fix the syntax error (the post you pasted is this very one),
You don't need to know as it's already fixed in v3.3.0.
If you want to see how it was fixed, open Commits and click a commit to view the changes. (for example "v3.3.0" commit -> https://github.com/Purfview/IMDB_ALT/co ... 88a74e3468 )
MMM wrote: 2026-04-17 12:11:37 I did the best next think you said, and downloaded version 3.0.0 from github, wich worked perfectly, and replaced the 3.3.0 ;)
What's the point of doing that? You've reverted to an old buggy version for no reason. :D

Re: [REL] IMDB ( via API )

Posted: 2026-04-17 12:38:07
by MMM
Exactly what I thought ! :D
But as soon as you said it was fixed, I went to the archive and got the 3.3.0...still error. I went to github also...still error.
AND JUST NOW, following your link from github, downloaded and replaced...and finally the 3.3.0 worked !!

Maybe previously I didn't get the updated one ? :??:

Thank you for your work, it's very much appreciated ! :clapping:

Re: [REL] IMDB ( via API )

Posted: 2026-04-17 12:52:03
by Munkey
If you downloaded 3.3.0, it was the fixed one. You probably didn't replace it, or you were on the AMC "Scripting" screen when you did (after this point AMC doesn't read the script files again).

Re: [REL] IMDB ( via API )

Posted: 2026-04-18 15:25:15
by antp
Updated on my server, for "Update scripts".

Indeed the forbidden ";" before a else is a typical annoying thing in Pascal :)