]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
fanart: Rewrite to remove dependency on external tmdb module.
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Wed, 3 Oct 2018 22:39:58 +0000 (23:39 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 8 Oct 2018 12:01:16 +0000 (14:01 +0200)
commitd75b0a1bc781a786c24ef78b170eba4328711a76
tree1e16a677c5d0a029aad4abe6b0e173c8f049595f
parenta78e774fe204267f10bb7e39a4fd5b9c9cc6715b
fanart: Rewrite to remove dependency on external tmdb module.

The information we need can easily be retrieved via a
query so avoid the dependency on an external module and
implement the tmdb api retrieval logic ourselves. This
also means we are no longer constrained to be python2.7 only.
lib/py/tvh/tv_meta_tmdb.py