kalibrado / trailer-finder

Trailer Finder is a tool that automatically searches and downloads movie trailers for your media collection. It integrates with media management tools like Radarr and Sonarr to keep your trailers up-to-date.
MIT License
15 stars 0 forks source link

It can't find a trailer, even if there is one #26

Closed TaylanTatli closed 2 weeks ago

TaylanTatli commented 2 months ago

Describe the bug Hi! It's me again, I hope I'm not bothering.

While the app mostly can find and download trailers, for some of the movies it gives: No trailer is available for ...

To Reproduce Steps to reproduce the behavior:

  1. Start the app
  2. Wait for it to look for trailers
  3. See logs

Expected behavior It should download if there is a trailer.

Desktop (please complete the following information):

Additional context In my config, I set default_language_trailer to tr to find Trailers in Turkish and TMDB_size to 1080 so it'll be 1080p (I guess). I'm giving this because maybe this is the reason that it can't find the trailer in Turkish, or It's not in 1080p.

Here are some of the Movies it couldn't find:

List goes on.

TaylanTatli commented 2 months ago

So changing back to en-EN for trailer language, it can find most of the trailers. But what I don't understand is there is no such language code as en-EN, for English en is the valid code according to TMDB API. TMDB uses ISO 639-1 language codes. Maybe setting it to an invalid language code makes it to find trailer in any language. But this still doesn't explain then why it can't find trailers in Turkish, even if there is one trailer available in Turkish.

kalibrado commented 2 months ago

For the language, I use iso 3166-1. Here is the link to the documentation.

Regarding the fact that you can’t find any trailer in Turk. I will perform local tests at home with your configuration to understand the origin of the problem, whether on the API side or the search on Youtube with the video ID.

I am improving the search function locally on Youtube using the defined name of radarr or sonarr, if the API does not return any data.

kalibrado commented 1 month ago

👋 Hi there,

I recommend trying version 1.5.9. I've created a more detailed documentation on usage and configuration, which you can find here.

Have a great weekend, and I look forward to hearing your feedback on Trailer Finder!