Skip to content

Commit

Permalink
plugin.video.themoviedb.helper 5.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Dec 7, 2024
1 parent 210eebc commit 963a72f
Show file tree
Hide file tree
Showing 43 changed files with 58,071 additions and 44,787 deletions.
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

0 comments on commit 963a72f

Please sign in to comment.