-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugin.video.themoviedb.helper 5.2.25
- Loading branch information
1 parent
a3e79b6
commit 151fa0b
Showing
215 changed files
with
134,613 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# TheMovieDB Helper [![License](https://img.shields.io/badge/License-GPLv3-blue)](https://github.com/jurialmunkey/plugin.video.themoviedb.helper/blob/master/LICENSE.txt) | ||
|
||
<table><tr><td><img src="https://github.githubassets.com/images/modules/site/icons/funding_platforms/ko_fi.svg" width="48" height="48" /></td><td><b>Buy me a Coffee</b><br>https://ko-fi.com/jurialmunkey</td></tr></table> | ||
|
||
<img src="https://github.com/jurialmunkey/plugin.video.themoviedb.helper/blob/matrix/icon.png" width="256" height="256" /> | ||
|
||
See [TMDbHelper Wiki](https://github.com/jurialmunkey/plugin.video.themoviedb.helper/wiki) for usage | ||
|
||
|
||
|
||
## Installation | ||
|
||
Install via my repository to ensure all module dependencies are up to date. | ||
|
||
|
||
Kodi File Manager Source: | ||
https://jurialmunkey.github.io/repository.jurialmunkey/ | ||
|
||
Direct ZIP Install: | ||
https://jurialmunkey.github.io/repository.jurialmunkey/repository.jurialmunkey-3.4.zip | ||
|
||
Instructions: | ||
|
||
1. Enable "Unknown Sources" in Kodi Settings > System > Add-ons | ||
2. Enable "Update official add-ons from: Any repositories" in Kodi Settings > System > Add-ons | ||
3. Install my repository using either the zip or file manager source linked above | ||
4. Install latest version of tmdbhelper from my repo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<addon id="plugin.video.themoviedb.helper" | ||
version="5.2.25~nexus" | ||
name="TheMovieDb Helper" | ||
provider-name="jurialmunkey"> | ||
<requires> | ||
<import addon="xbmc.python" version="3.0.1"/> | ||
<import addon="script.module.requests" version="2.9.1"/> | ||
<import addon="script.module.pil" version="1.1.7"/> | ||
<import addon="script.module.addon.signals" version="0.0.6" /> | ||
<import addon="script.module.jurialmunkey" version="0.1.14" /> | ||
<import addon="script.module.infotagger" version="0.0.5" /> | ||
<import addon="script.module.beautifulsoup4" version="4.9.3" /> | ||
</requires> | ||
<extension point="xbmc.python.pluginsource" library="resources/plugin.py"> | ||
<provides>video</provides> | ||
</extension> | ||
<extension point="xbmc.python.script" library="resources/script.py" /> | ||
<extension point="xbmc.service" library="resources/service.py" /> | ||
<extension point="xbmc.python.module" library="resources/modules"/> | ||
<extension point="xbmc.addon.metadata"> | ||
<reuselanguageinvoker>false</reuselanguageinvoker> | ||
<summary lang="en_GB">TheMovieDb Helper</summary> | ||
<description lang="en_GB">TheMovieDb Helper provides details about movies, tvshows and actors from TMDb. Users can access a variety of lists from TMDb TVDb MDbList and Trakt.</description> | ||
<disclaimer lang="en_GB">Data provided by TheMovieDb TVDb MDbList OMDb FanartTV and Trakt. Some of the information is provided by TheTVDB.com. Please consider supporting them. https://thetvdb.com/subscribe</disclaimer> | ||
<license>GPL-3.0-or-later</license> | ||
<website>https://github.com/jurialmunkey/plugin.video.themoviedb.helper</website> | ||
<forum>https://forum.kodi.tv/showthread.php?tid=345847</forum> | ||
<assets> | ||
<icon>icon.png</icon> | ||
<fanart>fanart.jpg</fanart> | ||
<screenshot>resources/screenshot-01.jpg</screenshot> | ||
<screenshot>resources/screenshot-02.jpg</screenshot> | ||
</assets> | ||
</extension> | ||
</addon> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
DEPENDECY RULES | ||
Each block depends on higher blocks and must not depend on lower blocks | ||
------------------- | ||
lib.addon.X | ||
-> parser -> window | ||
-> constants -> plugin -> decorators -> timedate | ||
------------------- | ||
lib.files.X | ||
-> utils -> simplecache -> cache | ||
lib.items.X | ||
-> context -> listitem | ||
------------------- | ||
lib.api.X | ||
=> tmdb -> mapping -> api -> discover | ||
=> kodi -> mapping -> rpc | ||
=> omdb -> mapping -> api | ||
=> trakt -> decorators, items -> progress -> api -> lists | ||
=> fanarttv | ||
------------------- | ||
lib.update.X | ||
-> logger, update, cacher -> library -> userlist | ||
lib.player.X | ||
-> details, inputter, configure -> players | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.83 KB
plugin.video.themoviedb.helper/resources/icons/themoviedb/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+13.7 KB
plugin.video.themoviedb.helper/resources/icons/themoviedb/discover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.9 KB
plugin.video.themoviedb.helper/resources/icons/themoviedb/episodes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+13.6 KB
plugin.video.themoviedb.helper/resources/icons/themoviedb/intheatres.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.6 KB
plugin.video.themoviedb.helper/resources/icons/themoviedb/nextpage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+18.6 KB
plugin.video.themoviedb.helper/resources/icons/themoviedb/nextpage_wide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+13.1 KB
plugin.video.themoviedb.helper/resources/icons/themoviedb/popular.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.5 KB
plugin.video.themoviedb.helper/resources/icons/themoviedb/randomise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+14.3 KB
plugin.video.themoviedb.helper/resources/icons/themoviedb/recommended.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+10.4 KB
plugin.video.themoviedb.helper/resources/icons/themoviedb/refresh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.3 KB
plugin.video.themoviedb.helper/resources/icons/themoviedb/reviews.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.5 KB
plugin.video.themoviedb.helper/resources/icons/themoviedb/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+13.3 KB
plugin.video.themoviedb.helper/resources/icons/themoviedb/similar.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+11.6 KB
plugin.video.themoviedb.helper/resources/icons/themoviedb/toprated.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+51.7 KB
plugin.video.themoviedb.helper/resources/icons/trakt/recentlywatched.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+56.7 KB
plugin.video.themoviedb.helper/resources/icons/trakt/trendinglist.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.