ghomasHudson / Jellyfin-Auto-Collections

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

Container is searching for files in German? #26

Closed BoHoliday closed 1 month ago

BoHoliday commented 1 month ago

I don't know what is happening here, but half the search results are looking for German titles. This is happening with the "top" and "toptv" IMDB lists so far.

2024-06-08 20:50:56.877 | WARNING  | utils.jellyfin:add_item_to_collection:91 - Item Dangal: Die Hoffnung auf den großen Sieg not found in jellyfin
2024-06-08 20:50:57.922 | WARNING  | utils.jellyfin:add_item_to_collection:91 - Item Für ein paar Dollar mehr not found in jellyfin
2024-06-08 20:50:58.927 | INFO     | utils.jellyfin:add_item_to_collection:96 - Added Batman Begins to collection
2024-06-08 20:50:59.926 | INFO     | utils.jellyfin:add_item_to_collection:96 - Added The Wolf of Wall Street to collection
2024-06-08 20:51:00.944 | WARNING  | utils.jellyfin:add_item_to_collection:91 - Item Manche mögen's heiß not found in jellyfin
2024-06-08 20:51:01.937 | WARNING  | utils.jellyfin:add_item_to_collection:91 - Item Green Book: Eine besondere Freundschaft not found in jellyfin
2024-06-08 20:51:02.924 | WARNING  | utils.jellyfin:add_item_to_collection:91 - Item Der Vagabund und das Kind not found in jellyfin
2024-06-08 20:51:03.954 | INFO     | utils.jellyfin:add_item_to_collection:96 - Added The Father to collection
2024-06-08 20:51:04.947 | WARNING  | utils.jellyfin:add_item_to_collection:91 - Item Urteil von Nürnberg not found in jellyfin
2024-06-08 20:51:05.924 | WARNING  | utils.jellyfin:add_item_to_collection:91 - Item Die Truman Show not found in jellyfin
2024-06-08 20:51:06.907 | WARNING  | utils.jellyfin:add_item_to_collection:91 - Item Alles über Eva not found in jellyfin

Is there some kind of setting I'm missing to have it search in English?

Edit: imdb_chart.py was missing the headers 'Accept-Language': 'en-US'. Fixed this issue by adding those headers.