Download from: https://github.com/Purfview/IMDB_ALT
Version Log:
Code: Select all
2.1.0 - (2026/01/31) - Fixed: AKAs didn't import a primary title.
2.0.0 - (2026/01/30) - New feature: New parameter 'userCountryCode'. Affects Translated Title, Trivia, Certification...
New feature: New option 'AKAs'. [ignores dupes and the titles with unrecognized chars]
Improvement: Import a category and other stuff for Trivia.
Improvement: Added safety in dedot for the titles containing dots originally.
Improvement: Added support for a year in brackets. ['SearchWithYear']
Fixed: Attribute wasn't added if there was no character for an actor. ['GetCharacters']
1.5.1 - (2026/01/27) - Improvement: Import attributes too when GetCharacters is enabled. [voice, uncredited, ect.]
Improvement: Remove escapes from tagline.
Improvement: Replace 'null' with 'x' if authorRating is not set in a comment.
1.5.0 - (2026/01/27) - New feature: Added Replace_delimiter parameter
New feature: Added Trivia importing
1.4.0 - (2026/01/25) - Fixed: Issues passing unicode chars in query with PostPage3() [returns nothing in normal search]
Solution: Fix the titles with UTF8EncodeToUnicodeEscapes()
The title examples to test:
"Schönberg" (www.imdb.com/title/tt0100560)
"Les Misérables" (www.imdb.com/title/tt1707386) [user report, but worked for me]
1.3.0 - (2025/12/04) - Regression bugfix: 1.1.0 broke "More options for ImageSize" [1.0.9]
1.2.0 - (2025/12/03) - New feature: Added fuzzy search. [can be enabled with 'SearchMethod' option]
- Improvement: Changed default ImageSize to 3.
1.1.0 - (2025/07/06) - Improvement: Get the most helpful review instead of "featured" nonsense.
- Moved less important options to the bottom.
- Remove the escapes from Description.
1.0.9 - (2025/07/05) - Improvement: More options for ImageSize.
1.0.8 - (2025/07/05) - Improvement: Optimized some code - now the script is 4 times faster.
1.0.7 - (2025/07/04) - Improvement: If alt versions available then add all runtimes to Description.
- Fixed bug with Comments field.
1.0.6 - (2025/07/02) - Fixed rare Cloudflare/API timeout bug by changing a credits endpoint to a faster one.
- Reworked all credits.
- Renamed CreditsLimit to ActorsLimit.
- Added support to pair the actors with the characters. [GetCharacters option]
- Improvement: Adds tagline to Description.
1.0.5 - (2025/06/29) - Added support for "My ratings" field. [IMDB_userID must be set]
- Added CreditsLimit option.
- Reworked Director/Writer/Actors.
- Fixed country errors: 'West Germany','East Germany','Soviet Union','Czechoslovakia',
'Yugoslavia','Zaire','Serbia and Montenegro','Burma'.
- Fixed country names: 'Vietnam', 'Czech Republic'.
- Fixed: The title search didn't include the adult titles.
- Fixed few other bugs.
1.0.4 - (2025/06/29) - Added support for Producer & Composer fields.
- Fixed few bugs.
1.0.3 - (2025/06/27) - Fixed: BatchMode 1/2 wasn't working properly.
- Auto-remove dots from the titles as IMDb's advanced search doesn't like them
- Removed unneeded scripts from "uses".
1.0.2 - (2025/06/27) - Fixed few country names
- Remove the escapes from Comment
1.0.1 - (2025/06/27) - File changed to UTF8 [note: AMC does not support UTF8, use UTF8Decode]
- The scripts title changed to "IMDB ( via API )"
1.0.0 - (2025/06/26) - The first public release.
Can search by year, add it at the end of a title, for example: The.Platform.2.2024 or The Platform 2 2024 or The Platform 2 (2024)
Please report if something doesn't work.
