Skip to content

Commit d7a0f3e

Browse files
committed
Comply with themoviedb.org terms of use
1 parent 364662a commit d7a0f3e

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Please help translate PlexKodiConnect into your language: [Transifex.com](https:
2525
* [**What does PKC do?**](#what-does-pkc-do)
2626
* [**PKC Features**](#pkc-features)
2727
* [**Download and Installation**](#download-and-installation)
28+
* [**Additional Artwork](#additional-artwork)
2829
* [**Important notes**](#important-notes)
2930
* [**Donations**](#donations)
3031
* [**Request a New Feature**](#request-a-new-feature)
@@ -76,6 +77,10 @@ Install PKC via the PlexKodiConnect Kodi repository below (we cannot use the off
7677
|----------------|--------------|
7778
| [![stable version](https://img.shields.io/badge/stable_version-latest-blue.svg?maxAge=60&style=flat) ](https://dl.bintray.com/croneter/PlexKodiConnect/bin/repository.plexkodiconnect/repository.plexkodiconnect-1.0.0.zip) | [![beta version](https://img.shields.io/badge/beta_version-latest-red.svg?maxAge=60&style=flat) ](https://dl.bintray.com/croneter/PlexKodiConnect_BETA/bin-BETA/repository.plexkodiconnectbeta/repository.plexkodiconnectbeta-1.0.0.zip) |
7879

80+
### Additional Artwork
81+
PKC uses additional artwork for free from [TheMovieDB](https://www.themoviedb.org). Many thanks for lettings us use the API, guys!
82+
![Logo of TheMovieDB](themoviedb.png)
83+
7984
### Important Notes
8085

8186
1. If you are using a **low CPU device like a Raspberry Pi or a CuBox**, PKC might be instable or crash during initial sync. Lower the number of threads in the [PKC settings under Sync Options](https://github.com/croneter/PlexKodiConnect/wiki/PKC-settings#sync-options). Don't forget to reboot Kodi after that.

resources/language/resource.language.en_gb/strings.po

+5
Original file line numberDiff line numberDiff line change
@@ -1939,3 +1939,8 @@ msgstr ""
19391939
msgctxt "#39716"
19401940
msgid "Kodi cannot parse {0}. PKC will not function correctly. Please visit {1} and correct your file!"
19411941
msgstr ""
1942+
1943+
# Shown once on first installation to comply with the terms of use of themoviedb.org
1944+
msgctxt "#39717"
1945+
msgid "PKC uses free additional artwork from www.themoviedb.org. Many thanks!"
1946+
msgstr ""

resources/lib/initialsetup.py

+2
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,8 @@ def setup(self):
488488
# If you use several Plex libraries of one kind, e.g. "Kids Movies" and
489489
# "Parents Movies", be sure to check https://goo.gl/JFtQV9
490490
dialog.ok(heading=lang(29999), line1=lang(39076))
491+
# Need to tell about our image source for collections: themoviedb.org
492+
dialog.ok(heading=lang(29999), line1=lang(39717))
491493
# Make sure that we only ask these questions upon first installation
492494
settings('InstallQuestionsAnswered', value='true')
493495

themoviedb.png

5.72 KB
Loading

0 commit comments

Comments
 (0)