2024-11-30, 19:20
Hi,
A ton of the movie trailer urls in my library scraped with TMDB actually just point to very short clips (sometimes only a few seconds long) and not actual trailers. To fix this I've been using the mdblist api to get good trailer urls, then updating them directly in the sql database. This works fine but isn't exactly convenient. Is there any existing way to tell the TMDB movie scraper to fetch the trailer url from mdblist? If not, is requesting such functionality reasonable? I figured an `official` solution to this problem is better than users needing to address it themselves.
A ton of the movie trailer urls in my library scraped with TMDB actually just point to very short clips (sometimes only a few seconds long) and not actual trailers. To fix this I've been using the mdblist api to get good trailer urls, then updating them directly in the sql database. This works fine but isn't exactly convenient. Is there any existing way to tell the TMDB movie scraper to fetch the trailer url from mdblist? If not, is requesting such functionality reasonable? I figured an `official` solution to this problem is better than users needing to address it themselves.