ghomasHudson / Jellyfin-Auto-Collections

Automatically make jellyfin collections from IMDB, Letterboxd lists and more.
MIT License
60 stars 9 forks source link

The list of films "Movies everyone should watch at least once during their lifetime "is not complete #46

Open Druidblack opened 2 weeks ago

Druidblack commented 2 weeks ago

I started looking through the list of films "Movies everyone should watch at least once during their lifetime" and noticed that the films that are on the letterbox website are not in the list in the collection. Although I have a movie. For example https://letterboxd.com/film/come-and-see/ Безымянный

ghomasHudson commented 2 weeks ago

Try adding imdb_id_filter: true under the letterboxd plugin config section. It'll be a lot slower but should be more accurate.

Druidblack commented 2 weeks ago

I added imdb_id_filter: true

This added an additional 3 films

Here is part of the log https://logs.notifiarr.com/?a10cb781adacfb32#J9jXDHh3YDUtQm7TYXfRf2gEphg1F4kvGFRCP1owdB2f

I don't understand the logic of how the plugin doesn't recognize movies.

I thought he was looking for a Come and See movie in English. And I have it in the fields name and original name written in the original language (Russian). But also the plugin does not find the movie Back to the Future, which I have and is named exactly as it is written in the log. Also with the Gremlins movie.

Druidblack commented 2 weeks ago

1 2 3 4 Безымянный

ghomasHudson commented 2 weeks ago

I added imdb_id_filter: true

This added an additional 3 films

Here is part of the log https://logs.notifiarr.com/?a10cb781adacfb32#J9jXDHh3YDUtQm7TYXfRf2gEphg1F4kvGFRCP1owdB2f

I don't understand the logic of how the plugin doesn't recognize movies.

I thought he was looking for a Come and See movie in English. And I have it in the fields name and original name written in the original language (Russian). But also the plugin does not find the movie Back to the Future, which I have and is named exactly as it is written in the log. Also with the Gremlins movie.

Hmm it's quite hard to debug without knowing your exact library. I assume you're using a metadata provider in jellyfin and the imdb_ids are included in all your movies?

Beyond that, it's hard to know what to suggest - non-english languages could be part of the problem. If you're comfortable with python, try adding breakpoints in utils/jellyfin.py to work out where the query is failing.