Search found 93 matches

by Dorohedoro
2025-11-02 15:10:16
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB


It's unable to get the movie number in the procedure AnalyzeMoviePage, so it's trying to get a page that doesn't exists, "https://www.imdb.com/title/tt/reference"

Adding another if statement to catch the number let me run the script again, this worked for me:

if MovieNumber = '' then ...
by Dorohedoro
2025-10-25 14:35:29
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB

Ok, this is the Munkeys API script with these additional features:

1.- country (all of them if a movie has multiple)

2.- Almost all the awards at the end of the description field (the most relevant categories)

3.- The amount of user votes of the rating in the subtitle field

4.- All the aspect ...
by Dorohedoro
2025-10-25 10:52:29
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB



It is indeed not easy to use AI when it is difficult to describe exactly the expected result (I often use Claude for specific .NET/C# functions, for that it is quite helpful).
Also the fact that AMC is using a not very common script engine (Innerfuse Pascal Script) with some custom functions does ...
by Dorohedoro
2025-10-25 08:29:22
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB

Is not working for me, 404, 401, 400 errors and a warning about the api address.

I think the best is just migrate to the api method because imdb is changing things every week to make us crazy (I think they are doing this to avoid data scrapping), but as humungus said, the Munkey API is missing for ...
by Dorohedoro
2025-10-24 23:35:55
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB

Yeah, the script is dead right now, along with the actor images, that one is also dead, is extracting only one actor.
by Dorohedoro
2025-10-21 19:32:55
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB

I think for now that should be the best approach, Munkey API is working flawlessly, but is missing a lot of features. A mix of the two methods should be ideal.
by Dorohedoro
2025-10-21 15:12:24
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB


Hidden rows can't be extracted indeed, we had the same issue with the translated titles.
These rows are not really hidden, they are not in the page, and are fetch via javascript from the server when you click the link to show more.
It is difficult (impossible? if they protected well their service ...
by Dorohedoro
2025-10-20 19:46:58
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB

Well, after so many attempts with claude and deepseek I managed to get a working code for the awards, the problem? only get the first categories shown in the award page, is unable to extract the hidden rows.

procedure ImportAwards(fieldName: integer);
var
PageText, JsonData, Value, FieldValue ...
by Dorohedoro
2025-10-18 18:26:07
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB

Is not extracting the Awards.

Thanks!
by Dorohedoro
2025-10-06 18:40:22
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB

@humungus IMDB is back! is the script working for you? everything is good on my end.
by Dorohedoro
2025-10-05 15:28:26
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB


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 ...
by Dorohedoro
2025-08-15 17:11:08
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB

Amazing work as always, thank you so much!
by Dorohedoro
2025-08-08 19:07:21
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB



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 ...
by Dorohedoro
2025-08-08 08:54:27
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB


The problem is this. Each of the values set in ImageKind works differently: values 1, 2, and 3 access the IMDB URL, while values 4 and 5 access imdbapi, a site that offers free APIs for IMDB. In the code you can see it here: option 3 accesses PageText, meaning the content of the IMDB page ...
by Dorohedoro
2025-08-07 15:56:58
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB


IMDB 5.5 beta 3

CHANGELOG
* fix picture when LargePictureHeight is set and image cannot be resized

I have bad news. Resize does not work with that poster and I don't know why. How resize is made: changing this url https://m.media-amazon.com/images/M ...
by Dorohedoro
2025-08-07 10:29:31
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB

The new version fails to retrieve the poster of this movie with imagekind=5 and retrieve the wrong image with imagekind=4:

https://www.imdb.com/title/tt0103239

"HTTP/1.1 404 not found"


Thanks!!
by Dorohedoro
2025-08-07 09:35:28
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB

Tested, it's working perfectly again, thank you so much! :clapping:
by Dorohedoro
2025-08-06 15:46:04
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB


IMDB 5.5 beta 1

CHANGELOG
* fixed imdbapi url and syntax

imdbapi removed rest.imdbapi.dev domain and now use a different domain with a different syntax. Because these changes, you get an error for AKAS (alternative title) and picture (when ImageKind = 5). This is a quick first change to the ...
by Dorohedoro
2025-08-05 18:05:09
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 74
Views: 9975

Re: [REL] IMDB

IMDB is on the move again....

I'm getting this error:

Image

And this is the result, no image and the movie is given the number 0

Image

Thanks!
by Dorohedoro
2025-07-30 18:11:04
Forum: Ant Movie Catalog > Help
Topic: Movie count limit, how much?
Replies: 2
Views: 91647

Re: Movie count limit, how much?


Hi,
There is no fixed limit, but if the images are stored in the catalog at some point there could be memory issues (32-bit program, limited to 2 GB) and speed issue (reading/writing the catalog files).
To avoid such issue, there is always the possibility of storing images as external files ...