Search found 41 matches
- 2026-01-31 13:24:30
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
Meanwhile, I tried https://www.imdb.com/title/tt0233232 again. The uncredited actor without a character is returned fine, but then I noticed the United States title "The Dead Tree" was not imported. I tried with and without 'US' as userCountryCode and with AKAs set to '1'. Am I missing something ...
- 2026-01-30 22:28:45
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
I also noticed that "Director's Trademark" is not tagged as such when it's imported.
Includes now.
I don't know if you can request the titles by country.
I wouldn't dream of requesting such a feature because that would be ridiculous. But I am tempted to ask if the script could optionally ...
- 2026-01-30 18:15:29
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
Sorry, I meant "BatchMode 2" aka the third option of "BatchMode"...EricTraveling wrote: 2026-01-29 17:03:02 what should I do to enable "BatchMode 3" and thus improve the search box?
- 2026-01-27 18:49:21
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
This Trivia has multiple spoilers, and they're scattered all over the place. It seems Trivia items are sorted by the number of 'Helpful' votes, but spoilers aren't separated from the rest of the Trivia.
They are in helpful order. I don't think that they should be separated.
I also noticed ...
- 2026-01-27 14:43:46
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 114
- Views: 18964
Re: [REL] IMDB
IMDB ( via API ) -> viewtopic.php?t=43842
- 2026-01-27 14:37:59
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
- retain actor tags like 'voice' and 'uncredited' (providing they're included in the API response, obviously);
Implemented:
1.5.1 - (2026/01/27) - Improvement: Import attributes too when GetCharacters is enabled. [voice, uncredited, ect.]
Improvement: Remove escapes from tagline ...
- 2026-01-27 11:38:32
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
1. If the movie has no Trivia, the script will instead import IMDb comments.
2. If the movie Trivia includes spoilers, these are not imported. Sample movie (with one Spoiler): https://www.imdb.com/title/tt0101252
1) It was a bug, fixed.
2) I can't reproduce, that trivia with spoiler is ...
- 2026-01-27 03:45:26
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
For publishing it on my server, do you plan to change the version to 1.4.1? Or are you still doing changes before finishing the new version?
There was no version bump because the new commits/features are still in testing phase.
For Trivia, I observed the following:
Thanks for the report, I ...
- 2026-01-26 09:43:22
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
- retain actor tags like 'voice' and 'uncredited' (providing they're included in the API response, obviously);
- allow the user to use '/' as a delimiter in Country and Category;
- retrieve Trivia..
The last two I already implemented, please test them [download the script from GitHub]. You can ...
- 2026-01-25 09:57:03
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
I don't know what form UTF8Encode converts to, but it didn't work for requests. I had to write my own utf8 encoder to unicode escapes.antp wrote: 2026-01-25 08:56:37 I assume that UTF8Encode may be needed to make a post with a accentuated parameter string.
- 2026-01-25 08:53:29
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
Hi, Munkey!
First, thank you for this script. I love its speed.
I was wondering, however, if there's any chance it could do the following:
- retain actor tags like 'voice' and 'uncredited' (providing they're included in the API response, obviously);
- allow the user to use '/' as a delimiter in ...
- 2026-01-25 08:01:12
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
the script does not find anything because of the ''é".
I reproduced the issue with "ö" (I didn't have any problems with ''é"). The issue should be fixed in v1.4.0 :
1.4.0 - (2026/01/25) - Fixed: Issues passing unicode chars in query with PostPage3() [returns nothing in normal search ...
- 2026-01-24 17:58:08
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
The script is calling some API on IMDB. Could it be that the script response differs depending on which country we send the request from?
I don't think so. I switched VPN to Switzerland - got same response.
I think the issue is in how PostPage3() sends requests with unicode in query, maybe antp ...
- 2026-01-24 16:03:44
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
What PostPage3() does with unicode characters in query?
- 2026-01-24 15:07:24
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 114
- Views: 18964
Re: [REL] IMDB
using IMDb API script returns correct data but somehow saves it into three slots - current prior and next by replacing old data there - it looks we need wait for correct solution :??:
That's weird. Post the steps to reproduce it there: https://forum.antp.be/phpbb3/viewtopic.php?t=43842
doesn ...
- 2026-01-24 13:36:53
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
Exactly on "Les Misérables", the script does not find anything because of the ''é". If I look for "miserables", the movie is found on IMDB.
Strange, for me "Les Misérables" works without problem:
https://images2.imgbox.com/23/61/dGZ8NHlY_o.png
since the search by url is much more ...
- 2026-01-24 10:44:34
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
But I suspect this is a Windows issue, I see also the UI of AMC with some wrong character.
So the locales of Windows 10 for "non unicode programs" is set to English (USA). This may be the root issue.
I have same in my Win10, it's set to English (USA). At the same place, there is "Beta: Use ...
- 2026-01-24 05:15:10
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
so I am using this script now. But I have an issue with non ascii characters: all are wrong retrieved by the script.
for instance "Schönberg" or "Raphaël "
I can't reproduce it. Tested "Les Misérables" (www.imdb.com/title/tt1707386), both names shows OK in the Producer field:
Raphaël ...
- 2025-12-04 23:41:23
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
New version:
Code: Select all
1.3.0 - (2025/12/04) - Regression bugfix: 1.1.0 broke "More options for ImageSize" [1.0.9]
- 2025-12-03 02:56:26
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 71
- Views: 15032
Re: [REL] IMDB ( via API )
New version:
Fuzzy search will find something on anything.
Try to search: Scooooobyyy Doooo.
Code: Select all
1.2.0 - (2025/12/03) - New feature: Added fuzzy search. [can be enabled with 'SearchMethod' option]
- Improvement: Changed default ImageSize to 3.
Try to search: Scooooobyyy Doooo.