Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin.video.themoviedb.helper #4602

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions plugin.video.themoviedb.helper/addon.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.themoviedb.helper"
version="5.2.25"
name="TheMovieDb Helper"
version="5.4.16"
name="TMDb 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.jurialmunkey" version="0.2.2" />
<import addon="script.module.infotagger" version="0.0.5" />
<import addon="script.module.beautifulsoup4" version="4.9.3" />
</requires>
Expand All @@ -20,9 +20,9 @@ provider-name="jurialmunkey">
<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>
<summary lang="en_GB">TMDb Helper</summary>
<description lang="en_GB">TMDb 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 TMDb 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>
Expand Down
Loading
Loading