Not sure if anyone can use this. I decided to make my own database program to catalog all of my movies. I chose TheMovieDB.org as my information base to pull data and media from. You WILL need to sign up for a license key at https://www.themoviedb.org/ to use this library. Insert your key in the TMDB.AU3 file between the quotes where it says: Global $ApiKey = ""
I freely give this to the community to do as you will. Please do not ask for revisions or upgrades as this UDF performs perfectly for me and my needs. But, I encourage anyone to improve on it if they wish and share their results.
Thanks to Ward for the JSON UDF used here.
Run EXAMPLE.AU3 to give you an idea of what data it can actually pull for an individual movie.
I make no apologies for the condition or consistency of my code. There are a thousand ways from sundown to program anything. I am not a professional programmer but have been using AutoIT since version 2. Enjoy.
BinaryCall.au3 Example.au3 JSON.au3 TMDB.au3