Search found 62 matches
- 2026-05-10 21:04:22
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
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 ...
- 2026-05-10 19:20:33
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
Please create a separate topic for your script and continue the discussion there.
While we're on the topic of countries, the script has a small problem when the movie/TV episode on IMDb does not have a country listed.
sample movie: https://www.imdb.com/title/tt2326204
sample TV episode: https ...
- 2026-05-04 12:28:28
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
There:phil5660 wrote: 2026-05-04 08:14:20 Where do I need to change the setting to select more than one country?

- 2026-05-04 07:30:56
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
You don't need to change there anything.phil5660 wrote: 2026-05-04 07:08:02 By default, this is what is displayed
if GetOption('MultipleValuesCountry') = 0 then
if RegExprSetExec('^[^,]+', Countries) then
Countries := RegExprMatch(0);
SetField(fieldCountry, Countries);
What do I need to change?
- 2026-05-04 06:57:17
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
It depends on what you've set for the MultipleValuesCountry option.phil5660 wrote: 2026-05-04 04:43:12 Hello, only one country is being retrieved for the "Country" field. Is it possible to modify the script so that all co-producer countries are taken into account? Thank you in advance.
- 2026-05-03 04:38:41
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
How do I set the plot language to Italian?
With 3.4.0 version you can retrieve Italian plots:
3.4.0 - (2026/05/03) - New feature: You can now select the plot language with DescriptionLanguage1st.
DescriptionLanguage2nd is fallback if a plot with 1st language is not found.
If 2nd language ...
- 2026-05-02 18:10:43
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
Such feature is not implemented.
I'll check if it's possible.
- 2026-04-17 12:52:03
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
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).
- 2026-04-17 12:17:12
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
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 ...
- 2026-04-17 12:00:26
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
Thank you very much...but I don't know what to do with it. :shaking: :shaking:
Read this post: https://forum.antp.be/phpbb3/viewtopic.php?p=95611#p95611
...where can I find the previous one...
All previous versions you can download from GitHub.
Press the " Commits " button to view the ...
- 2026-04-17 11:46:20
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
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.
- 2026-04-12 20:27:14
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
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:
Billie Joe Armstrong ... Self - Vocalist & Guitarist
Green Day
Duff McKagan ... Self - Bassist
Thanks for the report. Fixed ...
- 2026-04-11 11:06:59
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
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.
- 2026-04-11 10:21:35
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
New version:
Code: Select all
3.1.0 - (2026/04/11) - Improvement: Untie actor image importing from CanSetField(fieldActors) dependency.
You are welcome!MMM wrote: 2026-04-10 12:48:05 Working !!!!!
It also downloads actors images !
Thank you very much !!!!!![]()
![]()
![]()
- 2026-04-08 23:19:26
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
New version:
Code: Select all
3.0.0 - (2026/04/09) - New feature: Actor image importing. [new options: 'ActorsImage', 'ActorsImageSize']
Change: Renamed 'ImageSize' to 'PosterImageSize'.
Change: 'ActorsLimit' rework.
- 2026-04-08 11:50:59
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
A new version with additions by Elman:
2.3.0 - (2026/04/08) - New feature: New option 'GetCharactersFormat'.
New feature: New option 'RoundRating' to round IMDB ratings to nearest integer.
Useful when "Do not display decimals..." is turned on in AMC preferences.
New feature: New option ...
2.3.0 - (2026/04/08) - New feature: New option 'GetCharactersFormat'.
New feature: New option 'RoundRating' to round IMDB ratings to nearest integer.
Useful when "Do not display decimals..." is turned on in AMC preferences.
New feature: New option ...
- 2026-04-07 16:43:57
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
Personally I really prefer the whole storyline.
Nevertheless, the word tagline is always at the beginning.
Check the new version:
2.2.0 - (2026/04/07) - New feature: New option 'Description'. Can import a long summary (aka Storyline).
New feature: New option 'Tagline'. Can be turned off ...
Nevertheless, the word tagline is always at the beginning.
Check the new version:
2.2.0 - (2026/04/07) - New feature: New option 'Description'. Can import a long summary (aka Storyline).
New feature: New option 'Tagline'. Can be turned off ...
- 2026-04-01 12:42:34
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
What I meant was right now this script can't gather that information
I think I understood what you meant. That information can be gathered from the API, even right now.
Personally I really prefer the whole storyline.
I'll check it, maybe I'll add it as an option. Do you mean only ...
- 2026-04-01 09:35:07
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
It works super fast. Still I am missing some basics.
No actors pictures downloaded.
Description is not full only tagline ... plus it is written "tagline" before the tagline description
ratings the number of votes is missing.
Title translation. Used to be pre-set. Only 1 title translation ...
- 2026-04-01 08:24:36
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1820120
Re: [REL] IMDB ( via API )
The API doesn't have actor images (as other important information like aspect ratio, awards, etc...) there is nothing we can do here about that because we only gather what is available inside the API in the first place.
The API has everything, where you got idea that it doesn't have something ...