A free online movie text file import creator for CATVids
Changelog
v1.5 - Minor aspect ratio error
Fixed: The script that tries to find the Aspect Ratio for a film was throwing PHP warnings which may have been affecting performance. Aspect Ratio can not always be found but I do try.
v1.4 - Minor error reporting Update
Fixed: Some IMDB TV Series ID numbers were coming up as "Movie not found".
v1.3 - The "Certification" Update
Fixed: Certification, which was working in beta version, was broken in v1.0 release. This has been added back in. This feature attempts to find the UK and US certification of a title and will add that data in CATVids if found.
v1.2 - The "Aspect Ratio" Update
Fixed: If not found, the Aspect Ratio will simply not be set, instead of setting it to "null". TMDB does not have Aspect Ratio but I do check Wikidata to see if they list it and grab it from there if they do. As with all other data, IMDB will not respond for a request for Aspect Ratio or any other details.
v1.1 - The "Technical Tweak" Update
Fixed: Restored missing Keywords functionality by optimizing cURL handle management.