JasonHHouse / gaps

Find the missing movies in your Plex Server
MIT License
566 stars 33 forks source link

Wrong missing movies #161

Open ghost opened 4 years ago

ghost commented 4 years ago

Describe the bug Hello, I scanned my library but Gaps shows me some missing movies there aren't missed I use 0.6.1 on docker.

Screenshots image

JasonHHouse commented 4 years ago

Currently multilingual is not supported but it is on the road map. I'll keep you posted on that work. The current supported language is just English titles.

slimymiracle commented 3 years ago

Hey!

I kinda same the same issue, though my library is in en-US. I have found that many of the titles that are "false positive" can be found using the alternate_titles API endpoint (https://developers.themoviedb.org/3/movies/get-movie-alternative-titles).

Would it be possible to send a request to that and then loop through the response?

Thank you for a great app! :)