Would it be possible to do an episode match in case when you scrape from tvdb and do actor scraping from tmdb and the episode ordering is not correct you can type in an episode number like S01E03 and then will scrape the right episode actors for tvdb since sometimes the episode ordering on tvdb and tmdb will always be alligned correctly and if you scrape actors for an episode tvdb will show the wrong actors for an episode if the episode isnt the same on tmdb for the same season and episode number.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Would it be possible to do an episode match in case when you scrape from tvdb and do actor scraping from tmdb and the episode ordering is not correct you can type in an episode number like S01E03 and then will scrape the right episode actors for tvdb since sometimes the episode ordering on tvdb and tmdb will always be alligned correctly and if you scrape actors for an episode tvdb will show the wrong actors for an episode if the episode isnt the same on tmdb for the same season and episode number.
No, not possible. Firstly, the series and episodes are linked by TMDB Id and TVDb Id's. And this is what we use to get data from each site.
What your asking is basically to scrape from both sites and merge the data together.
Sorry, not going to happen.