JerloPH/HomeCinema

CHANGE: Behaviour of 'Automatic searching' feature

JerloPH opened this issue · 1 comments

  • HomeCinema v0.7.2
  • Refactor automatic finding of movie/tv series

The current mechanism behind the method of automatically fetching movie information from TMDB is:

  • Search stripped text (see note 1) in TMDB.
  • Figure out if its a Movie or TV series.
  • Fetch the first entry among the results.

With how this works, it provides a minimal accuracy for titles which shares the exact keywords to another entirely different movie.

Because of this, I decided to change the way how it works.

Moving forward, only if the result is exactly 1 only, it will fetch information. Otherwise, it will be skipped and you'll need to manually do it by right-clicking on the entry and selecting 'Edit Information'.

I cannot guarantee 100% accuracy even after all this change, but I hope it will at least provide more accurate results.

Notes:

  1. Relevant Line of Code

Change released on v0.8, will close.