Page 2 of 4

Re: [REL] IMDB

Posted: 2025-08-08 13:55:35
by humungus
MrObama2022, could you look at the issue where your script returns only the first Producer/Writer/Composer when there is more than one?

example:
Image

url: https://www.imdb.com/title/tt0102920/reference/

Additionally, https://www.imdb.com/title/tt31193180/reference/ (which also has a problem with multiple producers) returns no Trivia.

Thank you!

Re: [REL] IMDB

Posted: 2025-08-08 19:07:21
by Dorohedoro
MrObama2022 wrote: 2025-08-08 11:55:02
Dorohedoro wrote: 2025-08-08 08:54:27 I know it's a different script but the Munkey API version of the script takes the right poster (the default original one), even for the "Wedlock" movie. What is that script doing that: 1- ignores the user ip and gets the default poster 2- is able to get the Wedlock poster without any issue, even with the resize option turned on.
This is because Munkey API version access to official imdb API so:
- it retrieve a 100% updated movie info (and posters)
- that poster is still official in IMDB so you can also resize it (it fails in my script because that poster is no more official)
- both imdbapi and official imdb api does ignore ip
Omg I'm dumb. Now I get it, it's because he is getting the info from the api.

Well, don't worry, I added 200 movies and only Deadlock gave me problems with the poster, maybe is just that movie alone, who knows.

For me there is still a lot of movies to add, so, if there are more with the same issue I will find them.

Thank you so much my friend, you are amazing.

Re: [REL] IMDB

Posted: 2025-08-14 11:18:08
by MrObama2022
IMDB 5.5 beta 4

CHANGELOG
* fix composer, writer and producer fields multiple names

Thank you @humungus for your test

Re: [REL] IMDB

Posted: 2025-08-15 08:40:49
by antp
Thanks :)

Re: [REL] IMDB

Posted: 2025-08-15 15:39:35
by humungus
Thanks, MrObama2022! I've run the script on a few movies, it looks good.

I don't know if you changed anything for Trivia as your changelog doesn't mention it, but I thought I'd mention that it's now returned for https://www.imdb.com/title/tt31193180/reference/ (note: it's not shown in the results window, which happens when there's a lot of trivia, but it does show in the Comments field after the results window is closed).

Re: [REL] IMDB

Posted: 2025-08-15 17:11:08
by Dorohedoro
Amazing work as always, thank you so much!

Re: [REL] IMDB

Posted: 2025-09-05 23:40:44
by elman
Hi. Great work with the script, thank you.

However, I can't seem to find a way to disable actors images. I did set ActorsImagesMode to 0 (No actor image needed) and I also tried other combinations, but no matter what I set, actors' images are always downloaded.

Is there some combination I haven't tired, or is that a bug?

Thanks, Elman

Re: [REL] IMDB

Posted: 2025-09-13 07:37:27
by antp
Sorry for the delay.
There is also "ActorsImagesLayout" maybe?
Otherwise possibly a bug, I don't have to check that right now (someone else can maybe).
In the meantime you can also uncheck the "Image (Extras)" checkbox at the bottom of the modifiable fields list on the right of the scripts window, this will prevent the script from downloading any extra image.

Re: [REL] IMDB

Posted: 2025-10-05 11:06:58
by humungus
It looks like IMDb is changing things again and at the moment the 'reference' view, used by the script, isn't working on IMDb, so the script doesn't return actors etc. Should this become something permanent, perhaps the script could use the 'fullcredits' page instead?

A more longterm solution might be combining this script's RapidAPI functionality with Munkey's API script (which works right now, but it doesn't support Trivia and it returns fewer translated titles).

Re: [REL] IMDB

Posted: 2025-10-05 15:28:26
by Dorohedoro
humungus wrote: 2025-10-05 11:06:58 It looks like IMDb is changing things again and at the moment the 'reference' view, used by the script, isn't working on IMDb, so the script doesn't return actors etc. Should this become something permanent, perhaps the script could use the 'fullcredits' page instead?

A more longterm solution might be combining this script's RapidAPI functionality with Munkey's API script (which works right now, but it doesn't support Trivia and it returns fewer translated titles).
IMDB is on the fritz right now, the page is not working. Be patient.

Re: [REL] IMDB

Posted: 2025-10-06 18:40:22
by Dorohedoro
@humungus IMDB is back! is the script working for you? everything is good on my end.

Re: [REL] IMDB

Posted: 2025-10-07 16:45:03
by MrObama2022
Hi guys, I'm back. I have problems with imdb retrieve actors, producer, writer and music so I'll give a look at the script

Re: [REL] IMDB

Posted: 2025-10-07 22:16:08
by MrObama2022
IMDB 5.5 beta 5

CHANGELOG
* fix composer, actors, writers and producers

IMDB is switching to a new json format in its javascript page. This fix should work with both new and old format.

Only tested on 4 movies.

Re: [REL] IMDB

Posted: 2025-10-07 22:17:13
by LeMoi
Hello, same problem here, no actors or producers or writers, some fields are filled, others are not

Re: [REL] IMDB

Posted: 2025-10-07 22:18:28
by MrObama2022
I'll have a look at @elman check (I think you are right, @elman) and I also have to reply to a check from @Ertehe
I have to find the time to do this ...

Re: [REL] IMDB

Posted: 2025-10-07 22:19:08
by MrObama2022
LeMoi wrote: 2025-10-07 22:17:13 Hello, same problem here, no actors or producers or writers, some fields are filled, others are not
You are right, I just released a new beta version, happy testing :clapping:

Re: [REL] IMDB

Posted: 2025-10-07 22:29:57
by LeMoi
Sorry, I posted in the same minute, I didn't refresh the page ^^
Seems better, but Actors are not completely retrieved, with 'ActorsLayout' = 2, character names are not retrieved yet

Re: [REL] IMDB

Posted: 2025-10-07 22:33:41
by MrObama2022
Please give some screenshots, the url of imdb movie and your imdb options and parameters

Re: [REL] IMDB

Posted: 2025-10-08 07:42:53
by Ertehe
MrObama2022 wrote: 2025-10-07 22:18:28 I'll have a look at @elman check (I think you are right, @elman) and I also have to reply to a check from @Ertehe
I have to find the time to do this ...
Thank you man! I haven't had time to look into it any further either. Busy times 😥

Re: [REL] IMDB

Posted: 2025-10-11 09:09:55
by humungus
I have basically the same issue as LeMoi. With ActorsLayout=4 and AllActors=1 I only get actors' names with any movie I try, so I get for example "Liam Neeson" instead of "Liam Neeson ... Frank Drebin Jr.".

I tried to get around this by using the 'other' script so as not to be a pest, but that one has a couple of deal-breaking issues of its own.