Skip to content

Added ability to lookup with language in TMDB#2015

Merged
liiight merged 7 commits intodevelopfrom
tmdb_languages
Nov 16, 2017
Merged

Added ability to lookup with language in TMDB#2015
liiight merged 7 commits intodevelopfrom
tmdb_languages

Conversation

@liiight
Copy link
Copy Markdown
Member

@liiight liiight commented Nov 15, 2017

Motivation for changes:

People use languages other than English. Go figure...

Detailed changes:

  • Added ability to query TMDB using different languages
  • Added support via tmdb_lookup
  • Added support via API

Implemented feature requests:

  • Feathub #10.

Config usage if relevant (new plugin or updated schema):

tmdb_lookup:
  language: de

To Do:

  • API support

@with_session
def lookup(title=None, year=None, tmdb_id=None, imdb_id=None, smart_match=None, only_cached=False, session=None):
def lookup(title=None, year=None, tmdb_id=None, imdb_id=None, smart_match=None, only_cached=False, session=None,
language=None):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pep8?

@liiight liiight merged commit 54c9a8b into develop Nov 16, 2017
@liiight liiight deleted the tmdb_languages branch November 16, 2017 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants