]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
ui: Add TheTVDB.com attribution strings and logos.
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Wed, 3 Oct 2018 20:44:37 +0000 (21:44 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 8 Oct 2018 12:01:16 +0000 (14:01 +0200)
The logo is taken from:
http://platypus.thetvdb.com/eng/api
and resized with:
convert -resize 32x

src/webui/extjs.c
src/webui/static/img/tvdb.png [new file with mode: 0644]

index ae18029180446be7d962ae99eadb57bc10e5b087..434ae5d9ad398e37443e7dfa03dadadc2f51ba20 100644 (file)
@@ -208,7 +208,8 @@ page_about(http_connection_t *hc, const char *remain, void *opaque)
 FamFamFam</a>, "\
 "<a target=\"_blank\" href=\"https://www.google.com/get/noto/help/emoji/\">Google Noto Color Emoji</a> "\
 "<a target=\"_blank\" href=\"https://raw.githubusercontent.com/googlei18n/noto-emoji/master/LICENSE\">(Apache Licence v2.0)</a>.\n"\
-"\nThis product uses the TMDB API but is not endorsed or certified by <a target=\"_blank\" href=\"https://www.themoviedb.org\">TMDb</a> <img src=\"static/img/tmdb.png\">\n"\
+"<p>This product uses the TMDB API but is not endorsed or certified by <a target=\"_blank\" href=\"https://www.themoviedb.org\">TMDb</a> <img src=\"static/img/tmdb.png\"></p>"\
+"<p>TV information and images are provided by TheTVDB.com, but we are not endorsed or certified by TheTVDB.com or its affiliates. <a target=\"_blank\" href=\"https://thetvdb.com\">TheTVDB.com</a> <img src=\"static/img/tvdb.png\"></p>"\
 "</p>\n",
     tvh_gettext_lang(lang, N_("Based on software from")),
     tvh_gettext_lang(lang, N_("Icons from")));
diff --git a/src/webui/static/img/tvdb.png b/src/webui/static/img/tvdb.png
new file mode 100644 (file)
index 0000000..250d90d
Binary files /dev/null and b/src/webui/static/img/tvdb.png differ