xbmc / metadata.themoviedb.org.python

Other
46 stars 41 forks source link

Search language option and searching from different years #101

Closed mkaflowski closed 3 years ago

mkaflowski commented 3 years ago

Feature: downloading logos from tmdb: Priority:

Feature: search language option added This is useful if you have other language than "en". For example I hava "pl" and for movie "My Son 2021" I will get wrong result because the right one has polish translation. I have added new string but is missing for many language (dont know how to add it fast).

Change: searching movies from differnt years if not found I have file "Nic Smiesznego 1995" for example. But the movie is from 1996 and will not be found. Now it is tried to find from +/- 1 year and without year if not found.

gade01 commented 3 years ago

en_gb is the source language file instead of en_us

https://github.com/xbmc/metadata.themoviedb.org.python/tree/master/resources/language/resource.language.en_gb

mkaflowski commented 3 years ago

en_gb is the source language file instead of en_us

https://github.com/xbmc/metadata.themoviedb.org.python/tree/master/resources/language/resource.language.en_gb

It's updated now.

mkaflowski commented 3 years ago

Everything should be fixed now.

croneter commented 3 years ago

I think you need to change the add-ons settings as well and add the new setting you're using here. See e.g. https://github.com/croneter/PlexKodiConnect/blob/master/resources/settings.xml

mkaflowski commented 3 years ago

Version 1.4.3 should work well because I have changed arguments order and set default search language value.

I think you need to change the add-ons settings as well and add the new setting you're using here. See e.g. https://github.com/croneter/PlexKodiConnect/blob/master/resources/settings.xml

mkaflowski commented 3 years ago

Corrected.

rmrector commented 3 years ago

Cheers.

KarellenX commented 3 years ago

@mkaflowski

This, or one of your other PR's, has broken the scraper for some users. Could you please check the log in this thread for the errors... https://forum.kodi.tv/showthread.php?tid=365037

Happy to discuss with you in that thread.

The complaints are slowly starting to trickle in.

Thanks :)