Hi there,
Thank you for developing this script! It works perfectly for regular movies and series, but I encountered an issue with "TV Movies".
The Issue
The script fails to fetch metadata from IMDb when the title is classified as a "TV Movie" on IMDb (titles that have the tvMovie type in the IMDb dataset/API, rather than the standard movie or tvSeries).
Expected Behavior
The script should be able to parse and fetch metadata for television movies just like it does for theatrical releases.
Could you please update the IMDb scraper/parser logic to include support for the tvMovie type?
Thank you for your help!
Hi there,
Thank you for developing this script! It works perfectly for regular movies and series, but I encountered an issue with "TV Movies".
The Issue
The script fails to fetch metadata from IMDb when the title is classified as a "TV Movie" on IMDb (titles that have the
tvMovietype in the IMDb dataset/API, rather than the standardmovieortvSeries).Expected Behavior
The script should be able to parse and fetch metadata for television movies just like it does for theatrical releases.
Could you please update the IMDb scraper/parser logic to include support for the
tvMovietype?Thank you for your help!