[REL] IMDB ( via API )

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

Re: [REL] IMDB ( via API )

Post by antp »

Thanks! I updated it on my server
Dorohedoro
Posts: 115
Joined: 2016-12-13 00:45:45

Re: [REL] IMDB ( via API )

Post by Dorohedoro »

Thank you so much to both of you.
MMM
Posts: 19
Joined: 2023-07-12 12:37:18

Re: [REL] IMDB ( via API )

Post by MMM »

Working !!!!!
It also downloads actors images !
Script IMDB_ALT.ifs v3.0.0

Thank you very much !!!!! :grinking: :grinking: :grinking:
Munkey
Posts: 51
Joined: 2025-06-19 04:55:29

Re: [REL] IMDB ( via API )

Post 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!
lobest1
Posts: 67
Joined: 2018-03-13 20:29:48

Re: [REL] IMDB ( via API )

Post by lobest1 »

Thank you so much!

The new version isn't available yet?
Munkey
Posts: 51
Joined: 2025-06-19 04:55:29

Re: [REL] IMDB ( via API )

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

Re: [REL] IMDB ( via API )

Post by antp »

Updated, thanks ;)
humungus
Posts: 48
Joined: 2010-03-23 00:29:01

Re: [REL] IMDB ( via API )

Post 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!
Munkey
Posts: 51
Joined: 2025-06-19 04:55:29

Re: [REL] IMDB ( via API )

Post 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.
Post Reply