A free online movie text file import creator for CATVids
Changelog
v2.2 - Backend updates for security and resilience
Fixed: TMDB can once a month or so kick up a "no reply" to an info request. This can mess up an entire series lookup. Fixed/mitigated by having the backend code check to see if TMDB has replied properly and retry a few times if it has not. Smart Redirect Alerts: If you search for a tricky title that has a messy double-listing or duplicate on IMDb/TMDB (like Caligula Ultimate Cut or the Billy Joel: Live at Shea Stadium concert), the backend now automatically swaps it to the correct working ID and locks a helpful advice message right into your status box (e.g., reminding you which Season/Episode to select for TV broadcasts like Great Performances). So now, when I write advice in the Errors/Fixes to use a different IMDB tt number, I will have the code do that swap and the status will advise accordingly. Hardened Server Security: Added background "gatekeepers" to block malicious automated web bots and scanners instantly with a 403 Forbidden error before they can clutter our server error logs.
v2.1 - DD/MM/YYYY vs MM/DD/YYYY
Fixed: 9th Life can now gather the dates in the format your computer is set to. It was previously using just DD/MM/YYYY in all countries.
v2.0 - The Series release
Fixed: 9th Life can now gather data for TV series.
v1.7 - Non Special Effects crew possibly labelled as such
Fixed: Fixed a problem that could cause the Composer and other crew to be also incorrectly labelled as Special Effects.
v1.6 - Chrome browser image download problem
Fixed: Chrome and perhaps other web browsers might have been complaining about the original Image download button. The code behind that button has now been updated to make it more friendly to browsers.
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.